2024-02-07T13:11:58.175 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-07T13:11:58.175 DEBUG:teuthology.run:Teuthology command: teuthology --name gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi --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-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800 --owner scheduled_gabrioux@teuthology --verbose -- /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800/orig.config.yaml 2024-02-07T13:11:58.205 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-07T13:11:58.281 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800 branch: wip-guits-testing-4-2024-02-05-1854 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: '7548800' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-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-4-2024-02-05-1854 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\) sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-4-2024-02-05-1854 sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 owner: scheduled_gabrioux@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1701 sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-4-2024-02-05-1854 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_44458ccedb18241cc2e17f10cdab3d1385399261/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 targets: smithi049.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIisNOU1OeMVmYEoNUt8VG3J/N2eKzeDu/rHsBsy3/GfjGb0Anip66RnMgA3n+GXd0ZMc7wgcbvysOxQQPeuTg4= smithi052.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFPG7kkHgiofiHLx3dSBTWrd/FUMs6sG2JLkgNYtre2V9Y/cPUB5SkaBH86rD9VjOfF3Ppr45nArxMoaEuzHJV8= smithi080.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC4HbHbyxgJbg7p/ACqwST3uWfhUlocbddJQA4gH1O6+WXZNPcDsnfYA+Blfo9EC7ymJm1QhAh42TwSC1EL9EFY= 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-06_08:19:47 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-07T13:11:58.281 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_44458ccedb18241cc2e17f10cdab3d1385399261/qa; will attempt to use it 2024-02-07T13:11:58.282 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_44458ccedb18241cc2e17f10cdab3d1385399261/qa/tasks 2024-02-07T13:11:58.282 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-07T13:11:58.283 INFO:teuthology.task.internal:Checking packages... 2024-02-07T13:11:58.305 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '44458ccedb18241cc2e17f10cdab3d1385399261' 2024-02-07T13:11:58.305 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-07T13:11:58.305 INFO:teuthology.packaging:ref: None 2024-02-07T13:11:58.305 INFO:teuthology.packaging:tag: None 2024-02-07T13:11:58.305 INFO:teuthology.packaging:branch: wip-guits-testing-4-2024-02-05-1854 2024-02-07T13:11:58.305 INFO:teuthology.packaging:sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:11:58.306 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-4-2024-02-05-1854 2024-02-07T13:11:58.531 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1252.g44458cce 2024-02-07T13:11:58.532 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-07T13:11:58.539 INFO:teuthology.task.internal:no buildpackages task found 2024-02-07T13:11:58.539 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-07T13:11:58.697 INFO:teuthology.task.internal:Saving configuration 2024-02-07T13:11:58.711 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-07T13:11:58.750 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T13:11:58.772 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800', '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-02-07 13:05:55.453873', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIisNOU1OeMVmYEoNUt8VG3J/N2eKzeDu/rHsBsy3/GfjGb0Anip66RnMgA3n+GXd0ZMc7wgcbvysOxQQPeuTg4='} 2024-02-07T13:11:58.790 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800', '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-02-07 13:05:55.451471', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFPG7kkHgiofiHLx3dSBTWrd/FUMs6sG2JLkgNYtre2V9Y/cPUB5SkaBH86rD9VjOfF3Ppr45nArxMoaEuzHJV8='} 2024-02-07T13:11:58.814 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800', '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-02-07 13:05:55.452813', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC4HbHbyxgJbg7p/ACqwST3uWfhUlocbddJQA4gH1O6+WXZNPcDsnfYA+Blfo9EC7ymJm1QhAh42TwSC1EL9EFY='} 2024-02-07T13:11:58.814 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-07T13:11:58.820 INFO:teuthology.task.internal:roles: ubuntu@smithi049.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-02-07T13:11:58.820 INFO:teuthology.task.internal:roles: ubuntu@smithi052.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-02-07T13:11:58.820 INFO:teuthology.task.internal:roles: ubuntu@smithi080.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-02-07T13:11:58.820 INFO:teuthology.run_tasks:Running task console_log... 2024-02-07T13:11:58.926 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb5eaee3f70>, signals=[15]) 2024-02-07T13:11:58.926 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-07T13:11:58.932 INFO:teuthology.task.internal:Opening connections... 2024-02-07T13:11:58.932 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi049.front.sepia.ceph.com 2024-02-07T13:11:58.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:11:59.042 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi052.front.sepia.ceph.com 2024-02-07T13:11:59.043 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:11:59.144 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi080.front.sepia.ceph.com 2024-02-07T13:11:59.145 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:11:59.233 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-07T13:11:59.240 DEBUG:teuthology.orchestra.run.smithi049:> uname -m 2024-02-07T13:11:59.258 INFO:teuthology.orchestra.run.smithi049.stdout:x86_64 2024-02-07T13:11:59.259 DEBUG:teuthology.orchestra.run.smithi049:> cat /etc/os-release 2024-02-07T13:11:59.317 INFO:teuthology.orchestra.run.smithi049.stdout:NAME="CentOS Stream" 2024-02-07T13:11:59.317 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION="9" 2024-02-07T13:11:59.317 INFO:teuthology.orchestra.run.smithi049.stdout:ID="centos" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:ID_LIKE="rhel fedora" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_ID="9" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:PLATFORM_ID="platform:el9" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:ANSI_COLOR="0;31" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:LOGO="fedora-logo-icon" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:HOME_URL="https://centos.org/" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-07T13:11:59.318 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-07T13:11:59.319 INFO:teuthology.lock.ops:Updating smithi049.front.sepia.ceph.com on lock server 2024-02-07T13:11:59.343 DEBUG:teuthology.orchestra.run.smithi052:> uname -m 2024-02-07T13:11:59.361 INFO:teuthology.orchestra.run.smithi052.stdout:x86_64 2024-02-07T13:11:59.361 DEBUG:teuthology.orchestra.run.smithi052:> cat /etc/os-release 2024-02-07T13:11:59.419 INFO:teuthology.orchestra.run.smithi052.stdout:NAME="CentOS Stream" 2024-02-07T13:11:59.419 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION="9" 2024-02-07T13:11:59.419 INFO:teuthology.orchestra.run.smithi052.stdout:ID="centos" 2024-02-07T13:11:59.419 INFO:teuthology.orchestra.run.smithi052.stdout:ID_LIKE="rhel fedora" 2024-02-07T13:11:59.419 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION_ID="9" 2024-02-07T13:11:59.419 INFO:teuthology.orchestra.run.smithi052.stdout:PLATFORM_ID="platform:el9" 2024-02-07T13:11:59.419 INFO:teuthology.orchestra.run.smithi052.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-07T13:11:59.419 INFO:teuthology.orchestra.run.smithi052.stdout:ANSI_COLOR="0;31" 2024-02-07T13:11:59.419 INFO:teuthology.orchestra.run.smithi052.stdout:LOGO="fedora-logo-icon" 2024-02-07T13:11:59.419 INFO:teuthology.orchestra.run.smithi052.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-07T13:11:59.420 INFO:teuthology.orchestra.run.smithi052.stdout:HOME_URL="https://centos.org/" 2024-02-07T13:11:59.420 INFO:teuthology.orchestra.run.smithi052.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-07T13:11:59.420 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-07T13:11:59.420 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-07T13:11:59.420 INFO:teuthology.lock.ops:Updating smithi052.front.sepia.ceph.com on lock server 2024-02-07T13:11:59.443 DEBUG:teuthology.orchestra.run.smithi080:> uname -m 2024-02-07T13:11:59.460 INFO:teuthology.orchestra.run.smithi080.stdout:x86_64 2024-02-07T13:11:59.461 DEBUG:teuthology.orchestra.run.smithi080:> cat /etc/os-release 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:NAME="CentOS Stream" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION="9" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:ID="centos" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:ID_LIKE="rhel fedora" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION_ID="9" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:PLATFORM_ID="platform:el9" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:ANSI_COLOR="0;31" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:LOGO="fedora-logo-icon" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:HOME_URL="https://centos.org/" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-07T13:11:59.518 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-07T13:11:59.519 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-07T13:11:59.519 INFO:teuthology.lock.ops:Updating smithi080.front.sepia.ceph.com on lock server 2024-02-07T13:11:59.543 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-07T13:11:59.552 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-07T13:11:59.557 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-07T13:11:59.558 DEBUG:teuthology.orchestra.run.smithi049:> test '!' -e /home/ubuntu/cephtest 2024-02-07T13:11:59.560 DEBUG:teuthology.orchestra.run.smithi052:> test '!' -e /home/ubuntu/cephtest 2024-02-07T13:11:59.562 DEBUG:teuthology.orchestra.run.smithi080:> test '!' -e /home/ubuntu/cephtest 2024-02-07T13:11:59.578 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-07T13:11:59.584 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-07T13:11:59.584 DEBUG:teuthology.orchestra.run.smithi049:> test -z $(ls -A /var/lib/ceph) 2024-02-07T13:11:59.617 DEBUG:teuthology.orchestra.run.smithi052:> test -z $(ls -A /var/lib/ceph) 2024-02-07T13:11:59.620 DEBUG:teuthology.orchestra.run.smithi080:> test -z $(ls -A /var/lib/ceph) 2024-02-07T13:11:59.642 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-07T13:11:59.718 INFO:teuthology.run_tasks:Running task kernel... 2024-02-07T13:11:59.731 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-07T13:11:59.732 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-02-07T13:11:59.732 DEBUG:teuthology.orchestra.run.smithi049:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-07T13:11:59.733 DEBUG:teuthology.orchestra.run.smithi052:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-07T13:11:59.733 DEBUG:teuthology.orchestra.run.smithi080:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-07T13:11:59.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:11:59.749 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-02-07T13:11:59.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:11:59.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:11:59.751 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-02-07T13:11:59.751 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-02-07T13:11:59.805 INFO:teuthology.orchestra.run.smithi080.stdout:5.14.0-361.el9.x86_64 2024-02-07T13:11:59.805 INFO:teuthology.task.kernel:Running kernel on smithi080: 5.14.0-361.el9.x86_64 2024-02-07T13:11:59.805 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum install -y kernel 2024-02-07T13:11:59.808 INFO:teuthology.orchestra.run.smithi049.stdout:5.14.0-361.el9.x86_64 2024-02-07T13:11:59.809 INFO:teuthology.task.kernel:Running kernel on smithi049: 5.14.0-361.el9.x86_64 2024-02-07T13:11:59.809 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum install -y kernel 2024-02-07T13:11:59.810 INFO:teuthology.orchestra.run.smithi052.stdout:5.14.0-361.el9.x86_64 2024-02-07T13:11:59.810 INFO:teuthology.task.kernel:Running kernel on smithi052: 5.14.0-361.el9.x86_64 2024-02-07T13:11:59.810 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum install -y kernel 2024-02-07T13:12:01.966 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS-9 - AppStream 16 MB/s | 8.0 MB 00:00 2024-02-07T13:12:02.076 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - AppStream 15 MB/s | 8.0 MB 00:00 2024-02-07T13:12:02.094 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-9 - AppStream 15 MB/s | 8.0 MB 00:00 2024-02-07T13:12:03.641 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS-9 - BaseOS 6.8 MB/s | 2.5 MB 00:00 2024-02-07T13:12:03.769 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-9 - BaseOS 7.6 MB/s | 2.5 MB 00:00 2024-02-07T13:12:03.784 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - BaseOS 8.2 MB/s | 2.5 MB 00:00 2024-02-07T13:12:05.408 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - BaseOS 6.2 MB/s | 8.0 MB 00:01 2024-02-07T13:12:05.661 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - BaseOS 5.6 MB/s | 8.0 MB 00:01 2024-02-07T13:12:05.950 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - BaseOS 4.8 MB/s | 8.0 MB 00:01 2024-02-07T13:12:07.957 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - AppStream 13 MB/s | 19 MB 00:01 2024-02-07T13:12:09.012 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - AppStream 8.6 MB/s | 19 MB 00:02 2024-02-07T13:12:13.319 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 5.9 MB 00:01 2024-02-07T13:12:13.995 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 5.9 MB 00:01 2024-02-07T13:12:15.471 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 15 kB 00:00 2024-02-07T13:12:15.625 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 15 kB 00:01 2024-02-07T13:12:16.718 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 22 MB/s | 20 MB 00:00 2024-02-07T13:12:17.600 INFO:teuthology.orchestra.run.smithi049.stdout:Extra Packages for Enterprise Linux 10 MB/s | 20 MB 00:01 2024-02-07T13:12:21.734 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-02-07T13:12:22.266 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:15 2024-02-07T13:12:22.855 INFO:teuthology.orchestra.run.smithi049.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-02-07T13:12:23.952 INFO:teuthology.orchestra.run.smithi080.stderr:Modular dependency problems: 2024-02-07T13:12:23.952 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-02-07T13:12:23.952 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 1: conflicting requests 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240206092359:20125149.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 2: conflicting requests 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 3: conflicting requests 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 4: conflicting requests 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 5: conflicting requests 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820231031173453:b754926a.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 6: conflicting requests 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820230817140043:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 7: conflicting requests 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module idm:client:820231122122737:49cc9d1b.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 8: conflicting requests 2024-02-07T13:12:23.953 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 9: conflicting requests 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 10: conflicting requests 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 11: conflicting requests 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 12: conflicting requests 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 13: conflicting requests 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 14: conflicting requests 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 15: conflicting requests 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 16: conflicting requests 2024-02-07T13:12:23.954 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 17: conflicting requests 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 18: conflicting requests 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 19: conflicting requests 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 20: conflicting requests 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 21: conflicting requests 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 22: conflicting requests 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 23: conflicting requests 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240202092102:182f7c73.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 24: conflicting requests 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.955 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 25: conflicting requests 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 26: conflicting requests 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240117165712:17377f89.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 27: conflicting requests 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 28: conflicting requests 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 29: conflicting requests 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 30: conflicting requests 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 31: conflicting requests 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.956 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 32: conflicting requests 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module squid:4:820230817231530:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 33: conflicting requests 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 34: conflicting requests 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 35: conflicting requests 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 36: conflicting requests 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240203221207:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 37: conflicting requests 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 38: cannot install the best candidate for the job 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.957 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 39: conflicting requests 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 40: cannot install the best candidate for the job 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.958 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 41: cannot install the best candidate for the job 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 42: cannot install the best candidate for the job 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 43: cannot install the best candidate for the job 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.959 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 44: cannot install the best candidate for the job 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 45: cannot install the best candidate for the job 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-02-07T13:12:23.960 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-02-07T13:12:24.315 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-07T13:12:24.315 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-07T13:12:24.412 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:12:24.420 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout: kernel x86_64 5.14.0-412.el9 baseos 6.0 M 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-core x86_64 5.14.0-412.el9 baseos 21 M 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules x86_64 5.14.0-412.el9 baseos 39 M 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules-core x86_64 5.14.0-412.el9 baseos 33 M 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout:Install 4 Packages 2024-02-07T13:12:24.421 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:12:24.422 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 99 M 2024-02-07T13:12:24.422 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 122 M 2024-02-07T13:12:24.422 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:12:24.893 INFO:teuthology.orchestra.run.smithi080.stdout:(1/4): kernel-5.14.0-412.el9.x86_64.rpm 15 MB/s | 6.0 MB 00:00 2024-02-07T13:12:25.153 INFO:teuthology.orchestra.run.smithi049.stderr:Modular dependency problems: 2024-02-07T13:12:25.153 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-07T13:12:25.153 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 1: conflicting requests 2024-02-07T13:12:25.153 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240206092359:20125149.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.153 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 2: conflicting requests 2024-02-07T13:12:25.153 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.153 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 3: conflicting requests 2024-02-07T13:12:25.153 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.153 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 4: conflicting requests 2024-02-07T13:12:25.153 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 5: conflicting requests 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820231031173453:b754926a.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 6: conflicting requests 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820230817140043:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 7: conflicting requests 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module idm:client:820231122122737:49cc9d1b.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 8: conflicting requests 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 9: conflicting requests 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 10: conflicting requests 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 11: conflicting requests 2024-02-07T13:12:25.154 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 12: conflicting requests 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 13: conflicting requests 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 14: conflicting requests 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 15: conflicting requests 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 16: conflicting requests 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 17: conflicting requests 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 18: conflicting requests 2024-02-07T13:12:25.155 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 19: conflicting requests 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 20: conflicting requests 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 21: conflicting requests 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 22: conflicting requests 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 23: conflicting requests 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240202092102:182f7c73.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 24: conflicting requests 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 25: conflicting requests 2024-02-07T13:12:25.156 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 26: conflicting requests 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240117165712:17377f89.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 27: conflicting requests 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 28: conflicting requests 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 29: conflicting requests 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 30: conflicting requests 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 31: conflicting requests 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 32: conflicting requests 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module squid:4:820230817231530:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.157 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 33: conflicting requests 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 34: conflicting requests 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 35: conflicting requests 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 36: conflicting requests 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240203221207:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 37: conflicting requests 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 38: cannot install the best candidate for the job 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.158 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 39: conflicting requests 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 40: cannot install the best candidate for the job 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.159 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 41: cannot install the best candidate for the job 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 42: cannot install the best candidate for the job 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 43: cannot install the best candidate for the job 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 44: cannot install the best candidate for the job 2024-02-07T13:12:25.160 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.161 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.161 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.161 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.161 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 45: cannot install the best candidate for the job 2024-02-07T13:12:25.161 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.161 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.161 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.161 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-02-07T13:12:25.563 INFO:teuthology.orchestra.run.smithi049.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-07T13:12:25.563 INFO:teuthology.orchestra.run.smithi049.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-07T13:12:25.643 INFO:teuthology.orchestra.run.smithi080.stdout:(2/4): kernel-core-5.14.0-412.el9.x86_64.rpm 18 MB/s | 21 MB 00:01 2024-02-07T13:12:25.667 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:12:25.730 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:12:25.730 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2024-02-07T13:12:25.730 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:12:25.730 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:12:25.730 INFO:teuthology.orchestra.run.smithi049.stdout: kernel x86_64 5.14.0-412.el9 baseos 6.0 M 2024-02-07T13:12:25.730 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-07T13:12:25.730 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-core x86_64 5.14.0-412.el9 baseos 21 M 2024-02-07T13:12:25.730 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules x86_64 5.14.0-412.el9 baseos 39 M 2024-02-07T13:12:25.730 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules-core x86_64 5.14.0-412.el9 baseos 33 M 2024-02-07T13:12:25.730 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:12:25.731 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:12:25.731 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:12:25.731 INFO:teuthology.orchestra.run.smithi049.stdout:Install 4 Packages 2024-02-07T13:12:25.731 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:12:25.731 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 99 M 2024-02-07T13:12:25.731 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 122 M 2024-02-07T13:12:25.731 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:12:26.135 INFO:teuthology.orchestra.run.smithi080.stdout:(3/4): kernel-modules-5.14.0-412.el9.x86_64.rpm 24 MB/s | 39 MB 00:01 2024-02-07T13:12:26.494 INFO:teuthology.orchestra.run.smithi080.stdout:(4/4): kernel-modules-core-5.14.0-412.el9.x86_6 21 MB/s | 33 MB 00:01 2024-02-07T13:12:26.494 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:12:26.494 INFO:teuthology.orchestra.run.smithi080.stdout:Total 48 MB/s | 99 MB 00:02 2024-02-07T13:12:27.024 INFO:teuthology.orchestra.run.smithi049.stdout:(1/4): kernel-5.14.0-412.el9.x86_64.rpm 5.7 MB/s | 6.0 MB 00:01 2024-02-07T13:12:27.371 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:12:27.466 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 5.9 MB 00:01 2024-02-07T13:12:27.707 INFO:teuthology.orchestra.run.smithi049.stdout:(2/4): kernel-core-5.14.0-412.el9.x86_64.rpm 12 MB/s | 21 MB 00:01 2024-02-07T13:12:27.745 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:12:27.745 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:12:28.540 INFO:teuthology.orchestra.run.smithi049.stdout:(3/4): kernel-modules-5.14.0-412.el9.x86_64.rpm 15 MB/s | 39 MB 00:02 2024-02-07T13:12:28.849 INFO:teuthology.orchestra.run.smithi049.stdout:(4/4): kernel-modules-core-5.14.0-412.el9.x86_6 18 MB/s | 33 MB 00:01 2024-02-07T13:12:28.850 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 15 kB 00:00 2024-02-07T13:12:28.853 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:12:28.853 INFO:teuthology.orchestra.run.smithi049.stdout:Total 31 MB/s | 99 MB 00:03 2024-02-07T13:12:29.100 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:12:29.100 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:12:29.776 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:12:30.231 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:12:30.231 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:12:30.879 INFO:teuthology.orchestra.run.smithi052.stdout:Extra Packages for Enterprise Linux 11 MB/s | 20 MB 00:01 2024-02-07T13:12:31.646 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:12:31.647 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:12:32.050 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:12:32.714 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-modules-core-5.14.0-412.el9.x86_64 1/4 2024-02-07T13:12:32.839 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-core-5.14.0-412.el9.x86_64 2/4 2024-02-07T13:12:34.517 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:12:35.202 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-modules-core-5.14.0-412.el9.x86_64 1/4 2024-02-07T13:12:35.341 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-core-5.14.0-412.el9.x86_64 2/4 2024-02-07T13:12:35.615 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-5.14.0-412.el9.x86_64 2/4 2024-02-07T13:12:35.808 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-modules-5.14.0-412.el9.x86_64 3/4 2024-02-07T13:12:36.019 INFO:teuthology.orchestra.run.smithi052.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-02-07T13:12:36.245 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:01 ago on Wed 07 Feb 2024 01:12:35 PM UTC. 2024-02-07T13:12:38.255 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-core-5.14.0-412.el9.x86_64 2/4 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr:Modular dependency problems: 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 1: conflicting requests 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240206092359:20125149.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 2: conflicting requests 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 3: conflicting requests 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 4: conflicting requests 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 5: conflicting requests 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820231031173453:b754926a.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.330 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 6: conflicting requests 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820230817140043:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 7: conflicting requests 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module idm:client:820231122122737:49cc9d1b.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 8: conflicting requests 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 9: conflicting requests 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 10: conflicting requests 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 11: conflicting requests 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 12: conflicting requests 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 13: conflicting requests 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 14: conflicting requests 2024-02-07T13:12:38.331 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 15: conflicting requests 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 16: conflicting requests 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 17: conflicting requests 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 18: conflicting requests 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 19: conflicting requests 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 20: conflicting requests 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 21: conflicting requests 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 22: conflicting requests 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.332 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 23: conflicting requests 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240202092102:182f7c73.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 24: conflicting requests 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 25: conflicting requests 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 26: conflicting requests 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240117165712:17377f89.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 27: conflicting requests 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 28: conflicting requests 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 29: conflicting requests 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 30: conflicting requests 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.333 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 31: conflicting requests 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 32: conflicting requests 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module squid:4:820230817231530:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 33: conflicting requests 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 34: conflicting requests 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 35: conflicting requests 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 36: conflicting requests 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240203221207:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 37: conflicting requests 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.334 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 38: cannot install the best candidate for the job 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 39: conflicting requests 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 40: cannot install the best candidate for the job 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.335 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 41: cannot install the best candidate for the job 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 42: cannot install the best candidate for the job 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 43: cannot install the best candidate for the job 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.336 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 44: cannot install the best candidate for the job 2024-02-07T13:12:38.337 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.337 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.337 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.337 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.337 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 45: cannot install the best candidate for the job 2024-02-07T13:12:38.337 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.337 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.337 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.337 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-02-07T13:12:38.444 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-modules-5.14.0-412.el9.x86_64 3/4 2024-02-07T13:12:38.751 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-07T13:12:38.751 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-07T13:12:38.883 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:12:38.891 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:12:38.891 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-02-07T13:12:38.891 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:12:38.891 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:12:38.891 INFO:teuthology.orchestra.run.smithi052.stdout: kernel x86_64 5.14.0-412.el9 baseos 6.0 M 2024-02-07T13:12:38.891 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-02-07T13:12:38.891 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core x86_64 5.14.0-412.el9 baseos 21 M 2024-02-07T13:12:38.891 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules x86_64 5.14.0-412.el9 baseos 39 M 2024-02-07T13:12:38.892 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-core x86_64 5.14.0-412.el9 baseos 33 M 2024-02-07T13:12:38.892 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:12:38.892 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:12:38.892 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:12:38.892 INFO:teuthology.orchestra.run.smithi052.stdout:Install 4 Packages 2024-02-07T13:12:38.892 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:12:38.892 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 99 M 2024-02-07T13:12:38.892 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 122 M 2024-02-07T13:12:38.893 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:12:39.637 INFO:teuthology.orchestra.run.smithi052.stdout:(1/4): kernel-5.14.0-412.el9.x86_64.rpm 13 MB/s | 6.0 MB 00:00 2024-02-07T13:12:40.505 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-5.14.0-412.el9.x86_64 3/4 2024-02-07T13:12:40.718 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:12:40.979 INFO:teuthology.orchestra.run.smithi052.stdout:(2/4): kernel-modules-core-5.14.0-412.el9.x86_6 25 MB/s | 33 MB 00:01 2024-02-07T13:12:41.263 INFO:teuthology.orchestra.run.smithi052.stdout:(3/4): kernel-core-5.14.0-412.el9.x86_64.rpm 9.9 MB/s | 21 MB 00:02 2024-02-07T13:12:43.527 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-modules-5.14.0-412.el9.x86_64 3/4 2024-02-07T13:12:43.648 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:12:44.912 INFO:teuthology.orchestra.run.smithi052.stdout:(4/4): kernel-modules-5.14.0-412.el9.x86_64.rpm 6.8 MB/s | 39 MB 00:05 2024-02-07T13:12:44.916 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:12:44.916 INFO:teuthology.orchestra.run.smithi052.stdout:Total 16 MB/s | 99 MB 00:06 2024-02-07T13:12:45.463 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-core-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:12:45.832 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:12:46.272 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:12:46.272 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:12:47.676 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:12:47.676 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:12:48.742 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-modules-core-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:12:50.533 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:12:51.215 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-core-5.14.0-412.el9.x86_64 1/4 2024-02-07T13:12:51.355 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-core-5.14.0-412.el9.x86_64 2/4 2024-02-07T13:12:54.234 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-5.14.0-412.el9.x86_64 2/4 2024-02-07T13:12:54.417 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-5.14.0-412.el9.x86_64 3/4 2024-02-07T13:12:59.485 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-5.14.0-412.el9.x86_64 3/4 2024-02-07T13:12:59.604 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:04.701 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-core-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:14.515 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:14.515 INFO:teuthology.orchestra.run.smithi080.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-07T13:13:14.515 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:13:14.600 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:15.025 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:15.025 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-5.14.0-412.el9.x86_64 1/4 2024-02-07T13:13:15.026 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-core-5.14.0-412.el9.x86_64 2/4 2024-02-07T13:13:15.026 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-modules-5.14.0-412.el9.x86_64 3/4 2024-02-07T13:13:15.471 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-modules-core-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:15.471 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:13:15.472 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:13:15.472 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-5.14.0-412.el9.x86_64 2024-02-07T13:13:15.472 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-core-5.14.0-412.el9.x86_64 2024-02-07T13:13:15.472 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules-5.14.0-412.el9.x86_64 2024-02-07T13:13:15.472 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules-core-5.14.0-412.el9.x86_64 2024-02-07T13:13:15.472 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:13:15.472 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:13:15.977 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:13:16.122 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-5.14.0-412.el9.x86_64 2024-02-07T13:13:16.122 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-412.el9.x86_64 2024-02-07T13:13:16.122 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-412.el9.x86_64 2024-02-07T13:13:16.123 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-07T13:13:16.123 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-07T13:13:16.123 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-07T13:13:16.123 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi080.front.sepia.ceph.com, path=None, version=distro) 2024-02-07T13:13:16.123 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:13:16.244 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-5.14.0-412.el9.x86_64 2024-02-07T13:13:16.244 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-412.el9.x86_64 2024-02-07T13:13:16.244 DEBUG:teuthology.orchestra.run.smithi080:> sudo rpm -qi grub2-tools 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:Name : grub2-tools 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:Epoch : 1 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:Version : 2.06 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:Release : 68.el9 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:Architecture: x86_64 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:Group : Unspecified 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:Size : 8264254 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:License : GPLv3+ 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-07T13:13:16.278 INFO:teuthology.orchestra.run.smithi080.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:Packager : builder@centos.org 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:Vendor : CentOS 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:Summary : Support tools for GRUB. 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:Description : 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:hardware devices. 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:13:16.279 INFO:teuthology.orchestra.run.smithi080.stdout:This subpackage provides tools for support of all platforms. 2024-02-07T13:13:16.280 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-07T13:13:16.280 INFO:teuthology.task.kernel:Updating grub on smithi080 to boot 5.14.0-412.el9.x86_64 2024-02-07T13:13:16.281 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-07T13:13:16.905 INFO:teuthology.orchestra.run.smithi080.stderr:Generating grub configuration file ... 2024-02-07T13:13:18.238 INFO:teuthology.orchestra.run.smithi080.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-07T13:13:18.273 INFO:teuthology.orchestra.run.smithi080.stderr:done 2024-02-07T13:13:18.275 DEBUG:teuthology.orchestra.run.smithi080:> mktemp 2024-02-07T13:13:18.290 INFO:teuthology.orchestra.run.smithi080.stdout:/tmp/tmp.xsDSyPO9zt 2024-02-07T13:13:18.291 DEBUG:teuthology.orchestra.run.smithi080:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xsDSyPO9zt 2024-02-07T13:13:18.359 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 0666 /tmp/tmp.xsDSyPO9zt 2024-02-07T13:13:18.492 DEBUG:teuthology.orchestra.remote:smithi080:/tmp/tmp.xsDSyPO9zt is 6KB 2024-02-07T13:13:18.541 DEBUG:teuthology.orchestra.run.smithi080:> rm -fr /tmp/tmp.xsDSyPO9zt 2024-02-07T13:13:18.555 DEBUG:teuthology.orchestra.run.smithi080:> sudo /bin/ls /boot/loader/entries || true 2024-02-07T13:13:18.620 INFO:teuthology.orchestra.run.smithi080.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-07T13:13:18.620 INFO:teuthology.orchestra.run.smithi080.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-07T13:13:18.620 INFO:teuthology.orchestra.run.smithi080.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-07T13:13:18.620 INFO:teuthology.orchestra.run.smithi080.stdout:15949e3c88704300882482eddfd7baae-5.14.0-412.el9.x86_64.conf 2024-02-07T13:13:18.622 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-412.el9.x86_64 2024-02-07T13:13:18.771 DEBUG:teuthology.orchestra.run.smithi080:> sudo shutdown -r now 2024-02-07T13:13:19.222 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-core-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:19.223 INFO:teuthology.orchestra.run.smithi049.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-07T13:13:19.223 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:13:19.313 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-modules-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:19.784 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:19.784 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-5.14.0-412.el9.x86_64 1/4 2024-02-07T13:13:19.785 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-core-5.14.0-412.el9.x86_64 2/4 2024-02-07T13:13:19.785 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-modules-5.14.0-412.el9.x86_64 3/4 2024-02-07T13:13:20.223 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-modules-core-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:20.224 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:13:20.224 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:13:20.224 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-5.14.0-412.el9.x86_64 2024-02-07T13:13:20.224 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-core-5.14.0-412.el9.x86_64 2024-02-07T13:13:20.224 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules-5.14.0-412.el9.x86_64 2024-02-07T13:13:20.224 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules-core-5.14.0-412.el9.x86_64 2024-02-07T13:13:20.224 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:13:20.224 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:13:20.741 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:13:20.889 INFO:teuthology.orchestra.run.smithi049.stdout:kernel-5.14.0-412.el9.x86_64 2024-02-07T13:13:20.890 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-412.el9.x86_64 2024-02-07T13:13:20.890 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-412.el9.x86_64 2024-02-07T13:13:20.890 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-07T13:13:20.890 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-07T13:13:20.890 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-07T13:13:20.890 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi049.front.sepia.ceph.com, path=None, version=distro) 2024-02-07T13:13:20.890 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:13:21.017 INFO:teuthology.orchestra.run.smithi049.stdout:kernel-5.14.0-412.el9.x86_64 2024-02-07T13:13:21.017 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-412.el9.x86_64 2024-02-07T13:13:21.017 DEBUG:teuthology.orchestra.run.smithi049:> sudo rpm -qi grub2-tools 2024-02-07T13:13:21.055 INFO:teuthology.orchestra.run.smithi049.stdout:Name : grub2-tools 2024-02-07T13:13:21.055 INFO:teuthology.orchestra.run.smithi049.stdout:Epoch : 1 2024-02-07T13:13:21.055 INFO:teuthology.orchestra.run.smithi049.stdout:Version : 2.06 2024-02-07T13:13:21.055 INFO:teuthology.orchestra.run.smithi049.stdout:Release : 68.el9 2024-02-07T13:13:21.055 INFO:teuthology.orchestra.run.smithi049.stdout:Architecture: x86_64 2024-02-07T13:13:21.055 INFO:teuthology.orchestra.run.smithi049.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-07T13:13:21.055 INFO:teuthology.orchestra.run.smithi049.stdout:Group : Unspecified 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:Size : 8264254 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:License : GPLv3+ 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:Packager : builder@centos.org 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:Vendor : CentOS 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:Summary : Support tools for GRUB. 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:Description : 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:13:21.056 INFO:teuthology.orchestra.run.smithi049.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-07T13:13:21.057 INFO:teuthology.orchestra.run.smithi049.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-07T13:13:21.057 INFO:teuthology.orchestra.run.smithi049.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-07T13:13:21.057 INFO:teuthology.orchestra.run.smithi049.stdout:hardware devices. 2024-02-07T13:13:21.057 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:13:21.057 INFO:teuthology.orchestra.run.smithi049.stdout:This subpackage provides tools for support of all platforms. 2024-02-07T13:13:21.057 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-07T13:13:21.058 INFO:teuthology.task.kernel:Updating grub on smithi049 to boot 5.14.0-412.el9.x86_64 2024-02-07T13:13:21.058 DEBUG:teuthology.orchestra.run.smithi049:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-07T13:13:21.697 INFO:teuthology.orchestra.run.smithi049.stderr:Generating grub configuration file ... 2024-02-07T13:13:23.076 INFO:teuthology.orchestra.run.smithi049.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-07T13:13:23.122 INFO:teuthology.orchestra.run.smithi049.stderr:done 2024-02-07T13:13:23.124 DEBUG:teuthology.orchestra.run.smithi049:> mktemp 2024-02-07T13:13:23.139 INFO:teuthology.orchestra.run.smithi049.stdout:/tmp/tmp.chJvM193G0 2024-02-07T13:13:23.140 DEBUG:teuthology.orchestra.run.smithi049:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.chJvM193G0 2024-02-07T13:13:23.211 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 0666 /tmp/tmp.chJvM193G0 2024-02-07T13:13:23.349 DEBUG:teuthology.orchestra.remote:smithi049:/tmp/tmp.chJvM193G0 is 6KB 2024-02-07T13:13:23.398 DEBUG:teuthology.orchestra.run.smithi049:> rm -fr /tmp/tmp.chJvM193G0 2024-02-07T13:13:23.413 DEBUG:teuthology.orchestra.run.smithi049:> sudo /bin/ls /boot/loader/entries || true 2024-02-07T13:13:23.482 INFO:teuthology.orchestra.run.smithi049.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-07T13:13:23.482 INFO:teuthology.orchestra.run.smithi049.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-07T13:13:23.482 INFO:teuthology.orchestra.run.smithi049.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-07T13:13:23.482 INFO:teuthology.orchestra.run.smithi049.stdout:15949e3c88704300882482eddfd7baae-5.14.0-412.el9.x86_64.conf 2024-02-07T13:13:23.483 DEBUG:teuthology.orchestra.run.smithi049:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-412.el9.x86_64 2024-02-07T13:13:23.644 DEBUG:teuthology.orchestra.run.smithi049:> sudo shutdown -r now 2024-02-07T13:13:35.354 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:35.354 INFO:teuthology.orchestra.run.smithi052.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-07T13:13:35.354 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:13:35.443 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:35.905 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:35.905 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-5.14.0-412.el9.x86_64 1/4 2024-02-07T13:13:35.905 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-core-5.14.0-412.el9.x86_64 2/4 2024-02-07T13:13:35.905 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-5.14.0-412.el9.x86_64 3/4 2024-02-07T13:13:36.335 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-core-5.14.0-412.el9.x86_64 4/4 2024-02-07T13:13:36.335 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:13:36.336 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:13:36.336 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-5.14.0-412.el9.x86_64 2024-02-07T13:13:36.336 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core-5.14.0-412.el9.x86_64 2024-02-07T13:13:36.336 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-5.14.0-412.el9.x86_64 2024-02-07T13:13:36.336 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-core-5.14.0-412.el9.x86_64 2024-02-07T13:13:36.336 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:13:36.336 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:13:36.818 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:13:37.021 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-5.14.0-412.el9.x86_64 2024-02-07T13:13:37.021 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-412.el9.x86_64 2024-02-07T13:13:37.021 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-412.el9.x86_64 2024-02-07T13:13:37.021 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-07T13:13:37.021 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-07T13:13:37.021 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-07T13:13:37.021 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi052.front.sepia.ceph.com, path=None, version=distro) 2024-02-07T13:13:37.022 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:13:37.147 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-5.14.0-412.el9.x86_64 2024-02-07T13:13:37.148 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-412.el9.x86_64 2024-02-07T13:13:37.148 DEBUG:teuthology.orchestra.run.smithi052:> sudo rpm -qi grub2-tools 2024-02-07T13:13:37.197 INFO:teuthology.orchestra.run.smithi052.stdout:Name : grub2-tools 2024-02-07T13:13:37.197 INFO:teuthology.orchestra.run.smithi052.stdout:Epoch : 1 2024-02-07T13:13:37.197 INFO:teuthology.orchestra.run.smithi052.stdout:Version : 2.06 2024-02-07T13:13:37.197 INFO:teuthology.orchestra.run.smithi052.stdout:Release : 68.el9 2024-02-07T13:13:37.197 INFO:teuthology.orchestra.run.smithi052.stdout:Architecture: x86_64 2024-02-07T13:13:37.197 INFO:teuthology.orchestra.run.smithi052.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-07T13:13:37.197 INFO:teuthology.orchestra.run.smithi052.stdout:Group : Unspecified 2024-02-07T13:13:37.197 INFO:teuthology.orchestra.run.smithi052.stdout:Size : 8264254 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:License : GPLv3+ 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:Packager : builder@centos.org 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:Vendor : CentOS 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:Summary : Support tools for GRUB. 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:Description : 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-07T13:13:37.198 INFO:teuthology.orchestra.run.smithi052.stdout:hardware devices. 2024-02-07T13:13:37.199 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:13:37.199 INFO:teuthology.orchestra.run.smithi052.stdout:This subpackage provides tools for support of all platforms. 2024-02-07T13:13:37.199 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-07T13:13:37.200 INFO:teuthology.task.kernel:Updating grub on smithi052 to boot 5.14.0-412.el9.x86_64 2024-02-07T13:13:37.200 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-07T13:13:37.765 INFO:teuthology.orchestra.run.smithi052.stderr:Generating grub configuration file ... 2024-02-07T13:13:39.272 INFO:teuthology.orchestra.run.smithi052.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-07T13:13:39.313 INFO:teuthology.orchestra.run.smithi052.stderr:done 2024-02-07T13:13:39.316 DEBUG:teuthology.orchestra.run.smithi052:> mktemp 2024-02-07T13:13:39.372 INFO:teuthology.orchestra.run.smithi052.stdout:/tmp/tmp.NYg02xjmq6 2024-02-07T13:13:39.372 DEBUG:teuthology.orchestra.run.smithi052:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.NYg02xjmq6 2024-02-07T13:13:39.445 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 0666 /tmp/tmp.NYg02xjmq6 2024-02-07T13:13:39.587 DEBUG:teuthology.orchestra.remote:smithi052:/tmp/tmp.NYg02xjmq6 is 6KB 2024-02-07T13:13:39.636 DEBUG:teuthology.orchestra.run.smithi052:> rm -fr /tmp/tmp.NYg02xjmq6 2024-02-07T13:13:39.650 DEBUG:teuthology.orchestra.run.smithi052:> sudo /bin/ls /boot/loader/entries || true 2024-02-07T13:13:39.719 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-07T13:13:39.719 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-07T13:13:39.719 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-07T13:13:39.719 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-5.14.0-412.el9.x86_64.conf 2024-02-07T13:13:39.720 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-412.el9.x86_64 2024-02-07T13:13:39.882 DEBUG:teuthology.orchestra.run.smithi052:> sudo shutdown -r now 2024-02-07T13:13:48.780 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-07T13:13:48.780 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-07T13:13:48.781 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:13:53.651 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-07T13:13:53.651 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-07T13:13:53.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:14:07.292 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-02-07T13:14:09.887 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-07T13:14:09.888 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-02-07T13:14:09.888 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:14:12.156 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-02-07T13:14:16.296 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-07T13:14:16.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:14:19.360 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-02-07T13:14:21.158 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-07T13:14:21.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:14:24.220 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-02-07T13:14:28.284 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.52 2024-02-07T13:14:31.363 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-07T13:14:31.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:14:36.224 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-07T13:14:36.225 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:14:37.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-02-07T13:14:37.287 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:14:39.292 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-02-07T13:14:40.348 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.52 2024-02-07T13:14:49.788 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-02-07T13:14:52.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-02-07T13:14:52.352 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:14:54.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-07T13:14:54.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:14:57.372 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-02-07T13:15:04.796 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-07T13:15:04.797 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:15:05.077 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-02-07T13:15:05.612 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-07T13:15:05.613 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-412.el9.x86_64"... 2024-02-07T13:15:05.613 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-02-07T13:15:05.627 INFO:teuthology.orchestra.run.smithi080.stdout:5.14.0-412.el9.x86_64 2024-02-07T13:15:05.627 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-412.el9.x86_64 vs 5.14.0-412.el9.x86_64 2024-02-07T13:15:05.627 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-07T13:15:05.628 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-07T13:15:06.628 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-07T13:15:06.629 DEBUG:teuthology.orchestra.run.smithi080:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-07T13:15:06.709 INFO:teuthology.orchestra.run.smithi080.stdout:ttyS1 2024-02-07T13:15:06.751 DEBUG:teuthology.parallel:result is None 2024-02-07T13:15:15.373 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-07T13:15:15.374 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:15:24.202 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-02-07T13:15:24.584 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-02-07T13:15:24.584 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-412.el9.x86_64"... 2024-02-07T13:15:24.584 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-02-07T13:15:24.600 INFO:teuthology.orchestra.run.smithi052.stdout:5.14.0-412.el9.x86_64 2024-02-07T13:15:24.600 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-412.el9.x86_64 vs 5.14.0-412.el9.x86_64 2024-02-07T13:15:24.600 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-07T13:15:24.600 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-07T13:15:25.601 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-07T13:15:25.602 DEBUG:teuthology.orchestra.run.smithi052:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-07T13:15:25.675 INFO:teuthology.orchestra.run.smithi052.stdout:ttyS1 2024-02-07T13:15:25.715 DEBUG:teuthology.parallel:result is None 2024-02-07T13:15:47.619 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-02-07T13:15:47.989 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-07T13:15:47.989 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-412.el9.x86_64"... 2024-02-07T13:15:47.990 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-02-07T13:15:48.004 INFO:teuthology.orchestra.run.smithi049.stdout:5.14.0-412.el9.x86_64 2024-02-07T13:15:48.005 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-412.el9.x86_64 vs 5.14.0-412.el9.x86_64 2024-02-07T13:15:48.005 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-07T13:15:48.005 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-07T13:15:49.005 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-07T13:15:49.006 DEBUG:teuthology.orchestra.run.smithi049:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-07T13:15:49.075 INFO:teuthology.orchestra.run.smithi049.stdout:ttyS1 2024-02-07T13:15:49.128 DEBUG:teuthology.parallel:result is None 2024-02-07T13:15:49.128 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-07T13:15:49.136 INFO:teuthology.task.internal:Creating test directory... 2024-02-07T13:15:49.137 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-07T13:15:49.139 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-07T13:15:49.142 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-07T13:15:49.160 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-07T13:15:49.167 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-07T13:15:49.178 INFO:teuthology.task.internal:Creating archive directory... 2024-02-07T13:15:49.178 DEBUG:teuthology.orchestra.run.smithi049:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-07T13:15:49.198 DEBUG:teuthology.orchestra.run.smithi052:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-07T13:15:49.200 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-07T13:15:49.284 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-07T13:15:49.293 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-07T13:15:49.293 DEBUG:teuthology.orchestra.run.smithi049:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-07T13:15:49.297 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-02-07T13:15:49.299 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-07T13:15:49.334 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T13:15:49.335 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T13:15:49.348 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T13:15:49.353 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T13:15:49.354 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T13:15:49.368 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T13:15:49.370 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-07T13:15:49.378 INFO:teuthology.task.internal:Configuring sudo... 2024-02-07T13:15:49.378 DEBUG:teuthology.orchestra.run.smithi049:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-07T13:15:49.398 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-02-07T13:15:49.401 DEBUG:teuthology.orchestra.run.smithi080:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-07T13:15:49.432 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-07T13:15:49.445 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-07T13:15:49.445 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-07T13:15:49.472 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-07T13:15:49.475 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-07T13:15:49.493 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T13:15:49.570 DEBUG:teuthology.orchestra.run.smithi049:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T13:15:49.625 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T13:15:49.705 DEBUG:teuthology.orchestra.run.smithi049:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T13:15:49.755 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:15:49.756 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-07T13:15:49.828 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T13:15:49.873 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T13:15:49.935 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T13:15:49.976 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T13:15:50.023 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:15:50.024 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-07T13:15:50.094 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T13:15:50.141 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T13:15:50.201 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T13:15:50.245 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T13:15:50.288 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:15:50.288 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-07T13:15:50.357 DEBUG:teuthology.orchestra.run.smithi049:> sudo service rsyslog restart 2024-02-07T13:15:50.359 DEBUG:teuthology.orchestra.run.smithi052:> sudo service rsyslog restart 2024-02-07T13:15:50.362 DEBUG:teuthology.orchestra.run.smithi080:> sudo service rsyslog restart 2024-02-07T13:15:50.409 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T13:15:50.410 INFO:teuthology.orchestra.run.smithi049.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T13:15:50.455 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T13:15:50.977 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-07T13:15:50.985 INFO:teuthology.task.internal:Starting timer... 2024-02-07T13:15:50.985 INFO:teuthology.run_tasks:Running task pcp... 2024-02-07T13:15:50.996 INFO:teuthology.run_tasks:Running task selinux... 2024-02-07T13:15:51.007 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-07T13:15:51.007 DEBUG:teuthology.orchestra.run.smithi049:> sudo service auditd rotate 2024-02-07T13:15:51.067 INFO:teuthology.orchestra.run.smithi049.stdout:Rotating logs: 2024-02-07T13:15:51.069 DEBUG:teuthology.orchestra.run.smithi052:> sudo service auditd rotate 2024-02-07T13:15:51.127 INFO:teuthology.orchestra.run.smithi052.stdout:Rotating logs: 2024-02-07T13:15:51.129 DEBUG:teuthology.orchestra.run.smithi080:> sudo service auditd rotate 2024-02-07T13:15:51.177 INFO:teuthology.orchestra.run.smithi080.stdout:Rotating logs: 2024-02-07T13:15:51.179 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-07T13:15:51.179 DEBUG:teuthology.orchestra.run.smithi049:> /usr/sbin/getenforce 2024-02-07T13:15:51.204 INFO:teuthology.orchestra.run.smithi049.stdout:Permissive 2024-02-07T13:15:51.204 DEBUG:teuthology.orchestra.run.smithi052:> /usr/sbin/getenforce 2024-02-07T13:15:51.236 INFO:teuthology.orchestra.run.smithi052.stdout:Permissive 2024-02-07T13:15:51.236 DEBUG:teuthology.orchestra.run.smithi080:> /usr/sbin/getenforce 2024-02-07T13:15:51.258 INFO:teuthology.orchestra.run.smithi080.stdout:Permissive 2024-02-07T13:15:51.258 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi049.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi052.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi080.front.sepia.ceph.com': 'permissive'} 2024-02-07T13:15:51.258 DEBUG:teuthology.orchestra.run.smithi049:> 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 2024-02-07T13:15:51.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:15:51.292 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 2024-02-07T13:15:51.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:15:51.321 DEBUG:teuthology.orchestra.run.smithi080:> 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 2024-02-07T13:15:51.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:15:51.349 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-07T13:15:51.349 DEBUG:teuthology.orchestra.run.smithi049:> sudo /usr/sbin/setenforce permissive 2024-02-07T13:15:51.387 DEBUG:teuthology.orchestra.run.smithi052:> sudo /usr/sbin/setenforce permissive 2024-02-07T13:15:51.420 DEBUG:teuthology.orchestra.run.smithi080:> sudo /usr/sbin/setenforce permissive 2024-02-07T13:15:51.452 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-07T13:15:51.461 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-07T13:15:51.479 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-02-07T13:15:51.481 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi049.front.sepia.ceph.com,smithi052.front.sepia.ceph.com,smithi080.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-07T13:20:13.546 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi049.front.sepia.ceph.com'), Remote(name='ubuntu@smithi052.front.sepia.ceph.com'), Remote(name='ubuntu@smithi080.front.sepia.ceph.com')] 2024-02-07T13:20:13.547 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-07T13:20:13.548 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:20:13.654 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-02-07T13:20:13.735 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-07T13:20:13.736 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-02-07T13:20:13.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:20:13.827 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-02-07T13:20:13.908 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-02-07T13:20:13.908 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-07T13:20:13.909 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:20:13.997 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-02-07T13:20:14.070 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-07T13:20:14.071 INFO:teuthology.run_tasks:Running task clock... 2024-02-07T13:20:14.083 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-07T13:20:14.084 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-07T13:20:14.084 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T13:20:14.086 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-07T13:20:14.087 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-02-07T13:20:14.089 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-07T13:20:14.089 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T13:20:14.121 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-07T13:20:14.121 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-07T13:20:14.138 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-07T13:20:14.141 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-07T13:20:14.141 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-07T13:20:14.159 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-07T13:20:14.169 INFO:teuthology.orchestra.run.smithi052.stderr:sudo: ntpd: command not found 2024-02-07T13:20:14.178 INFO:teuthology.orchestra.run.smithi049.stderr:sudo: ntpd: command not found 2024-02-07T13:20:14.183 INFO:teuthology.orchestra.run.smithi052.stdout:506 Cannot talk to daemon 2024-02-07T13:20:14.187 INFO:teuthology.orchestra.run.smithi080.stderr:sudo: ntpd: command not found 2024-02-07T13:20:14.195 INFO:teuthology.orchestra.run.smithi049.stdout:506 Cannot talk to daemon 2024-02-07T13:20:14.200 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-07T13:20:14.201 INFO:teuthology.orchestra.run.smithi080.stdout:506 Cannot talk to daemon 2024-02-07T13:20:14.215 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-07T13:20:14.216 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-07T13:20:14.217 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-07T13:20:14.233 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-07T13:20:14.235 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-07T13:20:14.269 INFO:teuthology.orchestra.run.smithi052.stderr:bash: line 1: ntpq: command not found 2024-02-07T13:20:14.272 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T13:20:14.272 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2024-02-07T13:20:14.273 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.273 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.273 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.273 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.283 INFO:teuthology.orchestra.run.smithi080.stderr:bash: line 1: ntpq: command not found 2024-02-07T13:20:14.287 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T13:20:14.288 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2024-02-07T13:20:14.288 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.288 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.288 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.289 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.289 INFO:teuthology.orchestra.run.smithi049.stderr:bash: line 1: ntpq: command not found 2024-02-07T13:20:14.293 INFO:teuthology.orchestra.run.smithi049.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T13:20:14.293 INFO:teuthology.orchestra.run.smithi049.stdout:=============================================================================== 2024-02-07T13:20:14.294 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.294 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.294 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.294 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:20:14.294 INFO:teuthology.run_tasks:Running task pexec... 2024-02-07T13:20:14.303 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-07T13:20:14.304 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi049.front.sepia.ceph.com 2024-02-07T13:20:14.304 DEBUG:teuthology.orchestra.run.smithi049:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-07T13:20:14.304 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi052.front.sepia.ceph.com 2024-02-07T13:20:14.304 DEBUG:teuthology.orchestra.run.smithi052:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-07T13:20:14.305 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi080.front.sepia.ceph.com 2024-02-07T13:20:14.305 DEBUG:teuthology.orchestra.run.smithi080:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-07T13:20:14.941 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:55 ago on Wed 07 Feb 2024 01:19:19 PM UTC. 2024-02-07T13:20:14.946 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:57 ago on Wed 07 Feb 2024 01:19:17 PM UTC. 2024-02-07T13:20:14.976 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:00:52 ago on Wed 07 Feb 2024 01:19:22 PM UTC. 2024-02-07T13:20:15.238 INFO:teuthology.orchestra.run.smithi080.stderr:Modular dependency problems: 2024-02-07T13:20:15.238 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-02-07T13:20:15.238 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 1: conflicting requests 2024-02-07T13:20:15.238 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240206092359:20125149.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 2: conflicting requests 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 3: conflicting requests 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 4: conflicting requests 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 5: conflicting requests 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820231031173453:b754926a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 6: conflicting requests 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820230817140043:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 7: conflicting requests 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module idm:client:820231122122737:49cc9d1b.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 8: conflicting requests 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 9: conflicting requests 2024-02-07T13:20:15.239 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 10: conflicting requests 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 11: conflicting requests 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 12: conflicting requests 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 13: conflicting requests 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 14: conflicting requests 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 15: conflicting requests 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.240 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 16: conflicting requests 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 17: conflicting requests 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 18: conflicting requests 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 19: conflicting requests 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 20: conflicting requests 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 21: conflicting requests 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 22: conflicting requests 2024-02-07T13:20:15.241 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 23: conflicting requests 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240202092102:182f7c73.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 24: conflicting requests 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 25: conflicting requests 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 26: conflicting requests 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240117165712:17377f89.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 27: conflicting requests 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 28: conflicting requests 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 29: conflicting requests 2024-02-07T13:20:15.242 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 30: conflicting requests 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 31: conflicting requests 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 32: conflicting requests 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module squid:4:820230817231530:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 33: conflicting requests 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 34: conflicting requests 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 35: conflicting requests 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.243 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 36: conflicting requests 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240203221207:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 37: conflicting requests 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 38: cannot install the best candidate for the job 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 39: conflicting requests 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.244 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 40: cannot install the best candidate for the job 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 41: cannot install the best candidate for the job 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 42: cannot install the best candidate for the job 2024-02-07T13:20:15.245 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 43: cannot install the best candidate for the job 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 44: cannot install the best candidate for the job 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.246 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.247 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.247 INFO:teuthology.orchestra.run.smithi080.stderr: Problem 45: cannot install the best candidate for the job 2024-02-07T13:20:15.247 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.247 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.247 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.247 INFO:teuthology.orchestra.run.smithi080.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.248 INFO:teuthology.orchestra.run.smithi052.stderr:Modular dependency problems: 2024-02-07T13:20:15.248 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 1: conflicting requests 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240206092359:20125149.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 2: conflicting requests 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 3: conflicting requests 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 4: conflicting requests 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 5: conflicting requests 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820231031173453:b754926a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 6: conflicting requests 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820230817140043:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.249 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 7: conflicting requests 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module idm:client:820231122122737:49cc9d1b.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 8: conflicting requests 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 9: conflicting requests 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 10: conflicting requests 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 11: conflicting requests 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 12: conflicting requests 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 13: conflicting requests 2024-02-07T13:20:15.250 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 14: conflicting requests 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 15: conflicting requests 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 16: conflicting requests 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 17: conflicting requests 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 18: conflicting requests 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 19: conflicting requests 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.251 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 20: conflicting requests 2024-02-07T13:20:15.252 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.252 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 21: conflicting requests 2024-02-07T13:20:15.252 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.252 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 22: conflicting requests 2024-02-07T13:20:15.252 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.252 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 23: conflicting requests 2024-02-07T13:20:15.252 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240202092102:182f7c73.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.252 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 24: conflicting requests 2024-02-07T13:20:15.252 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.252 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 25: conflicting requests 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 26: conflicting requests 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240117165712:17377f89.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 27: conflicting requests 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 28: conflicting requests 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 29: conflicting requests 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 30: conflicting requests 2024-02-07T13:20:15.253 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 31: conflicting requests 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 32: conflicting requests 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module squid:4:820230817231530:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 33: conflicting requests 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 34: conflicting requests 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 35: conflicting requests 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 36: conflicting requests 2024-02-07T13:20:15.254 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240203221207:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 37: conflicting requests 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 38: cannot install the best candidate for the job 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 39: conflicting requests 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.255 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 40: cannot install the best candidate for the job 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 41: cannot install the best candidate for the job 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.256 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 42: cannot install the best candidate for the job 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 43: cannot install the best candidate for the job 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 44: cannot install the best candidate for the job 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.257 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.258 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.258 INFO:teuthology.orchestra.run.smithi052.stderr: Problem 45: cannot install the best candidate for the job 2024-02-07T13:20:15.258 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.258 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.258 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.258 INFO:teuthology.orchestra.run.smithi052.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.282 INFO:teuthology.orchestra.run.smithi049.stderr:Modular dependency problems: 2024-02-07T13:20:15.282 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-07T13:20:15.282 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 1: conflicting requests 2024-02-07T13:20:15.282 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240206092359:20125149.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.282 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 2: conflicting requests 2024-02-07T13:20:15.282 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.282 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 3: conflicting requests 2024-02-07T13:20:15.282 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.282 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 4: conflicting requests 2024-02-07T13:20:15.283 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.283 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 5: conflicting requests 2024-02-07T13:20:15.283 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820231031173453:b754926a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.283 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 6: conflicting requests 2024-02-07T13:20:15.283 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820230817140043:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.284 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 7: conflicting requests 2024-02-07T13:20:15.284 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module idm:client:820231122122737:49cc9d1b.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.284 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 8: conflicting requests 2024-02-07T13:20:15.284 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.284 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 9: conflicting requests 2024-02-07T13:20:15.284 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.284 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 10: conflicting requests 2024-02-07T13:20:15.284 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.284 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 11: conflicting requests 2024-02-07T13:20:15.284 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.285 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 12: conflicting requests 2024-02-07T13:20:15.285 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.285 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 13: conflicting requests 2024-02-07T13:20:15.285 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.285 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 14: conflicting requests 2024-02-07T13:20:15.285 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.285 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 15: conflicting requests 2024-02-07T13:20:15.285 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.285 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 16: conflicting requests 2024-02-07T13:20:15.285 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 17: conflicting requests 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 18: conflicting requests 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 19: conflicting requests 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 20: conflicting requests 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 21: conflicting requests 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 22: conflicting requests 2024-02-07T13:20:15.286 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 23: conflicting requests 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240202092102:182f7c73.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 24: conflicting requests 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 25: conflicting requests 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 26: conflicting requests 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240117165712:17377f89.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 27: conflicting requests 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 28: conflicting requests 2024-02-07T13:20:15.287 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 29: conflicting requests 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 30: conflicting requests 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 31: conflicting requests 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 32: conflicting requests 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module squid:4:820230817231530:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 33: conflicting requests 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 34: conflicting requests 2024-02-07T13:20:15.288 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 35: conflicting requests 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 36: conflicting requests 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240203221207:9edba152.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 37: conflicting requests 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 38: cannot install the best candidate for the job 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.289 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 39: conflicting requests 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 40: cannot install the best candidate for the job 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.290 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 41: cannot install the best candidate for the job 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 42: cannot install the best candidate for the job 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 43: cannot install the best candidate for the job 2024-02-07T13:20:15.291 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 44: cannot install the best candidate for the job 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: Problem 45: cannot install the best candidate for the job 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.292 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.293 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-02-07T13:20:15.303 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:20:15.304 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout: runc x86_64 4:1.1.11-1.el9 appstream 3.1 M 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 3.1 M 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 9.8 M 2024-02-07T13:20:15.305 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:20:15.318 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:20:15.319 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:20:15.319 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-02-07T13:20:15.319 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:20:15.319 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:20:15.319 INFO:teuthology.orchestra.run.smithi052.stdout: runc x86_64 4:1.1.11-1.el9 appstream 3.1 M 2024-02-07T13:20:15.319 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:20:15.319 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:20:15.319 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:20:15.320 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-02-07T13:20:15.320 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:20:15.320 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 3.1 M 2024-02-07T13:20:15.320 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 9.8 M 2024-02-07T13:20:15.320 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:20:15.350 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:20:15.364 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:20:15.364 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2024-02-07T13:20:15.364 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:20:15.364 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:20:15.364 INFO:teuthology.orchestra.run.smithi049.stdout: runc x86_64 4:1.1.11-1.el9 appstream 3.1 M 2024-02-07T13:20:15.364 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:20:15.364 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:20:15.364 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:20:15.365 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2024-02-07T13:20:15.365 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:20:15.365 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 3.1 M 2024-02-07T13:20:15.365 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 9.8 M 2024-02-07T13:20:15.365 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:20:15.683 INFO:teuthology.orchestra.run.smithi049.stdout:runc-1.1.11-1.el9.x86_64.rpm 11 MB/s | 3.1 MB 00:00 2024-02-07T13:20:15.683 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:20:15.683 INFO:teuthology.orchestra.run.smithi049.stdout:Total 9.8 MB/s | 3.1 MB 00:00 2024-02-07T13:20:15.720 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:20:15.727 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:20:15.727 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:20:15.809 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:20:15.810 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:20:15.869 INFO:teuthology.orchestra.run.smithi052.stdout:runc-1.1.11-1.el9.x86_64.rpm 6.5 MB/s | 3.1 MB 00:00 2024-02-07T13:20:15.869 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:20:15.869 INFO:teuthology.orchestra.run.smithi052.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-02-07T13:20:15.906 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:20:15.912 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:20:15.913 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:20:15.996 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:20:15.996 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:20:16.041 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:20:16.138 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : runc-4:1.1.11-1.el9.x86_64 1/1 2024-02-07T13:20:16.215 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:20:16.316 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : runc-4:1.1.11-1.el9.x86_64 1/1 2024-02-07T13:20:16.706 INFO:teuthology.orchestra.run.smithi080.stdout:runc-1.1.11-1.el9.x86_64.rpm 2.3 MB/s | 3.1 MB 00:01 2024-02-07T13:20:16.706 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:20:16.706 INFO:teuthology.orchestra.run.smithi080.stdout:Total 2.2 MB/s | 3.1 MB 00:01 2024-02-07T13:20:16.744 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:20:16.750 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:20:16.750 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:20:16.753 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: runc-4:1.1.11-1.el9.x86_64 1/1 2024-02-07T13:20:16.830 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:20:16.831 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:20:16.840 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: runc-4:1.1.11-1.el9.x86_64 1/1 2024-02-07T13:20:17.044 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:20:17.125 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : runc-4:1.1.11-1.el9.x86_64 1/1 2024-02-07T13:20:17.125 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:20:17.125 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:20:17.125 INFO:teuthology.orchestra.run.smithi049.stdout: runc-4:1.1.11-1.el9.x86_64 2024-02-07T13:20:17.125 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:20:17.126 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:20:17.134 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : runc-4:1.1.11-1.el9.x86_64 1/1 2024-02-07T13:20:17.175 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : runc-4:1.1.11-1.el9.x86_64 1/1 2024-02-07T13:20:17.175 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:20:17.175 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:20:17.175 INFO:teuthology.orchestra.run.smithi052.stdout: runc-4:1.1.11-1.el9.x86_64 2024-02-07T13:20:17.175 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:20:17.175 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:20:17.392 DEBUG:teuthology.parallel:result is None 2024-02-07T13:20:17.430 DEBUG:teuthology.parallel:result is None 2024-02-07T13:20:17.682 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: runc-4:1.1.11-1.el9.x86_64 1/1 2024-02-07T13:20:18.051 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : runc-4:1.1.11-1.el9.x86_64 1/1 2024-02-07T13:20:18.051 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:20:18.051 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:20:18.051 INFO:teuthology.orchestra.run.smithi080.stdout: runc-4:1.1.11-1.el9.x86_64 2024-02-07T13:20:18.051 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:20:18.051 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:20:18.333 DEBUG:teuthology.parallel:result is None 2024-02-07T13:20:18.333 INFO:teuthology.run_tasks:Running task install... 2024-02-07T13:20:18.342 DEBUG:teuthology.task.install:project ceph 2024-02-07T13:20:18.342 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261'}} 2024-02-07T13:20:18.342 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261'} 2024-02-07T13:20:18.342 INFO:teuthology.task.install:Using flavor: default 2024-02-07T13:20:18.348 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-02-07T13:20:18.348 INFO:teuthology.task.install:extra packages: [] 2024-02-07T13:20:18.348 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': '44458ccedb18241cc2e17f10cdab3d1385399261', 'tag': None, 'wait_for_package': False} 2024-02-07T13:20:18.349 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:20:18.351 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': '44458ccedb18241cc2e17f10cdab3d1385399261', 'tag': None, 'wait_for_package': False} 2024-02-07T13:20:18.351 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:20:18.352 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': '44458ccedb18241cc2e17f10cdab3d1385399261', 'tag': None, 'wait_for_package': False} 2024-02-07T13:20:18.352 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:20:18.494 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/ 2024-02-07T13:20:18.494 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1252.g44458cce 2024-02-07T13:20:18.565 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/ 2024-02-07T13:20:18.565 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1252.g44458cce 2024-02-07T13:20:18.577 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/ 2024-02-07T13:20:18.577 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1252.g44458cce 2024-02-07T13:20:18.677 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-07T13:20:18.677 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:20:18.677 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-07T13:20:18.716 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-02-07T13:20:18.716 DEBUG:teuthology.orchestra.run.smithi049:> 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/44458ccedb18241cc2e17f10cdab3d1385399261/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-07T13:20:18.737 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-07T13:20:18.738 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:20:18.738 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-07T13:20:18.748 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-07T13:20:18.748 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:20:18.748 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-07T13:20:18.769 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-02-07T13:20:18.769 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/44458ccedb18241cc2e17f10cdab3d1385399261/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-07T13:20:18.775 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-02-07T13:20:18.775 DEBUG:teuthology.orchestra.run.smithi080:> 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/44458ccedb18241cc2e17f10cdab3d1385399261/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-07T13:20:18.791 DEBUG:teuthology.orchestra.run.smithi049:> 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-02-07T13:20:18.840 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-02-07T13:20:18.854 DEBUG:teuthology.orchestra.run.smithi080:> 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-02-07T13:20:18.882 DEBUG:teuthology.orchestra.run.smithi049:> 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-02-07T13:20:18.914 INFO:teuthology.orchestra.run.smithi049.stdout:check_obsoletes = 1 2024-02-07T13:20:18.915 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum clean all 2024-02-07T13:20:18.924 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-02-07T13:20:18.934 DEBUG:teuthology.orchestra.run.smithi080:> 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-02-07T13:20:18.992 INFO:teuthology.orchestra.run.smithi052.stdout:check_obsoletes = 1 2024-02-07T13:20:18.993 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum clean all 2024-02-07T13:20:19.000 INFO:teuthology.orchestra.run.smithi080.stdout:check_obsoletes = 1 2024-02-07T13:20:19.002 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum clean all 2024-02-07T13:20:19.174 INFO:teuthology.orchestra.run.smithi049.stdout:74 files removed 2024-02-07T13:20:19.202 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-radosgw 2024-02-07T13:20:19.255 INFO:teuthology.orchestra.run.smithi080.stdout:74 files removed 2024-02-07T13:20:19.257 INFO:teuthology.orchestra.run.smithi052.stdout:74 files removed 2024-02-07T13:20:19.282 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-radosgw 2024-02-07T13:20:19.284 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-radosgw 2024-02-07T13:20:19.946 INFO:teuthology.orchestra.run.smithi080.stdout:ceph packages for x86_64 228 kB/s | 80 kB 00:00 2024-02-07T13:20:20.001 INFO:teuthology.orchestra.run.smithi052.stdout:ceph packages for x86_64 203 kB/s | 80 kB 00:00 2024-02-07T13:20:20.023 INFO:teuthology.orchestra.run.smithi049.stdout:ceph packages for x86_64 165 kB/s | 80 kB 00:00 2024-02-07T13:20:20.313 INFO:teuthology.orchestra.run.smithi080.stdout:ceph noarch packages 31 kB/s | 10 kB 00:00 2024-02-07T13:20:20.464 INFO:teuthology.orchestra.run.smithi049.stdout:ceph noarch packages 26 kB/s | 10 kB 00:00 2024-02-07T13:20:20.469 INFO:teuthology.orchestra.run.smithi052.stdout:ceph noarch packages 24 kB/s | 10 kB 00:00 2024-02-07T13:20:20.664 INFO:teuthology.orchestra.run.smithi080.stdout:ceph source packages 6.0 kB/s | 1.9 kB 00:00 2024-02-07T13:20:20.828 INFO:teuthology.orchestra.run.smithi052.stdout:ceph source packages 5.9 kB/s | 1.9 kB 00:00 2024-02-07T13:20:20.873 INFO:teuthology.orchestra.run.smithi049.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-02-07T13:20:22.250 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS-9 - AppStream 4.3 MB/s | 6.7 MB 00:01 2024-02-07T13:20:22.347 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - AppStream 4.5 MB/s | 6.7 MB 00:01 2024-02-07T13:20:22.368 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-9 - AppStream 4.6 MB/s | 6.7 MB 00:01 2024-02-07T13:20:23.791 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS-9 - BaseOS 5.0 MB/s | 2.0 MB 00:00 2024-02-07T13:20:23.805 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - BaseOS 6.7 MB/s | 2.0 MB 00:00 2024-02-07T13:20:23.850 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-9 - BaseOS 7.0 MB/s | 2.0 MB 00:00 2024-02-07T13:20:24.663 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-02-07T13:20:25.560 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - BaseOS 5.5 MB/s | 8.0 MB 00:01 2024-02-07T13:20:25.577 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - BaseOS 5.8 MB/s | 8.0 MB 00:01 2024-02-07T13:20:29.019 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - AppStream 7.8 MB/s | 19 MB 00:02 2024-02-07T13:20:30.992 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - AppStream 4.4 MB/s | 19 MB 00:04 2024-02-07T13:20:31.122 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - AppStream 3.5 MB/s | 19 MB 00:05 2024-02-07T13:20:34.075 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 5.9 MB 00:01 2024-02-07T13:20:35.667 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - CRB 6.4 MB/s | 5.9 MB 00:00 2024-02-07T13:20:35.885 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 15 kB 00:00 2024-02-07T13:20:36.078 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 5.9 MB 00:01 2024-02-07T13:20:37.199 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 15 kB 00:00 2024-02-07T13:20:37.527 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - Extras packages 52 kB/s | 15 kB 00:00 2024-02-07T13:20:38.700 INFO:teuthology.orchestra.run.smithi052.stdout:Extra Packages for Enterprise Linux 15 MB/s | 20 MB 00:01 2024-02-07T13:20:38.744 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 7.4 MB/s | 20 MB 00:02 2024-02-07T13:20:39.522 INFO:teuthology.orchestra.run.smithi049.stdout:Extra Packages for Enterprise Linux 11 MB/s | 20 MB 00:01 2024-02-07T13:20:43.694 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-02-07T13:20:43.775 INFO:teuthology.orchestra.run.smithi052.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-02-07T13:20:44.628 INFO:teuthology.orchestra.run.smithi049.stdout:lab-extras 36 kB/s | 1.7 kB 00:00 2024-02-07T13:20:46.331 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:20:46.333 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:20:46.333 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-07T13:20:46.333 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:20:46.333 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-radosgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 9.7 M 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout:Upgrading: 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: librados2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.4 M 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: librbd1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: boost-program-options 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-base x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 20 M 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-selinux x86_64 2:19.0.0-1252.g44458cce.el9 ceph 25 k 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-07T13:20:46.334 INFO:teuthology.orchestra.run.smithi080.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 742 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: libradosstriper1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 499 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: librgw2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-argparse 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: x86_64 2:19.0.0-1252.g44458cce.el9 ceph 45 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 131 k 2024-02-07T13:20:46.335 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cephfs x86_64 2:19.0.0-1252.g44458cce.el9 ceph 162 k 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rados x86_64 2:19.0.0-1252.g44458cce.el9 ceph 321 k 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 297 k 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 99 k 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout:Install 27 Packages 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout:Upgrade 2 Packages 2024-02-07T13:20:46.336 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:20:46.337 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 57 M 2024-02-07T13:20:46.337 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:20:46.478 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:20:46.480 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-radosgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 9.7 M 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout:Upgrading: 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout: librados2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.4 M 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout: librbd1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout: boost-program-options 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-base x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 20 M 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-selinux x86_64 2:19.0.0-1252.g44458cce.el9 ceph 25 k 2024-02-07T13:20:46.481 INFO:teuthology.orchestra.run.smithi052.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 742 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: libradosstriper1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 499 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: librgw2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-argparse 2024-02-07T13:20:46.482 INFO:teuthology.orchestra.run.smithi052.stdout: x86_64 2:19.0.0-1252.g44458cce.el9 ceph 45 k 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 131 k 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cephfs x86_64 2:19.0.0-1252.g44458cce.el9 ceph 162 k 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rados x86_64 2:19.0.0-1252.g44458cce.el9 ceph 321 k 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 297 k 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 99 k 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout:Install 27 Packages 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout:Upgrade 2 Packages 2024-02-07T13:20:46.483 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:20:46.484 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 57 M 2024-02-07T13:20:46.487 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:20:47.326 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-radosgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 9.7 M 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout:Upgrading: 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout: librados2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.4 M 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout: librbd1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout: boost-program-options 2024-02-07T13:20:47.329 INFO:teuthology.orchestra.run.smithi049.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-base x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 20 M 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-selinux x86_64 2:19.0.0-1252.g44458cce.el9 ceph 25 k 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 742 k 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: libradosstriper1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 499 k 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-07T13:20:47.330 INFO:teuthology.orchestra.run.smithi049.stdout: librgw2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-argparse 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: x86_64 2:19.0.0-1252.g44458cce.el9 ceph 45 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 131 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cephfs x86_64 2:19.0.0-1252.g44458cce.el9 ceph 162 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rados x86_64 2:19.0.0-1252.g44458cce.el9 ceph 321 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 297 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 99 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-07T13:20:47.331 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:20:47.332 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:20:47.332 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:20:47.332 INFO:teuthology.orchestra.run.smithi049.stdout:Install 27 Packages 2024-02-07T13:20:47.332 INFO:teuthology.orchestra.run.smithi049.stdout:Upgrade 2 Packages 2024-02-07T13:20:47.332 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:20:47.332 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 57 M 2024-02-07T13:20:47.333 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:20:48.410 INFO:teuthology.orchestra.run.smithi052.stdout:(1/29): ceph-radosgw-19.0.0-1252.g44458cce.el9. 5.2 MB/s | 9.7 MB 00:01 2024-02-07T13:20:48.477 INFO:teuthology.orchestra.run.smithi052.stdout:(2/29): ceph-selinux-19.0.0-1252.g44458cce.el9. 378 kB/s | 25 kB 00:00 2024-02-07T13:20:48.577 INFO:teuthology.orchestra.run.smithi052.stdout:(3/29): ceph-base-19.0.0-1252.g44458cce.el9.x86 2.5 MB/s | 5.1 MB 00:02 2024-02-07T13:20:48.603 INFO:teuthology.orchestra.run.smithi080.stdout:(1/29): ceph-base-19.0.0-1252.g44458cce.el9.x86 2.4 MB/s | 5.1 MB 00:02 2024-02-07T13:20:48.611 INFO:teuthology.orchestra.run.smithi052.stdout:(4/29): libcephfs2-19.0.0-1252.g44458cce.el9.x8 5.4 MB/s | 742 kB 00:00 2024-02-07T13:20:48.694 INFO:teuthology.orchestra.run.smithi080.stdout:(2/29): ceph-selinux-19.0.0-1252.g44458cce.el9. 275 kB/s | 25 kB 00:00 2024-02-07T13:20:48.736 INFO:teuthology.orchestra.run.smithi052.stdout:(5/29): libradosstriper1-19.0.0-1252.g44458cce. 3.1 MB/s | 499 kB 00:00 2024-02-07T13:20:48.836 INFO:teuthology.orchestra.run.smithi052.stdout:(6/29): python3-ceph-argparse-19.0.0-1252.g4445 451 kB/s | 45 kB 00:00 2024-02-07T13:20:48.937 INFO:teuthology.orchestra.run.smithi052.stdout:(7/29): python3-ceph-common-19.0.0-1252.g44458c 1.3 MB/s | 131 kB 00:00 2024-02-07T13:20:49.003 INFO:teuthology.orchestra.run.smithi080.stdout:(3/29): libcephfs2-19.0.0-1252.g44458cce.el9.x8 2.4 MB/s | 742 kB 00:00 2024-02-07T13:20:49.037 INFO:teuthology.orchestra.run.smithi052.stdout:(8/29): python3-cephfs-19.0.0-1252.g44458cce.el 1.6 MB/s | 162 kB 00:00 2024-02-07T13:20:49.154 INFO:teuthology.orchestra.run.smithi052.stdout:(9/29): python3-rados-19.0.0-1252.g44458cce.el9 2.7 MB/s | 321 kB 00:00 2024-02-07T13:20:49.263 INFO:teuthology.orchestra.run.smithi052.stdout:(10/29): python3-rbd-19.0.0-1252.g44458cce.el9. 2.7 MB/s | 297 kB 00:00 2024-02-07T13:20:49.278 INFO:teuthology.orchestra.run.smithi080.stdout:(4/29): libradosstriper1-19.0.0-1252.g44458cce. 1.8 MB/s | 499 kB 00:00 2024-02-07T13:20:49.356 INFO:teuthology.orchestra.run.smithi052.stdout:(11/29): python3-rgw-19.0.0-1252.g44458cce.el9. 1.1 MB/s | 99 kB 00:00 2024-02-07T13:20:49.455 INFO:teuthology.orchestra.run.smithi052.stdout:(12/29): boost-program-options-1.75.0-8.el9.x86 1.0 MB/s | 106 kB 00:00 2024-02-07T13:20:49.547 INFO:teuthology.orchestra.run.smithi052.stdout:(13/29): librgw2-19.0.0-1252.g44458cce.el9.x86_ 5.5 MB/s | 5.1 MB 00:00 2024-02-07T13:20:49.564 INFO:teuthology.orchestra.run.smithi052.stdout:(14/29): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.4 MB/s | 159 kB 00:00 2024-02-07T13:20:49.580 INFO:teuthology.orchestra.run.smithi052.stdout:(15/29): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 44 kB 00:00 2024-02-07T13:20:49.622 INFO:teuthology.orchestra.run.smithi052.stdout:(16/29): librdkafka-1.6.1-102.el9.x86_64.rpm 11 MB/s | 661 kB 00:00 2024-02-07T13:20:49.648 INFO:teuthology.orchestra.run.smithi052.stdout:(17/29): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.1 MB/s | 282 kB 00:00 2024-02-07T13:20:49.665 INFO:teuthology.orchestra.run.smithi052.stdout:(18/29): python3-prettytable-0.7.2-27.el9.noarc 996 kB/s | 41 kB 00:00 2024-02-07T13:20:49.670 INFO:teuthology.orchestra.run.smithi080.stdout:(5/29): ceph-common-19.0.0-1252.g44458cce.el9.x 6.2 MB/s | 20 MB 00:03 2024-02-07T13:20:49.721 INFO:teuthology.orchestra.run.smithi080.stdout:(6/29): python3-ceph-argparse-19.0.0-1252.g4445 906 kB/s | 45 kB 00:00 2024-02-07T13:20:49.829 INFO:teuthology.orchestra.run.smithi080.stdout:(7/29): ceph-radosgw-19.0.0-1252.g44458cce.el9. 2.9 MB/s | 9.7 MB 00:03 2024-02-07T13:20:49.854 INFO:teuthology.orchestra.run.smithi080.stdout:(8/29): python3-ceph-common-19.0.0-1252.g44458c 982 kB/s | 131 kB 00:00 2024-02-07T13:20:49.865 INFO:teuthology.orchestra.run.smithi052.stdout:(19/29): ceph-common-19.0.0-1252.g44458cce.el9. 6.0 MB/s | 20 MB 00:03 2024-02-07T13:20:49.897 INFO:teuthology.orchestra.run.smithi080.stdout:(9/29): python3-cephfs-19.0.0-1252.g44458cce.el 2.4 MB/s | 162 kB 00:00 2024-02-07T13:20:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:(10/29): python3-rados-19.0.0-1252.g44458cce.el 4.7 MB/s | 321 kB 00:00 2024-02-07T13:20:49.924 INFO:teuthology.orchestra.run.smithi052.stdout:(20/29): libarrow-doc-9.0.0-10.el9.noarch.rpm 448 kB/s | 26 kB 00:00 2024-02-07T13:20:49.965 INFO:teuthology.orchestra.run.smithi052.stdout:(21/29): gperftools-libs-2.9.1-2.el9.x86_64.rpm 974 kB/s | 309 kB 00:00 2024-02-07T13:20:49.972 INFO:teuthology.orchestra.run.smithi080.stdout:(11/29): python3-rgw-19.0.0-1252.g44458cce.el9. 1.9 MB/s | 99 kB 00:00 2024-02-07T13:20:49.991 INFO:teuthology.orchestra.run.smithi052.stdout:(22/29): liboath-2.6.7-2.el9.x86_64.rpm 728 kB/s | 49 kB 00:00 2024-02-07T13:20:49.998 INFO:teuthology.orchestra.run.smithi080.stdout:(12/29): python3-rbd-19.0.0-1252.g44458cce.el9. 2.9 MB/s | 297 kB 00:00 2024-02-07T13:20:50.024 INFO:teuthology.orchestra.run.smithi052.stdout:(23/29): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-02-07T13:20:50.091 INFO:teuthology.orchestra.run.smithi052.stdout:(24/29): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-02-07T13:20:50.123 INFO:teuthology.orchestra.run.smithi080.stdout:(13/29): boost-program-options-1.75.0-8.el9.x86 704 kB/s | 106 kB 00:00 2024-02-07T13:20:50.133 INFO:teuthology.orchestra.run.smithi052.stdout:(25/29): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.8 MB/s | 838 kB 00:00 2024-02-07T13:20:50.148 INFO:teuthology.orchestra.run.smithi080.stdout:(14/29): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-02-07T13:20:50.165 INFO:teuthology.orchestra.run.smithi080.stdout:(15/29): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-02-07T13:20:50.208 INFO:teuthology.orchestra.run.smithi052.stdout:(26/29): libarrow-9.0.0-10.el9.x86_64.rpm 8.1 MB/s | 4.4 MB 00:00 2024-02-07T13:20:50.232 INFO:teuthology.orchestra.run.smithi080.stdout:(16/29): librdkafka-1.6.1-102.el9.x86_64.rpm 7.7 MB/s | 661 kB 00:00 2024-02-07T13:20:50.242 INFO:teuthology.orchestra.run.smithi052.stdout:(27/29): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-02-07T13:20:50.266 INFO:teuthology.orchestra.run.smithi080.stdout:(17/29): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 282 kB 00:00 2024-02-07T13:20:50.291 INFO:teuthology.orchestra.run.smithi080.stdout:(18/29): python3-prettytable-0.7.2-27.el9.noarc 705 kB/s | 41 kB 00:00 2024-02-07T13:20:50.501 INFO:teuthology.orchestra.run.smithi052.stdout:(28/29): librbd1-19.0.0-1252.g44458cce.el9.x86_ 11 MB/s | 3.1 MB 00:00 2024-02-07T13:20:50.541 INFO:teuthology.orchestra.run.smithi080.stdout:(19/29): librgw2-19.0.0-1252.g44458cce.el9.x86_ 4.0 MB/s | 5.1 MB 00:01 2024-02-07T13:20:50.642 INFO:teuthology.orchestra.run.smithi080.stdout:(20/29): gperftools-libs-2.9.1-2.el9.x86_64.rpm 823 kB/s | 309 kB 00:00 2024-02-07T13:20:50.700 INFO:teuthology.orchestra.run.smithi080.stdout:(21/29): liboath-2.6.7-2.el9.x86_64.rpm 851 kB/s | 49 kB 00:00 2024-02-07T13:20:50.726 INFO:teuthology.orchestra.run.smithi080.stdout:(22/29): libarrow-doc-9.0.0-10.el9.noarch.rpm 141 kB/s | 26 kB 00:00 2024-02-07T13:20:50.759 INFO:teuthology.orchestra.run.smithi080.stdout:(23/29): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-02-07T13:20:50.826 INFO:teuthology.orchestra.run.smithi080.stdout:(24/29): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-02-07T13:20:50.918 INFO:teuthology.orchestra.run.smithi080.stdout:(25/29): libarrow-9.0.0-10.el9.x86_64.rpm 7.0 MB/s | 4.4 MB 00:00 2024-02-07T13:20:50.952 INFO:teuthology.orchestra.run.smithi080.stdout:(26/29): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.6 MB/s | 838 kB 00:00 2024-02-07T13:20:50.968 INFO:teuthology.orchestra.run.smithi052.stdout:(29/29): librados2-19.0.0-1252.g44458cce.el9.x8 4.0 MB/s | 3.4 MB 00:00 2024-02-07T13:20:50.972 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:20:50.972 INFO:teuthology.orchestra.run.smithi052.stdout:Total 13 MB/s | 57 MB 00:04 2024-02-07T13:20:50.972 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:20:51.014 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:20:51.014 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:20:51.027 INFO:teuthology.orchestra.run.smithi080.stdout:(27/29): thrift-0.15.0-2.el9.x86_64.rpm 7.9 MB/s | 1.6 MB 00:00 2024-02-07T13:20:51.277 INFO:teuthology.orchestra.run.smithi080.stdout:(28/29): librbd1-19.0.0-1252.g44458cce.el9.x86_ 9.6 MB/s | 3.1 MB 00:00 2024-02-07T13:20:51.505 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:20:51.506 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:20:51.577 INFO:teuthology.orchestra.run.smithi080.stdout:(29/29): librados2-19.0.0-1252.g44458cce.el9.x8 5.1 MB/s | 3.4 MB 00:00 2024-02-07T13:20:51.584 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:20:51.584 INFO:teuthology.orchestra.run.smithi080.stdout:Total 11 MB/s | 57 MB 00:05 2024-02-07T13:20:51.584 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:20:51.615 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:20:51.615 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:20:51.687 INFO:teuthology.orchestra.run.smithi049.stdout:(1/29): ceph-base-19.0.0-1252.g44458cce.el9.x86 1.2 MB/s | 5.1 MB 00:04 2024-02-07T13:20:51.746 INFO:teuthology.orchestra.run.smithi049.stdout:(2/29): ceph-selinux-19.0.0-1252.g44458cce.el9. 433 kB/s | 25 kB 00:00 2024-02-07T13:20:52.063 INFO:teuthology.orchestra.run.smithi049.stdout:(3/29): libcephfs2-19.0.0-1252.g44458cce.el9.x8 2.3 MB/s | 742 kB 00:00 2024-02-07T13:20:52.098 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:20:52.098 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:20:52.271 INFO:teuthology.orchestra.run.smithi049.stdout:(4/29): libradosstriper1-19.0.0-1252.g44458cce. 2.3 MB/s | 499 kB 00:00 2024-02-07T13:20:52.852 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:20:52.943 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/31 2024-02-07T13:20:52.972 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/31 2024-02-07T13:20:53.013 INFO:teuthology.orchestra.run.smithi049.stdout:(5/29): ceph-common-19.0.0-1252.g44458cce.el9.x 3.5 MB/s | 20 MB 00:05 2024-02-07T13:20:53.024 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/31 2024-02-07T13:20:53.063 INFO:teuthology.orchestra.run.smithi049.stdout:(6/29): python3-ceph-argparse-19.0.0-1252.g4445 910 kB/s | 45 kB 00:00 2024-02-07T13:20:53.114 INFO:teuthology.orchestra.run.smithi049.stdout:(7/29): python3-ceph-common-19.0.0-1252.g44458c 2.6 MB/s | 131 kB 00:00 2024-02-07T13:20:53.164 INFO:teuthology.orchestra.run.smithi049.stdout:(8/29): python3-cephfs-19.0.0-1252.g44458cce.el 3.2 MB/s | 162 kB 00:00 2024-02-07T13:20:53.231 INFO:teuthology.orchestra.run.smithi049.stdout:(9/29): python3-rados-19.0.0-1252.g44458cce.el9 4.7 MB/s | 321 kB 00:00 2024-02-07T13:20:53.348 INFO:teuthology.orchestra.run.smithi049.stdout:(10/29): ceph-radosgw-19.0.0-1252.g44458cce.el9 1.6 MB/s | 9.7 MB 00:05 2024-02-07T13:20:53.373 INFO:teuthology.orchestra.run.smithi049.stdout:(11/29): python3-rbd-19.0.0-1252.g44458cce.el9. 2.0 MB/s | 297 kB 00:00 2024-02-07T13:20:53.426 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/31 2024-02-07T13:20:53.428 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:20:53.440 INFO:teuthology.orchestra.run.smithi049.stdout:(12/29): python3-rgw-19.0.0-1252.g44458cce.el9. 1.1 MB/s | 99 kB 00:00 2024-02-07T13:20:53.464 INFO:teuthology.orchestra.run.smithi052.stdout: Upgrading : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T13:20:53.507 INFO:teuthology.orchestra.run.smithi049.stdout:(13/29): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.4 MB/s | 159 kB 00:00 2024-02-07T13:20:53.514 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/31 2024-02-07T13:20:53.532 INFO:teuthology.orchestra.run.smithi049.stdout:(14/29): boost-program-options-1.75.0-8.el9.x86 667 kB/s | 106 kB 00:00 2024-02-07T13:20:53.549 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/31 2024-02-07T13:20:53.558 INFO:teuthology.orchestra.run.smithi049.stdout:(15/29): librabbitmq-0.11.0-7.el9.x86_64.rpm 880 kB/s | 44 kB 00:00 2024-02-07T13:20:53.581 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T13:20:53.591 INFO:teuthology.orchestra.run.smithi049.stdout:(16/29): librdkafka-1.6.1-102.el9.x86_64.rpm 11 MB/s | 661 kB 00:00 2024-02-07T13:20:53.600 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/31 2024-02-07T13:20:53.617 INFO:teuthology.orchestra.run.smithi049.stdout:(17/29): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.8 MB/s | 282 kB 00:00 2024-02-07T13:20:53.642 INFO:teuthology.orchestra.run.smithi049.stdout:(18/29): python3-prettytable-0.7.2-27.el9.noarc 831 kB/s | 41 kB 00:00 2024-02-07T13:20:53.672 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 6/31 2024-02-07T13:20:53.698 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T13:20:53.769 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T13:20:53.832 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/31 2024-02-07T13:20:53.876 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 9/31 2024-02-07T13:20:53.947 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T13:20:53.973 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/31 2024-02-07T13:20:53.975 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T13:20:53.999 INFO:teuthology.orchestra.run.smithi080.stdout: Upgrading : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T13:20:54.082 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T13:20:54.084 INFO:teuthology.orchestra.run.smithi049.stdout:(19/29): gperftools-libs-2.9.1-2.el9.x86_64.rpm 662 kB/s | 309 kB 00:00 2024-02-07T13:20:54.167 INFO:teuthology.orchestra.run.smithi049.stdout:(20/29): libarrow-doc-9.0.0-10.el9.noarch.rpm 313 kB/s | 26 kB 00:00 2024-02-07T13:20:54.169 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 6/31 2024-02-07T13:20:54.175 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T13:20:54.192 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T13:20:54.209 INFO:teuthology.orchestra.run.smithi049.stdout:(21/29): liboath-2.6.7-2.el9.x86_64.rpm 1.2 MB/s | 49 kB 00:00 2024-02-07T13:20:54.254 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T13:20:54.283 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/31 2024-02-07T13:20:54.285 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : re2-1:20211101-3.el9.x86_64 12/31 2024-02-07T13:20:54.310 INFO:teuthology.orchestra.run.smithi049.stdout:(22/29): libarrow-9.0.0-10.el9.x86_64.rpm 6.6 MB/s | 4.4 MB 00:00 2024-02-07T13:20:54.317 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 13/31 2024-02-07T13:20:54.326 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 9/31 2024-02-07T13:20:54.335 INFO:teuthology.orchestra.run.smithi049.stdout:(23/29): libunwind-1.6.2-1.el9.x86_64.rpm 547 kB/s | 67 kB 00:00 2024-02-07T13:20:54.357 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/31 2024-02-07T13:20:54.386 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T13:20:54.390 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/31 2024-02-07T13:20:54.411 INFO:teuthology.orchestra.run.smithi049.stdout:(24/29): librgw2-19.0.0-1252.g44458cce.el9.x86_ 2.4 MB/s | 5.1 MB 00:02 2024-02-07T13:20:54.411 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 16/31 2024-02-07T13:20:54.411 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T13:20:54.434 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 17/31 2024-02-07T13:20:54.460 INFO:teuthology.orchestra.run.smithi049.stdout:(25/29): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.5 MB/s | 838 kB 00:00 2024-02-07T13:20:54.476 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T13:20:54.486 INFO:teuthology.orchestra.run.smithi049.stdout:(26/29): re2-20211101-3.el9.x86_64.rpm 1.2 MB/s | 192 kB 00:00 2024-02-07T13:20:54.536 INFO:teuthology.orchestra.run.smithi049.stdout:(27/29): thrift-0.15.0-2.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2024-02-07T13:20:54.583 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : re2-1:20211101-3.el9.x86_64 12/31 2024-02-07T13:20:54.618 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 13/31 2024-02-07T13:20:54.659 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/31 2024-02-07T13:20:54.700 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/31 2024-02-07T13:20:54.729 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 16/31 2024-02-07T13:20:54.762 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 17/31 2024-02-07T13:20:54.774 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/31 2024-02-07T13:20:54.806 INFO:teuthology.orchestra.run.smithi052.stdout: Upgrading : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T13:20:54.889 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T13:20:54.919 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 20/31 2024-02-07T13:20:54.955 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 21/31 2024-02-07T13:20:54.978 INFO:teuthology.orchestra.run.smithi049.stdout:(28/29): librbd1-19.0.0-1252.g44458cce.el9.x86_ 6.4 MB/s | 3.1 MB 00:00 2024-02-07T13:20:55.076 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/31 2024-02-07T13:20:55.100 INFO:teuthology.orchestra.run.smithi080.stdout: Upgrading : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T13:20:55.190 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T13:20:55.222 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 20/31 2024-02-07T13:20:55.258 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 21/31 2024-02-07T13:20:55.449 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 22/31 2024-02-07T13:20:55.461 INFO:teuthology.orchestra.run.smithi049.stdout:(29/29): librados2-19.0.0-1252.g44458cce.el9.x8 3.4 MB/s | 3.4 MB 00:00 2024-02-07T13:20:55.467 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:20:55.467 INFO:teuthology.orchestra.run.smithi049.stdout:Total 7.0 MB/s | 57 MB 00:08 2024-02-07T13:20:55.468 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:20:55.475 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T13:20:55.510 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:20:55.510 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:20:55.530 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T13:20:55.610 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 24/31 2024-02-07T13:20:55.644 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 25/31 2024-02-07T13:20:55.709 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 22/31 2024-02-07T13:20:55.745 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T13:20:55.816 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T13:20:55.891 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 24/31 2024-02-07T13:20:55.922 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 25/31 2024-02-07T13:20:56.000 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:20:56.000 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:20:57.360 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:20:57.452 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/31 2024-02-07T13:20:57.491 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/31 2024-02-07T13:20:57.542 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/31 2024-02-07T13:20:57.884 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/31 2024-02-07T13:20:57.912 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T13:20:57.943 INFO:teuthology.orchestra.run.smithi049.stdout: Upgrading : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T13:20:57.949 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T13:20:58.018 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T13:20:58.107 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 6/31 2024-02-07T13:20:58.136 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T13:20:58.136 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T13:20:58.178 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T13:20:58.181 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T13:20:58.210 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/31 2024-02-07T13:20:58.246 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 9/31 2024-02-07T13:20:58.325 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T13:20:58.354 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T13:20:58.428 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T13:20:58.510 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T13:20:58.547 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : re2-1:20211101-3.el9.x86_64 12/31 2024-02-07T13:20:58.553 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T13:20:58.578 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 13/31 2024-02-07T13:20:58.619 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/31 2024-02-07T13:20:58.628 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T13:20:58.629 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-07T13:20:58.629 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-02-07T13:20:58.629 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:20:58.651 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/31 2024-02-07T13:20:58.654 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T13:20:58.680 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 16/31 2024-02-07T13:20:58.706 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T13:20:58.713 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 17/31 2024-02-07T13:20:58.749 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T13:20:58.840 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T13:20:58.840 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-07T13:20:58.840 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-07T13:20:58.840 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:20:58.875 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T13:20:59.076 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/31 2024-02-07T13:20:59.109 INFO:teuthology.orchestra.run.smithi049.stdout: Upgrading : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T13:20:59.183 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T13:20:59.214 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 20/31 2024-02-07T13:20:59.250 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 21/31 2024-02-07T13:20:59.732 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 22/31 2024-02-07T13:20:59.762 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T13:20:59.816 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T13:20:59.887 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 24/31 2024-02-07T13:20:59.914 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 25/31 2024-02-07T13:21:02.204 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T13:21:02.235 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T13:21:02.795 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T13:21:02.838 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T13:21:03.073 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T13:21:03.073 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-07T13:21:03.073 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-07T13:21:03.073 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:03.106 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T13:21:08.482 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T13:21:08.483 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /sys 2024-02-07T13:21:08.483 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /proc 2024-02-07T13:21:08.483 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /mnt 2024-02-07T13:21:08.483 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /var/tmp 2024-02-07T13:21:08.483 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /home 2024-02-07T13:21:08.483 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /root 2024-02-07T13:21:08.483 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /tmp 2024-02-07T13:21:08.483 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:08.824 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T13:21:08.824 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /sys 2024-02-07T13:21:08.825 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /proc 2024-02-07T13:21:08.825 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /mnt 2024-02-07T13:21:08.825 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /var/tmp 2024-02-07T13:21:08.825 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /home 2024-02-07T13:21:08.825 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /root 2024-02-07T13:21:08.825 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /tmp 2024-02-07T13:21:08.825 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:09.385 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T13:21:09.409 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T13:21:09.410 INFO:teuthology.orchestra.run.smithi080.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:09.410 INFO:teuthology.orchestra.run.smithi080.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-07T13:21:09.410 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-07T13:21:09.410 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-07T13:21:09.410 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:09.412 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T13:21:09.488 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T13:21:09.488 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T13:21:09.770 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T13:21:09.795 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T13:21:09.795 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:09.795 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-07T13:21:09.795 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-02-07T13:21:09.795 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-02-07T13:21:09.795 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:09.798 INFO:teuthology.orchestra.run.smithi052.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T13:21:09.872 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T13:21:09.872 INFO:teuthology.orchestra.run.smithi052.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T13:21:10.585 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T13:21:10.585 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 1/31 2024-02-07T13:21:10.585 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2/31 2024-02-07T13:21:10.585 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 3/31 2024-02-07T13:21:10.585 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 4/31 2024-02-07T13:21:10.585 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T13:21:10.585 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 6/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 8/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 9/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 11/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 12/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 13/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/31 2024-02-07T13:21:10.586 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 20/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 21/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 22/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 23/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 24/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 25/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : re2-1:20211101-3.el9.x86_64 26/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 27/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 29/31 2024-02-07T13:21:10.587 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 30/31 2024-02-07T13:21:11.037 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T13:21:11.037 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 1/31 2024-02-07T13:21:11.037 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2/31 2024-02-07T13:21:11.037 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 3/31 2024-02-07T13:21:11.037 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 4/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 6/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 8/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 9/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 11/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 12/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 13/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/31 2024-02-07T13:21:11.038 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 20/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 21/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 22/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 23/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 24/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 25/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : re2-1:20211101-3.el9.x86_64 26/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 27/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T13:21:11.039 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 29/31 2024-02-07T13:21:11.040 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 30/31 2024-02-07T13:21:11.615 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T13:21:11.615 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout:Upgraded: 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-07T13:21:11.616 INFO:teuthology.orchestra.run.smithi080.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.617 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.618 INFO:teuthology.orchestra.run.smithi080.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-07T13:21:11.618 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.618 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.618 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:11.618 INFO:teuthology.orchestra.run.smithi080.stdout: re2-1:20211101-3.el9.x86_64 2024-02-07T13:21:11.618 INFO:teuthology.orchestra.run.smithi080.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-07T13:21:11.618 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:11.618 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:21:11.957 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-test 2024-02-07T13:21:12.171 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T13:21:12.171 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:12.171 INFO:teuthology.orchestra.run.smithi052.stdout:Upgraded: 2024-02-07T13:21:12.171 INFO:teuthology.orchestra.run.smithi052.stdout: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.171 INFO:teuthology.orchestra.run.smithi052.stdout: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.171 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:21:12.171 INFO:teuthology.orchestra.run.smithi052.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-07T13:21:12.171 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.172 INFO:teuthology.orchestra.run.smithi052.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: re2-1:20211101-3.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:12.173 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:21:12.511 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-test 2024-02-07T13:21:12.523 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:29 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:12.689 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:21:12.690 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:21:12.690 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-07T13:21:12.690 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:21:12.690 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:21:12.690 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-test x86_64 2:19.0.0-1252.g44458cce.el9 ceph 47 M 2024-02-07T13:21:12.690 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-07T13:21:12.690 INFO:teuthology.orchestra.run.smithi080.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-07T13:21:12.690 INFO:teuthology.orchestra.run.smithi080.stdout: libcephsqlite x86_64 2:19.0.0-1252.g44458cce.el9 ceph 163 k 2024-02-07T13:21:12.690 INFO:teuthology.orchestra.run.smithi080.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-07T13:21:12.691 INFO:teuthology.orchestra.run.smithi080.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-07T13:21:12.691 INFO:teuthology.orchestra.run.smithi080.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-07T13:21:12.691 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:12.691 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:21:12.691 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:21:12.691 INFO:teuthology.orchestra.run.smithi080.stdout:Install 6 Packages 2024-02-07T13:21:12.691 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:12.692 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 48 M 2024-02-07T13:21:12.692 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 204 M 2024-02-07T13:21:12.692 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:21:12.855 INFO:teuthology.orchestra.run.smithi080.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 300 kB 00:00 2024-02-07T13:21:12.889 INFO:teuthology.orchestra.run.smithi080.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-07T13:21:12.930 INFO:teuthology.orchestra.run.smithi080.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.3 MB/s | 186 kB 00:00 2024-02-07T13:21:12.955 INFO:teuthology.orchestra.run.smithi080.stdout:(4/6): libcephsqlite-19.0.0-1252.g44458cce.el9. 622 kB/s | 163 kB 00:00 2024-02-07T13:21:12.989 INFO:teuthology.orchestra.run.smithi080.stdout:(5/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.6 MB/s | 217 kB 00:00 2024-02-07T13:21:13.090 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:30 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:13.154 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T13:21:13.154 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /sys 2024-02-07T13:21:13.154 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /proc 2024-02-07T13:21:13.155 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /mnt 2024-02-07T13:21:13.155 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /var/tmp 2024-02-07T13:21:13.155 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /home 2024-02-07T13:21:13.155 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /root 2024-02-07T13:21:13.155 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /tmp 2024-02-07T13:21:13.155 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:13.257 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:21:13.258 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:21:13.258 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-02-07T13:21:13.258 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:21:13.258 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:21:13.258 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-test x86_64 2:19.0.0-1252.g44458cce.el9 ceph 47 M 2024-02-07T13:21:13.258 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-02-07T13:21:13.258 INFO:teuthology.orchestra.run.smithi052.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-07T13:21:13.258 INFO:teuthology.orchestra.run.smithi052.stdout: libcephsqlite x86_64 2:19.0.0-1252.g44458cce.el9 ceph 163 k 2024-02-07T13:21:13.259 INFO:teuthology.orchestra.run.smithi052.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-07T13:21:13.259 INFO:teuthology.orchestra.run.smithi052.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-07T13:21:13.259 INFO:teuthology.orchestra.run.smithi052.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-07T13:21:13.259 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:13.259 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:21:13.259 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:21:13.259 INFO:teuthology.orchestra.run.smithi052.stdout:Install 6 Packages 2024-02-07T13:21:13.259 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:13.260 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 48 M 2024-02-07T13:21:13.260 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 204 M 2024-02-07T13:21:13.260 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:21:13.435 INFO:teuthology.orchestra.run.smithi052.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 300 kB 00:00 2024-02-07T13:21:13.468 INFO:teuthology.orchestra.run.smithi052.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 63 kB 00:00 2024-02-07T13:21:13.504 INFO:teuthology.orchestra.run.smithi052.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 5.1 MB/s | 186 kB 00:00 2024-02-07T13:21:13.537 INFO:teuthology.orchestra.run.smithi052.stdout:(4/6): libcephsqlite-19.0.0-1252.g44458cce.el9. 590 kB/s | 163 kB 00:00 2024-02-07T13:21:13.562 INFO:teuthology.orchestra.run.smithi052.stdout:(5/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.6 MB/s | 217 kB 00:00 2024-02-07T13:21:14.089 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T13:21:14.114 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T13:21:14.114 INFO:teuthology.orchestra.run.smithi049.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:14.115 INFO:teuthology.orchestra.run.smithi049.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-07T13:21:14.115 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-07T13:21:14.115 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-07T13:21:14.115 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:14.116 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T13:21:14.184 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T13:21:14.184 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T13:21:15.266 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T13:21:15.266 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 1/31 2024-02-07T13:21:15.266 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2/31 2024-02-07T13:21:15.266 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 3/31 2024-02-07T13:21:15.266 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 4/31 2024-02-07T13:21:15.266 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T13:21:15.266 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 6/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 8/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 9/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 11/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 12/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 13/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/31 2024-02-07T13:21:15.267 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 20/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 21/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 22/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 23/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 24/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 25/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : re2-1:20211101-3.el9.x86_64 26/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 27/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 29/31 2024-02-07T13:21:15.268 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 30/31 2024-02-07T13:21:16.208 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T13:21:16.208 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout:Upgraded: 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-07T13:21:16.209 INFO:teuthology.orchestra.run.smithi049.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.210 INFO:teuthology.orchestra.run.smithi049.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-07T13:21:16.211 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.211 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.211 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:16.211 INFO:teuthology.orchestra.run.smithi049.stdout: re2-1:20211101-3.el9.x86_64 2024-02-07T13:21:16.211 INFO:teuthology.orchestra.run.smithi049.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-07T13:21:16.211 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:16.211 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:21:16.529 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-test 2024-02-07T13:21:16.846 INFO:teuthology.orchestra.run.smithi052.stdout:(6/6): ceph-test-19.0.0-1252.g44458cce.el9.x86_ 13 MB/s | 47 MB 00:03 2024-02-07T13:21:16.849 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:16.849 INFO:teuthology.orchestra.run.smithi052.stdout:Total 13 MB/s | 48 MB 00:03 2024-02-07T13:21:16.849 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:21:16.872 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:21:16.872 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:21:17.124 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:00:33 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:21:17.270 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:21:17.270 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:21:17.289 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-test x86_64 2:19.0.0-1252.g44458cce.el9 ceph 47 M 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout: libcephsqlite x86_64 2:19.0.0-1252.g44458cce.el9 ceph 163 k 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-07T13:21:17.290 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:17.291 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:21:17.291 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:21:17.291 INFO:teuthology.orchestra.run.smithi049.stdout:Install 6 Packages 2024-02-07T13:21:17.291 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:17.291 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 48 M 2024-02-07T13:21:17.291 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 204 M 2024-02-07T13:21:17.291 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:21:17.548 INFO:teuthology.orchestra.run.smithi049.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 300 kB 00:00 2024-02-07T13:21:17.573 INFO:teuthology.orchestra.run.smithi049.stdout:(2/6): libcephsqlite-19.0.0-1252.g44458cce.el9. 583 kB/s | 163 kB 00:00 2024-02-07T13:21:17.590 INFO:teuthology.orchestra.run.smithi049.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 63 kB 00:00 2024-02-07T13:21:17.615 INFO:teuthology.orchestra.run.smithi049.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 4.3 MB/s | 186 kB 00:00 2024-02-07T13:21:17.640 INFO:teuthology.orchestra.run.smithi049.stdout:(5/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.3 MB/s | 217 kB 00:00 2024-02-07T13:21:17.731 INFO:teuthology.orchestra.run.smithi080.stdout:(6/6): ceph-test-19.0.0-1252.g44458cce.el9.x86_ 9.4 MB/s | 47 MB 00:05 2024-02-07T13:21:17.733 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:17.733 INFO:teuthology.orchestra.run.smithi080.stdout:Total 9.6 MB/s | 48 MB 00:05 2024-02-07T13:21:17.734 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:21:17.753 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:21:17.753 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:21:17.859 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:21:17.911 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-07T13:21:17.946 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-07T13:21:18.008 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-07T13:21:18.048 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-07T13:21:18.075 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T13:21:18.130 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:21:18.130 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:21:18.708 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:21:18.769 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-07T13:21:18.804 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-07T13:21:18.856 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-07T13:21:18.897 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-07T13:21:18.925 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T13:21:19.949 INFO:teuthology.orchestra.run.smithi049.stdout:(6/6): ceph-test-19.0.0-1252.g44458cce.el9.x86_ 18 MB/s | 47 MB 00:02 2024-02-07T13:21:19.952 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:19.952 INFO:teuthology.orchestra.run.smithi049.stdout:Total 18 MB/s | 48 MB 00:02 2024-02-07T13:21:19.952 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:21:19.975 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:21:19.976 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:21:20.375 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:21:20.376 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:21:20.968 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:21:21.038 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-07T13:21:21.073 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-07T13:21:21.132 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-07T13:21:21.175 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-07T13:21:21.202 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T13:21:22.859 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T13:21:22.943 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T13:21:23.374 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T13:21:23.448 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T13:21:25.245 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T13:21:25.245 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 1/6 2024-02-07T13:21:25.245 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2/6 2024-02-07T13:21:25.245 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-07T13:21:25.245 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-07T13:21:25.246 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-07T13:21:25.620 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-07T13:21:25.620 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:25.621 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:21:25.621 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:25.621 INFO:teuthology.orchestra.run.smithi052.stdout: jq-1.6-16.el9.x86_64 2024-02-07T13:21:25.621 INFO:teuthology.orchestra.run.smithi052.stdout: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:25.621 INFO:teuthology.orchestra.run.smithi052.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-07T13:21:25.621 INFO:teuthology.orchestra.run.smithi052.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-07T13:21:25.621 INFO:teuthology.orchestra.run.smithi052.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-07T13:21:25.621 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:25.621 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:21:25.818 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T13:21:25.818 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 1/6 2024-02-07T13:21:25.818 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2/6 2024-02-07T13:21:25.818 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-07T13:21:25.818 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-07T13:21:25.818 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-07T13:21:25.900 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph 2024-02-07T13:21:25.941 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T13:21:26.037 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T13:21:26.202 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-07T13:21:26.203 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:26.203 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:21:26.203 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:26.203 INFO:teuthology.orchestra.run.smithi080.stdout: jq-1.6-16.el9.x86_64 2024-02-07T13:21:26.203 INFO:teuthology.orchestra.run.smithi080.stdout: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:26.203 INFO:teuthology.orchestra.run.smithi080.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-07T13:21:26.203 INFO:teuthology.orchestra.run.smithi080.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-07T13:21:26.203 INFO:teuthology.orchestra.run.smithi080.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-07T13:21:26.203 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:26.203 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:21:26.478 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:43 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:26.479 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph 2024-02-07T13:21:26.643 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:21:26.646 INFO:teuthology.orchestra.run.smithi052.stdout:========================================================================================= 2024-02-07T13:21:26.646 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-02-07T13:21:26.646 INFO:teuthology.orchestra.run.smithi052.stdout:========================================================================================= 2024-02-07T13:21:26.646 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:21:26.646 INFO:teuthology.orchestra.run.smithi052.stdout: ceph x86_64 2:19.0.0-1252.g44458cce.el9 ceph 6.6 k 2024-02-07T13:21:26.646 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-02-07T13:21:26.646 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mds x86_64 2:19.0.0-1252.g44458cce.el9 ceph 2.1 M 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr x86_64 2:19.0.0-1252.g44458cce.el9 ceph 1.5 M 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 247 k 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mon x86_64 2:19.0.0-1252.g44458cce.el9 ceph 4.7 M 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-osd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 17 M 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-07T13:21:26.647 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-07T13:21:26.648 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-07T13:21:26.649 INFO:teuthology.orchestra.run.smithi052.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-07T13:21:26.650 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:26.650 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:21:26.650 INFO:teuthology.orchestra.run.smithi052.stdout:========================================================================================= 2024-02-07T13:21:26.650 INFO:teuthology.orchestra.run.smithi052.stdout:Install 36 Packages 2024-02-07T13:21:26.650 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:26.650 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 30 M 2024-02-07T13:21:26.651 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 107 M 2024-02-07T13:21:26.651 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:21:27.043 INFO:teuthology.orchestra.run.smithi052.stdout:(1/36): ceph-19.0.0-1252.g44458cce.el9.x86_64.r 35 kB/s | 6.6 kB 00:00 2024-02-07T13:21:27.073 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:44 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:27.238 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:21:27.240 INFO:teuthology.orchestra.run.smithi080.stdout:========================================================================================= 2024-02-07T13:21:27.240 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-07T13:21:27.240 INFO:teuthology.orchestra.run.smithi080.stdout:========================================================================================= 2024-02-07T13:21:27.240 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: ceph x86_64 2:19.0.0-1252.g44458cce.el9 ceph 6.6 k 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mds x86_64 2:19.0.0-1252.g44458cce.el9 ceph 2.1 M 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr x86_64 2:19.0.0-1252.g44458cce.el9 ceph 1.5 M 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 247 k 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mon x86_64 2:19.0.0-1252.g44458cce.el9 ceph 4.7 M 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-osd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 17 M 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-07T13:21:27.241 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-07T13:21:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-07T13:21:27.243 INFO:teuthology.orchestra.run.smithi080.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-07T13:21:27.244 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:27.244 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:21:27.244 INFO:teuthology.orchestra.run.smithi080.stdout:========================================================================================= 2024-02-07T13:21:27.244 INFO:teuthology.orchestra.run.smithi080.stdout:Install 36 Packages 2024-02-07T13:21:27.244 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:27.244 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 30 M 2024-02-07T13:21:27.244 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 107 M 2024-02-07T13:21:27.245 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:21:27.435 INFO:teuthology.orchestra.run.smithi052.stdout:(2/36): ceph-mgr-19.0.0-1252.g44458cce.el9.x86_ 2.6 MB/s | 1.5 MB 00:00 2024-02-07T13:21:27.535 INFO:teuthology.orchestra.run.smithi052.stdout:(3/36): ceph-mds-19.0.0-1252.g44458cce.el9.x86_ 3.1 MB/s | 2.1 MB 00:00 2024-02-07T13:21:27.602 INFO:teuthology.orchestra.run.smithi052.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1252.g4445 3.6 MB/s | 247 kB 00:00 2024-02-07T13:21:27.744 INFO:teuthology.orchestra.run.smithi052.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-02-07T13:21:27.765 INFO:teuthology.orchestra.run.smithi080.stdout:(1/36): ceph-19.0.0-1252.g44458cce.el9.x86_64.r 32 kB/s | 6.6 kB 00:00 2024-02-07T13:21:27.786 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-02-07T13:21:27.819 INFO:teuthology.orchestra.run.smithi052.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 946 kB/s | 32 kB 00:00 2024-02-07T13:21:27.853 INFO:teuthology.orchestra.run.smithi052.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-02-07T13:21:27.886 INFO:teuthology.orchestra.run.smithi052.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-02-07T13:21:27.929 INFO:teuthology.orchestra.run.smithi052.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.7 MB/s | 241 kB 00:00 2024-02-07T13:21:28.012 INFO:teuthology.orchestra.run.smithi052.stdout:(11/36): ceph-mon-19.0.0-1252.g44458cce.el9.x86 4.8 MB/s | 4.7 MB 00:00 2024-02-07T13:21:28.054 INFO:teuthology.orchestra.run.smithi052.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 9.1 MB/s | 1.1 MB 00:00 2024-02-07T13:21:28.079 INFO:teuthology.orchestra.run.smithi052.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.5 MB/s | 103 kB 00:00 2024-02-07T13:21:28.104 INFO:teuthology.orchestra.run.smithi052.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-07T13:21:28.115 INFO:teuthology.orchestra.run.smithi080.stdout:(2/36): ceph-mgr-19.0.0-1252.g44458cce.el9.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-02-07T13:21:28.130 INFO:teuthology.orchestra.run.smithi052.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-07T13:21:28.163 INFO:teuthology.orchestra.run.smithi052.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 187 kB 00:00 2024-02-07T13:21:28.247 INFO:teuthology.orchestra.run.smithi052.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 1.8 MB/s | 151 kB 00:00 2024-02-07T13:21:28.272 INFO:teuthology.orchestra.run.smithi052.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2024-02-07T13:21:28.290 INFO:teuthology.orchestra.run.smithi052.stdout:(19/36): lua-devel-5.4.4-4.el9.x86_64.rpm 140 kB/s | 22 kB 00:00 2024-02-07T13:21:28.315 INFO:teuthology.orchestra.run.smithi052.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 4.0 MB/s | 172 kB 00:00 2024-02-07T13:21:28.340 INFO:teuthology.orchestra.run.smithi052.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 432 kB/s | 11 kB 00:00 2024-02-07T13:21:28.374 INFO:teuthology.orchestra.run.smithi052.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 533 kB/s | 18 kB 00:00 2024-02-07T13:21:28.407 INFO:teuthology.orchestra.run.smithi052.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 698 kB/s | 23 kB 00:00 2024-02-07T13:21:28.432 INFO:teuthology.orchestra.run.smithi052.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.5 MB/s | 358 kB 00:00 2024-02-07T13:21:28.458 INFO:teuthology.orchestra.run.smithi052.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-02-07T13:21:28.483 INFO:teuthology.orchestra.run.smithi052.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-02-07T13:21:28.486 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T13:21:28.486 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 1/6 2024-02-07T13:21:28.486 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2/6 2024-02-07T13:21:28.486 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-07T13:21:28.486 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-07T13:21:28.486 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-07T13:21:28.508 INFO:teuthology.orchestra.run.smithi052.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 925 kB/s | 46 kB 00:00 2024-02-07T13:21:28.534 INFO:teuthology.orchestra.run.smithi052.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-02-07T13:21:28.559 INFO:teuthology.orchestra.run.smithi052.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-02-07T13:21:28.584 INFO:teuthology.orchestra.run.smithi052.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-02-07T13:21:28.609 INFO:teuthology.orchestra.run.smithi052.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-02-07T13:21:28.635 INFO:teuthology.orchestra.run.smithi052.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 715 kB/s | 36 kB 00:00 2024-02-07T13:21:28.660 INFO:teuthology.orchestra.run.smithi052.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-02-07T13:21:28.694 INFO:teuthology.orchestra.run.smithi052.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 604 kB/s | 20 kB 00:00 2024-02-07T13:21:28.719 INFO:teuthology.orchestra.run.smithi052.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-02-07T13:21:28.740 INFO:teuthology.orchestra.run.smithi080.stdout:(3/36): ceph-mds-19.0.0-1252.g44458cce.el9.x86_ 1.8 MB/s | 2.1 MB 00:01 2024-02-07T13:21:28.891 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-07T13:21:28.891 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:28.891 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:21:28.891 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:28.891 INFO:teuthology.orchestra.run.smithi049.stdout: jq-1.6-16.el9.x86_64 2024-02-07T13:21:28.891 INFO:teuthology.orchestra.run.smithi049.stdout: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:28.891 INFO:teuthology.orchestra.run.smithi049.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-07T13:21:28.891 INFO:teuthology.orchestra.run.smithi049.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-07T13:21:28.892 INFO:teuthology.orchestra.run.smithi049.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-07T13:21:28.892 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:28.892 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:21:28.899 INFO:teuthology.orchestra.run.smithi080.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1252.g4445 1.5 MB/s | 247 kB 00:00 2024-02-07T13:21:29.049 INFO:teuthology.orchestra.run.smithi080.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-02-07T13:21:29.108 INFO:teuthology.orchestra.run.smithi080.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.4 MB/s | 144 kB 00:00 2024-02-07T13:21:29.119 INFO:teuthology.orchestra.run.smithi052.stdout:(36/36): ceph-osd-19.0.0-1252.g44458cce.el9.x86 10 MB/s | 17 MB 00:01 2024-02-07T13:21:29.123 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:29.123 INFO:teuthology.orchestra.run.smithi052.stdout:Total 12 MB/s | 30 MB 00:02 2024-02-07T13:21:29.136 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:21:29.150 INFO:teuthology.orchestra.run.smithi080.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 761 kB/s | 32 kB 00:00 2024-02-07T13:21:29.167 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph 2024-02-07T13:21:29.183 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:21:29.183 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:21:29.192 INFO:teuthology.orchestra.run.smithi080.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-02-07T13:21:29.234 INFO:teuthology.orchestra.run.smithi080.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 932 kB/s | 39 kB 00:00 2024-02-07T13:21:29.301 INFO:teuthology.orchestra.run.smithi080.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.5 MB/s | 241 kB 00:00 2024-02-07T13:21:29.409 INFO:teuthology.orchestra.run.smithi080.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 11 MB/s | 1.1 MB 00:00 2024-02-07T13:21:29.601 INFO:teuthology.orchestra.run.smithi080.stdout:(12/36): ceph-osd-19.0.0-1252.g44458cce.el9.x86 11 MB/s | 17 MB 00:01 2024-02-07T13:21:29.615 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:21:29.616 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:21:29.626 INFO:teuthology.orchestra.run.smithi080.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 474 kB/s | 103 kB 00:00 2024-02-07T13:21:29.652 INFO:teuthology.orchestra.run.smithi080.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-07T13:21:29.677 INFO:teuthology.orchestra.run.smithi080.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-07T13:21:29.703 INFO:teuthology.orchestra.run.smithi080.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-02-07T13:21:29.759 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:00:45 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:21:29.794 INFO:teuthology.orchestra.run.smithi080.stdout:(17/36): ceph-mon-19.0.0-1252.g44458cce.el9.x86 2.3 MB/s | 4.7 MB 00:02 2024-02-07T13:21:29.928 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:21:29.930 INFO:teuthology.orchestra.run.smithi049.stdout:========================================================================================= 2024-02-07T13:21:29.930 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout:========================================================================================= 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: ceph x86_64 2:19.0.0-1252.g44458cce.el9 ceph 6.6 k 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mds x86_64 2:19.0.0-1252.g44458cce.el9 ceph 2.1 M 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr x86_64 2:19.0.0-1252.g44458cce.el9 ceph 1.5 M 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 247 k 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mon x86_64 2:19.0.0-1252.g44458cce.el9 ceph 4.7 M 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-osd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 17 M 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-07T13:21:29.931 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-07T13:21:29.932 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:21:29.933 INFO:teuthology.orchestra.run.smithi049.stdout:========================================================================================= 2024-02-07T13:21:29.934 INFO:teuthology.orchestra.run.smithi049.stdout:Install 36 Packages 2024-02-07T13:21:29.934 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:29.934 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 30 M 2024-02-07T13:21:29.934 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 107 M 2024-02-07T13:21:29.934 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:21:30.103 INFO:teuthology.orchestra.run.smithi080.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 52 kB/s | 22 kB 00:00 2024-02-07T13:21:30.262 INFO:teuthology.orchestra.run.smithi080.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 104 kB/s | 43 kB 00:00 2024-02-07T13:21:30.312 INFO:teuthology.orchestra.run.smithi080.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 248 kB/s | 151 kB 00:00 2024-02-07T13:21:30.334 INFO:teuthology.orchestra.run.smithi049.stdout:(1/36): ceph-19.0.0-1252.g44458cce.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-02-07T13:21:30.420 INFO:teuthology.orchestra.run.smithi080.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 100 kB/s | 11 kB 00:00 2024-02-07T13:21:30.529 INFO:teuthology.orchestra.run.smithi080.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-02-07T13:21:30.542 INFO:teuthology.orchestra.run.smithi049.stdout:(2/36): ceph-mgr-19.0.0-1252.g44458cce.el9.x86_ 4.0 MB/s | 1.5 MB 00:00 2024-02-07T13:21:30.629 INFO:teuthology.orchestra.run.smithi080.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 976 kB/s | 358 kB 00:00 2024-02-07T13:21:30.654 INFO:teuthology.orchestra.run.smithi080.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 185 kB/s | 23 kB 00:00 2024-02-07T13:21:30.696 INFO:teuthology.orchestra.run.smithi080.stdout:(25/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 290 kB/s | 172 kB 00:00 2024-02-07T13:21:30.730 INFO:teuthology.orchestra.run.smithi080.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-02-07T13:21:30.755 INFO:teuthology.orchestra.run.smithi080.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-02-07T13:21:30.805 INFO:teuthology.orchestra.run.smithi080.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 425 kB/s | 46 kB 00:00 2024-02-07T13:21:30.839 INFO:teuthology.orchestra.run.smithi080.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 725 kB/s | 79 kB 00:00 2024-02-07T13:21:30.892 INFO:teuthology.orchestra.run.smithi049.stdout:(3/36): ceph-mon-19.0.0-1252.g44458cce.el9.x86_ 8.4 MB/s | 4.7 MB 00:00 2024-02-07T13:21:30.906 INFO:teuthology.orchestra.run.smithi080.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-02-07T13:21:30.943 INFO:teuthology.orchestra.run.smithi049.stdout:(4/36): ceph-mds-19.0.0-1252.g44458cce.el9.x86_ 2.7 MB/s | 2.1 MB 00:00 2024-02-07T13:21:30.948 INFO:teuthology.orchestra.run.smithi080.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.4 MB/s | 272 kB 00:00 2024-02-07T13:21:30.968 INFO:teuthology.orchestra.run.smithi049.stdout:(5/36): ceph-mgr-modules-core-19.0.0-1252.g4445 3.2 MB/s | 247 kB 00:00 2024-02-07T13:21:30.973 INFO:teuthology.orchestra.run.smithi080.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 673 kB/s | 90 kB 00:00 2024-02-07T13:21:31.015 INFO:teuthology.orchestra.run.smithi080.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 329 kB/s | 36 kB 00:00 2024-02-07T13:21:31.074 INFO:teuthology.orchestra.run.smithi080.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-02-07T13:21:31.086 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:21:31.110 INFO:teuthology.orchestra.run.smithi049.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2024-02-07T13:21:31.115 INFO:teuthology.orchestra.run.smithi080.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 199 kB/s | 20 kB 00:00 2024-02-07T13:21:31.135 INFO:teuthology.orchestra.run.smithi049.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 863 kB/s | 144 kB 00:00 2024-02-07T13:21:31.141 INFO:teuthology.orchestra.run.smithi080.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-02-07T13:21:31.148 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:31.149 INFO:teuthology.orchestra.run.smithi080.stdout:Total 7.6 MB/s | 30 MB 00:03 2024-02-07T13:21:31.161 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:21:31.169 INFO:teuthology.orchestra.run.smithi049.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 539 kB/s | 32 kB 00:00 2024-02-07T13:21:31.172 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-07T13:21:31.194 INFO:teuthology.orchestra.run.smithi049.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 802 kB/s | 47 kB 00:00 2024-02-07T13:21:31.202 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:21:31.202 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:21:31.213 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-07T13:21:31.219 INFO:teuthology.orchestra.run.smithi049.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 773 kB/s | 39 kB 00:00 2024-02-07T13:21:31.245 INFO:teuthology.orchestra.run.smithi049.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-02-07T13:21:31.249 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-07T13:21:31.320 INFO:teuthology.orchestra.run.smithi049.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 11 MB/s | 1.1 MB 00:00 2024-02-07T13:21:31.324 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-07T13:21:31.345 INFO:teuthology.orchestra.run.smithi049.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 103 kB 00:00 2024-02-07T13:21:31.366 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-07T13:21:31.371 INFO:teuthology.orchestra.run.smithi049.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-07T13:21:31.396 INFO:teuthology.orchestra.run.smithi049.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-07T13:21:31.398 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-07T13:21:31.421 INFO:teuthology.orchestra.run.smithi049.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-02-07T13:21:31.486 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-07T13:21:31.571 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-07T13:21:31.597 INFO:teuthology.orchestra.run.smithi049.stdout:(17/36): ceph-osd-19.0.0-1252.g44458cce.el9.x86 16 MB/s | 17 MB 00:01 2024-02-07T13:21:31.618 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-07T13:21:31.621 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:21:31.621 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:21:31.672 INFO:teuthology.orchestra.run.smithi049.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 81 kB/s | 22 kB 00:00 2024-02-07T13:21:31.692 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-07T13:21:31.869 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-07T13:21:31.906 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-07T13:21:31.947 INFO:teuthology.orchestra.run.smithi049.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 124 kB/s | 43 kB 00:00 2024-02-07T13:21:31.965 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-07T13:21:32.022 INFO:teuthology.orchestra.run.smithi049.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 251 kB/s | 151 kB 00:00 2024-02-07T13:21:32.028 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-07T13:21:32.123 INFO:teuthology.orchestra.run.smithi049.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 381 kB/s | 172 kB 00:00 2024-02-07T13:21:32.148 INFO:teuthology.orchestra.run.smithi049.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 85 kB/s | 11 kB 00:00 2024-02-07T13:21:32.222 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-07T13:21:32.278 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-07T13:21:32.281 INFO:teuthology.orchestra.run.smithi049.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 174 kB/s | 23 kB 00:00 2024-02-07T13:21:32.331 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-07T13:21:32.367 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-07T13:21:32.397 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-07T13:21:32.423 INFO:teuthology.orchestra.run.smithi049.stdout:(24/36): python3-jaraco-functools-3.5.0-2.el9.n 137 kB/s | 19 kB 00:00 2024-02-07T13:21:32.477 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-07T13:21:32.515 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T13:21:32.515 INFO:teuthology.orchestra.run.smithi049.stdout:(25/36): python3-jaraco-classes-3.2.1-5.el9.noa 45 kB/s | 18 kB 00:00 2024-02-07T13:21:32.532 INFO:teuthology.orchestra.run.smithi049.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-02-07T13:21:32.548 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-07T13:21:32.590 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-07T13:21:32.624 INFO:teuthology.orchestra.run.smithi049.stdout:(27/36): python3-cherrypy-18.6.1-2.el9.noarch.r 530 kB/s | 358 kB 00:00 2024-02-07T13:21:32.632 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-07T13:21:32.657 INFO:teuthology.orchestra.run.smithi049.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 630 kB/s | 79 kB 00:00 2024-02-07T13:21:32.667 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-07T13:21:32.733 INFO:teuthology.orchestra.run.smithi049.stdout:(29/36): python3-logutils-0.3.5-21.el9.noarch.r 213 kB/s | 46 kB 00:00 2024-02-07T13:21:32.760 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-07T13:21:32.775 INFO:teuthology.orchestra.run.smithi049.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 140 kB/s | 16 kB 00:00 2024-02-07T13:21:32.804 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-07T13:21:32.881 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-07T13:21:32.900 INFO:teuthology.orchestra.run.smithi049.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 286 kB/s | 36 kB 00:00 2024-02-07T13:21:32.964 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:21:32.967 INFO:teuthology.orchestra.run.smithi049.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 384 kB/s | 90 kB 00:00 2024-02-07T13:21:33.023 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-07T13:21:33.027 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-07T13:21:33.060 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-07T13:21:33.096 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-07T13:21:33.117 INFO:teuthology.orchestra.run.smithi049.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 552 kB/s | 272 kB 00:00 2024-02-07T13:21:33.143 INFO:teuthology.orchestra.run.smithi049.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 948 kB/s | 230 kB 00:00 2024-02-07T13:21:33.152 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T13:21:33.167 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-07T13:21:33.201 INFO:teuthology.orchestra.run.smithi049.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.8 MB/s | 427 kB 00:00 2024-02-07T13:21:33.219 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-07T13:21:33.235 INFO:teuthology.orchestra.run.smithi049.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-02-07T13:21:33.239 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:33.240 INFO:teuthology.orchestra.run.smithi049.stdout:Total 9.0 MB/s | 30 MB 00:03 2024-02-07T13:21:33.252 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-07T13:21:33.253 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:21:33.302 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:21:33.302 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:21:33.321 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 31/36 2024-02-07T13:21:33.344 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-07T13:21:33.351 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T13:21:33.375 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T13:21:33.376 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:33.376 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-07T13:21:33.376 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-02-07T13:21:33.376 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-02-07T13:21:33.376 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:33.423 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-07T13:21:33.464 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-07T13:21:33.535 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-07T13:21:33.610 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-07T13:21:33.627 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-07T13:21:33.677 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-07T13:21:33.728 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:21:33.729 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:21:33.731 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-07T13:21:33.914 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-07T13:21:33.967 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-07T13:21:34.013 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-07T13:21:34.046 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-07T13:21:34.077 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-07T13:21:34.152 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-07T13:21:34.187 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T13:21:34.220 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-07T13:21:34.261 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-07T13:21:34.296 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-07T13:21:34.330 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-07T13:21:34.423 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-07T13:21:34.461 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-07T13:21:34.533 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-07T13:21:34.669 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-07T13:21:34.786 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T13:21:34.886 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T13:21:34.912 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T13:21:34.912 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:34.912 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-07T13:21:34.912 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-02-07T13:21:34.912 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-02-07T13:21:34.912 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:34.943 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 31/36 2024-02-07T13:21:34.982 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T13:21:35.008 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T13:21:35.008 INFO:teuthology.orchestra.run.smithi080.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:35.008 INFO:teuthology.orchestra.run.smithi080.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-07T13:21:35.008 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-07T13:21:35.008 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-07T13:21:35.008 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:35.097 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:21:35.163 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-07T13:21:35.205 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-07T13:21:35.232 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-07T13:21:35.306 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-07T13:21:35.348 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-07T13:21:35.378 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T13:21:35.381 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-07T13:21:35.401 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T13:21:35.401 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:35.401 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-07T13:21:35.401 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-02-07T13:21:35.401 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-02-07T13:21:35.401 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:35.478 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-07T13:21:35.563 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-07T13:21:35.608 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-07T13:21:35.620 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T13:21:35.643 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T13:21:35.643 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:35.643 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-07T13:21:35.643 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-02-07T13:21:35.643 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-02-07T13:21:35.643 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:35.709 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-07T13:21:35.711 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T13:21:35.760 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-07T13:21:35.797 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-07T13:21:35.856 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-07T13:21:35.919 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-07T13:21:36.114 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-07T13:21:36.160 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-07T13:21:36.206 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-07T13:21:36.241 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-07T13:21:36.271 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-07T13:21:36.351 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-07T13:21:36.389 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T13:21:36.423 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-07T13:21:36.442 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T13:21:36.463 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-07T13:21:36.468 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T13:21:36.468 INFO:teuthology.orchestra.run.smithi080.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:36.469 INFO:teuthology.orchestra.run.smithi080.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-07T13:21:36.469 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-07T13:21:36.469 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-07T13:21:36.469 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:36.499 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-07T13:21:36.535 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-07T13:21:36.629 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-07T13:21:36.666 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-07T13:21:36.742 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-07T13:21:36.883 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-07T13:21:36.909 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T13:21:36.932 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T13:21:36.932 INFO:teuthology.orchestra.run.smithi080.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:36.932 INFO:teuthology.orchestra.run.smithi080.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-07T13:21:36.932 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-07T13:21:36.932 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-07T13:21:36.933 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:37.013 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T13:21:37.143 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T13:21:37.166 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T13:21:37.166 INFO:teuthology.orchestra.run.smithi080.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:37.166 INFO:teuthology.orchestra.run.smithi080.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-07T13:21:37.166 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-07T13:21:37.166 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-07T13:21:37.166 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:37.181 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 31/36 2024-02-07T13:21:37.212 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T13:21:37.232 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T13:21:37.237 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T13:21:37.237 INFO:teuthology.orchestra.run.smithi049.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:37.237 INFO:teuthology.orchestra.run.smithi049.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-07T13:21:37.237 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-07T13:21:37.237 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-07T13:21:37.237 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:37.461 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T13:21:37.461 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 1/36 2024-02-07T13:21:37.461 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2/36 2024-02-07T13:21:37.461 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 3/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 4/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 5/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 6/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-07T13:21:37.462 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-07T13:21:37.463 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-07T13:21:37.463 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-07T13:21:37.463 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-07T13:21:37.463 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-07T13:21:37.463 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-07T13:21:37.463 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T13:21:37.463 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-07T13:21:37.463 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-07T13:21:37.463 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-07T13:21:37.463 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-07T13:21:37.465 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-07T13:21:37.465 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-07T13:21:37.465 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-07T13:21:37.465 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-07T13:21:37.465 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T13:21:37.465 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-07T13:21:37.465 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-07T13:21:37.465 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-07T13:21:37.466 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-07T13:21:37.466 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: lua-5.4.4-4.el9.x86_64 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-07T13:21:38.636 INFO:teuthology.orchestra.run.smithi052.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ply-3.11-14.el9.noarch 2024-02-07T13:21:38.637 INFO:teuthology.orchestra.run.smithi052.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:38.638 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:21:38.755 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T13:21:38.783 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T13:21:38.784 INFO:teuthology.orchestra.run.smithi049.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:38.784 INFO:teuthology.orchestra.run.smithi049.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-07T13:21:38.784 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-07T13:21:38.784 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-07T13:21:38.784 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:38.948 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-base 2024-02-07T13:21:39.011 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T13:21:39.011 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 1/36 2024-02-07T13:21:39.011 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2/36 2024-02-07T13:21:39.011 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 3/36 2024-02-07T13:21:39.011 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 4/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 5/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 6/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-07T13:21:39.012 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-07T13:21:39.013 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-07T13:21:39.013 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-07T13:21:39.013 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T13:21:39.013 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-07T13:21:39.013 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-07T13:21:39.013 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-07T13:21:39.013 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-07T13:21:39.014 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-07T13:21:39.014 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-07T13:21:39.014 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-07T13:21:39.015 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-07T13:21:39.015 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T13:21:39.015 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-07T13:21:39.015 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-07T13:21:39.015 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-07T13:21:39.015 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-07T13:21:39.015 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-07T13:21:39.256 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T13:21:39.282 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T13:21:39.282 INFO:teuthology.orchestra.run.smithi049.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:39.282 INFO:teuthology.orchestra.run.smithi049.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-07T13:21:39.282 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-07T13:21:39.282 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-07T13:21:39.283 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:39.499 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T13:21:39.523 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T13:21:39.523 INFO:teuthology.orchestra.run.smithi049.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:39.523 INFO:teuthology.orchestra.run.smithi049.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-07T13:21:39.523 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-07T13:21:39.523 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-07T13:21:39.523 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:39.555 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:56 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:39.590 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T13:21:39.666 INFO:teuthology.orchestra.run.smithi052.stdout:Package ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:21:39.720 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:21:39.721 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-02-07T13:21:39.722 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:21:39.780 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install cephadm 2024-02-07T13:21:39.976 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-07T13:21:39.976 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: lua-5.4.4-4.el9.x86_64 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-07T13:21:39.977 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ply-3.11-14.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-07T13:21:39.978 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:39.979 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:21:40.237 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-base 2024-02-07T13:21:40.356 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:57 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:40.519 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:21:40.520 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:21:40.520 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-02-07T13:21:40.520 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:21:40.520 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:21:40.521 INFO:teuthology.orchestra.run.smithi052.stdout: cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 748 k 2024-02-07T13:21:40.521 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:40.521 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:21:40.521 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:21:40.521 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-02-07T13:21:40.521 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:40.521 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 748 k 2024-02-07T13:21:40.521 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 754 k 2024-02-07T13:21:40.521 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:21:40.793 INFO:teuthology.orchestra.run.smithi052.stdout:cephadm-19.0.0-1252.g44458cce.el9.noarch.rpm 2.7 MB/s | 748 kB 00:00 2024-02-07T13:21:40.794 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:40.794 INFO:teuthology.orchestra.run.smithi052.stdout:Total 2.7 MB/s | 748 kB 00:00 2024-02-07T13:21:40.794 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:21:40.799 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:21:40.799 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:21:40.805 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:57 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:40.805 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:21:40.805 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:21:40.880 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:21:40.911 INFO:teuthology.orchestra.run.smithi080.stdout:Package ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:21:40.961 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:21:40.962 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-02-07T13:21:40.962 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:21:41.025 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install cephadm 2024-02-07T13:21:41.328 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:41.354 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T13:21:41.354 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 1/36 2024-02-07T13:21:41.354 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2/36 2024-02-07T13:21:41.354 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 3/36 2024-02-07T13:21:41.354 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 4/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 5/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 6/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-07T13:21:41.355 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T13:21:41.356 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-07T13:21:41.357 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-07T13:21:41.357 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-07T13:21:41.357 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-07T13:21:41.357 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-07T13:21:41.408 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:41.591 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:58 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:41.748 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:21:41.748 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout: cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 748 k 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 748 k 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 754 k 2024-02-07T13:21:41.749 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:21:41.781 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:42.104 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:42.104 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:42.104 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:21:42.104 INFO:teuthology.orchestra.run.smithi052.stdout: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:42.104 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:42.104 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:21:42.191 INFO:teuthology.orchestra.run.smithi080.stdout:cephadm-19.0.0-1252.g44458cce.el9.noarch.rpm 1.7 MB/s | 748 kB 00:00 2024-02-07T13:21:42.192 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:42.192 INFO:teuthology.orchestra.run.smithi080.stdout:Total 1.6 MB/s | 748 kB 00:00 2024-02-07T13:21:42.192 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:21:42.197 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:21:42.197 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:21:42.203 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:21:42.203 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:21:42.232 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-07T13:21:42.232 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: lua-5.4.4-4.el9.x86_64 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-07T13:21:42.233 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-07T13:21:42.234 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ply-3.11-14.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:42.235 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:21:42.275 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:21:42.340 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-immutable-object-cache 2024-02-07T13:21:42.580 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-base 2024-02-07T13:21:42.666 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:42.759 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:42.923 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:59 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:43.088 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:21:43.089 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:21:43.089 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-02-07T13:21:43.089 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:21:43.089 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:21:43.089 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1252.g44458cce.el9 ceph 145 k 2024-02-07T13:21:43.089 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:43.089 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:21:43.089 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:21:43.090 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-02-07T13:21:43.090 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:43.090 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 145 k 2024-02-07T13:21:43.090 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 436 k 2024-02-07T13:21:43.090 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:21:43.141 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:43.179 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:00:59 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:21:43.289 INFO:teuthology.orchestra.run.smithi049.stdout:Package ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:21:43.321 INFO:teuthology.orchestra.run.smithi052.stdout:ceph-immutable-object-cache-19.0.0-1252.g44458c 627 kB/s | 145 kB 00:00 2024-02-07T13:21:43.322 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:43.322 INFO:teuthology.orchestra.run.smithi052.stdout:Total 624 kB/s | 145 kB 00:00 2024-02-07T13:21:43.322 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:21:43.330 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:21:43.331 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:21:43.344 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:21:43.345 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2024-02-07T13:21:43.345 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:21:43.385 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:21:43.385 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:21:43.406 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install cephadm 2024-02-07T13:21:43.482 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:43.482 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:43.482 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:21:43.482 INFO:teuthology.orchestra.run.smithi080.stdout: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:43.482 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:43.482 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:21:43.532 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:21:43.589 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T13:21:43.613 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T13:21:43.613 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:43.613 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-07T13:21:43.613 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:43.685 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-immutable-object-cache 2024-02-07T13:21:44.001 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:00 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:21:44.167 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:21:44.168 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:21:44.168 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-07T13:21:44.168 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:21:44.168 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:21:44.169 INFO:teuthology.orchestra.run.smithi049.stdout: cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 748 k 2024-02-07T13:21:44.169 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:44.169 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:21:44.169 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:21:44.169 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2024-02-07T13:21:44.169 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:44.169 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 748 k 2024-02-07T13:21:44.169 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 754 k 2024-02-07T13:21:44.169 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:21:44.255 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:01 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:44.413 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repo Size 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1252.g44458cce.el9 ceph 145 k 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 145 k 2024-02-07T13:21:44.414 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 436 k 2024-02-07T13:21:44.415 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:21:44.607 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T13:21:44.607 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:44.607 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:21:44.607 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:44.607 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:44.607 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:21:44.638 INFO:teuthology.orchestra.run.smithi080.stdout:ceph-immutable-object-cache-19.0.0-1252.g44458c 649 kB/s | 145 kB 00:00 2024-02-07T13:21:44.639 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:44.639 INFO:teuthology.orchestra.run.smithi080.stdout:Total 645 kB/s | 145 kB 00:00 2024-02-07T13:21:44.639 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:21:44.646 INFO:teuthology.orchestra.run.smithi049.stdout:cephadm-19.0.0-1252.g44458cce.el9.noarch.rpm 1.5 MB/s | 748 kB 00:00 2024-02-07T13:21:44.647 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:21:44.647 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:21:44.648 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:44.648 INFO:teuthology.orchestra.run.smithi049.stdout:Total 1.5 MB/s | 748 kB 00:00 2024-02-07T13:21:44.648 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:21:44.653 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:21:44.653 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:21:44.659 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:21:44.660 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:21:44.701 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:21:44.701 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:21:44.734 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:21:44.832 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr 2024-02-07T13:21:44.848 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:21:44.906 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T13:21:44.930 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T13:21:44.930 INFO:teuthology.orchestra.run.smithi080.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:44.930 INFO:teuthology.orchestra.run.smithi080.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-07T13:21:44.930 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:45.217 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:45.313 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:45.409 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:02 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:45.520 INFO:teuthology.orchestra.run.smithi052.stdout:Package ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:21:45.574 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:21:45.575 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-02-07T13:21:45.575 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:21:45.635 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-dashboard 2024-02-07T13:21:45.682 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:45.912 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T13:21:45.912 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:45.912 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:21:45.912 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:45.912 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:45.912 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:21:46.003 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T13:21:46.003 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:46.003 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:21:46.003 INFO:teuthology.orchestra.run.smithi049.stdout: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:46.003 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:46.004 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:21:46.151 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-mgr 2024-02-07T13:21:46.208 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:03 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:46.210 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-immutable-object-cache 2024-02-07T13:21:46.374 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:21:46.375 INFO:teuthology.orchestra.run.smithi052.stdout:====================================================================================== 2024-02-07T13:21:46.375 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-02-07T13:21:46.375 INFO:teuthology.orchestra.run.smithi052.stdout:====================================================================================== 2024-02-07T13:21:46.375 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:21:46.375 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 1.8 M 2024-02-07T13:21:46.375 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-02-07T13:21:46.375 INFO:teuthology.orchestra.run.smithi052.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-07T13:21:46.375 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 28 k 2024-02-07T13:21:46.376 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 15 k 2024-02-07T13:21:46.376 INFO:teuthology.orchestra.run.smithi052.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-07T13:21:46.376 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-07T13:21:46.376 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-07T13:21:46.376 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-07T13:21:46.376 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-07T13:21:46.376 INFO:teuthology.orchestra.run.smithi052.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-07T13:21:46.376 INFO:teuthology.orchestra.run.smithi052.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-07T13:21:46.376 INFO:teuthology.orchestra.run.smithi052.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-07T13:21:46.376 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:46.377 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:21:46.377 INFO:teuthology.orchestra.run.smithi052.stdout:====================================================================================== 2024-02-07T13:21:46.377 INFO:teuthology.orchestra.run.smithi052.stdout:Install 12 Packages 2024-02-07T13:21:46.377 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:46.377 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 6.8 M 2024-02-07T13:21:46.377 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 26 M 2024-02-07T13:21:46.378 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:21:46.728 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:03 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:46.808 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:02 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:21:46.835 INFO:teuthology.orchestra.run.smithi080.stdout:Package ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:21:46.888 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:21:46.889 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-02-07T13:21:46.889 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:21:46.900 INFO:teuthology.orchestra.run.smithi052.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1252.g44 140 kB/s | 28 kB 00:00 2024-02-07T13:21:46.916 INFO:teuthology.orchestra.run.smithi052.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1252.g444 70 kB/s | 15 kB 00:00 2024-02-07T13:21:46.950 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-mgr-dashboard 2024-02-07T13:21:46.973 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:21:46.973 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:21:46.973 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repo Size 2024-02-07T13:21:46.974 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:21:46.974 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:21:46.974 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1252.g44458cce.el9 ceph 145 k 2024-02-07T13:21:46.974 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:46.974 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:21:46.974 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:21:46.974 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2024-02-07T13:21:46.974 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:46.975 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 145 k 2024-02-07T13:21:46.975 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 436 k 2024-02-07T13:21:46.975 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:21:47.067 INFO:teuthology.orchestra.run.smithi052.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 238 kB 00:00 2024-02-07T13:21:47.100 INFO:teuthology.orchestra.run.smithi052.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.0 MB/s | 1.0 MB 00:00 2024-02-07T13:21:47.251 INFO:teuthology.orchestra.run.smithi052.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1252.g44458cc 3.2 MB/s | 1.8 MB 00:00 2024-02-07T13:21:47.337 INFO:teuthology.orchestra.run.smithi049.stdout:ceph-immutable-object-cache-19.0.0-1252.g44458c 401 kB/s | 145 kB 00:00 2024-02-07T13:21:47.337 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:47.337 INFO:teuthology.orchestra.run.smithi049.stdout:Total 400 kB/s | 145 kB 00:00 2024-02-07T13:21:47.337 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:21:47.346 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:21:47.346 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:21:47.351 INFO:teuthology.orchestra.run.smithi052.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.0 MB/s | 863 kB 00:00 2024-02-07T13:21:47.402 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:21:47.402 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:21:47.512 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:04 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:47.554 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:21:47.620 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T13:21:47.647 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T13:21:47.647 INFO:teuthology.orchestra.run.smithi049.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:21:47.647 INFO:teuthology.orchestra.run.smithi049.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-07T13:21:47.647 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:47.671 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:21:47.672 INFO:teuthology.orchestra.run.smithi080.stdout:====================================================================================== 2024-02-07T13:21:47.672 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-07T13:21:47.672 INFO:teuthology.orchestra.run.smithi080.stdout:====================================================================================== 2024-02-07T13:21:47.672 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:21:47.672 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 1.8 M 2024-02-07T13:21:47.672 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 28 k 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 15 k 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:21:47.673 INFO:teuthology.orchestra.run.smithi080.stdout:====================================================================================== 2024-02-07T13:21:47.674 INFO:teuthology.orchestra.run.smithi080.stdout:Install 12 Packages 2024-02-07T13:21:47.674 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:47.674 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 6.8 M 2024-02-07T13:21:47.674 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 26 M 2024-02-07T13:21:47.674 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:21:47.751 INFO:teuthology.orchestra.run.smithi052.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 39 kB/s | 19 kB 00:00 2024-02-07T13:21:48.058 INFO:teuthology.orchestra.run.smithi080.stdout:(1/12): ceph-prometheus-alerts-19.0.0-1252.g444 80 kB/s | 15 kB 00:00 2024-02-07T13:21:48.084 INFO:teuthology.orchestra.run.smithi080.stdout:(2/12): ceph-grafana-dashboards-19.0.0-1252.g44 131 kB/s | 28 kB 00:00 2024-02-07T13:21:48.101 INFO:teuthology.orchestra.run.smithi052.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 413 kB/s | 144 kB 00:00 2024-02-07T13:21:48.210 INFO:teuthology.orchestra.run.smithi052.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 494 kB/s | 548 kB 00:01 2024-02-07T13:21:48.227 INFO:teuthology.orchestra.run.smithi052.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 245 kB/s | 31 kB 00:00 2024-02-07T13:21:48.234 INFO:teuthology.orchestra.run.smithi080.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 238 kB 00:00 2024-02-07T13:21:48.276 INFO:teuthology.orchestra.run.smithi080.stdout:(4/12): ceph-mgr-dashboard-19.0.0-1252.g44458cc 4.3 MB/s | 1.8 MB 00:00 2024-02-07T13:21:48.343 INFO:teuthology.orchestra.run.smithi080.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.5 MB/s | 1.0 MB 00:00 2024-02-07T13:21:48.435 INFO:teuthology.orchestra.run.smithi080.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.2 MB/s | 863 kB 00:00 2024-02-07T13:21:48.485 INFO:teuthology.orchestra.run.smithi052.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 685 kB/s | 188 kB 00:00 2024-02-07T13:21:48.626 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T13:21:48.626 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:48.627 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:21:48.627 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:21:48.627 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:48.627 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:21:48.875 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-mgr 2024-02-07T13:21:48.877 INFO:teuthology.orchestra.run.smithi080.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 36 kB/s | 19 kB 00:00 2024-02-07T13:21:49.210 INFO:teuthology.orchestra.run.smithi080.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 587 kB/s | 548 kB 00:00 2024-02-07T13:21:49.236 INFO:teuthology.orchestra.run.smithi080.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 403 kB/s | 144 kB 00:00 2024-02-07T13:21:49.319 INFO:teuthology.orchestra.run.smithi080.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 284 kB/s | 31 kB 00:00 2024-02-07T13:21:49.369 INFO:teuthology.orchestra.run.smithi080.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.2 MB/s | 2.0 MB 00:00 2024-02-07T13:21:49.394 INFO:teuthology.orchestra.run.smithi080.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.2 MB/s | 188 kB 00:00 2024-02-07T13:21:49.402 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:49.402 INFO:teuthology.orchestra.run.smithi080.stdout:Total 4.0 MB/s | 6.8 MB 00:01 2024-02-07T13:21:49.421 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:21:49.439 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:21:49.439 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:21:49.480 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:05 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:21:49.590 INFO:teuthology.orchestra.run.smithi049.stdout:Package ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:21:49.615 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:21:49.615 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:21:49.645 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:21:49.646 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2024-02-07T13:21:49.646 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:21:49.706 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-mgr-dashboard 2024-02-07T13:21:50.132 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:21:50.203 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-07T13:21:50.239 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-07T13:21:50.285 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-07T13:21:50.305 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:06 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:21:50.324 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-07T13:21:50.433 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-07T13:21:50.472 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:21:50.473 INFO:teuthology.orchestra.run.smithi049.stdout:====================================================================================== 2024-02-07T13:21:50.473 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-07T13:21:50.473 INFO:teuthology.orchestra.run.smithi049.stdout:====================================================================================== 2024-02-07T13:21:50.473 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:21:50.473 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 1.8 M 2024-02-07T13:21:50.473 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-07T13:21:50.473 INFO:teuthology.orchestra.run.smithi049.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 28 k 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 15 k 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout:====================================================================================== 2024-02-07T13:21:50.474 INFO:teuthology.orchestra.run.smithi049.stdout:Install 12 Packages 2024-02-07T13:21:50.475 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:50.475 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 6.8 M 2024-02-07T13:21:50.475 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 26 M 2024-02-07T13:21:50.475 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:21:50.519 INFO:teuthology.orchestra.run.smithi052.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 664 kB/s | 2.0 MB 00:03 2024-02-07T13:21:50.526 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:50.526 INFO:teuthology.orchestra.run.smithi052.stdout:Total 1.6 MB/s | 6.8 MB 00:04 2024-02-07T13:21:50.545 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:21:50.567 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:21:50.567 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:21:50.568 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-07T13:21:50.659 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-07T13:21:50.703 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-07T13:21:50.732 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-07T13:21:50.759 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:21:50.759 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:21:50.762 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 10/12 2024-02-07T13:21:50.949 INFO:teuthology.orchestra.run.smithi049.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1252.g44 141 kB/s | 28 kB 00:00 2024-02-07T13:21:51.005 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 11/12 2024-02-07T13:21:51.030 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T13:21:51.040 INFO:teuthology.orchestra.run.smithi049.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1252.g444 52 kB/s | 15 kB 00:00 2024-02-07T13:21:51.099 INFO:teuthology.orchestra.run.smithi049.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.7 MB/s | 1.0 MB 00:00 2024-02-07T13:21:51.124 INFO:teuthology.orchestra.run.smithi049.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.8 MB/s | 238 kB 00:00 2024-02-07T13:21:51.217 INFO:teuthology.orchestra.run.smithi049.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 7.2 MB/s | 863 kB 00:00 2024-02-07T13:21:51.258 INFO:teuthology.orchestra.run.smithi049.stdout:(6/12): ceph-mgr-dashboard-19.0.0-1252.g44458cc 3.4 MB/s | 1.8 MB 00:00 2024-02-07T13:21:51.287 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:21:51.370 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-07T13:21:51.405 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-07T13:21:51.452 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-07T13:21:51.481 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-07T13:21:51.509 INFO:teuthology.orchestra.run.smithi049.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 67 kB/s | 19 kB 00:00 2024-02-07T13:21:51.637 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-07T13:21:51.726 INFO:teuthology.orchestra.run.smithi049.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 912 kB/s | 548 kB 00:00 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 1/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 2/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 3/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-07T13:21:51.764 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-07T13:21:51.770 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-07T13:21:51.776 INFO:teuthology.orchestra.run.smithi049.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 541 kB/s | 144 kB 00:00 2024-02-07T13:21:51.826 INFO:teuthology.orchestra.run.smithi049.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 307 kB/s | 31 kB 00:00 2024-02-07T13:21:51.861 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-07T13:21:51.903 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-07T13:21:51.939 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-07T13:21:51.969 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 10/12 2024-02-07T13:21:51.976 INFO:teuthology.orchestra.run.smithi049.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 942 kB/s | 188 kB 00:00 2024-02-07T13:21:52.101 INFO:teuthology.orchestra.run.smithi049.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.4 MB/s | 2.0 MB 00:00 2024-02-07T13:21:52.104 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:52.104 INFO:teuthology.orchestra.run.smithi049.stdout:Total 4.2 MB/s | 6.8 MB 00:01 2024-02-07T13:21:52.123 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:21:52.142 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:21:52.143 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:21:52.166 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-07T13:21:52.166 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:52.166 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:21:52.166 INFO:teuthology.orchestra.run.smithi080.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-07T13:21:52.166 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:52.166 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:52.166 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:52.166 INFO:teuthology.orchestra.run.smithi080.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-07T13:21:52.167 INFO:teuthology.orchestra.run.smithi080.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-07T13:21:52.167 INFO:teuthology.orchestra.run.smithi080.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-07T13:21:52.167 INFO:teuthology.orchestra.run.smithi080.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-07T13:21:52.167 INFO:teuthology.orchestra.run.smithi080.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-07T13:21:52.167 INFO:teuthology.orchestra.run.smithi080.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-07T13:21:52.167 INFO:teuthology.orchestra.run.smithi080.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-07T13:21:52.167 INFO:teuthology.orchestra.run.smithi080.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-07T13:21:52.167 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:52.167 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:21:52.222 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 11/12 2024-02-07T13:21:52.254 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T13:21:52.322 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:21:52.322 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:21:52.412 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-07T13:21:52.843 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:21:52.928 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-07T13:21:52.971 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-07T13:21:52.976 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:09 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 1/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 2/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 3/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-07T13:21:53.018 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-07T13:21:53.019 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-07T13:21:53.056 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-07T13:21:53.135 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:21:53.136 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================================ 2024-02-07T13:21:53.136 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-07T13:21:53.136 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================================ 2024-02-07T13:21:53.136 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:21:53.136 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 7.4 M 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-07T13:21:53.137 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:53.138 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:21:53.138 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================================ 2024-02-07T13:21:53.138 INFO:teuthology.orchestra.run.smithi080.stdout:Install 12 Packages 2024-02-07T13:21:53.138 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:21:53.138 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 37 M 2024-02-07T13:21:53.138 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 209 M 2024-02-07T13:21:53.138 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:21:53.170 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-07T13:21:53.303 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-07T13:21:53.334 INFO:teuthology.orchestra.run.smithi080.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 206 kB/s | 32 kB 00:00 2024-02-07T13:21:53.367 INFO:teuthology.orchestra.run.smithi080.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 521 kB/s | 17 kB 00:00 2024-02-07T13:21:53.395 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-07T13:21:53.395 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-07T13:21:53.395 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:53.395 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:21:53.395 INFO:teuthology.orchestra.run.smithi052.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-07T13:21:53.395 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:53.396 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:21:53.434 INFO:teuthology.orchestra.run.smithi080.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-02-07T13:21:53.436 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-07T13:21:53.460 INFO:teuthology.orchestra.run.smithi080.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 378 kB/s | 34 kB 00:00 2024-02-07T13:21:53.464 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-07T13:21:53.494 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 10/12 2024-02-07T13:21:53.631 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-07T13:21:53.651 INFO:teuthology.orchestra.run.smithi080.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 22 MB/s | 4.7 MB 00:00 2024-02-07T13:21:53.718 INFO:teuthology.orchestra.run.smithi080.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-02-07T13:21:53.735 INFO:teuthology.orchestra.run.smithi080.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.6 MB/s | 217 kB 00:00 2024-02-07T13:21:53.739 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 11/12 2024-02-07T13:21:53.779 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T13:21:53.844 INFO:teuthology.orchestra.run.smithi080.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-12 11 MB/s | 7.4 MB 00:00 2024-02-07T13:21:53.978 INFO:teuthology.orchestra.run.smithi080.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.2 MB/s | 802 kB 00:00 2024-02-07T13:21:54.145 INFO:teuthology.orchestra.run.smithi080.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 37 MB/s | 16 MB 00:00 2024-02-07T13:21:54.170 INFO:teuthology.orchestra.run.smithi080.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 601 kB/s | 194 kB 00:00 2024-02-07T13:21:54.211 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:11 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:21:54.353 INFO:teuthology.orchestra.run.smithi080.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 658 kB/s | 245 kB 00:00 2024-02-07T13:21:54.356 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:54.356 INFO:teuthology.orchestra.run.smithi080.stdout:Total 30 MB/s | 37 MB 00:01 2024-02-07T13:21:54.370 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:21:54.377 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:21:54.378 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================================ 2024-02-07T13:21:54.378 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-02-07T13:21:54.378 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================================ 2024-02-07T13:21:54.378 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:21:54.378 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 7.4 M 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-07T13:21:54.379 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:54.380 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:21:54.380 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================================ 2024-02-07T13:21:54.380 INFO:teuthology.orchestra.run.smithi052.stdout:Install 12 Packages 2024-02-07T13:21:54.380 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:21:54.380 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 37 M 2024-02-07T13:21:54.381 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 209 M 2024-02-07T13:21:54.381 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:21:54.395 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:21:54.396 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:21:54.592 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T13:21:54.592 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 1/12 2024-02-07T13:21:54.592 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 2/12 2024-02-07T13:21:54.592 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 3/12 2024-02-07T13:21:54.592 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-07T13:21:54.592 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-07T13:21:54.592 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-07T13:21:54.593 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-07T13:21:54.593 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-07T13:21:54.593 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-07T13:21:54.593 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-07T13:21:54.593 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-07T13:21:54.634 INFO:teuthology.orchestra.run.smithi052.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 172 kB/s | 32 kB 00:00 2024-02-07T13:21:54.667 INFO:teuthology.orchestra.run.smithi052.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 527 kB/s | 17 kB 00:00 2024-02-07T13:21:54.709 INFO:teuthology.orchestra.run.smithi052.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 826 kB/s | 34 kB 00:00 2024-02-07T13:21:54.757 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:21:54.758 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:21:54.784 INFO:teuthology.orchestra.run.smithi052.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.9 MB/s | 3.0 MB 00:00 2024-02-07T13:21:54.951 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-02-07T13:21:54.978 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-07T13:21:54.978 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:54.978 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:21:54.978 INFO:teuthology.orchestra.run.smithi049.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-07T13:21:54.978 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:54.978 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:54.979 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:21:55.018 INFO:teuthology.orchestra.run.smithi052.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-02-07T13:21:55.043 INFO:teuthology.orchestra.run.smithi052.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-02-07T13:21:55.161 INFO:teuthology.orchestra.run.smithi052.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-12 10 MB/s | 7.4 MB 00:00 2024-02-07T13:21:55.215 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-07T13:21:55.294 INFO:teuthology.orchestra.run.smithi052.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.2 MB/s | 802 kB 00:00 2024-02-07T13:21:55.453 INFO:teuthology.orchestra.run.smithi052.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 36 MB/s | 16 MB 00:00 2024-02-07T13:21:55.466 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:21:55.478 INFO:teuthology.orchestra.run.smithi052.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 617 kB/s | 194 kB 00:00 2024-02-07T13:21:55.534 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-07T13:21:55.565 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-07T13:21:55.611 INFO:teuthology.orchestra.run.smithi052.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 781 kB/s | 245 kB 00:00 2024-02-07T13:21:55.614 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:55.614 INFO:teuthology.orchestra.run.smithi052.stdout:Total 30 MB/s | 37 MB 00:01 2024-02-07T13:21:55.627 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:21:55.652 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:21:55.652 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:21:55.657 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-07T13:21:55.694 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-07T13:21:55.810 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:11 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:21:55.871 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T13:21:55.909 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T13:21:55.977 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:21:55.978 INFO:teuthology.orchestra.run.smithi049.stdout:============================================================================================ 2024-02-07T13:21:55.978 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-07T13:21:55.978 INFO:teuthology.orchestra.run.smithi049.stdout:============================================================================================ 2024-02-07T13:21:55.978 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 7.4 M 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-07T13:21:55.979 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:55.980 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:21:55.980 INFO:teuthology.orchestra.run.smithi049.stdout:============================================================================================ 2024-02-07T13:21:55.980 INFO:teuthology.orchestra.run.smithi049.stdout:Install 12 Packages 2024-02-07T13:21:55.980 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:21:55.980 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 37 M 2024-02-07T13:21:55.980 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 209 M 2024-02-07T13:21:55.980 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:21:55.985 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-07T13:21:56.031 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:21:56.031 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:21:56.158 INFO:teuthology.orchestra.run.smithi049.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 237 kB/s | 32 kB 00:00 2024-02-07T13:21:56.192 INFO:teuthology.orchestra.run.smithi049.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 536 kB/s | 17 kB 00:00 2024-02-07T13:21:56.267 INFO:teuthology.orchestra.run.smithi049.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-02-07T13:21:56.292 INFO:teuthology.orchestra.run.smithi049.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 350 kB/s | 34 kB 00:00 2024-02-07T13:21:56.468 INFO:teuthology.orchestra.run.smithi049.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 24 MB/s | 4.7 MB 00:00 2024-02-07T13:21:56.535 INFO:teuthology.orchestra.run.smithi049.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-02-07T13:21:56.560 INFO:teuthology.orchestra.run.smithi049.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-02-07T13:21:56.642 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-07T13:21:56.668 INFO:teuthology.orchestra.run.smithi049.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 7.4 MB/s | 802 kB 00:00 2024-02-07T13:21:56.745 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-07T13:21:56.751 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:21:56.810 INFO:teuthology.orchestra.run.smithi049.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-12 9.4 MB/s | 7.4 MB 00:00 2024-02-07T13:21:56.827 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-07T13:21:56.857 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-07T13:21:56.956 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-07T13:21:56.978 INFO:teuthology.orchestra.run.smithi049.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 35 MB/s | 16 MB 00:00 2024-02-07T13:21:56.994 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-07T13:21:57.002 INFO:teuthology.orchestra.run.smithi049.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 586 kB/s | 194 kB 00:00 2024-02-07T13:21:57.128 INFO:teuthology.orchestra.run.smithi049.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 780 kB/s | 245 kB 00:00 2024-02-07T13:21:57.130 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:21:57.130 INFO:teuthology.orchestra.run.smithi049.stdout:Total 32 MB/s | 37 MB 00:01 2024-02-07T13:21:57.143 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:21:57.169 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:21:57.169 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:21:57.179 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T13:21:57.210 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T13:21:57.288 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-07T13:21:57.545 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:21:57.546 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:21:57.977 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-07T13:21:58.004 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-07T13:21:58.126 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-07T13:21:58.290 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:21:58.360 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-07T13:21:58.390 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-07T13:21:58.489 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-07T13:21:58.536 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-07T13:21:58.721 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T13:21:58.751 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T13:21:58.830 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-07T13:21:58.997 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-07T13:21:59.025 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T13:21:59.441 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-07T13:21:59.524 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-07T13:21:59.651 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-07T13:22:00.512 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-07T13:22:00.542 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T13:22:00.967 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-07T13:22:01.518 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T13:22:01.518 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 1/12 2024-02-07T13:22:01.519 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-07T13:22:01.519 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-07T13:22:01.519 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-07T13:22:01.519 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T13:22:01.519 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T13:22:01.519 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-07T13:22:01.519 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-07T13:22:01.519 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-07T13:22:01.519 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-07T13:22:01.519 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-07T13:22:01.956 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-07T13:22:01.956 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:01.956 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:22:01.956 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:01.957 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:02.038 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-07T13:22:02.067 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T13:22:02.322 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-mgr-rook 2024-02-07T13:22:02.901 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:19 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:03.058 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:03.059 INFO:teuthology.orchestra.run.smithi080.stdout:======================================================================================== 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout:======================================================================================== 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-rook noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 52 k 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-07T13:22:03.060 INFO:teuthology.orchestra.run.smithi080.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-07T13:22:03.061 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-07T13:22:03.061 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-07T13:22:03.061 INFO:teuthology.orchestra.run.smithi080.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-07T13:22:03.061 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-07T13:22:03.061 INFO:teuthology.orchestra.run.smithi080.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-07T13:22:03.061 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:03.061 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:22:03.061 INFO:teuthology.orchestra.run.smithi080.stdout:======================================================================================== 2024-02-07T13:22:03.061 INFO:teuthology.orchestra.run.smithi080.stdout:Install 13 Packages 2024-02-07T13:22:03.061 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:03.062 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 2.0 M 2024-02-07T13:22:03.062 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 26 M 2024-02-07T13:22:03.062 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:22:03.221 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T13:22:03.221 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 1/12 2024-02-07T13:22:03.221 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-07T13:22:03.221 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-07T13:22:03.221 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-07T13:22:03.221 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T13:22:03.221 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T13:22:03.222 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-07T13:22:03.222 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-07T13:22:03.222 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-07T13:22:03.222 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-07T13:22:03.222 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-07T13:22:03.227 INFO:teuthology.orchestra.run.smithi080.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 201 kB/s | 24 kB 00:00 2024-02-07T13:22:03.252 INFO:teuthology.orchestra.run.smithi080.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 123 kB/s | 18 kB 00:00 2024-02-07T13:22:03.302 INFO:teuthology.orchestra.run.smithi080.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-02-07T13:22:03.336 INFO:teuthology.orchestra.run.smithi080.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.5 MB/s | 132 kB 00:00 2024-02-07T13:22:03.361 INFO:teuthology.orchestra.run.smithi080.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2024-02-07T13:22:03.386 INFO:teuthology.orchestra.run.smithi080.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 854 kB/s | 43 kB 00:00 2024-02-07T13:22:03.412 INFO:teuthology.orchestra.run.smithi080.stdout:(7/13): ceph-mgr-rook-19.0.0-1252.g44458cce.el9 170 kB/s | 52 kB 00:00 2024-02-07T13:22:03.620 INFO:teuthology.orchestra.run.smithi080.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-02-07T13:22:03.647 INFO:teuthology.orchestra.run.smithi080.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 113 kB/s | 32 kB 00:00 2024-02-07T13:22:03.658 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-07T13:22:03.658 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:03.658 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:22:03.658 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:03.658 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-07T13:22:03.658 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-07T13:22:03.658 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-07T13:22:03.658 INFO:teuthology.orchestra.run.smithi052.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-07T13:22:03.658 INFO:teuthology.orchestra.run.smithi052.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-07T13:22:03.659 INFO:teuthology.orchestra.run.smithi052.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-07T13:22:03.659 INFO:teuthology.orchestra.run.smithi052.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-07T13:22:03.659 INFO:teuthology.orchestra.run.smithi052.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-07T13:22:03.659 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-07T13:22:03.659 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-07T13:22:03.659 INFO:teuthology.orchestra.run.smithi052.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-07T13:22:03.659 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:03.659 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:03.829 INFO:teuthology.orchestra.run.smithi080.stdout:(10/13): python3-google-auth-2.27.0-1.el9.noarc 486 kB/s | 203 kB 00:00 2024-02-07T13:22:03.896 INFO:teuthology.orchestra.run.smithi080.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 236 kB/s | 59 kB 00:00 2024-02-07T13:22:04.020 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-rook 2024-02-07T13:22:04.038 INFO:teuthology.orchestra.run.smithi080.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 430 kB/s | 90 kB 00:00 2024-02-07T13:22:04.413 INFO:teuthology.orchestra.run.smithi080.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.3 MB/s | 1.0 MB 00:00 2024-02-07T13:22:04.417 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:04.418 INFO:teuthology.orchestra.run.smithi080.stdout:Total 1.5 MB/s | 2.0 MB 00:01 2024-02-07T13:22:04.418 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:22:04.432 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:22:04.432 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:22:04.503 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T13:22:04.503 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 1/12 2024-02-07T13:22:04.503 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-07T13:22:04.503 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-07T13:22:04.503 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-07T13:22:04.503 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T13:22:04.504 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T13:22:04.504 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-07T13:22:04.504 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-07T13:22:04.504 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-07T13:22:04.504 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-07T13:22:04.504 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-07T13:22:04.535 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:22:04.536 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:22:04.603 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:21 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:04.769 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:04.770 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-rook noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 52 k 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-07T13:22:04.771 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-07T13:22:04.772 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-07T13:22:04.772 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-07T13:22:04.772 INFO:teuthology.orchestra.run.smithi052.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-07T13:22:04.772 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:04.772 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:22:04.772 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-02-07T13:22:04.772 INFO:teuthology.orchestra.run.smithi052.stdout:Install 13 Packages 2024-02-07T13:22:04.772 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:04.773 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 2.0 M 2024-02-07T13:22:04.773 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 26 M 2024-02-07T13:22:04.773 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:22:04.977 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-07T13:22:04.978 INFO:teuthology.orchestra.run.smithi049.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-07T13:22:04.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-07T13:22:04.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-07T13:22:04.979 INFO:teuthology.orchestra.run.smithi049.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-07T13:22:04.979 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:04.979 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:04.983 INFO:teuthology.orchestra.run.smithi052.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 201 kB/s | 24 kB 00:00 2024-02-07T13:22:05.008 INFO:teuthology.orchestra.run.smithi052.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 123 kB/s | 18 kB 00:00 2024-02-07T13:22:05.050 INFO:teuthology.orchestra.run.smithi052.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-02-07T13:22:05.060 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:22:05.075 INFO:teuthology.orchestra.run.smithi052.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2024-02-07T13:22:05.100 INFO:teuthology.orchestra.run.smithi052.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-07T13:22:05.126 INFO:teuthology.orchestra.run.smithi052.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 857 kB/s | 43 kB 00:00 2024-02-07T13:22:05.151 INFO:teuthology.orchestra.run.smithi052.stdout:(7/13): ceph-mgr-rook-19.0.0-1252.g44458cce.el9 180 kB/s | 52 kB 00:00 2024-02-07T13:22:05.237 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-07T13:22:05.298 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-07T13:22:05.311 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-mgr-rook 2024-02-07T13:22:05.353 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-07T13:22:05.390 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-07T13:22:05.431 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-07T13:22:05.510 INFO:teuthology.orchestra.run.smithi052.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 39 kB/s | 15 kB 00:00 2024-02-07T13:22:05.525 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-07T13:22:05.535 INFO:teuthology.orchestra.run.smithi052.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 74 kB/s | 32 kB 00:00 2024-02-07T13:22:05.625 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-07T13:22:05.683 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-07T13:22:05.769 INFO:teuthology.orchestra.run.smithi052.stdout:(10/13): python3-google-auth-2.27.0-1.el9.noarc 328 kB/s | 203 kB 00:00 2024-02-07T13:22:05.877 INFO:teuthology.orchestra.run.smithi052.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 173 kB/s | 59 kB 00:00 2024-02-07T13:22:05.914 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:21 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:06.002 INFO:teuthology.orchestra.run.smithi052.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 2.1 MB/s | 1.0 MB 00:00 2024-02-07T13:22:06.027 INFO:teuthology.orchestra.run.smithi052.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 347 kB/s | 90 kB 00:00 2024-02-07T13:22:06.032 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:06.032 INFO:teuthology.orchestra.run.smithi052.stdout:Total 1.6 MB/s | 2.0 MB 00:01 2024-02-07T13:22:06.032 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:22:06.047 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:22:06.047 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:22:06.080 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:06.081 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================== 2024-02-07T13:22:06.081 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-07T13:22:06.081 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================== 2024-02-07T13:22:06.081 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:22:06.081 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-rook noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 52 k 2024-02-07T13:22:06.081 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-07T13:22:06.081 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================== 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout:Install 13 Packages 2024-02-07T13:22:06.082 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:06.083 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 2.0 M 2024-02-07T13:22:06.083 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 26 M 2024-02-07T13:22:06.083 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:22:06.157 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:22:06.157 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:22:06.249 INFO:teuthology.orchestra.run.smithi049.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 151 kB/s | 18 kB 00:00 2024-02-07T13:22:06.274 INFO:teuthology.orchestra.run.smithi049.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 168 kB/s | 24 kB 00:00 2024-02-07T13:22:06.316 INFO:teuthology.orchestra.run.smithi049.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-02-07T13:22:06.342 INFO:teuthology.orchestra.run.smithi049.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2024-02-07T13:22:06.367 INFO:teuthology.orchestra.run.smithi049.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-07T13:22:06.392 INFO:teuthology.orchestra.run.smithi049.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 857 kB/s | 43 kB 00:00 2024-02-07T13:22:06.403 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-07T13:22:06.418 INFO:teuthology.orchestra.run.smithi049.stdout:(7/13): ceph-mgr-rook-19.0.0-1252.g44458cce.el9 181 kB/s | 52 kB 00:00 2024-02-07T13:22:06.455 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-07T13:22:06.488 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-07T13:22:06.537 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-07T13:22:06.567 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T13:22:06.643 INFO:teuthology.orchestra.run.smithi049.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 60 kB/s | 15 kB 00:00 2024-02-07T13:22:06.668 INFO:teuthology.orchestra.run.smithi049.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 107 kB/s | 32 kB 00:00 2024-02-07T13:22:06.689 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:22:06.865 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-07T13:22:06.885 INFO:teuthology.orchestra.run.smithi049.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 273 kB/s | 59 kB 00:00 2024-02-07T13:22:06.910 INFO:teuthology.orchestra.run.smithi049.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 412 kB/s | 203 kB 00:00 2024-02-07T13:22:06.922 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-07T13:22:06.978 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-07T13:22:07.013 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-07T13:22:07.055 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-07T13:22:07.060 INFO:teuthology.orchestra.run.smithi049.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 512 kB/s | 90 kB 00:00 2024-02-07T13:22:07.153 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-07T13:22:07.177 INFO:teuthology.orchestra.run.smithi049.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.9 MB/s | 1.0 MB 00:00 2024-02-07T13:22:07.179 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:07.179 INFO:teuthology.orchestra.run.smithi049.stdout:Total 1.9 MB/s | 2.0 MB 00:01 2024-02-07T13:22:07.180 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:22:07.196 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:22:07.196 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:22:07.271 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-07T13:22:07.313 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:22:07.314 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:22:07.323 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-07T13:22:07.353 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T13:22:07.353 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 1/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-07T13:22:07.354 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-07T13:22:07.745 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-07T13:22:07.745 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:07.745 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-07T13:22:07.746 INFO:teuthology.orchestra.run.smithi080.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-07T13:22:07.747 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:07.747 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:07.863 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:22:08.001 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-mgr-cephadm 2024-02-07T13:22:08.058 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-07T13:22:08.085 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-07T13:22:08.114 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-07T13:22:08.136 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-07T13:22:08.170 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-07T13:22:08.170 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-07T13:22:08.205 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-07T13:22:08.219 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-07T13:22:08.247 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-07T13:22:08.247 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T13:22:08.346 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-07T13:22:08.456 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-07T13:22:08.516 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-07T13:22:08.568 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:25 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:08.727 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout:======================================================================================== 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout:======================================================================================== 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 138 k 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-07T13:22:08.728 INFO:teuthology.orchestra.run.smithi080.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-07T13:22:08.729 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:08.729 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:22:08.729 INFO:teuthology.orchestra.run.smithi080.stdout:======================================================================================== 2024-02-07T13:22:08.729 INFO:teuthology.orchestra.run.smithi080.stdout:Install 6 Packages 2024-02-07T13:22:08.729 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:08.729 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 6.8 M 2024-02-07T13:22:08.730 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 33 M 2024-02-07T13:22:08.730 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:22:08.948 INFO:teuthology.orchestra.run.smithi080.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 227 kB 00:00 2024-02-07T13:22:09.032 INFO:teuthology.orchestra.run.smithi080.stdout:(2/6): ceph-mgr-cephadm-19.0.0-1252.g44458cce.e 537 kB/s | 138 kB 00:00 2024-02-07T13:22:09.107 INFO:teuthology.orchestra.run.smithi080.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 5.8 MB 00:00 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 1/13 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-07T13:22:09.179 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-07T13:22:09.180 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-07T13:22:09.180 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-07T13:22:09.286 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-07T13:22:09.337 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-07T13:22:09.370 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-07T13:22:09.447 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-07T13:22:09.473 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-07T13:22:09.555 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-07T13:22:09.556 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-07T13:22:09.556 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-07T13:22:09.556 INFO:teuthology.orchestra.run.smithi052.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-07T13:22:09.556 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:09.556 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:09.757 INFO:teuthology.orchestra.run.smithi080.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 84 kB/s | 51 kB 00:00 2024-02-07T13:22:09.818 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-cephadm 2024-02-07T13:22:09.890 INFO:teuthology.orchestra.run.smithi080.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 67 kB/s | 58 kB 00:00 2024-02-07T13:22:10.057 INFO:teuthology.orchestra.run.smithi080.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 494 kB/s | 548 kB 00:01 2024-02-07T13:22:10.061 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:10.061 INFO:teuthology.orchestra.run.smithi080.stdout:Total 5.1 MB/s | 6.8 MB 00:01 2024-02-07T13:22:10.061 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:22:10.070 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:22:10.070 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:22:10.169 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:22:10.170 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:22:10.283 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T13:22:10.283 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 1/13 2024-02-07T13:22:10.283 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-07T13:22:10.283 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-07T13:22:10.283 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-07T13:22:10.283 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-07T13:22:10.284 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-07T13:22:10.284 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-07T13:22:10.284 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-07T13:22:10.284 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-07T13:22:10.284 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-07T13:22:10.284 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-07T13:22:10.284 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-07T13:22:10.397 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:27 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:10.493 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:22:10.565 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:10.566 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-02-07T13:22:10.566 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-02-07T13:22:10.566 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-02-07T13:22:10.566 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:22:10.566 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 138 k 2024-02-07T13:22:10.566 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-02-07T13:22:10.566 INFO:teuthology.orchestra.run.smithi052.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-07T13:22:10.566 INFO:teuthology.orchestra.run.smithi052.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-07T13:22:10.566 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-07T13:22:10.566 INFO:teuthology.orchestra.run.smithi052.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-07T13:22:10.567 INFO:teuthology.orchestra.run.smithi052.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-07T13:22:10.567 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:10.567 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:22:10.567 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-02-07T13:22:10.567 INFO:teuthology.orchestra.run.smithi052.stdout:Install 6 Packages 2024-02-07T13:22:10.567 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:10.567 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 6.8 M 2024-02-07T13:22:10.568 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 33 M 2024-02-07T13:22:10.568 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:22:10.665 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-07T13:22:10.667 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-07T13:22:10.667 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:10.667 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-07T13:22:10.668 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-07T13:22:10.669 INFO:teuthology.orchestra.run.smithi049.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-07T13:22:10.669 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:10.669 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:10.717 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-07T13:22:10.912 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-mgr-cephadm 2024-02-07T13:22:11.232 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-07T13:22:11.279 INFO:teuthology.orchestra.run.smithi052.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 663 kB/s | 227 kB 00:00 2024-02-07T13:22:11.311 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-07T13:22:11.373 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-07T13:22:11.396 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T13:22:11.446 INFO:teuthology.orchestra.run.smithi052.stdout:(2/6): ceph-mgr-cephadm-19.0.0-1252.g44458cce.e 271 kB/s | 138 kB 00:00 2024-02-07T13:22:11.513 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:27 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:11.671 INFO:teuthology.orchestra.run.smithi052.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 256 kB/s | 58 kB 00:00 2024-02-07T13:22:11.679 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:11.680 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================== 2024-02-07T13:22:11.680 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-07T13:22:11.680 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================== 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 138 k 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================== 2024-02-07T13:22:11.681 INFO:teuthology.orchestra.run.smithi049.stdout:Install 6 Packages 2024-02-07T13:22:11.682 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:11.682 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 6.8 M 2024-02-07T13:22:11.682 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 33 M 2024-02-07T13:22:11.682 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:22:11.746 INFO:teuthology.orchestra.run.smithi052.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 680 kB/s | 51 kB 00:00 2024-02-07T13:22:12.192 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T13:22:12.192 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/6 2024-02-07T13:22:12.192 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-07T13:22:12.192 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-07T13:22:12.192 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-07T13:22:12.193 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-07T13:22:12.213 INFO:teuthology.orchestra.run.smithi049.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.2 MB/s | 227 kB 00:00 2024-02-07T13:22:12.238 INFO:teuthology.orchestra.run.smithi052.stdout:(5/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.4 MB/s | 5.8 MB 00:01 2024-02-07T13:22:12.314 INFO:teuthology.orchestra.run.smithi049.stdout:(2/6): ceph-mgr-cephadm-19.0.0-1252.g44458cce.e 491 kB/s | 138 kB 00:00 2024-02-07T13:22:12.339 INFO:teuthology.orchestra.run.smithi049.stdout:(3/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 4.3 MB/s | 548 kB 00:00 2024-02-07T13:22:12.372 INFO:teuthology.orchestra.run.smithi049.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.5 MB/s | 51 kB 00:00 2024-02-07T13:22:12.398 INFO:teuthology.orchestra.run.smithi049.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 697 kB/s | 58 kB 00:00 2024-02-07T13:22:12.471 INFO:teuthology.orchestra.run.smithi052.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 459 kB/s | 548 kB 00:01 2024-02-07T13:22:12.474 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:12.474 INFO:teuthology.orchestra.run.smithi052.stdout:Total 3.6 MB/s | 6.8 MB 00:01 2024-02-07T13:22:12.474 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:22:12.485 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:22:12.485 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:12.511 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:12.565 INFO:teuthology.orchestra.run.smithi049.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 5.8 MB 00:00 2024-02-07T13:22:12.566 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:12.567 INFO:teuthology.orchestra.run.smithi049.stdout:Total 7.7 MB/s | 6.8 MB 00:00 2024-02-07T13:22:12.567 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:22:12.576 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:22:12.577 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:22:12.585 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:22:12.586 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:22:12.675 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:22:12.675 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:22:12.754 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-fuse 2024-02-07T13:22:12.894 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:22:12.992 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:22:13.078 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-07T13:22:13.132 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-07T13:22:13.173 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-07T13:22:13.226 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-07T13:22:13.322 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:30 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:13.480 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:13.480 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:13.480 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-07T13:22:13.480 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:13.481 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:22:13.481 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 885 k 2024-02-07T13:22:13.481 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-07T13:22:13.481 INFO:teuthology.orchestra.run.smithi080.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-07T13:22:13.481 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:13.481 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:22:13.481 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:13.481 INFO:teuthology.orchestra.run.smithi080.stdout:Install 2 Packages 2024-02-07T13:22:13.481 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:13.482 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 964 k 2024-02-07T13:22:13.482 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 2.8 M 2024-02-07T13:22:13.482 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:22:13.617 INFO:teuthology.orchestra.run.smithi080.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 584 kB/s | 79 kB 00:00 2024-02-07T13:22:13.683 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-07T13:22:13.761 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-07T13:22:13.785 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-07T13:22:13.839 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-07T13:22:13.868 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T13:22:13.879 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-07T13:22:13.933 INFO:teuthology.orchestra.run.smithi080.stdout:(2/2): ceph-fuse-19.0.0-1252.g44458cce.el9.x86_ 1.9 MB/s | 885 kB 00:00 2024-02-07T13:22:13.935 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:13.935 INFO:teuthology.orchestra.run.smithi080.stdout:Total 2.1 MB/s | 964 kB 00:00 2024-02-07T13:22:13.935 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:22:13.941 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-07T13:22:13.956 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:22:13.956 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:22:13.970 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T13:22:14.033 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:22:14.033 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:22:14.234 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:22:14.360 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-07T13:22:14.425 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T13:22:14.637 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T13:22:14.637 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/6 2024-02-07T13:22:14.637 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-07T13:22:14.637 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-07T13:22:14.637 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-07T13:22:14.637 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-07T13:22:14.770 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T13:22:14.770 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/6 2024-02-07T13:22:14.770 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-07T13:22:14.770 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-07T13:22:14.770 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-07T13:22:14.770 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:14.954 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:15.060 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T13:22:15.060 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/2 2024-02-07T13:22:15.103 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-07T13:22:15.103 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:15.103 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:22:15.103 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:15.103 INFO:teuthology.orchestra.run.smithi049.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-07T13:22:15.103 INFO:teuthology.orchestra.run.smithi049.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-07T13:22:15.103 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-07T13:22:15.104 INFO:teuthology.orchestra.run.smithi049.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-07T13:22:15.104 INFO:teuthology.orchestra.run.smithi049.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-07T13:22:15.104 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:15.104 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:15.204 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-fuse 2024-02-07T13:22:15.359 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-fuse 2024-02-07T13:22:15.380 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-07T13:22:15.380 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:15.380 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:22:15.380 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-07T13:22:15.380 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:15.380 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:15.665 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-volume 2024-02-07T13:22:15.787 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:32 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:15.952 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:15.952 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:15.952 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-02-07T13:22:15.952 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:15.952 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:22:15.952 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 885 k 2024-02-07T13:22:15.953 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-02-07T13:22:15.953 INFO:teuthology.orchestra.run.smithi052.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-07T13:22:15.953 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:15.953 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:22:15.953 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:15.953 INFO:teuthology.orchestra.run.smithi052.stdout:Install 2 Packages 2024-02-07T13:22:15.953 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:15.953 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 964 k 2024-02-07T13:22:15.954 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 2.8 M 2024-02-07T13:22:15.954 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:22:15.960 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:31 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:16.072 INFO:teuthology.orchestra.run.smithi052.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 665 kB/s | 79 kB 00:00 2024-02-07T13:22:16.128 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:16.128 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:16.128 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-07T13:22:16.128 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:16.128 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:22:16.128 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 885 k 2024-02-07T13:22:16.128 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-07T13:22:16.129 INFO:teuthology.orchestra.run.smithi049.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-07T13:22:16.129 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:16.129 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:22:16.129 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:16.129 INFO:teuthology.orchestra.run.smithi049.stdout:Install 2 Packages 2024-02-07T13:22:16.129 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:16.129 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 964 k 2024-02-07T13:22:16.130 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 2.8 M 2024-02-07T13:22:16.130 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:22:16.246 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:33 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:16.266 INFO:teuthology.orchestra.run.smithi049.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 578 kB/s | 79 kB 00:00 2024-02-07T13:22:16.389 INFO:teuthology.orchestra.run.smithi052.stdout:(2/2): ceph-fuse-19.0.0-1252.g44458cce.el9.x86_ 2.0 MB/s | 885 kB 00:00 2024-02-07T13:22:16.390 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:16.390 INFO:teuthology.orchestra.run.smithi052.stdout:Total 2.2 MB/s | 964 kB 00:00 2024-02-07T13:22:16.390 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:22:16.408 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-volume noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 264 k 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout:Install 2 Packages 2024-02-07T13:22:16.409 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:16.410 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 332 k 2024-02-07T13:22:16.410 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 1.5 M 2024-02-07T13:22:16.410 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:22:16.411 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:22:16.411 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:22:16.458 INFO:teuthology.orchestra.run.smithi049.stdout:(2/2): ceph-fuse-19.0.0-1252.g44458cce.el9.x86_ 2.6 MB/s | 885 kB 00:00 2024-02-07T13:22:16.459 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:16.459 INFO:teuthology.orchestra.run.smithi049.stdout:Total 2.9 MB/s | 964 kB 00:00 2024-02-07T13:22:16.460 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:22:16.482 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:22:16.482 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:22:16.491 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:22:16.491 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:22:16.539 INFO:teuthology.orchestra.run.smithi080.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 532 kB/s | 69 kB 00:00 2024-02-07T13:22:16.565 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:22:16.565 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:22:16.689 INFO:teuthology.orchestra.run.smithi080.stdout:(2/2): ceph-volume-19.0.0-1252.g44458cce.el9.no 944 kB/s | 264 kB 00:00 2024-02-07T13:22:16.691 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:16.691 INFO:teuthology.orchestra.run.smithi080.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-02-07T13:22:16.691 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:22:16.700 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:22:16.700 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:22:16.742 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:22:16.742 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:22:16.755 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:22:16.815 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:22:16.890 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:22:16.905 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-07T13:22:16.944 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-07T13:22:16.978 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T13:22:17.008 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T13:22:17.070 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-07T13:22:17.118 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T13:22:17.132 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T13:22:17.133 INFO:teuthology.orchestra.run.smithi080.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:22:17.133 INFO:teuthology.orchestra.run.smithi080.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-07T13:22:17.133 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:17.675 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T13:22:17.675 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/2 2024-02-07T13:22:17.685 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T13:22:17.685 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/2 2024-02-07T13:22:17.915 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 1/2 2024-02-07T13:22:17.982 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-07T13:22:17.982 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:17.982 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:22:17.982 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-07T13:22:17.982 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:17.982 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:18.016 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-07T13:22:18.016 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:18.016 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:22:18.016 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-07T13:22:18.016 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:18.016 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:18.253 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-volume 2024-02-07T13:22:18.260 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-07T13:22:18.260 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:18.260 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:22:18.260 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:18.261 INFO:teuthology.orchestra.run.smithi080.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-07T13:22:18.261 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:18.261 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:18.275 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-volume 2024-02-07T13:22:18.608 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install librados-devel 2024-02-07T13:22:18.844 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:35 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:18.881 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:34 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:19.010 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:19.011 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:19.011 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-02-07T13:22:19.011 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:19.011 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:22:19.011 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-volume noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 264 k 2024-02-07T13:22:19.011 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-02-07T13:22:19.011 INFO:teuthology.orchestra.run.smithi052.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-07T13:22:19.011 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:19.012 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:22:19.012 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:19.012 INFO:teuthology.orchestra.run.smithi052.stdout:Install 2 Packages 2024-02-07T13:22:19.012 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:19.012 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 332 k 2024-02-07T13:22:19.012 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 1.5 M 2024-02-07T13:22:19.013 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:22:19.045 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:19.045 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:19.045 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-07T13:22:19.046 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:19.046 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:22:19.046 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-volume noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 264 k 2024-02-07T13:22:19.046 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-07T13:22:19.046 INFO:teuthology.orchestra.run.smithi049.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-07T13:22:19.046 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:19.046 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:22:19.046 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:19.046 INFO:teuthology.orchestra.run.smithi049.stdout:Install 2 Packages 2024-02-07T13:22:19.046 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:19.047 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 332 k 2024-02-07T13:22:19.047 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 1.5 M 2024-02-07T13:22:19.047 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:22:19.135 INFO:teuthology.orchestra.run.smithi052.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 561 kB/s | 69 kB 00:00 2024-02-07T13:22:19.163 INFO:teuthology.orchestra.run.smithi049.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 594 kB/s | 69 kB 00:00 2024-02-07T13:22:19.187 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:36 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:19.345 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:19.346 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:19.346 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repo Size 2024-02-07T13:22:19.346 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:19.346 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:22:19.346 INFO:teuthology.orchestra.run.smithi080.stdout: librados-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 127 k 2024-02-07T13:22:19.346 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:19.346 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:22:19.346 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:19.346 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-02-07T13:22:19.347 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:19.347 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 127 k 2024-02-07T13:22:19.347 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 456 k 2024-02-07T13:22:19.347 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:22:19.405 INFO:teuthology.orchestra.run.smithi049.stdout:(2/2): ceph-volume-19.0.0-1252.g44458cce.el9.no 738 kB/s | 264 kB 00:00 2024-02-07T13:22:19.405 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:19.406 INFO:teuthology.orchestra.run.smithi049.stdout:Total 924 kB/s | 332 kB 00:00 2024-02-07T13:22:19.406 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:22:19.416 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:22:19.416 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:22:19.451 INFO:teuthology.orchestra.run.smithi052.stdout:(2/2): ceph-volume-19.0.0-1252.g44458cce.el9.no 600 kB/s | 264 kB 00:00 2024-02-07T13:22:19.453 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:19.453 INFO:teuthology.orchestra.run.smithi052.stdout:Total 753 kB/s | 332 kB 00:00 2024-02-07T13:22:19.453 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:22:19.461 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:22:19.461 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:22:19.463 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:22:19.463 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:22:19.506 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:22:19.506 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:22:19.620 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:22:19.662 INFO:teuthology.orchestra.run.smithi080.stdout:librados-devel-19.0.0-1252.g44458cce.el9.x86_64 403 kB/s | 127 kB 00:00 2024-02-07T13:22:19.662 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:19.663 INFO:teuthology.orchestra.run.smithi080.stdout:Total 401 kB/s | 127 kB 00:00 2024-02-07T13:22:19.663 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:22:19.665 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:22:19.668 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:22:19.668 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:22:19.724 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:22:19.724 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:22:19.811 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-07T13:22:19.857 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T13:22:19.857 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-07T13:22:19.873 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:22:19.874 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T13:22:19.874 INFO:teuthology.orchestra.run.smithi049.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:22:19.874 INFO:teuthology.orchestra.run.smithi049.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-07T13:22:19.874 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:19.895 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T13:22:19.912 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T13:22:19.912 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:22:19.912 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-07T13:22:19.912 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:19.961 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:20.400 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:20.624 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 1/2 2024-02-07T13:22:20.665 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 1/2 2024-02-07T13:22:20.732 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:20.732 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:20.732 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:22:20.732 INFO:teuthology.orchestra.run.smithi080.stdout: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:20.732 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:20.733 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:20.955 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-07T13:22:20.956 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:20.956 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:22:20.956 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:20.956 INFO:teuthology.orchestra.run.smithi049.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-07T13:22:20.956 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:20.956 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:20.979 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install libcephfs2 2024-02-07T13:22:21.035 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-07T13:22:21.035 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:21.035 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:22:21.035 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T13:22:21.036 INFO:teuthology.orchestra.run.smithi052.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-07T13:22:21.036 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:21.036 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:21.262 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install librados-devel 2024-02-07T13:22:21.359 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install librados-devel 2024-02-07T13:22:21.554 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:38 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:21.664 INFO:teuthology.orchestra.run.smithi080.stdout:Package libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:21.716 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:21.717 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-02-07T13:22:21.717 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:21.777 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install libcephfs-devel 2024-02-07T13:22:21.855 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:37 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:21.940 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:38 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:22.021 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repo Size 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout: librados-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 127 k 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:22.022 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 127 k 2024-02-07T13:22:22.023 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 456 k 2024-02-07T13:22:22.023 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:22:22.106 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:22.107 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:22.107 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-02-07T13:22:22.107 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:22.107 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:22:22.107 INFO:teuthology.orchestra.run.smithi052.stdout: librados-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 127 k 2024-02-07T13:22:22.107 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:22.107 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:22:22.107 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:22.107 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-02-07T13:22:22.107 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:22.108 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 127 k 2024-02-07T13:22:22.108 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 456 k 2024-02-07T13:22:22.108 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:22:22.317 INFO:teuthology.orchestra.run.smithi052.stdout:librados-devel-19.0.0-1252.g44458cce.el9.x86_64 607 kB/s | 127 kB 00:00 2024-02-07T13:22:22.318 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:22.318 INFO:teuthology.orchestra.run.smithi052.stdout:Total 602 kB/s | 127 kB 00:00 2024-02-07T13:22:22.318 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:22:22.324 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:22:22.324 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:22:22.343 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:39 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:22.377 INFO:teuthology.orchestra.run.smithi049.stdout:librados-devel-19.0.0-1252.g44458cce.el9.x86_64 358 kB/s | 127 kB 00:00 2024-02-07T13:22:22.377 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:22.378 INFO:teuthology.orchestra.run.smithi049.stdout:Total 356 kB/s | 127 kB 00:00 2024-02-07T13:22:22.378 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:22:22.383 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:22:22.383 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:22:22.384 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:22:22.384 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:22:22.444 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:22:22.444 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:22:22.502 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:22.503 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:22.503 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repo Size 2024-02-07T13:22:22.503 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:22.503 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:22:22.503 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 31 k 2024-02-07T13:22:22.503 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:22.504 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:22:22.504 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:22.504 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-02-07T13:22:22.504 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:22.504 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 31 k 2024-02-07T13:22:22.504 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 140 k 2024-02-07T13:22:22.504 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:22:22.533 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:22:22.597 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:22:22.653 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:22.657 INFO:teuthology.orchestra.run.smithi080.stdout:libcephfs-devel-19.0.0-1252.g44458cce.el9.x86_6 204 kB/s | 31 kB 00:00 2024-02-07T13:22:22.657 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:22.658 INFO:teuthology.orchestra.run.smithi080.stdout:Total 202 kB/s | 31 kB 00:00 2024-02-07T13:22:22.658 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:22:22.661 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:22:22.661 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:22:22.689 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:22:22.689 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:22:22.703 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:22.781 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:22:22.889 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:23.080 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:23.174 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:23.297 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:23.398 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:23.398 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:23.399 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:22:23.399 INFO:teuthology.orchestra.run.smithi052.stdout: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:23.399 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:23.399 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:23.489 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:23.489 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:23.489 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:22:23.489 INFO:teuthology.orchestra.run.smithi049.stdout: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:23.489 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:23.489 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:23.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:23.566 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:23.566 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:22:23.566 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:23.566 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:23.566 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:23.636 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install libcephfs2 2024-02-07T13:22:23.720 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install libcephfs2 2024-02-07T13:22:23.724 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install librados2 2024-02-07T13:22:24.224 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:41 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:24.290 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:41 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:24.323 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:40 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:24.336 INFO:teuthology.orchestra.run.smithi052.stdout:Package libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:24.391 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:24.392 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-02-07T13:22:24.392 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:24.395 INFO:teuthology.orchestra.run.smithi080.stdout:Package librados2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:24.435 INFO:teuthology.orchestra.run.smithi049.stdout:Package libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:24.449 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:24.450 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-02-07T13:22:24.451 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:24.455 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install libcephfs-devel 2024-02-07T13:22:24.490 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:24.491 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2024-02-07T13:22:24.491 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:24.514 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install librbd1 2024-02-07T13:22:24.557 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install libcephfs-devel 2024-02-07T13:22:25.031 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:42 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:25.083 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:42 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:25.152 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:41 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:25.189 INFO:teuthology.orchestra.run.smithi080.stdout:Package librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:25.196 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:25.196 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:25.197 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-02-07T13:22:25.197 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:25.197 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:22:25.197 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 31 k 2024-02-07T13:22:25.197 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:25.197 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:22:25.197 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:25.197 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-02-07T13:22:25.197 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:25.198 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 31 k 2024-02-07T13:22:25.198 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 140 k 2024-02-07T13:22:25.198 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:22:25.242 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:25.243 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-02-07T13:22:25.243 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:25.311 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install python3-rados 2024-02-07T13:22:25.317 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:25.318 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:25.318 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repo Size 2024-02-07T13:22:25.318 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:25.319 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:22:25.319 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 31 k 2024-02-07T13:22:25.319 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:25.319 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:22:25.319 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:25.319 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2024-02-07T13:22:25.319 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:25.319 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 31 k 2024-02-07T13:22:25.319 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 140 k 2024-02-07T13:22:25.320 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:22:25.362 INFO:teuthology.orchestra.run.smithi052.stdout:libcephfs-devel-19.0.0-1252.g44458cce.el9.x86_6 190 kB/s | 31 kB 00:00 2024-02-07T13:22:25.362 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:25.363 INFO:teuthology.orchestra.run.smithi052.stdout:Total 188 kB/s | 31 kB 00:00 2024-02-07T13:22:25.363 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:22:25.366 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:22:25.367 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:22:25.393 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:22:25.393 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:22:25.488 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:22:25.497 INFO:teuthology.orchestra.run.smithi049.stdout:libcephfs-devel-19.0.0-1252.g44458cce.el9.x86_6 175 kB/s | 31 kB 00:00 2024-02-07T13:22:25.497 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:25.498 INFO:teuthology.orchestra.run.smithi049.stdout:Total 174 kB/s | 31 kB 00:00 2024-02-07T13:22:25.498 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:22:25.501 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:22:25.501 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:22:25.528 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:22:25.528 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:22:25.613 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:25.633 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:22:25.738 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:25.893 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:42 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:25.993 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:25.999 INFO:teuthology.orchestra.run.smithi080.stdout:Package python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:26.051 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:26.052 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-02-07T13:22:26.052 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:26.115 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install python3-rgw 2024-02-07T13:22:26.119 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:26.269 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:26.270 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:26.270 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:22:26.270 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:26.270 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:26.270 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:26.430 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:26.430 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:26.430 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:22:26.430 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:26.430 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:26.430 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:26.438 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install librados2 2024-02-07T13:22:26.604 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install librados2 2024-02-07T13:22:26.683 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:43 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:26.789 INFO:teuthology.orchestra.run.smithi080.stdout:Package python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:26.841 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:26.842 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-02-07T13:22:26.842 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:26.909 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install python3-cephfs 2024-02-07T13:22:27.024 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:44 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:27.134 INFO:teuthology.orchestra.run.smithi052.stdout:Package librados2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:27.192 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:27.193 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-02-07T13:22:27.193 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:27.205 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:43 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:27.255 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install librbd1 2024-02-07T13:22:27.315 INFO:teuthology.orchestra.run.smithi049.stdout:Package librados2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:27.371 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:27.372 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2024-02-07T13:22:27.372 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:27.436 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install librbd1 2024-02-07T13:22:27.474 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:44 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:27.581 INFO:teuthology.orchestra.run.smithi080.stdout:Package python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:27.634 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:27.635 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-02-07T13:22:27.636 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:27.703 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install python3-rbd 2024-02-07T13:22:27.840 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:44 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:27.950 INFO:teuthology.orchestra.run.smithi052.stdout:Package librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:28.006 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:28.008 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-02-07T13:22:28.008 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:28.037 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:44 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:28.075 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-rados 2024-02-07T13:22:28.146 INFO:teuthology.orchestra.run.smithi049.stdout:Package librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:28.202 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:28.203 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2024-02-07T13:22:28.203 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:28.265 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install python3-rados 2024-02-07T13:22:28.272 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:45 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:28.378 INFO:teuthology.orchestra.run.smithi080.stdout:Package python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:28.429 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:28.430 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-02-07T13:22:28.431 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:28.492 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install rbd-fuse 2024-02-07T13:22:28.656 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:45 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:28.766 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:28.821 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:28.822 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-02-07T13:22:28.822 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:28.869 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:44 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:28.881 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-rgw 2024-02-07T13:22:28.980 INFO:teuthology.orchestra.run.smithi049.stdout:Package python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:29.035 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:29.037 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2024-02-07T13:22:29.037 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:29.058 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:46 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:29.098 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install python3-rgw 2024-02-07T13:22:29.216 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:29.217 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:29.217 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-02-07T13:22:29.217 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:29.218 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:22:29.218 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 85 k 2024-02-07T13:22:29.218 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:29.218 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:22:29.218 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:29.218 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-02-07T13:22:29.218 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:29.218 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 85 k 2024-02-07T13:22:29.218 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 231 k 2024-02-07T13:22:29.218 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:22:29.434 INFO:teuthology.orchestra.run.smithi080.stdout:rbd-fuse-19.0.0-1252.g44458cce.el9.x86_64.rpm 395 kB/s | 85 kB 00:00 2024-02-07T13:22:29.435 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:29.435 INFO:teuthology.orchestra.run.smithi080.stdout:Total 392 kB/s | 85 kB 00:00 2024-02-07T13:22:29.435 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:22:29.442 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:22:29.442 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:22:29.462 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:46 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:29.497 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:22:29.497 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:22:29.573 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:29.628 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:29.629 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-02-07T13:22:29.629 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:29.672 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:22:29.696 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-cephfs 2024-02-07T13:22:29.700 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:45 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:29.774 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:29.810 INFO:teuthology.orchestra.run.smithi049.stdout:Package python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:29.868 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:29.870 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2024-02-07T13:22:29.870 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:29.935 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install python3-cephfs 2024-02-07T13:22:30.158 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:30.271 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:47 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:30.381 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:30.438 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:30.440 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-02-07T13:22:30.440 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:30.474 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:30.474 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:30.475 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:22:30.475 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:30.475 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:30.475 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:30.499 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-rbd 2024-02-07T13:22:30.527 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:46 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:30.637 INFO:teuthology.orchestra.run.smithi049.stdout:Package python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:30.693 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:30.694 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2024-02-07T13:22:30.694 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:30.714 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install rbd-mirror 2024-02-07T13:22:30.756 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install python3-rbd 2024-02-07T13:22:31.082 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:48 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:31.194 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:31.252 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:31.252 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-02-07T13:22:31.252 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:31.313 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install rbd-fuse 2024-02-07T13:22:31.315 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:48 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:31.357 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:47 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:31.467 INFO:teuthology.orchestra.run.smithi049.stdout:Package python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T13:22:31.491 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:31.491 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:31.491 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repo Size 2024-02-07T13:22:31.491 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:31.491 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:22:31.492 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-mirror x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T13:22:31.492 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:31.492 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:22:31.492 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:31.492 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-02-07T13:22:31.492 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:31.492 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 3.1 M 2024-02-07T13:22:31.492 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 13 M 2024-02-07T13:22:31.493 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:22:31.523 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:31.524 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2024-02-07T13:22:31.524 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:31.593 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install rbd-fuse 2024-02-07T13:22:31.896 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:48 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:32.046 INFO:teuthology.orchestra.run.smithi080.stdout:rbd-mirror-19.0.0-1252.g44458cce.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-02-07T13:22:32.046 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:32.047 INFO:teuthology.orchestra.run.smithi080.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-02-07T13:22:32.047 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:22:32.056 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:22:32.056 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:22:32.061 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:32.061 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:32.062 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-02-07T13:22:32.062 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:32.062 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:22:32.062 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 85 k 2024-02-07T13:22:32.062 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:32.062 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:22:32.062 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:32.062 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-02-07T13:22:32.062 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:32.063 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 85 k 2024-02-07T13:22:32.063 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 231 k 2024-02-07T13:22:32.063 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:22:32.130 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:22:32.130 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:22:32.193 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:48 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:32.358 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:32.359 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:32.359 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2024-02-07T13:22:32.359 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:32.359 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:22:32.359 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 85 k 2024-02-07T13:22:32.359 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:32.359 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:22:32.359 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:32.360 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2024-02-07T13:22:32.360 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:32.360 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 85 k 2024-02-07T13:22:32.360 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 231 k 2024-02-07T13:22:32.360 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:22:32.373 INFO:teuthology.orchestra.run.smithi052.stdout:rbd-fuse-19.0.0-1252.g44458cce.el9.x86_64.rpm 275 kB/s | 85 kB 00:00 2024-02-07T13:22:32.373 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:32.374 INFO:teuthology.orchestra.run.smithi052.stdout:Total 274 kB/s | 85 kB 00:00 2024-02-07T13:22:32.374 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:22:32.381 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:22:32.382 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:22:32.440 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:22:32.441 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:22:32.561 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:22:32.566 INFO:teuthology.orchestra.run.smithi049.stdout:rbd-fuse-19.0.0-1252.g44458cce.el9.x86_64.rpm 414 kB/s | 85 kB 00:00 2024-02-07T13:22:32.566 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:32.567 INFO:teuthology.orchestra.run.smithi049.stdout:Total 411 kB/s | 85 kB 00:00 2024-02-07T13:22:32.567 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:22:32.574 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:22:32.574 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:22:32.621 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:32.623 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:22:32.634 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:22:32.634 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:22:32.646 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:32.646 INFO:teuthology.orchestra.run.smithi080.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:22:32.646 INFO:teuthology.orchestra.run.smithi080.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-07T13:22:32.646 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-07T13:22:32.646 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-07T13:22:32.646 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:32.724 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:32.814 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:22:32.917 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:33.107 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:33.330 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:33.388 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:33.388 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:33.388 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:22:33.388 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:33.388 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:33.388 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:33.642 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install rbd-mirror 2024-02-07T13:22:33.646 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:33.646 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:33.646 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:22:33.646 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:33.646 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:33.646 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:33.871 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:33.871 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:33.871 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:22:33.871 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:33.871 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:33.871 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:33.876 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install rbd-mirror 2024-02-07T13:22:34.127 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install rbd-nbd 2024-02-07T13:22:34.241 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:51 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:34.405 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:34.405 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:34.406 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-02-07T13:22:34.406 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:34.406 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:22:34.406 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-mirror x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T13:22:34.406 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:34.406 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:22:34.406 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:34.406 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-02-07T13:22:34.406 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:34.407 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 3.1 M 2024-02-07T13:22:34.407 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 13 M 2024-02-07T13:22:34.407 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:22:34.481 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:50 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:34.647 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:34.648 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:34.648 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repo Size 2024-02-07T13:22:34.648 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:34.648 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:22:34.649 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-mirror x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T13:22:34.649 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:34.649 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:22:34.649 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:34.649 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2024-02-07T13:22:34.649 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:34.649 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 3.1 M 2024-02-07T13:22:34.649 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 13 M 2024-02-07T13:22:34.649 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:22:34.710 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:51 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:34.800 INFO:teuthology.orchestra.run.smithi052.stdout:rbd-mirror-19.0.0-1252.g44458cce.el9.x86_64.rpm 7.9 MB/s | 3.1 MB 00:00 2024-02-07T13:22:34.801 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:34.801 INFO:teuthology.orchestra.run.smithi052.stdout:Total 7.8 MB/s | 3.1 MB 00:00 2024-02-07T13:22:34.801 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:22:34.811 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:22:34.811 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:22:34.869 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-nbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 171 k 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:34.870 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 171 k 2024-02-07T13:22:34.871 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 494 k 2024-02-07T13:22:34.871 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-07T13:22:34.888 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:22:34.889 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:22:35.052 INFO:teuthology.orchestra.run.smithi049.stdout:rbd-mirror-19.0.0-1252.g44458cce.el9.x86_64.rpm 7.7 MB/s | 3.1 MB 00:00 2024-02-07T13:22:35.053 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:35.053 INFO:teuthology.orchestra.run.smithi049.stdout:Total 7.6 MB/s | 3.1 MB 00:00 2024-02-07T13:22:35.053 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:22:35.063 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:22:35.063 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:22:35.107 INFO:teuthology.orchestra.run.smithi080.stdout:rbd-nbd-19.0.0-1252.g44458cce.el9.x86_64.rpm 724 kB/s | 171 kB 00:00 2024-02-07T13:22:35.107 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:35.107 INFO:teuthology.orchestra.run.smithi080.stdout:Total 720 kB/s | 171 kB 00:00 2024-02-07T13:22:35.108 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-07T13:22:35.115 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-07T13:22:35.116 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-07T13:22:35.141 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:22:35.141 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:22:35.171 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-07T13:22:35.172 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-07T13:22:35.319 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-07T13:22:35.350 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:22:35.409 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:35.414 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:35.433 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:35.433 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:22:35.433 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-07T13:22:35.434 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-02-07T13:22:35.434 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-02-07T13:22:35.434 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:35.598 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:22:35.663 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:35.689 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:35.689 INFO:teuthology.orchestra.run.smithi049.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T13:22:35.689 INFO:teuthology.orchestra.run.smithi049.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-07T13:22:35.689 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-07T13:22:35.689 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-07T13:22:35.689 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:35.891 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:36.206 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:36.206 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:36.206 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-07T13:22:36.206 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:36.206 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:22:36.206 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-07T13:22:36.444 DEBUG:teuthology.parallel:result is None 2024-02-07T13:22:36.604 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:36.604 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:36.604 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:22:36.604 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:36.604 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:36.604 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:36.836 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:36.836 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:36.836 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:22:36.836 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:36.836 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:36.836 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:36.862 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install rbd-nbd 2024-02-07T13:22:37.070 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install rbd-nbd 2024-02-07T13:22:37.447 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:54 ago on Wed 07 Feb 2024 01:20:43 PM UTC. 2024-02-07T13:22:37.612 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-02-07T13:22:37.612 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-nbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 171 k 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 171 k 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 494 k 2024-02-07T13:22:37.613 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-02-07T13:22:37.675 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:53 ago on Wed 07 Feb 2024 01:20:44 PM UTC. 2024-02-07T13:22:37.839 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-nbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 171 k 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:37.840 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 171 k 2024-02-07T13:22:37.841 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 494 k 2024-02-07T13:22:37.841 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-07T13:22:37.961 INFO:teuthology.orchestra.run.smithi052.stdout:rbd-nbd-19.0.0-1252.g44458cce.el9.x86_64.rpm 492 kB/s | 171 kB 00:00 2024-02-07T13:22:37.962 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:37.962 INFO:teuthology.orchestra.run.smithi052.stdout:Total 490 kB/s | 171 kB 00:00 2024-02-07T13:22:37.962 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-02-07T13:22:37.971 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-02-07T13:22:37.971 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-02-07T13:22:38.031 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-02-07T13:22:38.031 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-02-07T13:22:38.082 INFO:teuthology.orchestra.run.smithi049.stdout:rbd-nbd-19.0.0-1252.g44458cce.el9.x86_64.rpm 710 kB/s | 171 kB 00:00 2024-02-07T13:22:38.082 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:22:38.082 INFO:teuthology.orchestra.run.smithi049.stdout:Total 706 kB/s | 171 kB 00:00 2024-02-07T13:22:38.083 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-07T13:22:38.091 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-07T13:22:38.091 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-07T13:22:38.150 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-07T13:22:38.150 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-07T13:22:38.192 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-02-07T13:22:38.302 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-07T13:22:38.305 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:38.458 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:38.886 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:38.890 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:39.187 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:39.188 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:39.188 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-07T13:22:39.188 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:39.188 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:22:39.188 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-07T13:22:39.217 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T13:22:39.217 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:39.218 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-02-07T13:22:39.218 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T13:22:39.218 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-02-07T13:22:39.218 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-02-07T13:22:39.413 DEBUG:teuthology.parallel:result is None 2024-02-07T13:22:39.449 DEBUG:teuthology.parallel:result is None 2024-02-07T13:22:39.450 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:22:39.669 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-07T13:22:39.692 INFO:teuthology.orchestra.run.smithi049.stdout:19.0.0-1252.g44458cce.el9 2024-02-07T13:22:39.692 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1252.g44458cce.el9 2024-02-07T13:22:39.692 INFO:teuthology.task.install:The correct ceph version 19.0.0-1252.g44458cce is installed. 2024-02-07T13:22:39.694 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:22:39.908 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-07T13:22:39.930 INFO:teuthology.orchestra.run.smithi052.stdout:19.0.0-1252.g44458cce.el9 2024-02-07T13:22:39.930 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1252.g44458cce.el9 2024-02-07T13:22:39.930 INFO:teuthology.task.install:The correct ceph version 19.0.0-1252.g44458cce is installed. 2024-02-07T13:22:39.932 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:22:40.157 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-07T13:22:40.181 INFO:teuthology.orchestra.run.smithi080.stdout:19.0.0-1252.g44458cce.el9 2024-02-07T13:22:40.181 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1252.g44458cce.el9 2024-02-07T13:22:40.181 INFO:teuthology.task.install:The correct ceph version 19.0.0-1252.g44458cce is installed. 2024-02-07T13:22:40.183 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-07T13:22:40.184 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:22:40.184 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-07T13:22:40.221 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:22:40.221 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-07T13:22:40.250 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:22:40.250 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-07T13:22:40.281 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-07T13:22:40.281 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:22:40.281 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/daemon-helper 2024-02-07T13:22:40.312 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-07T13:22:40.383 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:22:40.383 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/daemon-helper 2024-02-07T13:22:40.413 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-07T13:22:40.481 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:22:40.481 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/usr/bin/daemon-helper 2024-02-07T13:22:40.513 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-07T13:22:40.584 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-07T13:22:40.584 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:22:40.584 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-07T13:22:40.615 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-07T13:22:40.685 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:22:40.685 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-07T13:22:40.714 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-07T13:22:40.781 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:22:40.782 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-07T13:22:40.812 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-07T13:22:40.884 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-07T13:22:40.884 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:22:40.884 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/stdin-killer 2024-02-07T13:22:40.915 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-07T13:22:40.985 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:22:40.985 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/stdin-killer 2024-02-07T13:22:41.014 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-07T13:22:41.082 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:22:41.082 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/usr/bin/stdin-killer 2024-02-07T13:22:41.113 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-07T13:22:41.182 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-07T13:22:41.281 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\\)'], 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261'} 2024-02-07T13:22:41.281 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:22:41.282 INFO:tasks.cephadm:Cluster fsid is f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:22:41.282 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-07T13:22:41.282 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.49', 'mon.b': '172.21.15.52', 'mon.c': '172.21.15.80'} 2024-02-07T13:22:41.282 INFO:tasks.cephadm:First mon is mon.a on smithi049 2024-02-07T13:22:41.282 INFO:tasks.cephadm:First mgr is a 2024-02-07T13:22:41.282 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-07T13:22:41.283 DEBUG:teuthology.orchestra.run.smithi049:> sudo hostname $(hostname -s) 2024-02-07T13:22:41.316 DEBUG:teuthology.orchestra.run.smithi052:> sudo hostname $(hostname -s) 2024-02-07T13:22:41.347 DEBUG:teuthology.orchestra.run.smithi080:> sudo hostname $(hostname -s) 2024-02-07T13:22:41.376 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-07T13:22:41.376 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:22:41.593 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261', '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/76537/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1252-g44458cce', 'node_name': '172.21.2.1+braggi01', '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-1252.g44458cce'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-02-05 21:02:35.601617', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-4-2024-02-05-1854', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-02-07T13:22:41.733 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-testing-4-2024-02-05-1854, sha1 44458ccedb18241cc2e17f10cdab3d1385399261 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:22:41.734 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/x86_64/flavors/default/cephadm 2024-02-07T13:22:41.734 DEBUG:teuthology.orchestra.run.smithi049:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-07T13:22:42.137 INFO:teuthology.orchestra.run.smithi049.stdout:-rw-r--r--. 1 ubuntu ubuntu 766878 Feb 7 13:22 /home/ubuntu/cephtest/cephadm 2024-02-07T13:22:42.138 DEBUG:teuthology.orchestra.run.smithi052:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-07T13:22:42.914 INFO:teuthology.orchestra.run.smithi052.stdout:-rw-r--r--. 1 ubuntu ubuntu 766878 Feb 7 13:22 /home/ubuntu/cephtest/cephadm 2024-02-07T13:22:42.915 DEBUG:teuthology.orchestra.run.smithi080:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-07T13:22:43.423 INFO:teuthology.orchestra.run.smithi080.stdout:-rw-r--r--. 1 ubuntu ubuntu 766878 Feb 7 13:22 /home/ubuntu/cephtest/cephadm 2024-02-07T13:22:43.423 DEBUG:teuthology.orchestra.run.smithi049:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-07T13:22:43.443 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-02-07T13:22:43.461 DEBUG:teuthology.orchestra.run.smithi080:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-07T13:22:43.490 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 on all hosts... 2024-02-07T13:22:43.490 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 pull 2024-02-07T13:22:43.493 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 pull 2024-02-07T13:22:43.503 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 pull 2024-02-07T13:22:44.375 INFO:teuthology.orchestra.run.smithi049.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261... 2024-02-07T13:22:44.408 INFO:teuthology.orchestra.run.smithi080.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261... 2024-02-07T13:22:44.622 INFO:teuthology.orchestra.run.smithi052.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261... 2024-02-07T13:23:17.288 INFO:teuthology.orchestra.run.smithi049.stdout:{ 2024-02-07T13:23:17.288 INFO:teuthology.orchestra.run.smithi049.stdout: "ceph_version": "ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev)", 2024-02-07T13:23:17.288 INFO:teuthology.orchestra.run.smithi049.stdout: "image_id": "79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f", 2024-02-07T13:23:17.289 INFO:teuthology.orchestra.run.smithi049.stdout: "repo_digests": [ 2024-02-07T13:23:17.289 INFO:teuthology.orchestra.run.smithi049.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe" 2024-02-07T13:23:17.289 INFO:teuthology.orchestra.run.smithi049.stdout: ] 2024-02-07T13:23:17.289 INFO:teuthology.orchestra.run.smithi049.stdout:} 2024-02-07T13:23:21.341 INFO:teuthology.orchestra.run.smithi080.stdout:{ 2024-02-07T13:23:21.341 INFO:teuthology.orchestra.run.smithi080.stdout: "ceph_version": "ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev)", 2024-02-07T13:23:21.341 INFO:teuthology.orchestra.run.smithi080.stdout: "image_id": "79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f", 2024-02-07T13:23:21.341 INFO:teuthology.orchestra.run.smithi080.stdout: "repo_digests": [ 2024-02-07T13:23:21.341 INFO:teuthology.orchestra.run.smithi080.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe" 2024-02-07T13:23:21.341 INFO:teuthology.orchestra.run.smithi080.stdout: ] 2024-02-07T13:23:21.341 INFO:teuthology.orchestra.run.smithi080.stdout:} 2024-02-07T13:23:28.501 INFO:teuthology.orchestra.run.smithi052.stdout:{ 2024-02-07T13:23:28.501 INFO:teuthology.orchestra.run.smithi052.stdout: "ceph_version": "ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev)", 2024-02-07T13:23:28.501 INFO:teuthology.orchestra.run.smithi052.stdout: "image_id": "79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f", 2024-02-07T13:23:28.501 INFO:teuthology.orchestra.run.smithi052.stdout: "repo_digests": [ 2024-02-07T13:23:28.501 INFO:teuthology.orchestra.run.smithi052.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe" 2024-02-07T13:23:28.501 INFO:teuthology.orchestra.run.smithi052.stdout: ] 2024-02-07T13:23:28.501 INFO:teuthology.orchestra.run.smithi052.stdout:} 2024-02-07T13:23:28.524 DEBUG:teuthology.orchestra.run.smithi049:> sudo mkdir -p /etc/ceph 2024-02-07T13:23:28.563 DEBUG:teuthology.orchestra.run.smithi052:> sudo mkdir -p /etc/ceph 2024-02-07T13:23:28.592 DEBUG:teuthology.orchestra.run.smithi080:> sudo mkdir -p /etc/ceph 2024-02-07T13:23:28.627 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 777 /etc/ceph 2024-02-07T13:23:28.662 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 777 /etc/ceph 2024-02-07T13:23:28.688 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 777 /etc/ceph 2024-02-07T13:23:28.722 INFO:tasks.cephadm:Writing seed config... 2024-02-07T13:23:28.723 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-02-07T13:23:28.723 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-07T13:23:28.723 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-07T13:23:28.723 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-02-07T13:23:28.723 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-07T13:23:28.724 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-07T13:23:28.724 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-07T13:23:28.724 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-07T13:23:28.724 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-07T13:23:28.724 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:23:28.724 DEBUG:teuthology.orchestra.run.smithi049:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-07T13:23:28.742 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 = f871b8ca-c5bb-11ee-95b6-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-02-07T13:23:28.742 DEBUG:teuthology.orchestra.run.smithi049:mon.a> sudo journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.a.service 2024-02-07T13:23:28.784 DEBUG:teuthology.orchestra.run.smithi049:mgr.a> sudo journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mgr.a.service 2024-02-07T13:23:28.826 INFO:tasks.cephadm:Bootstrapping... 2024-02-07T13:23:28.827 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 -v bootstrap --fsid f871b8ca-c5bb-11ee-95b6-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.49 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-07T13:23:29.031 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:23:29.031 INFO:teuthology.orchestra.run.smithi049.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261', '-v', 'bootstrap', '--fsid', 'f871b8ca-c5bb-11ee-95b6-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.49', '--skip-admin-label'] 2024-02-07T13:23:29.056 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stdout 4.8.1 2024-02-07T13:23:29.057 INFO:teuthology.orchestra.run.smithi049.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-07T13:23:29.057 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying podman|docker is present... 2024-02-07T13:23:29.081 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stdout 4.8.1 2024-02-07T13:23:29.081 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying lvm2 is present... 2024-02-07T13:23:29.082 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying time synchronization is in place... 2024-02-07T13:23:29.089 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-07T13:23:29.089 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-07T13:23:29.095 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-07T13:23:29.095 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-02-07T13:23:29.102 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout enabled 2024-02-07T13:23:29.108 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout active 2024-02-07T13:23:29.108 INFO:teuthology.orchestra.run.smithi049.stdout:Unit chronyd.service is enabled and running 2024-02-07T13:23:29.108 INFO:teuthology.orchestra.run.smithi049.stdout:Repeating the final host check... 2024-02-07T13:23:29.133 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stdout 4.8.1 2024-02-07T13:23:29.133 INFO:teuthology.orchestra.run.smithi049.stdout:podman (/bin/podman) version 4.8.1 is present 2024-02-07T13:23:29.133 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl is present 2024-02-07T13:23:29.133 INFO:teuthology.orchestra.run.smithi049.stdout:lvcreate is present 2024-02-07T13:23:29.139 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-07T13:23:29.139 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-07T13:23:29.145 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-07T13:23:29.145 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-02-07T13:23:29.152 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout enabled 2024-02-07T13:23:29.158 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout active 2024-02-07T13:23:29.158 INFO:teuthology.orchestra.run.smithi049.stdout:Unit chronyd.service is enabled and running 2024-02-07T13:23:29.158 INFO:teuthology.orchestra.run.smithi049.stdout:Host looks OK 2024-02-07T13:23:29.158 INFO:teuthology.orchestra.run.smithi049.stdout:Cluster fsid: f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:23:29.158 INFO:teuthology.orchestra.run.smithi049.stdout:Acquiring lock 140064851419728 on /run/cephadm/f871b8ca-c5bb-11ee-95b6-87774f69a715.lock 2024-02-07T13:23:29.159 INFO:teuthology.orchestra.run.smithi049.stdout:Lock 140064851419728 acquired on /run/cephadm/f871b8ca-c5bb-11ee-95b6-87774f69a715.lock 2024-02-07T13:23:29.159 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying IP 172.21.15.49 port 3300 ... 2024-02-07T13:23:29.159 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying IP 172.21.15.49 port 6789 ... 2024-02-07T13:23:29.159 INFO:teuthology.orchestra.run.smithi049.stdout:Base mon IP(s) is [172.21.15.49:3300, 172.21.15.49:6789], mon addrv is [v2:172.21.15.49:3300,v1:172.21.15.49:6789] 2024-02-07T13:23:29.162 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.49 metric 100 2024-02-07T13:23:29.162 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.49 metric 100 2024-02-07T13:23:29.165 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-07T13:23:29.165 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-02-07T13:23:29.165 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-02-07T13:23:29.167 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-07T13:23:29.168 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-07T13:23:29.168 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-07T13:23:29.168 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-07T13:23:29.168 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1566/64 scope link noprefixroute 2024-02-07T13:23:29.168 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-07T13:23:29.168 INFO:teuthology.orchestra.run.smithi049.stdout:Mon IP `172.21.15.49` is in CIDR network `172.21.0.0/20` 2024-02-07T13:23:29.169 INFO:teuthology.orchestra.run.smithi049.stdout:Mon IP `172.21.15.49` is in CIDR network `172.21.0.0/20` 2024-02-07T13:23:29.169 INFO:teuthology.orchestra.run.smithi049.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-07T13:23:29.169 INFO:teuthology.orchestra.run.smithi049.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-07T13:23:29.169 INFO:teuthology.orchestra.run.smithi049.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261... 2024-02-07T13:23:29.629 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stdout 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f 2024-02-07T13:23:29.629 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261... 2024-02-07T13:23:29.630 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Getting image source signatures 2024-02-07T13:23:29.630 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Copying blob sha256:a997f0e9fc346761d24d2a6e2e6c8569e51b56d4493dc8639d7f291d92935b5f 2024-02-07T13:23:29.630 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-07T13:23:29.630 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Copying config sha256:79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f 2024-02-07T13:23:29.630 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Writing manifest to image destination 2024-02-07T13:23:30.594 INFO:teuthology.orchestra.run.smithi049.stdout:ceph: stdout ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev) 2024-02-07T13:23:30.595 INFO:teuthology.orchestra.run.smithi049.stdout:Ceph version: ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev) 2024-02-07T13:23:30.595 INFO:teuthology.orchestra.run.smithi049.stdout:Extracting ceph user uid/gid from container image... 2024-02-07T13:23:31.557 INFO:teuthology.orchestra.run.smithi049.stdout:stat: stdout 167 167 2024-02-07T13:23:31.557 INFO:teuthology.orchestra.run.smithi049.stdout:Creating initial keys... 2024-02-07T13:23:32.528 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-authtool: stdout AQBThMNlwvhJOBAAgYzJGb6Jq9OlCVDX7r+aAQ== 2024-02-07T13:23:33.426 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-authtool: stdout AQBUhMNlg1sqMhAAMlq1oVr0l1OiKIxN5mNBcw== 2024-02-07T13:23:34.448 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-authtool: stdout AQBVhMNl+oaDLxAA5/+MTniLTkiS1npFRkPf4w== 2024-02-07T13:23:34.449 INFO:teuthology.orchestra.run.smithi049.stdout:Creating initial monmap... 2024-02-07T13:23:35.397 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-07T13:23:35.397 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-07T13:23:35.397 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:23:35.397 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-07T13:23:35.398 INFO:teuthology.orchestra.run.smithi049.stdout:monmaptool for a [v2:172.21.15.49:3300,v1:172.21.15.49:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-07T13:23:35.398 INFO:teuthology.orchestra.run.smithi049.stdout:setting min_mon_release = quincy 2024-02-07T13:23:35.398 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: set fsid to f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:23:35.398 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-07T13:23:35.398 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:23:35.398 INFO:teuthology.orchestra.run.smithi049.stdout:Creating mon... 2024-02-07T13:23:36.343 INFO:teuthology.orchestra.run.smithi049.stdout:create mon.a on 2024-02-07T13:23:36.612 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-02-07T13:23:36.853 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-07T13:23:37.337 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715.target. 2024-02-07T13:23:37.337 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715.target. 2024-02-07T13:23:38.053 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.a 2024-02-07T13:23:38.053 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.a.service: Unit ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.a.service not loaded. 2024-02-07T13:23:38.291 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715.target.wants/ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.a.service → /etc/systemd/system/ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@.service. 2024-02-07T13:23:38.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:38 smithi049 podman[29287]: 2024-02-07 13:23:38.477668234 +0000 UTC m=+0.017620814 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:23:39.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:39 smithi049 podman[29287]: 2024-02-07 13:23:39.396916921 +0000 UTC m=+0.936869502 container create bf12eb766a2001bbbf4c055ed4d38b3d8007f60e5eeb18fcd7fea8f38f1f25d9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, ceph=True, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-02-07T13:23:41.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:41 smithi049 podman[29287]: 2024-02-07 13:23:41.09505665 +0000 UTC m=+2.635009245 container init bf12eb766a2001bbbf4c055ed4d38b3d8007f60e5eeb18fcd7fea8f38f1f25d9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-02-07T13:23:41.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:41 smithi049 podman[29287]: 2024-02-07 13:23:41.102604158 +0000 UTC m=+2.642556736 container start bf12eb766a2001bbbf4c055ed4d38b3d8007f60e5eeb18fcd7fea8f38f1f25d9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-02-07T13:23:41.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:41 smithi049 ceph-mon[29325]: mkfs f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:23:41.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:41 smithi049 ceph-mon[29325]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-07T13:23:41.956 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-07T13:23:41.956 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout disabled 2024-02-07T13:23:41.964 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-07T13:23:41.964 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-02-07T13:23:41.964 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld.service is not enabled 2024-02-07T13:23:41.964 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to enable service . firewalld.service is not available 2024-02-07T13:23:41.965 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mon to start... 2024-02-07T13:23:41.965 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mon... 2024-02-07T13:23:42.265 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:41 smithi049 bash[29287]: bf12eb766a2001bbbf4c055ed4d38b3d8007f60e5eeb18fcd7fea8f38f1f25d9 2024-02-07T13:23:42.265 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:41 smithi049 systemd[1]: Started Ceph mon.a for f871b8ca-c5bb-11ee-95b6-87774f69a715. 2024-02-07T13:23:42.265 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:42 smithi049 ceph-mon[29325]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-07T13:23:42.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:42 smithi049 ceph-mon[29325]: monmap e1: 1 mons at {a=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T13:23:42.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:42 smithi049 ceph-mon[29325]: fsmap 2024-02-07T13:23:42.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:42 smithi049 ceph-mon[29325]: osdmap e1: 0 total, 0 up, 0 in 2024-02-07T13:23:42.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:42 smithi049 ceph-mon[29325]: mgrmap e1: no daemons active 2024-02-07T13:23:45.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:45 smithi049 ceph-mon[29325]: from='client.? 172.21.15.49:0/2503756306' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-07T13:23:47.785 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout cluster: 2024-02-07T13:23:47.787 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout id: f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:23:47.787 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout services: 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 3s) 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout data: 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout pgs: 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:mon is available 2024-02-07T13:23:47.788 INFO:teuthology.orchestra.run.smithi049.stdout:Assimilating anything we can from ceph.conf... 2024-02-07T13:23:48.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:48 smithi049 ceph-mon[29325]: from='client.? 172.21.15.49:0/2085089964' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-07T13:23:48.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:48 smithi049 ceph-mon[29325]: from='client.? 172.21.15.49:0/2085089964' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-07T13:23:48.876 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:23:48.876 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [global] 2024-02-07T13:23:48.876 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout fsid = f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:23:48.876 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.49:3300,v1:172.21.15.49:6789] 2024-02-07T13:23:48.876 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-07T13:23:48.876 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-07T13:23:48.876 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-07T13:23:48.876 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-07T13:23:48.877 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:23:48.877 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-07T13:23:48.877 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-02-07T13:23:48.877 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-07T13:23:48.877 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:23:48.877 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [osd] 2024-02-07T13:23:48.877 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-07T13:23:48.877 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-07T13:23:48.877 INFO:teuthology.orchestra.run.smithi049.stdout:Generating new minimal ceph.conf... 2024-02-07T13:23:49.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:49 smithi049 ceph-mon[29325]: from='client.? 172.21.15.49:0/1870037153' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:23:49.948 INFO:teuthology.orchestra.run.smithi049.stdout:Restarting the monitor... 2024-02-07T13:23:50.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:49 smithi049 systemd[1]: Stopping Ceph mon.a for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:23:50.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:50 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a[29301]: 2024-02-07T13:23:50.216+0000 7fa33a402700 -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-02-07T13:23:50.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:50 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a[29301]: 2024-02-07T13:23:50.216+0000 7fa33a402700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-07T13:23:50.657 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:50 smithi049 podman[29657]: 2024-02-07 13:23:50.361977348 +0000 UTC m=+0.243251437 container died bf12eb766a2001bbbf4c055ed4d38b3d8007f60e5eeb18fcd7fea8f38f1f25d9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-02-07T13:23:50.990 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:50 smithi049 podman[29657]: 2024-02-07 13:23:50.739574593 +0000 UTC m=+0.620848682 container cleanup bf12eb766a2001bbbf4c055ed4d38b3d8007f60e5eeb18fcd7fea8f38f1f25d9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131) 2024-02-07T13:23:50.990 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:50 smithi049 bash[29657]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a 2024-02-07T13:23:51.324 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:50 smithi049 podman[29675]: 2024-02-07 13:23:50.990551268 +0000 UTC m=+0.619663298 container remove bf12eb766a2001bbbf4c055ed4d38b3d8007f60e5eeb18fcd7fea8f38f1f25d9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True) 2024-02-07T13:23:51.324 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 systemd[1]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-07T13:23:51.324 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 systemd[1]: Stopped Ceph mon.a for f871b8ca-c5bb-11ee-95b6-87774f69a715. 2024-02-07T13:23:51.324 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 systemd[1]: Starting Ceph mon.a for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:23:51.585 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 podman[29776]: 2024-02-07 13:23:51.32488243 +0000 UTC m=+0.103431088 container create a14d56e225dd566e94c42551b2f5aba7bec77f40de6202668cfef9cf9dbc44e6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, 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.build-date=20240131, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-02-07T13:23:51.585 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 podman[29776]: 2024-02-07 13:23:51.241677219 +0000 UTC m=+0.020225822 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:23:51.585 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 podman[29776]: 2024-02-07 13:23:51.502131908 +0000 UTC m=+0.280680504 container init a14d56e225dd566e94c42551b2f5aba7bec77f40de6202668cfef9cf9dbc44e6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, org.label-schema.license=GPLv2, 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.build-date=20240131, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T13:23:51.585 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 podman[29776]: 2024-02-07 13:23:51.507963093 +0000 UTC m=+0.286511690 container start a14d56e225dd566e94c42551b2f5aba7bec77f40de6202668cfef9cf9dbc44e6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, org.label-schema.license=GPLv2) 2024-02-07T13:23:51.585 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: set uid:gid to 167:167 (ceph:ceph) 2024-02-07T13:23:51.585 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev), process ceph-mon, pid 7 2024-02-07T13:23:51.585 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: pidfile_write: ignore empty --pid-file 2024-02-07T13:23:51.585 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: load: jerasure load: lrc 2024-02-07T13:23:51.585 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: RocksDB version: 7.9.2 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Git sha 0 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Compile date 2024-02-05 19:41:51 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: DB SUMMARY 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: DB Session ID: FP186FNMYNVR5EPGD5ND 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: CURRENT file: CURRENT 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: IDENTITY file: IDENTITY 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 85425 ; 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.error_if_exists: 0 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.create_if_missing: 0 2024-02-07T13:23:51.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.paranoid_checks: 1 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.env: 0x5574b7f53ae0 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.fs: PosixFileSystem 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.info_log: 0x5574b98078c0 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_file_opening_threads: 16 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.statistics: (nil) 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.use_fsync: 0 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_log_file_size: 0 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-07T13:23:51.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.keep_log_file_num: 1000 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.recycle_log_file_num: 0 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.allow_fallocate: 1 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.allow_mmap_reads: 0 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.allow_mmap_writes: 0 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.use_direct_reads: 0 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.create_missing_column_families: 0 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.db_log_dir: 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.wal_dir: 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-07T13:23:51.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-07T13:23:51.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-07T13:23:51.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-07T13:23:51.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.advise_random_on_open: 1 2024-02-07T13:23:51.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.db_write_buffer_size: 0 2024-02-07T13:23:51.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.write_buffer_manager: 0x5574b97db400 2024-02-07T13:23:51.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-07T13:23:51.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-07T13:23:51.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-07T13:23:51.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.rate_limiter: (nil) 2024-02-07T13:23:51.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-07T13:23:51.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.wal_recovery_mode: 2 2024-02-07T13:23:51.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.enable_thread_tracking: 0 2024-02-07T13:23:51.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.enable_pipelined_write: 0 2024-02-07T13:23:51.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.unordered_write: 0 2024-02-07T13:23:51.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-07T13:23:51.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-07T13:23:51.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-07T13:23:51.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-07T13:23:51.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.row_cache: None 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.wal_filter: None 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.allow_ingest_behind: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.two_write_queues: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.manual_wal_flush: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.wal_compression: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.atomic_flush: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.log_readahead_size: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.best_efforts_recovery: 0 2024-02-07T13:23:51.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.allow_data_in_errors: 0 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.db_host_id: __hostname__ 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_background_jobs: 2 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_background_compactions: -1 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_subcompactions: 1 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_total_wal_size: 0 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-07T13:23:51.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_open_files: -1 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bytes_per_sync: 0 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_readahead_size: 0 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_background_flushes: -1 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Compression algorithms supported: 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: kZSTD supported: 0 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: kXpressCompression supported: 0 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: kLZ4HCCompression supported: 1 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: kZlibCompression supported: 1 2024-02-07T13:23:51.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: kSnappyCompression supported: 1 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: kLZ4Compression supported: 1 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: kBZip2Compression supported: 0 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.merge_operator: 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_filter: None 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_filter_factory: None 2024-02-07T13:23:51.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.sst_partitioner_factory: None 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5574b98079c0) 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: cache_index_and_filter_blocks: 1 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: pin_top_level_index_and_filter: 1 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: index_type: 0 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: data_block_index_type: 0 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: index_shortening: 1 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: checksum: 4 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: no_block_cache: 0 2024-02-07T13:23:51.596 INFO:journalctl@ceph.mon.a.smithi049.stdout: block_cache: 0x5574b980b090 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: block_cache_name: BinnedLRUCache 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: block_cache_options: 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: capacity : 536870912 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: num_shard_bits : 4 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: strict_capacity_limit : 0 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: high_pri_pool_ratio: 0.000 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: block_cache_compressed: (nil) 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: persistent_cache: (nil) 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: block_size: 4096 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: block_size_deviation: 10 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: block_restart_interval: 16 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: index_block_restart_interval: 1 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: metadata_block_size: 4096 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: partition_filters: 0 2024-02-07T13:23:51.597 INFO:journalctl@ceph.mon.a.smithi049.stdout: use_delta_encoding: 1 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: filter_policy: bloomfilter 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: whole_key_filtering: 1 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: verify_compression: 0 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: read_amp_bytes_per_bit: 0 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: format_version: 5 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: enable_index_compression: 1 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: block_align: 0 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: max_auto_readahead_size: 262144 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: prepopulate_block_cache: 0 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: initial_auto_readahead_size: 8192 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout: num_file_reads_for_auto_readahead: 2 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.write_buffer_size: 33554432 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_write_buffer_number: 2 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compression: NoCompression 2024-02-07T13:23:51.598 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bottommost_compression: Disabled 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.prefix_extractor: nullptr 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.num_levels: 7 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-07T13:23:51.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compression_opts.level: 32767 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compression_opts.strategy: 0 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compression_opts.enabled: false 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.target_file_size_base: 67108864 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-07T13:23:51.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.arena_block_size: 1048576 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-07T13:23:51.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.disable_auto_compactions: 0 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.table_properties_collectors: 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.inplace_update_support: 0 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-07T13:23:51.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.bloom_locality: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.max_successive_merges: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.paranoid_file_checks: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.force_consistency_checks: 1 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.report_bg_io_stats: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.ttl: 2592000 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.enable_blob_files: false 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.min_blob_size: 0 2024-02-07T13:23:51.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.blob_file_size: 268435456 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.blob_file_starting_level: 0 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: 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-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: cae10a03-1ad4-4840-86ee-0b20e62e603b 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707312231537349, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707312231538240, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81697, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 267, "table_properties": {"data_size": 79865, "index_size": 242, "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": 10073, "raw_average_key_size": 47, "raw_value_size": 74115, "raw_average_value_size": 346, "num_data_blocks": 11, "num_entries": 214, "num_filter_entries": 214, "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": 1707312231, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "cae10a03-1ad4-4840-86ee-0b20e62e603b", "db_session_id": "FP186FNMYNVR5EPGD5ND", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-07T13:23:51.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707312231538302, "job": 1, "event": "recovery_finished"} 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: 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-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5574b98fc000 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: DB pointer 0x5574b98e6000 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout: ** DB Stats ** 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.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-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.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-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T13:23:51.605 INFO:journalctl@ceph.mon.a.smithi049.stdout: 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.stdout: ** Compaction Stats [default] ** 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.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-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.stdout: L0 2/0 81.62 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.stdout: Sum 2/0 81.62 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.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 144.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.stdout: 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.stdout: ** Compaction Stats [default] ** 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.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-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.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 144.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.stdout: 2024-02-07T13:23:51.606 INFO:journalctl@ceph.mon.a.smithi049.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: Cumulative compaction: 0.00 GB write, 26.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: Interval compaction: 0.00 GB write, 26.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.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-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: Block cache BinnedLRUCache@0x5574b980b090#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-02-07T13:23:51.607 INFO:journalctl@ceph.mon.a.smithi049.stdout: 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: starting mon.a rank 0 at public addrs [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] at bind addrs [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: mon.a@-1(???) e1 preinit fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: mon.a@-1(???).mds e1 new map 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: mon.a@-1(???).mds e1 print_map 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout: e1 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.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-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout: legacy client fscid: -1 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout: 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout: No filesystems configured 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-07T13:23:51.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T13:23:51.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T13:23:51.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T13:23:51.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-07T13:23:51.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 bash[29776]: a14d56e225dd566e94c42551b2f5aba7bec77f40de6202668cfef9cf9dbc44e6 2024-02-07T13:23:51.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 systemd[1]: Started Ceph mon.a for f871b8ca-c5bb-11ee-95b6-87774f69a715. 2024-02-07T13:23:51.610 INFO:teuthology.orchestra.run.smithi049.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-07T13:23:51.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-07T13:23:51.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: monmap e1: 1 mons at {a=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T13:23:51.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: fsmap 2024-02-07T13:23:51.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: osdmap e1: 0 total, 0 up, 0 in 2024-02-07T13:23:51.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:51 smithi049 ceph-mon[29814]: mgrmap e1: no daemons active 2024-02-07T13:23:53.128 INFO:teuthology.orchestra.run.smithi049.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-07T13:23:53.166 INFO:teuthology.orchestra.run.smithi049.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-07T13:23:53.166 INFO:teuthology.orchestra.run.smithi049.stdout:Creating mgr... 2024-02-07T13:23:53.166 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-07T13:23:53.167 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-07T13:23:53.225 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:53 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3580975325' entity='client.admin' 2024-02-07T13:23:53.406 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mgr.a 2024-02-07T13:23:53.406 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mgr.a.service: Unit ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mgr.a.service not loaded. 2024-02-07T13:23:53.562 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715.target.wants/ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@.service. 2024-02-07T13:23:53.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:53 smithi049 podman[30051]: 2024-02-07 13:23:53.700907426 +0000 UTC m=+0.017812311 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:23:54.175 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-07T13:23:54.176 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout disabled 2024-02-07T13:23:54.183 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-07T13:23:54.183 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-02-07T13:23:54.183 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld.service is not enabled 2024-02-07T13:23:54.183 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to enable service . firewalld.service is not available 2024-02-07T13:23:54.191 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-07T13:23:54.192 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout disabled 2024-02-07T13:23:54.199 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-07T13:23:54.199 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-02-07T13:23:54.199 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld.service is not enabled 2024-02-07T13:23:54.199 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-07T13:23:54.199 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr to start... 2024-02-07T13:23:54.199 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr... 2024-02-07T13:23:54.322 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:54 smithi049 podman[30051]: 2024-02-07 13:23:54.054019335 +0000 UTC m=+0.370924214 container init 19dba9bf93deaab50961cc521f28f750c969482b0c0e30a66c76e45111a032d0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-02-07T13:23:54.322 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:54 smithi049 podman[30051]: 2024-02-07 13:23:54.060106529 +0000 UTC m=+0.377011409 container start 19dba9bf93deaab50961cc521f28f750c969482b0c0e30a66c76e45111a032d0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-02-07T13:23:54.322 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:54 smithi049 bash[30051]: 19dba9bf93deaab50961cc521f28f750c969482b0c0e30a66c76e45111a032d0 2024-02-07T13:23:54.322 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:54 smithi049 systemd[1]: Started Ceph mgr.a for f871b8ca-c5bb-11ee-95b6-87774f69a715. 2024-02-07T13:23:54.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:54 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/2149954836' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-07T13:23:54.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:54 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:54.631+0000 7f3009d7b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-07T13:23:54.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:54 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:54.730+0000 7f3009d7b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "f871b8ca-c5bb-11ee-95b6-87774f69a715", 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-02-07T13:23:55.419 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "a" 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-07T13:23:55.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:55.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-07T13:23:55.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:23:55.423 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-02-07T13:23:41.169659+0000", 2024-02-07T13:23:55.423 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T13:23:55.423 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:55.423 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-07T13:23:55.423 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-02-07T13:23:55.423 INFO:teuthology.orchestra.run.smithi049.stdout:mgr not available, waiting (1/15)... 2024-02-07T13:23:55.753 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:55 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:55.413+0000 7f3009d7b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-07T13:23:55.753 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:55 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:55.508+0000 7f3009d7b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-07T13:23:55.754 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:55 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:55.654+0000 7f3009d7b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-07T13:23:55.754 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:55 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:55.752+0000 7f3009d7b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-07T13:23:56.109 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:55 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:55.837+0000 7f3009d7b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-07T13:23:56.109 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:56 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:56.107+0000 7f3009d7b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-07T13:23:56.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:56 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:56.220+0000 7f3009d7b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-07T13:23:56.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:56 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:56.307+0000 7f3009d7b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-07T13:23:56.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:56 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:56.404+0000 7f3009d7b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-07T13:23:56.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:56 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:56.585+0000 7f3009d7b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-07T13:23:57.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:57 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:57.621+0000 7f3009d7b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-07T13:23:57.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:57 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:57.763+0000 7f3009d7b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-07T13:23:58.113 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:23:58 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/1390881322' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-07T13:23:58.409 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:58 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:58.113+0000 7f3009d7b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-07T13:23:58.409 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:58 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:58.205+0000 7f3009d7b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-07T13:23:58.409 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:58 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:58.408+0000 7f3009d7b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "f871b8ca-c5bb-11ee-95b6-87774f69a715", 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-07T13:23:58.622 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "a" 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-07T13:23:58.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-07T13:23:58.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:58.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-07T13:23:58.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:23:58.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-02-07T13:23:41.169659+0000", 2024-02-07T13:23:58.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T13:23:58.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:23:58.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-07T13:23:58.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-02-07T13:23:58.629 INFO:teuthology.orchestra.run.smithi049.stdout:mgr not available, waiting (2/15)... 2024-02-07T13:23:58.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:58 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:58.598+0000 7f3009d7b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-07T13:23:59.160 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:58 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:58.890+0000 7f3009d7b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:23:59.160 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:59 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:59.159+0000 7f3009d7b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-07T13:23:59.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:23:59 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:23:59.401+0000 7f3009d7b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-07T13:24:00.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:00 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:00.231+0000 7f3009d7b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-07T13:24:01.069 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:00 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:00.836+0000 7f3009d7b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-07T13:24:01.069 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:00 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:00.943+0000 7f3009d7b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-07T13:24:01.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:01.168+0000 7f3009d7b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3874929532' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: Activating manager daemon a 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: mgrmap e2: a(active, starting, since 0.00294073s) 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: from='mgr.14100 172.21.15.49:0/1022986636' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: from='mgr.14100 172.21.15.49:0/1022986636' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: from='mgr.14100 172.21.15.49:0/1022986636' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: from='mgr.14100 172.21.15.49:0/1022986636' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: from='mgr.14100 172.21.15.49:0/1022986636' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: Manager daemon a is now available 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: from='mgr.14100 172.21.15.49:0/1022986636' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-07T13:24:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:01 smithi049 ceph-mon[29814]: from='mgr.14100 172.21.15.49:0/1022986636' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-07T13:24:01.727 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:24:01.727 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-02-07T13:24:01.727 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "f871b8ca-c5bb-11ee-95b6-87774f69a715", 2024-02-07T13:24:01.727 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "a" 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-02-07T13:24:01.728 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-07T13:24:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-07T13:24:01.733 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-02-07T13:23:41.169659+0000", 2024-02-07T13:24:01.734 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T13:24:01.735 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:01.735 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-07T13:24:01.735 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-02-07T13:24:01.735 INFO:teuthology.orchestra.run.smithi049.stdout:mgr not available, waiting (3/15)... 2024-02-07T13:24:02.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:02 smithi049 ceph-mon[29814]: from='mgr.14100 172.21.15.49:0/1022986636' entity='mgr.a' 2024-02-07T13:24:02.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:02 smithi049 ceph-mon[29814]: from='mgr.14100 172.21.15.49:0/1022986636' entity='mgr.a' 2024-02-07T13:24:02.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:02 smithi049 ceph-mon[29814]: from='mgr.14100 172.21.15.49:0/1022986636' entity='mgr.a' 2024-02-07T13:24:02.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:02 smithi049 ceph-mon[29814]: mgrmap e3: a(active, since 1.0075s) 2024-02-07T13:24:04.468 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:04 smithi049 ceph-mon[29814]: mgrmap e4: a(active, since 2s) 2024-02-07T13:24:05.092 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:24:05.092 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-02-07T13:24:05.092 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "f871b8ca-c5bb-11ee-95b6-87774f69a715", 2024-02-07T13:24:05.092 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-02-07T13:24:05.092 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-07T13:24:05.092 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "a" 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-07T13:24:05.093 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:05.094 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-07T13:24:05.094 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:24:05.094 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-07T13:24:05.094 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-07T13:24:05.094 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-07T13:24:05.094 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-07T13:24:05.094 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-07T13:24:05.094 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-07T13:24:05.097 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:05.097 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-07T13:24:05.097 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-07T13:24:05.098 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-02-07T13:23:41.169659+0000", 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-07T13:24:05.099 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-02-07T13:24:05.100 INFO:teuthology.orchestra.run.smithi049.stdout:mgr is available 2024-02-07T13:24:05.341 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:05 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/2740720654' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-07T13:24:06.317 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:06 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/2631966909' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-07T13:24:06.318 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:06 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/2631966909' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-07T13:24:06.321 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:24:06.321 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [global] 2024-02-07T13:24:06.321 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout fsid = f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:24:06.321 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-07T13:24:06.321 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-07T13:24:06.321 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-07T13:24:06.321 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-07T13:24:06.321 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:24:06.322 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-07T13:24:06.322 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-07T13:24:06.322 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-02-07T13:24:06.322 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [osd] 2024-02-07T13:24:06.322 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-07T13:24:06.322 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-07T13:24:06.322 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling cephadm module... 2024-02-07T13:24:07.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:07 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3228451204' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-07T13:24:07.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:07 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ignoring --setuser ceph since I am not root 2024-02-07T13:24:07.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:07 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ignoring --setgroup ceph since I am not root 2024-02-07T13:24:08.223 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:08 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:08.126+0000 7fdd6cd0a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-07T13:24:08.223 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:08 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:08.223+0000 7fdd6cd0a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-07T13:24:08.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:08 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3228451204' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-07T13:24:08.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:08 smithi049 ceph-mon[29814]: mgrmap e5: a(active, since 6s) 2024-02-07T13:24:09.256 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:08 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:08.909+0000 7fdd6cd0a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-07T13:24:09.256 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:09 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:09.006+0000 7fdd6cd0a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-07T13:24:09.256 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:09 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:09.155+0000 7fdd6cd0a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-07T13:24:09.256 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:09 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:09.255+0000 7fdd6cd0a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-07T13:24:09.538 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:09 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:09.342+0000 7fdd6cd0a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-07T13:24:09.543 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-02-07T13:24:09.543 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-07T13:24:09.543 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-07T13:24:09.543 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-07T13:24:09.543 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-07T13:24:09.543 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-02-07T13:24:09.543 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for the mgr to restart... 2024-02-07T13:24:09.544 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr epoch 5... 2024-02-07T13:24:09.797 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:09 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3291574742' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-07T13:24:09.797 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:09 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:09.618+0000 7fdd6cd0a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-07T13:24:09.797 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:09 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:09.731+0000 7fdd6cd0a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-07T13:24:10.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:09 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:09.826+0000 7fdd6cd0a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-07T13:24:10.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:09 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:09.925+0000 7fdd6cd0a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-07T13:24:10.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:10 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:10.109+0000 7fdd6cd0a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-07T13:24:11.603 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:11 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:11.125+0000 7fdd6cd0a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-07T13:24:11.604 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:11 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:11.260+0000 7fdd6cd0a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-07T13:24:11.604 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:11 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:11.603+0000 7fdd6cd0a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-07T13:24:11.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:11 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:11.696+0000 7fdd6cd0a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-07T13:24:12.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:11 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:11.897+0000 7fdd6cd0a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:24:12.361 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:12 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:12.086+0000 7fdd6cd0a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-07T13:24:12.646 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:12 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:12.378+0000 7fdd6cd0a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:24:12.646 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:12 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:12.645+0000 7fdd6cd0a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-07T13:24:13.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:12 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:12.888+0000 7fdd6cd0a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-07T13:24:14.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:13 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:13.730+0000 7fdd6cd0a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-07T13:24:14.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:14.353+0000 7fdd6cd0a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-07T13:24:14.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:14.456+0000 7fdd6cd0a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-07T13:24:15.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:14.680+0000 7fdd6cd0a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: Active manager daemon a restarted 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: Activating manager daemon a 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: osdmap e2: 0 total, 0 up, 0 in 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: mgrmap e6: a(active, starting, since 0.00332289s) 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: Manager daemon a is now available 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:14 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:16.017 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:15 smithi049 ceph-mon[29814]: Found migration_current of "None". Setting to last migration. 2024-02-07T13:24:16.017 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:15 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:16.018 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:15 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-07T13:24:16.018 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:15 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-07T13:24:16.018 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:15 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:16.018 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:15 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:16.018 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:15 smithi049 ceph-mon[29814]: mgrmap e7: a(active, since 1.00553s) 2024-02-07T13:24:16.332 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-02-07T13:24:16.332 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-02-07T13:24:16.332 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-07T13:24:16.332 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-02-07T13:24:16.332 INFO:teuthology.orchestra.run.smithi049.stdout:mgr epoch 5 is available 2024-02-07T13:24:16.332 INFO:teuthology.orchestra.run.smithi049.stdout:Setting orchestrator backend to cephadm... 2024-02-07T13:24:17.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:17 smithi049 ceph-mon[29814]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-07T13:24:17.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:17 smithi049 ceph-mon[29814]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-07T13:24:17.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:17 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:17.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:17 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:17.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:17 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:18.749 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:18 smithi049 ceph-mon[29814]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:24:18.749 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:18 smithi049 ceph-mon[29814]: [07/Feb/2024:13:24:17] ENGINE Bus STARTING 2024-02-07T13:24:18.749 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:18 smithi049 ceph-mon[29814]: [07/Feb/2024:13:24:17] ENGINE Serving on https://172.21.15.49:7150 2024-02-07T13:24:18.749 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:18 smithi049 ceph-mon[29814]: [07/Feb/2024:13:24:17] ENGINE Serving on http://172.21.15.49:8765 2024-02-07T13:24:18.750 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:18 smithi049 ceph-mon[29814]: [07/Feb/2024:13:24:17] ENGINE Bus STARTED 2024-02-07T13:24:18.750 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:18 smithi049 ceph-mon[29814]: mgrmap e8: a(active, since 2s) 2024-02-07T13:24:18.995 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout value unchanged 2024-02-07T13:24:18.995 INFO:teuthology.orchestra.run.smithi049.stdout:Generating ssh key... 2024-02-07T13:24:19.780 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-mon[29814]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:24:20.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: Generating public/private rsa key pair. 2024-02-07T13:24:20.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: Your identification has been saved in /tmp/tmpdffutrna/key. 2024-02-07T13:24:20.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: Your public key has been saved in /tmp/tmpdffutrna/key.pub. 2024-02-07T13:24:20.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: The key fingerprint is: 2024-02-07T13:24:20.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: SHA256:Q3lN4sNQNl29sg3lmlr3STB2rwIJilds5KlWWZ3Bc/M ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:24:20.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: The key's randomart image is: 2024-02-07T13:24:20.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: +---[RSA 3072]----+ 2024-02-07T13:24:20.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: | ..=+o+.. | 2024-02-07T13:24:20.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: | .*.=* o..| 2024-02-07T13:24:20.112 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: | +o+= .ooo.| 2024-02-07T13:24:20.112 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: | .X. . * +E| 2024-02-07T13:24:20.112 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: | . *S. .. @ .| 2024-02-07T13:24:20.112 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: | . = .o = +.| 2024-02-07T13:24:20.112 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: | o .o o.o| 2024-02-07T13:24:20.112 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: | .. ...| 2024-02-07T13:24:20.112 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: | . | 2024-02-07T13:24:20.112 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: +----[SHA256]-----+ 2024-02-07T13:24:21.059 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:20 smithi049 ceph-mon[29814]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:24:21.059 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:20 smithi049 ceph-mon[29814]: Generating ssh key... 2024-02-07T13:24:21.060 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:20 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:21.060 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:20 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:21.639 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJTjXDHXZC3hFneOpliyXv0zSikfUU6WDXvfFVZCLMFPfBQEh66+qSPihZ3Nfma6ovZw47ywXKHNtU8mmHGvk11C2B3uHCcPkaARzdWgz8RCFdhygqwADIgz0PLTioiDGndfWcq76iAGhPVprBGArfAkywBMts3PGDjKcnOY487FEtJgeaA4BRs5CQJg1L3cw1GfjnYCSu2Ale2nVp/FIOKWPK2s81ltuT92njMQhv7c27E6hm0Q1O2pGrnKu7o+3JwKKbdRcNNKUvOBJ00/+8bN8XD10LPl6B4/h6vCkn8dpSzT8rh0p3/G/6zyYwOKmI2kjO5cx282KP2YgUjBerhtvfnQ016f38S72VRFcO7vG0sc7jzWo90KrFexmvzXb+PhBdBxl9rbAlzIWAK658vShZTfwoS/rSk6Uk4qIYY4eKy3TDZlaF+HiutAFPxpKFbjuD6nkp5d9IIvb63F90Boop5Tz8fhRqM70XHWtQoWfDJ55VFcSjBIzWgOm6B8= ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:24:21.640 INFO:teuthology.orchestra.run.smithi049.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-07T13:24:21.640 INFO:teuthology.orchestra.run.smithi049.stdout:Adding key to root@localhost authorized_keys... 2024-02-07T13:24:21.640 INFO:teuthology.orchestra.run.smithi049.stdout:Adding host smithi049... 2024-02-07T13:24:22.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:22 smithi049 ceph-mon[29814]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:24:23.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:23 smithi049 ceph-mon[29814]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi049", "addr": "172.21.15.49", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:24:24.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:24 smithi049 ceph-mon[29814]: Deploying cephadm binary to smithi049 2024-02-07T13:24:27.397 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Added host 'smithi049' with addr '172.21.15.49' 2024-02-07T13:24:27.397 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying unmanaged mon service... 2024-02-07T13:24:28.104 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:27 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:28.104 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:27 smithi049 ceph-mon[29814]: Added host smithi049 2024-02-07T13:24:28.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:27 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:28.695 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-07T13:24:28.695 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying unmanaged mgr service... 2024-02-07T13:24:29.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:29 smithi049 ceph-mon[29814]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:24:29.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:29 smithi049 ceph-mon[29814]: Saving service mon spec with placement count:5 2024-02-07T13:24:29.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:29 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:30.297 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-07T13:24:30.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:30 smithi049 ceph-mon[29814]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:24:30.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:30 smithi049 ceph-mon[29814]: Saving service mgr spec with placement count:2 2024-02-07T13:24:30.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:30 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:32.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:31 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/1428742878' entity='client.admin' 2024-02-07T13:24:33.297 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling the dashboard module... 2024-02-07T13:24:33.572 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:33 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:33.572 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:33 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/4281043198' entity='client.admin' 2024-02-07T13:24:34.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:34 smithi049 ceph-mon[29814]: from='mgr.14120 172.21.15.49:0/2579694488' entity='mgr.a' 2024-02-07T13:24:34.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:34 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/205852550' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-07T13:24:34.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:34 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ignoring --setuser ceph since I am not root 2024-02-07T13:24:34.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:34 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ignoring --setgroup ceph since I am not root 2024-02-07T13:24:35.554 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:35 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:35.256+0000 7ff6e63ba200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-07T13:24:35.554 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:35 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:35.353+0000 7ff6e63ba200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-07T13:24:35.807 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:35 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/205852550' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-07T13:24:35.807 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:35 smithi049 ceph-mon[29814]: mgrmap e9: a(active, since 19s) 2024-02-07T13:24:36.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:36 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:36.029+0000 7ff6e63ba200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-07T13:24:36.464 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:36 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:36.130+0000 7ff6e63ba200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-07T13:24:36.464 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:36 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:36.276+0000 7ff6e63ba200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-07T13:24:36.464 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:36 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:36.378+0000 7ff6e63ba200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-07T13:24:36.464 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:36 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:36.464+0000 7ff6e63ba200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-07T13:24:36.740 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:36 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3690500174' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-07T13:24:36.889 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-02-07T13:24:36.890 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-02-07T13:24:36.890 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-07T13:24:36.890 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-07T13:24:36.890 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-07T13:24:36.890 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-02-07T13:24:36.890 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for the mgr to restart... 2024-02-07T13:24:36.890 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr epoch 9... 2024-02-07T13:24:37.012 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:36 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:36.740+0000 7ff6e63ba200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-07T13:24:37.012 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:36 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:36.853+0000 7ff6e63ba200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-07T13:24:37.012 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:36 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:36.946+0000 7ff6e63ba200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-07T13:24:37.330 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:37 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:37.045+0000 7ff6e63ba200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-07T13:24:37.330 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:37 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:37.232+0000 7ff6e63ba200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-07T13:24:38.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:38 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:38.247+0000 7ff6e63ba200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-07T13:24:38.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:38 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:38.382+0000 7ff6e63ba200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-07T13:24:39.028 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:38 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:38.734+0000 7ff6e63ba200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-07T13:24:39.029 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:38 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:38.827+0000 7ff6e63ba200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-07T13:24:39.029 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:39 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:39.028+0000 7ff6e63ba200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:24:39.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:39 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:39.219+0000 7ff6e63ba200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-07T13:24:39.780 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:39 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:39.512+0000 7ff6e63ba200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:24:39.780 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:39 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:39.780+0000 7ff6e63ba200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-07T13:24:40.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:40 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:40.024+0000 7ff6e63ba200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-07T13:24:41.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:40 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:40.854+0000 7ff6e63ba200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-07T13:24:41.767 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:41 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:41.443+0000 7ff6e63ba200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-07T13:24:41.768 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:41 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:41.545+0000 7ff6e63ba200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-07T13:24:41.768 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:24:41 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:24:41.767+0000 7ff6e63ba200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-07T13:24:42.805 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: Active manager daemon a restarted 2024-02-07T13:24:42.805 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: Activating manager daemon a 2024-02-07T13:24:42.805 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: osdmap e3: 0 total, 0 up, 0 in 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: mgrmap e10: a(active, starting, since 0.0033227s) 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: Manager daemon a is now available 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-07T13:24:42.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-07T13:24:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:43 smithi049 ceph-mon[29814]: [07/Feb/2024:13:24:42] ENGINE Bus STARTING 2024-02-07T13:24:43.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:43 smithi049 ceph-mon[29814]: [07/Feb/2024:13:24:42] ENGINE Serving on https://172.21.15.49:7150 2024-02-07T13:24:43.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:43 smithi049 ceph-mon[29814]: mgrmap e11: a(active, since 1.00556s) 2024-02-07T13:24:43.638 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-02-07T13:24:43.639 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-02-07T13:24:43.639 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-07T13:24:43.639 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-02-07T13:24:43.639 INFO:teuthology.orchestra.run.smithi049.stdout:mgr epoch 9 is available 2024-02-07T13:24:43.639 INFO:teuthology.orchestra.run.smithi049.stdout:Generating a dashboard self-signed certificate... 2024-02-07T13:24:44.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:44 smithi049 ceph-mon[29814]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-07T13:24:44.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:44 smithi049 ceph-mon[29814]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-07T13:24:44.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:44 smithi049 ceph-mon[29814]: [07/Feb/2024:13:24:42] ENGINE Serving on http://172.21.15.49:8765 2024-02-07T13:24:44.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:44 smithi049 ceph-mon[29814]: [07/Feb/2024:13:24:42] ENGINE Bus STARTED 2024-02-07T13:24:44.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:44 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:45.262 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-07T13:24:45.262 INFO:teuthology.orchestra.run.smithi049.stdout:Creating initial admin user... 2024-02-07T13:24:45.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:45 smithi049 ceph-mon[29814]: mgrmap e12: a(active, since 2s) 2024-02-07T13:24:45.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:45 smithi049 ceph-mon[29814]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:24:45.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:45.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:47.104 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:47.104 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:47.373 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$e61e0iU2xrOXZJRg.612L.6hzsRM3k7DJuWQCMPS2U/8Wtte6T3ke", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707312286, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-07T13:24:47.373 INFO:teuthology.orchestra.run.smithi049.stdout:Fetching dashboard port number... 2024-02-07T13:24:48.017 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:47 smithi049 ceph-mon[29814]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:24:48.792 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:48 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3493271385' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-07T13:24:49.215 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 8443 2024-02-07T13:24:49.225 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-07T13:24:49.225 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout disabled 2024-02-07T13:24:49.232 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-07T13:24:49.232 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-02-07T13:24:49.232 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld.service is not enabled 2024-02-07T13:24:49.232 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-07T13:24:49.234 INFO:teuthology.orchestra.run.smithi049.stdout:Ceph Dashboard is now available at: 2024-02-07T13:24:49.235 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:24:49.235 INFO:teuthology.orchestra.run.smithi049.stdout: URL: https://smithi049.front.sepia.ceph.com:8443/ 2024-02-07T13:24:49.235 INFO:teuthology.orchestra.run.smithi049.stdout: User: admin 2024-02-07T13:24:49.235 INFO:teuthology.orchestra.run.smithi049.stdout: Password: c63ggy19sg 2024-02-07T13:24:49.235 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:24:49.235 INFO:teuthology.orchestra.run.smithi049.stdout:Saving cluster configuration to /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config directory 2024-02-07T13:24:49.235 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling autotune for osd_memory_target 2024-02-07T13:24:49.723 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:49 smithi049 ceph-mon[29814]: mgrmap e13: a(active, since 6s) 2024-02-07T13:24:51.970 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-02-07T13:24:51.970 INFO:teuthology.orchestra.run.smithi049.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout:Or, if you are only running a single cluster on this host: 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout:Please consider enabling telemetry to help improve Ceph: 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout: ceph telemetry on 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout:For more information see: 2024-02-07T13:24:51.971 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:24:51.972 INFO:teuthology.orchestra.run.smithi049.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-02-07T13:24:51.972 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:24:51.972 INFO:teuthology.orchestra.run.smithi049.stdout:Bootstrap complete. 2024-02-07T13:24:52.021 INFO:tasks.cephadm:Fetching config... 2024-02-07T13:24:52.021 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:24:52.021 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-07T13:24:52.038 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-07T13:24:52.038 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:24:52.038 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-07T13:24:52.094 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-07T13:24:52.094 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:24:52.094 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/keyring of=/dev/stdout 2024-02-07T13:24:52.166 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-07T13:24:52.167 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:24:52.167 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-07T13:24:52.222 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-07T13:24:52.222 DEBUG:teuthology.orchestra.run.smithi049:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJTjXDHXZC3hFneOpliyXv0zSikfUU6WDXvfFVZCLMFPfBQEh66+qSPihZ3Nfma6ovZw47ywXKHNtU8mmHGvk11C2B3uHCcPkaARzdWgz8RCFdhygqwADIgz0PLTioiDGndfWcq76iAGhPVprBGArfAkywBMts3PGDjKcnOY487FEtJgeaA4BRs5CQJg1L3cw1GfjnYCSu2Ale2nVp/FIOKWPK2s81ltuT92njMQhv7c27E6hm0Q1O2pGrnKu7o+3JwKKbdRcNNKUvOBJ00/+8bN8XD10LPl6B4/h6vCkn8dpSzT8rh0p3/G/6zyYwOKmI2kjO5cx282KP2YgUjBerhtvfnQ016f38S72VRFcO7vG0sc7jzWo90KrFexmvzXb+PhBdBxl9rbAlzIWAK658vShZTfwoS/rSk6Uk4qIYY4eKy3TDZlaF+HiutAFPxpKFbjuD6nkp5d9IIvb63F90Boop5Tz8fhRqM70XHWtQoWfDJ55VFcSjBIzWgOm6B8= ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-07T13:24:52.322 INFO:teuthology.orchestra.run.smithi049.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJTjXDHXZC3hFneOpliyXv0zSikfUU6WDXvfFVZCLMFPfBQEh66+qSPihZ3Nfma6ovZw47ywXKHNtU8mmHGvk11C2B3uHCcPkaARzdWgz8RCFdhygqwADIgz0PLTioiDGndfWcq76iAGhPVprBGArfAkywBMts3PGDjKcnOY487FEtJgeaA4BRs5CQJg1L3cw1GfjnYCSu2Ale2nVp/FIOKWPK2s81ltuT92njMQhv7c27E6hm0Q1O2pGrnKu7o+3JwKKbdRcNNKUvOBJ00/+8bN8XD10LPl6B4/h6vCkn8dpSzT8rh0p3/G/6zyYwOKmI2kjO5cx282KP2YgUjBerhtvfnQ016f38S72VRFcO7vG0sc7jzWo90KrFexmvzXb+PhBdBxl9rbAlzIWAK658vShZTfwoS/rSk6Uk4qIYY4eKy3TDZlaF+HiutAFPxpKFbjuD6nkp5d9IIvb63F90Boop5Tz8fhRqM70XHWtQoWfDJ55VFcSjBIzWgOm6B8= ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:24:52.339 DEBUG:teuthology.orchestra.run.smithi052:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJTjXDHXZC3hFneOpliyXv0zSikfUU6WDXvfFVZCLMFPfBQEh66+qSPihZ3Nfma6ovZw47ywXKHNtU8mmHGvk11C2B3uHCcPkaARzdWgz8RCFdhygqwADIgz0PLTioiDGndfWcq76iAGhPVprBGArfAkywBMts3PGDjKcnOY487FEtJgeaA4BRs5CQJg1L3cw1GfjnYCSu2Ale2nVp/FIOKWPK2s81ltuT92njMQhv7c27E6hm0Q1O2pGrnKu7o+3JwKKbdRcNNKUvOBJ00/+8bN8XD10LPl6B4/h6vCkn8dpSzT8rh0p3/G/6zyYwOKmI2kjO5cx282KP2YgUjBerhtvfnQ016f38S72VRFcO7vG0sc7jzWo90KrFexmvzXb+PhBdBxl9rbAlzIWAK658vShZTfwoS/rSk6Uk4qIYY4eKy3TDZlaF+HiutAFPxpKFbjuD6nkp5d9IIvb63F90Boop5Tz8fhRqM70XHWtQoWfDJ55VFcSjBIzWgOm6B8= ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-07T13:24:52.385 INFO:teuthology.orchestra.run.smithi052.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJTjXDHXZC3hFneOpliyXv0zSikfUU6WDXvfFVZCLMFPfBQEh66+qSPihZ3Nfma6ovZw47ywXKHNtU8mmHGvk11C2B3uHCcPkaARzdWgz8RCFdhygqwADIgz0PLTioiDGndfWcq76iAGhPVprBGArfAkywBMts3PGDjKcnOY487FEtJgeaA4BRs5CQJg1L3cw1GfjnYCSu2Ale2nVp/FIOKWPK2s81ltuT92njMQhv7c27E6hm0Q1O2pGrnKu7o+3JwKKbdRcNNKUvOBJ00/+8bN8XD10LPl6B4/h6vCkn8dpSzT8rh0p3/G/6zyYwOKmI2kjO5cx282KP2YgUjBerhtvfnQ016f38S72VRFcO7vG0sc7jzWo90KrFexmvzXb+PhBdBxl9rbAlzIWAK658vShZTfwoS/rSk6Uk4qIYY4eKy3TDZlaF+HiutAFPxpKFbjuD6nkp5d9IIvb63F90Boop5Tz8fhRqM70XHWtQoWfDJ55VFcSjBIzWgOm6B8= ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:24:52.400 DEBUG:teuthology.orchestra.run.smithi080:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJTjXDHXZC3hFneOpliyXv0zSikfUU6WDXvfFVZCLMFPfBQEh66+qSPihZ3Nfma6ovZw47ywXKHNtU8mmHGvk11C2B3uHCcPkaARzdWgz8RCFdhygqwADIgz0PLTioiDGndfWcq76iAGhPVprBGArfAkywBMts3PGDjKcnOY487FEtJgeaA4BRs5CQJg1L3cw1GfjnYCSu2Ale2nVp/FIOKWPK2s81ltuT92njMQhv7c27E6hm0Q1O2pGrnKu7o+3JwKKbdRcNNKUvOBJ00/+8bN8XD10LPl6B4/h6vCkn8dpSzT8rh0p3/G/6zyYwOKmI2kjO5cx282KP2YgUjBerhtvfnQ016f38S72VRFcO7vG0sc7jzWo90KrFexmvzXb+PhBdBxl9rbAlzIWAK658vShZTfwoS/rSk6Uk4qIYY4eKy3TDZlaF+HiutAFPxpKFbjuD6nkp5d9IIvb63F90Boop5Tz8fhRqM70XHWtQoWfDJ55VFcSjBIzWgOm6B8= ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-07T13:24:52.445 INFO:teuthology.orchestra.run.smithi080.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJTjXDHXZC3hFneOpliyXv0zSikfUU6WDXvfFVZCLMFPfBQEh66+qSPihZ3Nfma6ovZw47ywXKHNtU8mmHGvk11C2B3uHCcPkaARzdWgz8RCFdhygqwADIgz0PLTioiDGndfWcq76iAGhPVprBGArfAkywBMts3PGDjKcnOY487FEtJgeaA4BRs5CQJg1L3cw1GfjnYCSu2Ale2nVp/FIOKWPK2s81ltuT92njMQhv7c27E6hm0Q1O2pGrnKu7o+3JwKKbdRcNNKUvOBJ00/+8bN8XD10LPl6B4/h6vCkn8dpSzT8rh0p3/G/6zyYwOKmI2kjO5cx282KP2YgUjBerhtvfnQ016f38S72VRFcO7vG0sc7jzWo90KrFexmvzXb+PhBdBxl9rbAlzIWAK658vShZTfwoS/rSk6Uk4qIYY4eKy3TDZlaF+HiutAFPxpKFbjuD6nkp5d9IIvb63F90Boop5Tz8fhRqM70XHWtQoWfDJ55VFcSjBIzWgOm6B8= ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:24:52.460 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-07T13:24:52.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:52 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3105028938' entity='client.admin' 2024-02-07T13:24:52.719 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:24:55.788 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:55.788 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:55.788 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:24:55.788 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:55.788 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:55.788 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:55.789 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:55 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/2509879024' entity='client.admin' 2024-02-07T13:24:55.789 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:55.789 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:55.790 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-07T13:24:55.790 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-07T13:24:56.036 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:24:58.608 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi052 2024-02-07T13:24:58.608 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:24:58.609 DEBUG:teuthology.orchestra.run.smithi052:> dd of=/etc/ceph/ceph.conf 2024-02-07T13:24:58.626 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:24:58.626 DEBUG:teuthology.orchestra.run.smithi052:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:24:58.685 INFO:tasks.cephadm:Adding host smithi052 to orchestrator... 2024-02-07T13:24:58.685 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph orch host add smithi052 2024-02-07T13:24:58.935 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:24:59.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: Updating smithi049:/etc/ceph/ceph.conf 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:24:59.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:24:58 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:02.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:02 smithi049 ceph-mon[29814]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi052", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:25:02.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:02 smithi049 ceph-mon[29814]: Deploying cephadm binary to smithi052 2024-02-07T13:25:03.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:03 smithi049 ceph-mon[29814]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:05.109 INFO:teuthology.orchestra.run.smithi049.stdout:Added host 'smithi052' with addr '172.21.15.52' 2024-02-07T13:25:05.694 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph orch host ls --format=json 2024-02-07T13:25:05.725 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:05 smithi049 ceph-mon[29814]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:05.725 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:05 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:05.725 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:05 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:05.944 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:25:06.748 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:06 smithi049 ceph-mon[29814]: Added host smithi052 2024-02-07T13:25:06.748 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:06 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:06.748 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:06 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:07.763 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:25:07.763 INFO:teuthology.orchestra.run.smithi049.stdout:[{"addr": "172.21.15.49", "hostname": "smithi049", "labels": [], "status": ""}, {"addr": "172.21.15.52", "hostname": "smithi052", "labels": [], "status": ""}] 2024-02-07T13:25:08.071 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:07 smithi049 ceph-mon[29814]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:08.402 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi080 2024-02-07T13:25:08.402 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:25:08.402 DEBUG:teuthology.orchestra.run.smithi080:> dd of=/etc/ceph/ceph.conf 2024-02-07T13:25:08.420 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:25:08.420 DEBUG:teuthology.orchestra.run.smithi080:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:25:08.478 INFO:tasks.cephadm:Adding host smithi080 to orchestrator... 2024-02-07T13:25:08.478 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph orch host add smithi080 2024-02-07T13:25:08.725 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:25:09.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:08 smithi049 ceph-mon[29814]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:25:09.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:08 smithi049 ceph-mon[29814]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:09.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:08 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:11.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:10 smithi049 ceph-mon[29814]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:11.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:10 smithi049 ceph-mon[29814]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi080", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:25:12.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi052", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: Updating smithi052:/etc/ceph/ceph.conf 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: Deploying cephadm binary to smithi080 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:25:12.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:11 smithi049 ceph-mon[29814]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:25:13.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:13 smithi049 ceph-mon[29814]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:14.845 INFO:teuthology.orchestra.run.smithi049.stdout:Added host 'smithi080' with addr '172.21.15.80' 2024-02-07T13:25:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:14 smithi049 ceph-mon[29814]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:14 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:14 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:14 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:14 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:15.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:14 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:15.448 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph orch host ls --format=json 2024-02-07T13:25:15.697 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:25:16.498 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:16 smithi049 ceph-mon[29814]: Added host smithi080 2024-02-07T13:25:16.498 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:16 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:16.498 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:16 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:17.496 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:25:17.496 INFO:teuthology.orchestra.run.smithi049.stdout:[{"addr": "172.21.15.49", "hostname": "smithi049", "labels": [], "status": ""}, {"addr": "172.21.15.52", "hostname": "smithi052", "labels": [], "status": ""}, {"addr": "172.21.15.80", "hostname": "smithi080", "labels": [], "status": ""}] 2024-02-07T13:25:17.821 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:17 smithi049 ceph-mon[29814]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:17.821 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:17 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:18.118 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-07T13:25:18.118 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph osd crush tunables default 2024-02-07T13:25:18.374 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:25:18.725 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:18 smithi049 ceph-mon[29814]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:25:19.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:19 smithi049 ceph-mon[29814]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:20.907 INFO:teuthology.orchestra.run.smithi049.stderr:adjusted tunables profile to default 2024-02-07T13:25:21.219 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: Updating smithi080:/etc/ceph/ceph.conf 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3554481231' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-07T13:25:21.220 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:25:21.221 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:25:21.221 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:21.221 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:21.221 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:21.549 INFO:tasks.cephadm:Adding mon.a on smithi049 2024-02-07T13:25:21.549 INFO:tasks.cephadm:Adding mon.b on smithi052 2024-02-07T13:25:21.549 INFO:tasks.cephadm:Adding mon.c on smithi080 2024-02-07T13:25:21.549 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph orch apply mon '3;smithi049:172.21.15.49=a;smithi052:172.21.15.52=b;smithi080:172.21.15.80=c' 2024-02-07T13:25:21.778 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:22.363 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:21 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3554481231' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-07T13:25:22.363 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:21 smithi049 ceph-mon[29814]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T13:25:23.484 INFO:teuthology.orchestra.run.smithi080.stdout:Scheduled mon update... 2024-02-07T13:25:23.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:23 smithi049 ceph-mon[29814]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:23.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:23 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:23.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:23 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:23.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:23 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:23.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:23 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:23.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:23 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:23.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:23 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:23.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:23 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:24.084 DEBUG:teuthology.orchestra.run.smithi052:mon.b> sudo journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.b.service 2024-02-07T13:25:24.086 DEBUG:teuthology.orchestra.run.smithi080:mon.c> sudo journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.c.service 2024-02-07T13:25:24.088 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-07T13:25:24.088 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-07T13:25:24.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:24 smithi049 ceph-mon[29814]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi049:172.21.15.49=a;smithi052:172.21.15.52=b;smithi080:172.21.15.80=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:25:24.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:24 smithi049 ceph-mon[29814]: Saving service mon spec with placement smithi049:172.21.15.49=a;smithi052:172.21.15.52=b;smithi080:172.21.15.80=c;count:3 2024-02-07T13:25:24.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:24 smithi049 ceph-mon[29814]: Deploying daemon mon.c on smithi080 2024-02-07T13:25:25.177 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:25.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:25 smithi049 ceph-mon[29814]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:27.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:27 smithi049 ceph-mon[29814]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.127 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 podman[33325]: 2024-02-07 13:25:28.064862153 +0000 UTC m=+0.127862039 container create 24e65985583074079a50182f6b940f4e34fbf7ade31dc2ba6518cae67efa2229 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-c, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-02-07T13:25:28.127 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:25:28.128 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":1,"fsid":"f871b8ca-c5bb-11ee-95b6-87774f69a715","modified":"2024-02-07T13:23:34.817497Z","created":"2024-02-07T13:23:34.817497Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-07T13:25:28.128 INFO:teuthology.orchestra.run.smithi080.stderr:dumped monmap epoch 1 2024-02-07T13:25:28.382 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 podman[33325]: 2024-02-07 13:25:28.377543182 +0000 UTC m=+0.440543064 container init 24e65985583074079a50182f6b940f4e34fbf7ade31dc2ba6518cae67efa2229 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-c, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.33.2, ceph=True, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T13:25:28.383 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 podman[33325]: 2024-02-07 13:25:28.383311511 +0000 UTC m=+0.446311393 container start 24e65985583074079a50182f6b940f4e34fbf7ade31dc2ba6518cae67efa2229 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-c, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131) 2024-02-07T13:25:28.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: set uid:gid to 167:167 (ceph:ceph) 2024-02-07T13:25:28.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev), process ceph-mon, pid 7 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pidfile_write: ignore empty --pid-file 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: load: jerasure load: lrc 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: RocksDB version: 7.9.2 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Git sha 0 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Compile date 2024-02-05 19:41:51 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: DB SUMMARY 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: DB Session ID: 2QM9RTY30URMR4B477AF 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: CURRENT file: CURRENT 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: IDENTITY file: IDENTITY 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.error_if_exists: 0 2024-02-07T13:25:28.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.create_if_missing: 0 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.paranoid_checks: 1 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.env: 0x556302c7cae0 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.fs: PosixFileSystem 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.info_log: 0x5563036998c0 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_file_opening_threads: 16 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.statistics: (nil) 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.use_fsync: 0 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_log_file_size: 0 2024-02-07T13:25:28.698 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.keep_log_file_num: 1000 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.recycle_log_file_num: 0 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.allow_fallocate: 1 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.allow_mmap_reads: 0 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.allow_mmap_writes: 0 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.use_direct_reads: 0 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.create_missing_column_families: 0 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.db_log_dir: 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.wal_dir: 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-07T13:25:28.699 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.advise_random_on_open: 1 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.db_write_buffer_size: 0 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.write_buffer_manager: 0x55630366d400 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.rate_limiter: (nil) 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-07T13:25:28.700 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.wal_recovery_mode: 2 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.enable_thread_tracking: 0 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.enable_pipelined_write: 0 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.unordered_write: 0 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.row_cache: None 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.wal_filter: None 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.allow_ingest_behind: 0 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.two_write_queues: 0 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.manual_wal_flush: 0 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.wal_compression: 0 2024-02-07T13:25:28.701 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.atomic_flush: 0 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.log_readahead_size: 0 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.best_efforts_recovery: 0 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.allow_data_in_errors: 0 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.db_host_id: __hostname__ 2024-02-07T13:25:28.702 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-07T13:25:28.704 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_background_jobs: 2 2024-02-07T13:25:28.704 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_background_compactions: -1 2024-02-07T13:25:28.704 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_subcompactions: 1 2024-02-07T13:25:28.704 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-07T13:25:28.704 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-07T13:25:28.704 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_total_wal_size: 0 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_open_files: -1 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bytes_per_sync: 0 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_readahead_size: 0 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_background_flushes: -1 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Compression algorithms supported: 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-07T13:25:28.705 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: kZSTD supported: 0 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: kXpressCompression supported: 0 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: kLZ4HCCompression supported: 1 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: kZlibCompression supported: 1 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: kSnappyCompression supported: 1 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: kLZ4Compression supported: 1 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: kBZip2Compression supported: 0 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.merge_operator: 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_filter: None 2024-02-07T13:25:28.706 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_filter_factory: None 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.sst_partitioner_factory: None 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5563036999c0) 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout: cache_index_and_filter_blocks: 1 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout: pin_top_level_index_and_filter: 1 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout: index_type: 0 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout: data_block_index_type: 0 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout: index_shortening: 1 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout: checksum: 4 2024-02-07T13:25:28.707 INFO:journalctl@ceph.mon.c.smithi080.stdout: no_block_cache: 0 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: block_cache: 0x55630369d090 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: block_cache_name: BinnedLRUCache 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: block_cache_options: 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: capacity : 536870912 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: num_shard_bits : 4 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: strict_capacity_limit : 0 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: high_pri_pool_ratio: 0.000 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: block_cache_compressed: (nil) 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: persistent_cache: (nil) 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: block_size: 4096 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: block_size_deviation: 10 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: block_restart_interval: 16 2024-02-07T13:25:28.708 INFO:journalctl@ceph.mon.c.smithi080.stdout: index_block_restart_interval: 1 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: metadata_block_size: 4096 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: partition_filters: 0 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: use_delta_encoding: 1 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: filter_policy: bloomfilter 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: whole_key_filtering: 1 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: verify_compression: 0 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: read_amp_bytes_per_bit: 0 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: format_version: 5 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: enable_index_compression: 1 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: block_align: 0 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: max_auto_readahead_size: 262144 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: prepopulate_block_cache: 0 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: initial_auto_readahead_size: 8192 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout: num_file_reads_for_auto_readahead: 2 2024-02-07T13:25:28.709 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.write_buffer_size: 33554432 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_write_buffer_number: 2 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compression: NoCompression 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bottommost_compression: Disabled 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.prefix_extractor: nullptr 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.num_levels: 7 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-07T13:25:28.710 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compression_opts.level: 32767 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compression_opts.strategy: 0 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compression_opts.enabled: false 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-07T13:25:28.711 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.target_file_size_base: 67108864 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-07T13:25:28.712 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.arena_block_size: 1048576 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.disable_auto_compactions: 0 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-07T13:25:28.713 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.table_properties_collectors: 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.inplace_update_support: 0 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.bloom_locality: 0 2024-02-07T13:25:28.714 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.max_successive_merges: 0 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.paranoid_file_checks: 0 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.force_consistency_checks: 1 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.report_bg_io_stats: 0 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.ttl: 2592000 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.enable_blob_files: false 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.min_blob_size: 0 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.blob_file_size: 268435456 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-07T13:25:28.715 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.blob_file_starting_level: 0 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: 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-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 523975a3-9c42-4de0-b37e-03baaef3de85 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707312328413352, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707312328413889, "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": 1707312328, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "523975a3-9c42-4de0-b37e-03baaef3de85", "db_session_id": "2QM9RTY30URMR4B477AF", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707312328413986, "job": 1, "event": "recovery_finished"} 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: 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-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55630378e000 2024-02-07T13:25:28.716 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: DB pointer 0x556303778000 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout: ** DB Stats ** 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout: 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout: ** Compaction Stats [default] ** 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-07T13:25:28.717 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.stdout: 2024-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.stdout: ** Compaction Stats [default] ** 2024-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.stdout: 2024-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.stdout: 2024-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-07T13:25:28.718 INFO:journalctl@ceph.mon.c.smithi080.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout: Interval compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout: Block cache BinnedLRUCache@0x55630369d090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout: 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: using public_addr v2:172.21.15.80:0/0 -> [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: starting mon.c rank -1 at public addrs [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] at bind addrs [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(???) e0 preinit fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).mds e1 new map 2024-02-07T13:25:28.719 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).mds e1 print_map 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout: e1 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.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-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout: legacy client fscid: -1 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout: 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout: No filesystems configured 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: 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-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T13:25:28.720 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi080", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi052", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Updating smithi052:/etc/ceph/ceph.conf 2024-02-07T13:25:28.721 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Deploying cephadm binary to smithi080 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Added host smithi080 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.722 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Updating smithi080:/etc/ceph/ceph.conf 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/3554481231' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:25:28.723 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/3554481231' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:28.724 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi049:172.21.15.49=a;smithi052:172.21.15.52=b;smithi080:172.21.15.80=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:25:28.725 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Saving service mon spec with placement smithi049:172.21.15.49=a;smithi052:172.21.15.52=b;smithi080:172.21.15.80=c;count:3 2024-02-07T13:25:28.725 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: Deploying daemon mon.c on smithi080 2024-02-07T13:25:28.725 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.725 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:28.725 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 ceph-mon[33374]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-02-07T13:25:28.725 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 bash[33325]: 24e65985583074079a50182f6b940f4e34fbf7ade31dc2ba6518cae67efa2229 2024-02-07T13:25:28.725 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:28 smithi080 systemd[1]: Started Ceph mon.c for f871b8ca-c5bb-11ee-95b6-87774f69a715. 2024-02-07T13:25:29.939 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-07T13:25:29.940 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-07T13:25:30.190 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T13:25:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:25:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: mon.a calling monitor election 2024-02-07T13:25:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: mon.c calling monitor election 2024-02-07T13:25:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: monmap e2: 2 mons at {a=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0],c=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: fsmap 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: mgrmap e13: a(active, since 51s) 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: overall HEALTH_OK 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:33.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:33.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: mon.a calling monitor election 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: mon.c calling monitor election 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:33.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-07T13:25:33.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: monmap e2: 2 mons at {a=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0],c=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T13:25:33.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: fsmap 2024-02-07T13:25:33.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T13:25:33.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: mgrmap e13: a(active, since 51s) 2024-02-07T13:25:33.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: overall HEALTH_OK 2024-02-07T13:25:33.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:33.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:33.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:33.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:33.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:34.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:34 smithi049 ceph-mon[29814]: Deploying daemon mon.b on smithi052 2024-02-07T13:25:34.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:34 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:34.918 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:25:34.918 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":2,"fsid":"f871b8ca-c5bb-11ee-95b6-87774f69a715","modified":"2024-02-07T13:25:28.439004Z","created":"2024-02-07T13:23:34.817497Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-07T13:25:34.919 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:34 smithi080 ceph-mon[33374]: Deploying daemon mon.b on smithi052 2024-02-07T13:25:34.919 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:34 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:34.921 INFO:teuthology.orchestra.run.smithi080.stderr:dumped monmap epoch 2 2024-02-07T13:25:35.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:35 smithi080 ceph-mon[33374]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:35.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:35 smithi080 ceph-mon[33374]: from='client.? 172.21.15.80:0/383842523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T13:25:35.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:35 smithi049 ceph-mon[29814]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:35.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:35 smithi049 ceph-mon[29814]: from='client.? 172.21.15.80:0/383842523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T13:25:35.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:25:35 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:25:35.438+0000 7ff69c5be700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-02-07T13:25:36.435 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-07T13:25:36.436 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-07T13:25:36.682 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T13:25:37.688 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 podman[32543]: 2024-02-07 13:25:37.665091448 +0000 UTC m=+0.350904633 container start fcedbb009a935c0976c80101e4a07c3efc77ec5207827ee3a9da6007df7d9b33 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-02-07T13:25:37.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:37 smithi049 ceph-mon[29814]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:37.874 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:37 smithi080 ceph-mon[33374]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: set uid:gid to 167:167 (ceph:ceph) 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev), process ceph-mon, pid 6 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pidfile_write: ignore empty --pid-file 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: load: jerasure load: lrc 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: RocksDB version: 7.9.2 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Git sha 0 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Compile date 2024-02-05 19:41:51 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: DB SUMMARY 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: DB Session ID: G0UPUOYIAHMCVV2J4O1N 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: CURRENT file: CURRENT 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: IDENTITY file: IDENTITY 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-02-07T13:25:38.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.error_if_exists: 0 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.create_if_missing: 0 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.paranoid_checks: 1 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.env: 0x555a71141ae0 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.fs: PosixFileSystem 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.info_log: 0x555a7305b8c0 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_file_opening_threads: 16 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.statistics: (nil) 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.use_fsync: 0 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_log_file_size: 0 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-07T13:25:38.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.keep_log_file_num: 1000 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.recycle_log_file_num: 0 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.allow_fallocate: 1 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.allow_mmap_reads: 0 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.allow_mmap_writes: 0 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.use_direct_reads: 0 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.create_missing_column_families: 0 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.db_log_dir: 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.wal_dir: 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-07T13:25:38.116 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.advise_random_on_open: 1 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.db_write_buffer_size: 0 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.write_buffer_manager: 0x555a7302f400 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.rate_limiter: (nil) 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.wal_recovery_mode: 2 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.enable_thread_tracking: 0 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.enable_pipelined_write: 0 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.unordered_write: 0 2024-02-07T13:25:38.117 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.row_cache: None 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.wal_filter: None 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.allow_ingest_behind: 0 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.two_write_queues: 0 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.manual_wal_flush: 0 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.wal_compression: 0 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.atomic_flush: 0 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-07T13:25:38.118 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.log_readahead_size: 0 2024-02-07T13:25:38.119 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-07T13:25:38.119 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.best_efforts_recovery: 0 2024-02-07T13:25:38.119 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-07T13:25:38.119 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-07T13:25:38.119 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.allow_data_in_errors: 0 2024-02-07T13:25:38.119 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.db_host_id: __hostname__ 2024-02-07T13:25:38.119 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-07T13:25:38.120 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_background_jobs: 2 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_background_compactions: -1 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_subcompactions: 1 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_total_wal_size: 0 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_open_files: -1 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bytes_per_sync: 0 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-07T13:25:38.121 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_readahead_size: 0 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_background_flushes: -1 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Compression algorithms supported: 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: kZSTD supported: 0 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: kXpressCompression supported: 0 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: kLZ4HCCompression supported: 1 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: kZlibCompression supported: 1 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: kSnappyCompression supported: 1 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: kLZ4Compression supported: 1 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: kBZip2Compression supported: 0 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-07T13:25:38.122 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.merge_operator: 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_filter: None 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_filter_factory: None 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.sst_partitioner_factory: None 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555a7305b9c0) 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout: cache_index_and_filter_blocks: 1 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout: pin_top_level_index_and_filter: 1 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout: index_type: 0 2024-02-07T13:25:38.123 INFO:journalctl@ceph.mon.b.smithi052.stdout: data_block_index_type: 0 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: index_shortening: 1 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: checksum: 4 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: no_block_cache: 0 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: block_cache: 0x555a7305f090 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: block_cache_name: BinnedLRUCache 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: block_cache_options: 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: capacity : 536870912 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: num_shard_bits : 4 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: strict_capacity_limit : 0 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: high_pri_pool_ratio: 0.000 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: block_cache_compressed: (nil) 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: persistent_cache: (nil) 2024-02-07T13:25:38.124 INFO:journalctl@ceph.mon.b.smithi052.stdout: block_size: 4096 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: block_size_deviation: 10 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: block_restart_interval: 16 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: index_block_restart_interval: 1 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: metadata_block_size: 4096 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: partition_filters: 0 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: use_delta_encoding: 1 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: filter_policy: bloomfilter 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: whole_key_filtering: 1 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: verify_compression: 0 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: read_amp_bytes_per_bit: 0 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: format_version: 5 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: enable_index_compression: 1 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: block_align: 0 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: max_auto_readahead_size: 262144 2024-02-07T13:25:38.125 INFO:journalctl@ceph.mon.b.smithi052.stdout: prepopulate_block_cache: 0 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout: initial_auto_readahead_size: 8192 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout: num_file_reads_for_auto_readahead: 2 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.write_buffer_size: 33554432 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_write_buffer_number: 2 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compression: NoCompression 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bottommost_compression: Disabled 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.prefix_extractor: nullptr 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.num_levels: 7 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-07T13:25:38.126 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compression_opts.level: 32767 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compression_opts.strategy: 0 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compression_opts.enabled: false 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-07T13:25:38.127 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.target_file_size_base: 67108864 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-07T13:25:38.128 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.arena_block_size: 1048576 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.disable_auto_compactions: 0 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-07T13:25:38.129 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.table_properties_collectors: 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.inplace_update_support: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.bloom_locality: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.max_successive_merges: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.paranoid_file_checks: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.force_consistency_checks: 1 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.report_bg_io_stats: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.ttl: 2592000 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-07T13:25:38.130 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.enable_blob_files: false 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.min_blob_size: 0 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.blob_file_size: 268435456 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.blob_file_starting_level: 0 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 106d3497-49c6-46fe-a1c5-18f9c37bb4f1 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707312337694991, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707312337695405, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "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": 526, "raw_average_value_size": 105, "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": 1707312337, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "106d3497-49c6-46fe-a1c5-18f9c37bb4f1", "db_session_id": "G0UPUOYIAHMCVV2J4O1N", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-02-07T13:25:38.131 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707312337695489, "job": 1, "event": "recovery_finished"} 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555a73150000 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: DB pointer 0x555a7313a000 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout: ** DB Stats ** 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.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-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.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-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T13:25:38.132 INFO:journalctl@ceph.mon.b.smithi052.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: ** Compaction Stats [default] ** 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.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-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.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 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: ** Compaction Stats [default] ** 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.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-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.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 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-07T13:25:38.133 INFO:journalctl@ceph.mon.b.smithi052.stdout: 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: Cumulative compaction: 0.00 GB write, 0.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: Interval compaction: 0.00 GB write, 0.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.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-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: Block cache BinnedLRUCache@0x555a7305f090#6 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.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-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-02-07T13:25:38.134 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: using public_addr v2:172.21.15.52:0/0 -> [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: starting mon.b rank -1 at public addrs [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] at bind addrs [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(???) e0 preinit fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).mds e1 new map 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).mds e1 print_map 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout: e1 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.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-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout: legacy client fscid: -1 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout: 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout: No filesystems configured 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: 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-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-07T13:25:38.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi080", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi052", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:25:38.136 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Updating smithi052:/etc/ceph/ceph.conf 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Deploying cephadm binary to smithi080 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Added host smithi080 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.137 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Updating smithi080:/etc/ceph/ceph.conf 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/3554481231' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-07T13:25:38.138 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/3554481231' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:38.139 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi049:172.21.15.49=a;smithi052:172.21.15.52=b;smithi080:172.21.15.80=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Saving service mon spec with placement smithi049:172.21.15.49=a;smithi052:172.21.15.52=b;smithi080:172.21.15.80=c;count:3 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Deploying daemon mon.c on smithi080 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.a calling monitor election 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.c calling monitor election 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.140 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: monmap e2: 2 mons at {a=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0],c=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: fsmap 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mgrmap e13: a(active, since 51s) 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: overall HEALTH_OK 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: Deploying daemon mon.b on smithi052 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:38.141 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.142 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: from='client.? 172.21.15.80:0/383842523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T13:25:38.142 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:38.142 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 ceph-mon[32580]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-02-07T13:25:38.142 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 bash[32543]: fcedbb009a935c0976c80101e4a07c3efc77ec5207827ee3a9da6007df7d9b33 2024-02-07T13:25:38.142 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:37 smithi052 systemd[1]: Started Ceph mon.b for f871b8ca-c5bb-11ee-95b6-87774f69a715. 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: mon.a calling monitor election 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: mon.c calling monitor election 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: mon.b calling monitor election 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: monmap e3: 3 mons at {a=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: fsmap 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: mgrmap e13: a(active, since 60s) 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: overall HEALTH_OK 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:25:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: mon.a calling monitor election 2024-02-07T13:25:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: mon.c calling monitor election 2024-02-07T13:25:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: mon.b calling monitor election 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: monmap e3: 3 mons at {a=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: fsmap 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: mgrmap e13: a(active, since 60s) 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: overall HEALTH_OK 2024-02-07T13:25:43.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: mon.a calling monitor election 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: mon.c calling monitor election 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: mon.b calling monitor election 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:43.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-07T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: monmap e3: 3 mons at {a=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: fsmap 2024-02-07T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: mgrmap e13: a(active, since 60s) 2024-02-07T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: overall HEALTH_OK 2024-02-07T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:44.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:43 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:44.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:43 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:44.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:43 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:44.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:43 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:44.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:43 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:44.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:43 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:25:44.477 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-07T13:25:44.477 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":3,"fsid":"f871b8ca-c5bb-11ee-95b6-87774f69a715","modified":"2024-02-07T13:25:37.720050Z","created":"2024-02-07T13:23:34.817497Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"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,2]} 2024-02-07T13:25:44.480 INFO:teuthology.orchestra.run.smithi080.stderr:dumped monmap epoch 3 2024-02-07T13:25:45.317 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:45.317 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.317 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: Updating smithi049:/etc/ceph/ceph.conf 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: Updating smithi052:/etc/ceph/ceph.conf 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: Updating smithi080:/etc/ceph/ceph.conf 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='client.? 172.21.15.80:0/4169993800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:45.318 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:45.319 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T13:25:45.320 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:45.321 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-07T13:25:45.321 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph config generate-minimal-conf 2024-02-07T13:25:45.520 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: Updating smithi049:/etc/ceph/ceph.conf 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: Updating smithi052:/etc/ceph/ceph.conf 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: Updating smithi080:/etc/ceph/ceph.conf 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='client.? 172.21.15.80:0/4169993800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:45.521 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T13:25:45.522 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:45.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: Updating smithi049:/etc/ceph/ceph.conf 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: Updating smithi052:/etc/ceph/ceph.conf 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: Updating smithi080:/etc/ceph/ceph.conf 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='client.? 172.21.15.80:0/4169993800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T13:25:45.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:45.615 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:45.616 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T13:25:45.616 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:46.072 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:25:46.459 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:46 smithi049 ceph-mon[29814]: Reconfiguring mon.a (unknown last config time)... 2024-02-07T13:25:46.459 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:46 smithi049 ceph-mon[29814]: Reconfiguring daemon mon.a on smithi049 2024-02-07T13:25:46.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:46 smithi052 ceph-mon[32580]: Reconfiguring mon.a (unknown last config time)... 2024-02-07T13:25:46.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:46 smithi052 ceph-mon[32580]: Reconfiguring daemon mon.a on smithi049 2024-02-07T13:25:46.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:46 smithi080 ceph-mon[33374]: Reconfiguring mon.a (unknown last config time)... 2024-02-07T13:25:46.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:46 smithi080 ceph-mon[33374]: Reconfiguring daemon mon.a on smithi049 2024-02-07T13:25:47.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:47 smithi049 ceph-mon[29814]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:47.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:47 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:47.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:47 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:47.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:47 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:47.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:47 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T13:25:47.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:47 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:47.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:47 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:47.640 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:47 smithi052 ceph-mon[32580]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:47.640 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:47 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:47.640 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:47 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:47.640 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:47 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:47.640 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:47 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T13:25:47.641 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:47 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:47.641 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:47 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:47.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:47 smithi080 ceph-mon[33374]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:47.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:47 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:47.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:47 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:47.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:47 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:47.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:47 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T13:25:47.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:47 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:47.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:47 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:48.375 INFO:teuthology.orchestra.run.smithi049.stdout:# minimal ceph.conf for f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:25:48.375 INFO:teuthology.orchestra.run.smithi049.stdout:[global] 2024-02-07T13:25:48.375 INFO:teuthology.orchestra.run.smithi049.stdout: fsid = f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:25:48.376 INFO:teuthology.orchestra.run.smithi049.stdout: mon_host = [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] 2024-02-07T13:25:48.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:48 smithi052 ceph-mon[32580]: Reconfiguring mon.b (monmap changed)... 2024-02-07T13:25:48.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:48 smithi052 ceph-mon[32580]: Reconfiguring daemon mon.b on smithi052 2024-02-07T13:25:48.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:48 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/4276613299' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:48.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:48 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:48.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:48 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:48.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:48 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:48.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:48 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T13:25:48.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:48 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:48.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:48 smithi049 ceph-mon[29814]: Reconfiguring mon.b (monmap changed)... 2024-02-07T13:25:48.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:48 smithi049 ceph-mon[29814]: Reconfiguring daemon mon.b on smithi052 2024-02-07T13:25:48.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:48 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/4276613299' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:48.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:48 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:48.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:48 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:48.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:48 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:48.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:48 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T13:25:48.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:48 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:48.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:48 smithi080 ceph-mon[33374]: Reconfiguring mon.b (monmap changed)... 2024-02-07T13:25:48.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:48 smithi080 ceph-mon[33374]: Reconfiguring daemon mon.b on smithi052 2024-02-07T13:25:48.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:48 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/4276613299' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:48.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:48 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:48.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:48 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:48.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:48 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T13:25:48.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:48 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T13:25:48.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:48 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:48.972 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-07T13:25:48.973 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:25:48.973 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.conf 2024-02-07T13:25:49.006 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:25:49.006 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:25:49.077 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:25:49.077 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/ceph/ceph.conf 2024-02-07T13:25:49.112 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:25:49.112 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:25:49.183 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:25:49.183 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.conf 2024-02-07T13:25:49.214 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:25:49.214 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:25:49.282 INFO:tasks.cephadm:Adding mgr.a on smithi049 2024-02-07T13:25:49.283 INFO:tasks.cephadm:Adding mgr.b on smithi052 2024-02-07T13:25:49.283 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph orch apply mgr '2;smithi049=a;smithi052=b' 2024-02-07T13:25:49.841 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:49 smithi052 ceph-mon[32580]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:49.841 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:49 smithi052 ceph-mon[32580]: Reconfiguring mon.c (monmap changed)... 2024-02-07T13:25:49.841 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:49 smithi052 ceph-mon[32580]: Reconfiguring daemon mon.c on smithi080 2024-02-07T13:25:49.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:49 smithi049 ceph-mon[29814]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:49.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:49 smithi049 ceph-mon[29814]: Reconfiguring mon.c (monmap changed)... 2024-02-07T13:25:49.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:49 smithi049 ceph-mon[29814]: Reconfiguring daemon mon.c on smithi080 2024-02-07T13:25:49.907 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:49 smithi080 ceph-mon[33374]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:49.907 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:49 smithi080 ceph-mon[33374]: Reconfiguring mon.c (monmap changed)... 2024-02-07T13:25:49.907 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:49 smithi080 ceph-mon[33374]: Reconfiguring daemon mon.c on smithi080 2024-02-07T13:25:49.987 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T13:25:51.013 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:50 smithi080 ceph-mon[33374]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:51.013 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:50 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:51.013 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:50 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:51.013 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:50 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:51.013 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:50 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:51.013 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:50 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:51.013 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:50 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:51.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:50 smithi049 ceph-mon[29814]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:51.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:50 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:51.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:50 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:51.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:50 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:51.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:50 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:51.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:50 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:51.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:50 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:51.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:50 smithi052 ceph-mon[32580]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:51.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:50 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:51.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:50 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:51.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:50 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:51.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:50 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:51.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:50 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:51.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:50 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:51.706 INFO:teuthology.orchestra.run.smithi080.stdout:Scheduled mgr update... 2024-02-07T13:25:52.279 DEBUG:teuthology.orchestra.run.smithi052:mgr.b> sudo journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mgr.b.service 2024-02-07T13:25:52.282 INFO:tasks.cephadm:Deploying OSDs... 2024-02-07T13:25:52.282 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-07T13:25:52.282 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-02-07T13:25:52.301 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-02-07T13:25:52.301 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_1 2024-02-07T13:25:52.360 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-07T13:25:52.360 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:52.360 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-02-07T13:25:52.360 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:52.360 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:52.360 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-07 13:24:53.009246568 +0000 2024-02-07T13:25:52.360 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-07 13:19:49.432077399 +0000 2024-02-07T13:25:52.360 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-07 13:19:49.432077399 +0000 2024-02-07T13:25:52.361 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-02-07 13:19:49.432077399 +0000 2024-02-07T13:25:52.361 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-07T13:25:52.435 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-07T13:25:52.435 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-07T13:25:52.435 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000111918 s, 4.6 MB/s 2024-02-07T13:25:52.436 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-07T13:25:52.495 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_2 2024-02-07T13:25:52.552 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-07T13:25:52.552 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:52.552 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-02-07T13:25:52.552 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:52.552 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:52.552 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-07 13:24:53.041245690 +0000 2024-02-07T13:25:52.552 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-07 13:19:49.768068133 +0000 2024-02-07T13:25:52.553 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-07 13:19:49.768068133 +0000 2024-02-07T13:25:52.553 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-02-07 13:19:49.768068133 +0000 2024-02-07T13:25:52.553 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-07T13:25:52.623 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-07T13:25:52.624 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-07T13:25:52.624 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 9.9048e-05 s, 5.2 MB/s 2024-02-07T13:25:52.625 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-07T13:25:52.682 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_3 2024-02-07T13:25:52.737 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-07T13:25:52.738 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:52.738 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-02-07T13:25:52.738 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:52.738 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:52.738 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-07 13:24:53.074244785 +0000 2024-02-07T13:25:52.738 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-07 13:19:50.107058785 +0000 2024-02-07T13:25:52.738 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-07 13:19:50.107058785 +0000 2024-02-07T13:25:52.738 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-02-07 13:19:50.107058785 +0000 2024-02-07T13:25:52.738 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-07T13:25:52.807 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-07T13:25:52.807 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-07T13:25:52.808 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000103445 s, 4.9 MB/s 2024-02-07T13:25:52.809 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-07T13:25:52.865 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_4 2024-02-07T13:25:52.919 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-07T13:25:52.920 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:52.920 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-02-07T13:25:52.920 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:52.920 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:52.920 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-07 13:24:53.106243908 +0000 2024-02-07T13:25:52.920 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-07 13:19:50.459049078 +0000 2024-02-07T13:25:52.920 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-07 13:19:50.459049078 +0000 2024-02-07T13:25:52.920 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-02-07 13:19:50.459049078 +0000 2024-02-07T13:25:52.920 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-07T13:25:52.987 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi049=a;smithi052=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:25:52.987 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: Saving service mgr spec with placement smithi049=a;smithi052=b;count:2 2024-02-07T13:25:52.987 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:52.987 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:52.987 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:52.987 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:52.987 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:52.987 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T13:25:52.988 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-07T13:25:52.988 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T13:25:52.988 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:52.988 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:52 smithi049 ceph-mon[29814]: Deploying daemon mgr.b on smithi052 2024-02-07T13:25:52.989 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-07T13:25:52.989 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-07T13:25:52.989 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000101842 s, 5.0 MB/s 2024-02-07T13:25:52.990 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-07T13:25:53.046 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-02-07T13:25:53.046 DEBUG:teuthology.orchestra.run.smithi052:> dd if=/scratch_devs of=/dev/stdout 2024-02-07T13:25:53.062 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-02-07T13:25:53.062 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_1 2024-02-07T13:25:53.090 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi049=a;smithi052=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: Saving service mgr spec with placement smithi049=a;smithi052=b;count:2 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:53.091 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:52 smithi052 ceph-mon[32580]: Deploying daemon mgr.b on smithi052 2024-02-07T13:25:53.105 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-07T13:25:53.106 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:53.106 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-02-07T13:25:53.106 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:53.106 INFO:teuthology.orchestra.run.smithi052.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:53.106 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-02-07 13:25:37.141877053 +0000 2024-02-07T13:25:53.106 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-02-07 13:19:46.511121185 +0000 2024-02-07T13:25:53.106 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-02-07 13:19:46.511121185 +0000 2024-02-07T13:25:53.106 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: 2024-02-07 13:19:46.511121185 +0000 2024-02-07T13:25:53.106 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-07T13:25:53.172 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-02-07T13:25:53.172 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-02-07T13:25:53.172 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 0.000105485 s, 4.9 MB/s 2024-02-07T13:25:53.173 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-07T13:25:53.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi049=a;smithi052=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:25:53.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: Saving service mgr spec with placement smithi049=a;smithi052=b;count:2 2024-02-07T13:25:53.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:53.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:53.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:53.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:53.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:53.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T13:25:53.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-07T13:25:53.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T13:25:53.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:53.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:52 smithi080 ceph-mon[33374]: Deploying daemon mgr.b on smithi052 2024-02-07T13:25:53.228 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_2 2024-02-07T13:25:53.283 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-07T13:25:53.283 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:53.283 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-02-07T13:25:53.283 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:53.283 INFO:teuthology.orchestra.run.smithi052.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:53.283 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-02-07 13:25:37.141877053 +0000 2024-02-07T13:25:53.283 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-02-07 13:19:46.830116726 +0000 2024-02-07T13:25:53.283 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-02-07 13:19:46.830116726 +0000 2024-02-07T13:25:53.283 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: 2024-02-07 13:19:46.830116726 +0000 2024-02-07T13:25:53.283 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-07T13:25:53.347 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-02-07T13:25:53.347 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-02-07T13:25:53.347 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 9.6441e-05 s, 5.3 MB/s 2024-02-07T13:25:53.348 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-07T13:25:53.405 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_3 2024-02-07T13:25:53.459 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-07T13:25:53.459 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:53.459 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-02-07T13:25:53.459 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:53.459 INFO:teuthology.orchestra.run.smithi052.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:53.459 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-02-07 13:25:37.141877053 +0000 2024-02-07T13:25:53.459 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-02-07 13:19:47.150112253 +0000 2024-02-07T13:25:53.459 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-02-07 13:19:47.150112253 +0000 2024-02-07T13:25:53.459 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: 2024-02-07 13:19:47.150112253 +0000 2024-02-07T13:25:53.459 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-07T13:25:53.651 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-02-07T13:25:53.652 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-02-07T13:25:53.652 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 0.000103888 s, 4.9 MB/s 2024-02-07T13:25:53.653 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-07T13:25:53.668 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_4 2024-02-07T13:25:53.730 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-07T13:25:53.730 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:53.730 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-02-07T13:25:53.731 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:53.731 INFO:teuthology.orchestra.run.smithi052.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:53.731 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-02-07 13:25:53.607650139 +0000 2024-02-07T13:25:53.731 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-02-07 13:19:47.465107850 +0000 2024-02-07T13:25:53.731 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-02-07 13:19:47.465107850 +0000 2024-02-07T13:25:53.731 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: 2024-02-07 13:19:47.465107850 +0000 2024-02-07T13:25:53.731 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-07T13:25:53.831 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-02-07T13:25:53.831 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-02-07T13:25:53.831 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 8.9535e-05 s, 5.7 MB/s 2024-02-07T13:25:53.833 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-07T13:25:53.847 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-07T13:25:53.847 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2024-02-07T13:25:53.863 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-02-07T13:25:53.864 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_1 2024-02-07T13:25:53.918 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-07T13:25:53.919 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:53.919 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-02-07T13:25:53.919 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:53.919 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:53.919 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-07 13:25:27.724953780 +0000 2024-02-07T13:25:53.919 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-07 13:19:43.369357031 +0000 2024-02-07T13:25:53.919 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-07 13:19:43.369357031 +0000 2024-02-07T13:25:53.919 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: 2024-02-07 13:19:43.369357031 +0000 2024-02-07T13:25:53.919 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-07T13:25:53.984 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:53 smithi080 ceph-mon[33374]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:53.987 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-07T13:25:53.987 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-07T13:25:53.987 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000213033 s, 2.4 MB/s 2024-02-07T13:25:53.988 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-07T13:25:54.043 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_2 2024-02-07T13:25:54.061 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:53 smithi052 ceph-mon[32580]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:54.061 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:53 smithi052 systemd[1]: Starting Ceph mgr.b for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:25:54.098 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-07T13:25:54.098 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:54.098 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-02-07T13:25:54.098 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:54.098 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:54.098 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-07 13:25:27.725953758 +0000 2024-02-07T13:25:54.098 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-07 13:19:43.717349368 +0000 2024-02-07T13:25:54.098 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-07 13:19:43.717349368 +0000 2024-02-07T13:25:54.098 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: 2024-02-07 13:19:43.717349368 +0000 2024-02-07T13:25:54.099 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-07T13:25:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:53 smithi049 ceph-mon[29814]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:54.163 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-07T13:25:54.163 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-07T13:25:54.163 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000176319 s, 2.9 MB/s 2024-02-07T13:25:54.164 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-07T13:25:54.219 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_3 2024-02-07T13:25:54.273 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-07T13:25:54.273 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:54.274 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-02-07T13:25:54.274 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:54.274 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:54.274 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-07 13:25:27.725953758 +0000 2024-02-07T13:25:54.274 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-07 13:19:44.056341904 +0000 2024-02-07T13:25:54.274 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-07 13:19:44.056341904 +0000 2024-02-07T13:25:54.274 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: 2024-02-07 13:19:44.056341904 +0000 2024-02-07T13:25:54.274 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-07T13:25:54.338 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-07T13:25:54.338 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-07T13:25:54.338 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000185849 s, 2.8 MB/s 2024-02-07T13:25:54.339 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-07T13:25:54.363 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:54 smithi052 podman[34050]: 2024-02-07 13:25:54.061499178 +0000 UTC m=+0.113550178 container create 766aaf31add38efe6c3992035a6b4de1edc9455db2c994b63c82cf0d79129898 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-02-07T13:25:54.363 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:54 smithi052 podman[34050]: 2024-02-07 13:25:53.966496358 +0000 UTC m=+0.018547358 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T13:25:54.364 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:54 smithi052 podman[34050]: 2024-02-07 13:25:54.280512077 +0000 UTC m=+0.332563075 container init 766aaf31add38efe6c3992035a6b4de1edc9455db2c994b63c82cf0d79129898 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, org.label-schema.build-date=20240131) 2024-02-07T13:25:54.364 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:54 smithi052 podman[34050]: 2024-02-07 13:25:54.28624153 +0000 UTC m=+0.338292527 container start 766aaf31add38efe6c3992035a6b4de1edc9455db2c994b63c82cf0d79129898 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, ceph=True) 2024-02-07T13:25:54.364 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:54 smithi052 ceph-mgr[34089]: -- 172.21.15.52:0/45979418 <== 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) 0x55de8af87520 con 0x55de8af5cc00 2024-02-07T13:25:54.394 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_4 2024-02-07T13:25:54.448 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-07T13:25:54.449 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T13:25:54.449 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-02-07T13:25:54.449 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T13:25:54.449 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T13:25:54.449 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-07 13:25:27.725953758 +0000 2024-02-07T13:25:54.449 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-07 13:19:44.393334485 +0000 2024-02-07T13:25:54.449 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-07 13:19:44.393334485 +0000 2024-02-07T13:25:54.449 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: 2024-02-07 13:19:44.393334485 +0000 2024-02-07T13:25:54.449 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-07T13:25:54.516 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-07T13:25:54.517 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-07T13:25:54.517 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000213072 s, 2.4 MB/s 2024-02-07T13:25:54.518 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-07T13:25:54.574 INFO:tasks.cephadm:Deploying osd.0 on smithi049 with /dev/vg_nvme/lv_4... 2024-02-07T13:25:54.574 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-07T13:25:54.823 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:25:54.854 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:54 smithi052 bash[34050]: 766aaf31add38efe6c3992035a6b4de1edc9455db2c994b63c82cf0d79129898 2024-02-07T13:25:54.855 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:54 smithi052 systemd[1]: Started Ceph mgr.b for f871b8ca-c5bb-11ee-95b6-87774f69a715. 2024-02-07T13:25:55.113 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:54 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:54.854+0000 7fb3230b3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-07T13:25:55.113 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:54 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:54.951+0000 7fb3230b3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-07T13:25:55.723 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:55 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:55.638+0000 7fb3230b3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-07T13:25:55.723 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:55 smithi052 ceph-mon[32580]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:55.724 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:55 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.724 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:55 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.724 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:55 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.724 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:55 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.724 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:55 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:55.844 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:55 smithi049 ceph-mon[29814]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:55.844 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.844 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.844 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.844 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.844 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:55.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:55 smithi080 ceph-mon[33374]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:55.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:55 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:55 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:55 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:55 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:55.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:55 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:55.987 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:55 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:55.733+0000 7fb3230b3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-07T13:25:55.988 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:55 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:55.880+0000 7fb3230b3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-07T13:25:55.988 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:55 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:55.987+0000 7fb3230b3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-07T13:25:56.357 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:56.076+0000 7fb3230b3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-07T13:25:56.613 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:56.357+0000 7fb3230b3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-07T13:25:56.613 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:56.472+0000 7fb3230b3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-07T13:25:56.613 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:56.561+0000 7fb3230b3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-07T13:25:56.754 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-07T13:25:56.754 INFO:teuthology.orchestra.run.smithi049.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-07T13:25:56.754 INFO:teuthology.orchestra.run.smithi049.stderr: stderr: 10+0 records in 2024-02-07T13:25:56.755 INFO:teuthology.orchestra.run.smithi049.stderr:10+0 records out 2024-02-07T13:25:56.755 INFO:teuthology.orchestra.run.smithi049.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0100532 s, 1.0 GB/s 2024-02-07T13:25:56.755 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping successful for: 2024-02-07T13:25:56.966 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:56.659+0000 7fb3230b3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-07T13:25:56.966 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:56.838+0000 7fb3230b3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-07T13:25:57.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:57.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:57.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:57.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: Reconfiguring mgr.a (unknown last config time)... 2024-02-07T13:25:57.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T13:25:57.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T13:25:57.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:57.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: Reconfiguring daemon mgr.a on smithi049 2024-02-07T13:25:57.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:57.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:57.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:57.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: Reconfiguring mgr.a (unknown last config time)... 2024-02-07T13:25:57.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T13:25:57.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T13:25:57.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:57.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: Reconfiguring daemon mgr.a on smithi049 2024-02-07T13:25:57.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.408 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi049:vg_nvme/lv_4 2024-02-07T13:25:57.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:57.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:57.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:57.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:57.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: Reconfiguring mgr.a (unknown last config time)... 2024-02-07T13:25:57.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T13:25:57.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T13:25:57.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:57.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: Reconfiguring daemon mgr.a on smithi049 2024-02-07T13:25:57.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:58.113 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:57 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:57.843+0000 7fb3230b3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-07T13:25:58.113 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:57 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:57.977+0000 7fb3230b3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-07T13:25:58.426 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:25:58.606 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:58 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:58.315+0000 7fb3230b3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-07T13:25:58.606 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:58 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:58.407+0000 7fb3230b3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-07T13:25:58.607 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:58 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:58.606+0000 7fb3230b3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:25:58.863 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:58 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:58.793+0000 7fb3230b3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-07T13:25:59.343 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:59 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:59.081+0000 7fb3230b3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:25:59.431 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:59 smithi049 ceph-mon[29814]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:59.431 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:59 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:59.431 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:59 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:59.431 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:59 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:59.431 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:59 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:59.431 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:59 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:59.432 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:25:59 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:59.613 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:59 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:59.343+0000 7fb3230b3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-07T13:25:59.613 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:25:59 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:25:59.583+0000 7fb3230b3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-07T13:25:59.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:59 smithi052 ceph-mon[32580]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:59.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:59 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:59.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:59 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:59.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:59 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:59.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:59 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:59.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:59 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:59.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:25:59 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:59.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:59 smithi080 ceph-mon[33374]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:25:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:59 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:59 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:25:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:59 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:25:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:59 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:25:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:59 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:25:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:25:59 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:00.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:00 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T13:26:00.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:00 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T13:26:00.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:00 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:00.798 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:00 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T13:26:00.798 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:00 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T13:26:00.798 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:00 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:00.863 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:26:00 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:26:00.406+0000 7fb3230b3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-07T13:26:00.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:00 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T13:26:00.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:00 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T13:26:00.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:00 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:01.305 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:26:00 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:26:00.987+0000 7fb3230b3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-07T13:26:01.305 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:26:01 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:26:01.086+0000 7fb3230b3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-07T13:26:01.305 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:26:01 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:26:01.305+0000 7fb3230b3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-07T13:26:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:01 smithi052 ceph-mon[32580]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:01 smithi052 ceph-mon[32580]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi049:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:26:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:01 smithi052 ceph-mon[32580]: Standby manager daemon b started 2024-02-07T13:26:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:01 smithi052 ceph-mon[32580]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-07T13:26:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:01 smithi052 ceph-mon[32580]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-07T13:26:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:01 smithi052 ceph-mon[32580]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-07T13:26:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:01 smithi052 ceph-mon[32580]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-07T13:26:01.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:01 smithi080 ceph-mon[33374]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:01.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:01 smithi080 ceph-mon[33374]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi049:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:26:01.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:01 smithi080 ceph-mon[33374]: Standby manager daemon b started 2024-02-07T13:26:01.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:01 smithi080 ceph-mon[33374]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-07T13:26:01.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:01 smithi080 ceph-mon[33374]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-07T13:26:01.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:01 smithi080 ceph-mon[33374]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-07T13:26:01.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:01 smithi080 ceph-mon[33374]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-07T13:26:01.724 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:01 smithi049 ceph-mon[29814]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:01.724 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:01 smithi049 ceph-mon[29814]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi049:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:26:01.724 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:01 smithi049 ceph-mon[29814]: Standby manager daemon b started 2024-02-07T13:26:01.724 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:01 smithi049 ceph-mon[29814]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-07T13:26:01.724 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:01 smithi049 ceph-mon[29814]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-07T13:26:01.724 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:01 smithi049 ceph-mon[29814]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-07T13:26:01.724 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:01 smithi049 ceph-mon[29814]: from='mgr.? 172.21.15.52:0/2521582823' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-07T13:26:02.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:02 smithi080 ceph-mon[33374]: mgrmap e14: a(active, since 79s), standbys: b 2024-02-07T13:26:02.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:02 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-07T13:26:02.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:02 smithi049 ceph-mon[29814]: mgrmap e14: a(active, since 79s), standbys: b 2024-02-07T13:26:02.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:02 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-07T13:26:02.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:02 smithi052 ceph-mon[32580]: mgrmap e14: a(active, since 79s), standbys: b 2024-02-07T13:26:02.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:02 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-07T13:26:03.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:03 smithi049 ceph-mon[29814]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:03 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/2273110094' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36f4288d-b196-48fe-90e6-fe86251776f0"}]: dispatch 2024-02-07T13:26:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:03 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/2273110094' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36f4288d-b196-48fe-90e6-fe86251776f0"}]': finished 2024-02-07T13:26:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:03 smithi049 ceph-mon[29814]: osdmap e5: 1 total, 0 up, 1 in 2024-02-07T13:26:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:03 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:03 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/1382662965' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T13:26:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:03 smithi052 ceph-mon[32580]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:03 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/2273110094' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36f4288d-b196-48fe-90e6-fe86251776f0"}]: dispatch 2024-02-07T13:26:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:03 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/2273110094' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36f4288d-b196-48fe-90e6-fe86251776f0"}]': finished 2024-02-07T13:26:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:03 smithi052 ceph-mon[32580]: osdmap e5: 1 total, 0 up, 1 in 2024-02-07T13:26:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:03 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:03 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/1382662965' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T13:26:03.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:03 smithi080 ceph-mon[33374]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:03.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:03 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/2273110094' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36f4288d-b196-48fe-90e6-fe86251776f0"}]: dispatch 2024-02-07T13:26:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:03 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/2273110094' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36f4288d-b196-48fe-90e6-fe86251776f0"}]': finished 2024-02-07T13:26:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:03 smithi080 ceph-mon[33374]: osdmap e5: 1 total, 0 up, 1 in 2024-02-07T13:26:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:03 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:03 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/1382662965' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T13:26:05.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:05 smithi049 ceph-mon[29814]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:05.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:05 smithi052 ceph-mon[32580]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:05.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:05 smithi080 ceph-mon[33374]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:07.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:07 smithi049 ceph-mon[29814]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:07.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:07 smithi052 ceph-mon[32580]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:07.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:07 smithi080 ceph-mon[33374]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:09.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:09 smithi049 ceph-mon[29814]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:09.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:09 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-07T13:26:09.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:09 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:09.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:09 smithi052 ceph-mon[32580]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:09.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:09 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-07T13:26:09.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:09 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:09.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:09 smithi080 ceph-mon[33374]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:09.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:09 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-07T13:26:09.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:09 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:10.851 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:10 smithi049 ceph-mon[29814]: Deploying daemon osd.0 on smithi049 2024-02-07T13:26:10.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:10 smithi052 ceph-mon[32580]: Deploying daemon osd.0 on smithi049 2024-02-07T13:26:10.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:10 smithi080 ceph-mon[33374]: Deploying daemon osd.0 on smithi049 2024-02-07T13:26:11.829 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:11 smithi049 ceph-mon[29814]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:11.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:11 smithi052 ceph-mon[32580]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:11.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:11 smithi080 ceph-mon[33374]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:13.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:13 smithi049 ceph-mon[29814]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:13.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:13 smithi052 ceph-mon[32580]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:13.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:13 smithi080 ceph-mon[33374]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:15.690 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:15 smithi049 ceph-mon[29814]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:15.690 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:15 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:15.690 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:15 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:15.691 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:15 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:15.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:15 smithi052 ceph-mon[32580]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:15.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:15 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:15.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:15 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:15.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:15 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:15.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:15 smithi080 ceph-mon[33374]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:15.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:15 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:15.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:15 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:15.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:15 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:17.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:17 smithi049 ceph-mon[29814]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:17.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:17 smithi052 ceph-mon[32580]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:17.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:17 smithi080 ceph-mon[33374]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:18.328 INFO:teuthology.orchestra.run.smithi049.stdout:Created osd(s) 0 on host 'smithi049' 2024-02-07T13:26:18.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:18 smithi049 ceph-mon[29814]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-07T13:26:18.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:18 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:18.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:18 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:18.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:18 smithi052 ceph-mon[32580]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-07T13:26:18.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:18 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:18.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:18 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:18.936 DEBUG:teuthology.orchestra.run.smithi049:osd.0> sudo journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.0.service 2024-02-07T13:26:18.939 INFO:tasks.cephadm:Deploying osd.1 on smithi052 with /dev/vg_nvme/lv_4... 2024-02-07T13:26:18.939 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-07T13:26:18.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:18 smithi080 ceph-mon[33374]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-07T13:26:18.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:18 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:18.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:18 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:19.189 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.b/config 2024-02-07T13:26:19.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:19 smithi049 ceph-mon[29814]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:19.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:19 smithi049 ceph-mon[29814]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-07T13:26:19.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:19 smithi049 ceph-mon[29814]: osdmap e6: 1 total, 0 up, 1 in 2024-02-07T13:26:19.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:19 smithi049 ceph-mon[29814]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-07T13:26:19.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:19 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:19.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:19 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:19.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:19 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:19.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:19 smithi052 ceph-mon[32580]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:19.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:19 smithi052 ceph-mon[32580]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-07T13:26:19.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:19 smithi052 ceph-mon[32580]: osdmap e6: 1 total, 0 up, 1 in 2024-02-07T13:26:19.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:19 smithi052 ceph-mon[32580]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-07T13:26:19.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:19 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:19.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:19 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:19.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:19 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:19.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:19 smithi080 ceph-mon[33374]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:19.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:19 smithi080 ceph-mon[33374]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-07T13:26:19.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:19 smithi080 ceph-mon[33374]: osdmap e6: 1 total, 0 up, 1 in 2024-02-07T13:26:19.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:19 smithi080 ceph-mon[33374]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-07T13:26:19.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:19 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:19.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:19 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:19.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:19 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:20.249 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:26:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0[43049]: 2024-02-07T13:26:19.912+0000 7fe9c5fbd700 -1 osd.0 0 waiting for initial osdmap 2024-02-07T13:26:20.256 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:26:19 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0[43049]: 2024-02-07T13:26:19.914+0000 7fe9bddaf700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-07T13:26:20.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:20 smithi049 ceph-mon[29814]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-07T13:26:20.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:20 smithi049 ceph-mon[29814]: osdmap e7: 1 total, 0 up, 1 in 2024-02-07T13:26:20.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:20.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:20.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:20 smithi049 ceph-mon[29814]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' 2024-02-07T13:26:20.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:20 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:20.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:20 smithi052 ceph-mon[32580]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-07T13:26:20.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:20 smithi052 ceph-mon[32580]: osdmap e7: 1 total, 0 up, 1 in 2024-02-07T13:26:20.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:20 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:20.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:20 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:20.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:20 smithi052 ceph-mon[32580]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' 2024-02-07T13:26:20.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:20 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:20.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:20 smithi080 ceph-mon[33374]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-07T13:26:20.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:20 smithi080 ceph-mon[33374]: osdmap e7: 1 total, 0 up, 1 in 2024-02-07T13:26:20.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:20 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:20.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:20 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:20.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:20 smithi080 ceph-mon[33374]: from='osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998]' entity='osd.0' 2024-02-07T13:26:20.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:20 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:21.147 INFO:teuthology.orchestra.run.smithi052.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-07T13:26:21.147 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-02-07T13:26:21.147 INFO:teuthology.orchestra.run.smithi052.stderr: stderr: 10+0 records in 2024-02-07T13:26:21.147 INFO:teuthology.orchestra.run.smithi052.stderr:10+0 records out 2024-02-07T13:26:21.147 INFO:teuthology.orchestra.run.smithi052.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00847199 s, 1.2 GB/s 2024-02-07T13:26:21.147 INFO:teuthology.orchestra.run.smithi052.stderr:--> Zapping successful for: 2024-02-07T13:26:21.696 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:21 smithi049 ceph-mon[29814]: purged_snaps scrub starts 2024-02-07T13:26:21.696 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:21 smithi049 ceph-mon[29814]: purged_snaps scrub ok 2024-02-07T13:26:21.696 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:21 smithi049 ceph-mon[29814]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:21.696 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:21 smithi049 ceph-mon[29814]: osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998] boot 2024-02-07T13:26:21.696 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:21 smithi049 ceph-mon[29814]: osdmap e8: 1 total, 1 up, 1 in 2024-02-07T13:26:21.696 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:21 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:21.712 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:21 smithi052 ceph-mon[32580]: purged_snaps scrub starts 2024-02-07T13:26:21.712 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:21 smithi052 ceph-mon[32580]: purged_snaps scrub ok 2024-02-07T13:26:21.712 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:21 smithi052 ceph-mon[32580]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:21.712 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:21 smithi052 ceph-mon[32580]: osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998] boot 2024-02-07T13:26:21.712 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:21 smithi052 ceph-mon[32580]: osdmap e8: 1 total, 1 up, 1 in 2024-02-07T13:26:21.713 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:21 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:21.743 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi052:vg_nvme/lv_4 2024-02-07T13:26:21.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:21 smithi080 ceph-mon[33374]: purged_snaps scrub starts 2024-02-07T13:26:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:21 smithi080 ceph-mon[33374]: purged_snaps scrub ok 2024-02-07T13:26:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:21 smithi080 ceph-mon[33374]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T13:26:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:21 smithi080 ceph-mon[33374]: osd.0 [v2:172.21.15.49:6802/264206998,v1:172.21.15.49:6803/264206998] boot 2024-02-07T13:26:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:21 smithi080 ceph-mon[33374]: osdmap e8: 1 total, 1 up, 1 in 2024-02-07T13:26:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:21 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:26:21.987 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.b/config 2024-02-07T13:26:23.102 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:23.102 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: osdmap e9: 1 total, 1 up, 1 in 2024-02-07T13:26:23.102 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: Detected new or changed devices on smithi049 2024-02-07T13:26:23.102 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.102 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.102 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:26:23.102 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: Adjusting osd_memory_target on smithi049 to 17088M 2024-02-07T13:26:23.103 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.103 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:23.103 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:23.103 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.103 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:23.103 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:23.103 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:23.103 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: osdmap e9: 1 total, 1 up, 1 in 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: Detected new or changed devices on smithi049 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: Adjusting osd_memory_target on smithi049 to 17088M 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:23.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: osdmap e9: 1 total, 1 up, 1 in 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: Detected new or changed devices on smithi049 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: Adjusting osd_memory_target on smithi049 to 17088M 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:23.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:24.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:23 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T13:26:24.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:23 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T13:26:24.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:23 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:24.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:23 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T13:26:24.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:23 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T13:26:24.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:23 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:24.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:23 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T13:26:24.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:23 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T13:26:24.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:23 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:25.061 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:24 smithi052 ceph-mon[32580]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:25.061 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:24 smithi052 ceph-mon[32580]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:26:25.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:24 smithi080 ceph-mon[33374]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:25.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:24 smithi080 ceph-mon[33374]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:26:25.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:24 smithi049 ceph-mon[29814]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:25.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:24 smithi049 ceph-mon[29814]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:26:27.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:26 smithi080 ceph-mon[33374]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:27.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:26 smithi080 ceph-mon[33374]: from='client.? 172.21.15.52:0/505120141' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e54c8-09f5-45d3-9f33-f4868c6e8851"}]: dispatch 2024-02-07T13:26:27.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:26 smithi080 ceph-mon[33374]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e54c8-09f5-45d3-9f33-f4868c6e8851"}]: dispatch 2024-02-07T13:26:27.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:26 smithi080 ceph-mon[33374]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89e54c8-09f5-45d3-9f33-f4868c6e8851"}]': finished 2024-02-07T13:26:27.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:26 smithi080 ceph-mon[33374]: osdmap e10: 2 total, 1 up, 2 in 2024-02-07T13:26:27.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:26 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:27.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:26 smithi049 ceph-mon[29814]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:27.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:26 smithi049 ceph-mon[29814]: from='client.? 172.21.15.52:0/505120141' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e54c8-09f5-45d3-9f33-f4868c6e8851"}]: dispatch 2024-02-07T13:26:27.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:26 smithi049 ceph-mon[29814]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e54c8-09f5-45d3-9f33-f4868c6e8851"}]: dispatch 2024-02-07T13:26:27.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:26 smithi049 ceph-mon[29814]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89e54c8-09f5-45d3-9f33-f4868c6e8851"}]': finished 2024-02-07T13:26:27.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:26 smithi049 ceph-mon[29814]: osdmap e10: 2 total, 1 up, 2 in 2024-02-07T13:26:27.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:26 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:27.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:26 smithi052 ceph-mon[32580]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:27.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:26 smithi052 ceph-mon[32580]: from='client.? 172.21.15.52:0/505120141' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e54c8-09f5-45d3-9f33-f4868c6e8851"}]: dispatch 2024-02-07T13:26:27.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:26 smithi052 ceph-mon[32580]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e54c8-09f5-45d3-9f33-f4868c6e8851"}]: dispatch 2024-02-07T13:26:27.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:26 smithi052 ceph-mon[32580]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89e54c8-09f5-45d3-9f33-f4868c6e8851"}]': finished 2024-02-07T13:26:27.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:26 smithi052 ceph-mon[32580]: osdmap e10: 2 total, 1 up, 2 in 2024-02-07T13:26:27.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:26 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:28.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:27 smithi049 ceph-mon[29814]: from='client.? 172.21.15.52:0/4021271323' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T13:26:28.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:27 smithi080 ceph-mon[33374]: from='client.? 172.21.15.52:0/4021271323' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T13:26:28.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:27 smithi052 ceph-mon[32580]: from='client.? 172.21.15.52:0/4021271323' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T13:26:29.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:28 smithi080 ceph-mon[33374]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:29.352 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:28 smithi052 ceph-mon[32580]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:29.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:28 smithi049 ceph-mon[29814]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:31.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:30 smithi080 ceph-mon[33374]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:31.326 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:30 smithi052 ceph-mon[32580]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:31.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:30 smithi049 ceph-mon[29814]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:33.709 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:33 smithi052 ceph-mon[32580]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:33.709 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:33 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-07T13:26:33.709 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:33 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:33.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:33 smithi049 ceph-mon[29814]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-07T13:26:33.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:33 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:33.884 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:33 smithi080 ceph-mon[33374]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:33.884 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-07T13:26:33.884 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:33 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:34.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:34 smithi052 ceph-mon[32580]: Deploying daemon osd.1 on smithi052 2024-02-07T13:26:34.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:34 smithi049 ceph-mon[29814]: Deploying daemon osd.1 on smithi052 2024-02-07T13:26:34.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:34 smithi080 ceph-mon[33374]: Deploying daemon osd.1 on smithi052 2024-02-07T13:26:35.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:35 smithi049 ceph-mon[29814]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:35.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:35 smithi052 ceph-mon[32580]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:35.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:35 smithi080 ceph-mon[33374]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:37.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:37 smithi049 ceph-mon[29814]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:37.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:37 smithi052 ceph-mon[32580]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:37.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:37 smithi080 ceph-mon[33374]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:39.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:39 smithi080 ceph-mon[33374]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:39.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:39 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:39.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:39 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:39.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:39 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:39.555 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:39 smithi052 ceph-mon[32580]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:39.555 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:39 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:39.555 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:39 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:39.555 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:39 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:39.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:39 smithi049 ceph-mon[29814]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:39.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:39 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:39.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:39 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:39.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:39 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:41.356 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:41 smithi052 ceph-mon[32580]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:41.438 INFO:teuthology.orchestra.run.smithi052.stdout:Created osd(s) 1 on host 'smithi052' 2024-02-07T13:26:41.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:41 smithi080 ceph-mon[33374]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:41.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:41 smithi049 ceph-mon[29814]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:42.054 DEBUG:teuthology.orchestra.run.smithi052:osd.1> sudo journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.1.service 2024-02-07T13:26:42.056 INFO:tasks.cephadm:Deploying osd.2 on smithi080 with /dev/vg_nvme/lv_4... 2024-02-07T13:26:42.057 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-07T13:26:42.305 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T13:26:42.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:42 smithi052 ceph-mon[32580]: from='osd.1 [v2:172.21.15.52:6800/4141897745,v1:172.21.15.52:6801/4141897745]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-07T13:26:42.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:42 smithi052 ceph-mon[32580]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-07T13:26:42.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:42.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:42.426 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:42 smithi080 ceph-mon[33374]: from='osd.1 [v2:172.21.15.52:6800/4141897745,v1:172.21.15.52:6801/4141897745]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-07T13:26:42.426 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:42 smithi080 ceph-mon[33374]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-07T13:26:42.427 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:42.427 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:42.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:42 smithi049 ceph-mon[29814]: from='osd.1 [v2:172.21.15.52:6800/4141897745,v1:172.21.15.52:6801/4141897745]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-07T13:26:42.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:42 smithi049 ceph-mon[29814]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-07T13:26:42.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:42.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:43.363 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:26:43 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1[37190]: 2024-02-07T13:26:43.154+0000 7f14a5a11700 -1 osd.1 0 waiting for initial osdmap 2024-02-07T13:26:43.363 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:26:43 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1[37190]: 2024-02-07T13:26:43.157+0000 7f14a180b700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-07T13:26:43.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:43 smithi052 ceph-mon[32580]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:43.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:43 smithi052 ceph-mon[32580]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-07T13:26:43.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:43 smithi052 ceph-mon[32580]: osdmap e11: 2 total, 1 up, 2 in 2024-02-07T13:26:43.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:43 smithi052 ceph-mon[32580]: from='osd.1 [v2:172.21.15.52:6800/4141897745,v1:172.21.15.52:6801/4141897745]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-02-07T13:26:43.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:43 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:43.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:43 smithi052 ceph-mon[32580]: 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-02-07T13:26:43.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:43 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:43.364 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:43 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:43.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:43 smithi080 ceph-mon[33374]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:43.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:43 smithi080 ceph-mon[33374]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-07T13:26:43.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:43 smithi080 ceph-mon[33374]: osdmap e11: 2 total, 1 up, 2 in 2024-02-07T13:26:43.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:43 smithi080 ceph-mon[33374]: from='osd.1 [v2:172.21.15.52:6800/4141897745,v1:172.21.15.52:6801/4141897745]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-02-07T13:26:43.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:43 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:43.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:43 smithi080 ceph-mon[33374]: 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-02-07T13:26:43.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:43 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:43.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:43 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:43 smithi049 ceph-mon[29814]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:43.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:43 smithi049 ceph-mon[29814]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-07T13:26:43.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:43 smithi049 ceph-mon[29814]: osdmap e11: 2 total, 1 up, 2 in 2024-02-07T13:26:43.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:43 smithi049 ceph-mon[29814]: from='osd.1 [v2:172.21.15.52:6800/4141897745,v1:172.21.15.52:6801/4141897745]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-02-07T13:26:43.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:43 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:43.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:43 smithi049 ceph-mon[29814]: 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-02-07T13:26:43.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:43 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:43.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:43 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:44.215 INFO:teuthology.orchestra.run.smithi080.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-07T13:26:44.215 INFO:teuthology.orchestra.run.smithi080.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-07T13:26:44.215 INFO:teuthology.orchestra.run.smithi080.stderr: stderr: 10+0 records in 2024-02-07T13:26:44.216 INFO:teuthology.orchestra.run.smithi080.stderr:10+0 records out 2024-02-07T13:26:44.216 INFO:teuthology.orchestra.run.smithi080.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0115616 s, 907 MB/s 2024-02-07T13:26:44.216 INFO:teuthology.orchestra.run.smithi080.stderr:--> Zapping successful for: 2024-02-07T13:26:44.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:44 smithi052 ceph-mon[32580]: 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-02-07T13:26:44.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:44 smithi052 ceph-mon[32580]: osdmap e12: 2 total, 1 up, 2 in 2024-02-07T13:26:44.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:44 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:44.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:44 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:44.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:44 smithi080 ceph-mon[33374]: 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-02-07T13:26:44.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:44 smithi080 ceph-mon[33374]: osdmap e12: 2 total, 1 up, 2 in 2024-02-07T13:26:44.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:44 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:44.446 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:44 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:44.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:44 smithi049 ceph-mon[29814]: 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-02-07T13:26:44.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:44 smithi049 ceph-mon[29814]: osdmap e12: 2 total, 1 up, 2 in 2024-02-07T13:26:44.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:44 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:44.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:44 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:44.761 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi080:vg_nvme/lv_4 2024-02-07T13:26:44.992 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T13:26:45.421 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:45 smithi080 ceph-mon[33374]: purged_snaps scrub starts 2024-02-07T13:26:45.421 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:45 smithi080 ceph-mon[33374]: purged_snaps scrub ok 2024-02-07T13:26:45.421 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:45 smithi080 ceph-mon[33374]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:45.421 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:45 smithi080 ceph-mon[33374]: osd.1 [v2:172.21.15.52:6800/4141897745,v1:172.21.15.52:6801/4141897745] boot 2024-02-07T13:26:45.422 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:45 smithi080 ceph-mon[33374]: osdmap e13: 2 total, 2 up, 2 in 2024-02-07T13:26:45.422 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:45.431 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:45 smithi052 ceph-mon[32580]: purged_snaps scrub starts 2024-02-07T13:26:45.432 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:45 smithi052 ceph-mon[32580]: purged_snaps scrub ok 2024-02-07T13:26:45.432 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:45 smithi052 ceph-mon[32580]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:45.432 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:45 smithi052 ceph-mon[32580]: osd.1 [v2:172.21.15.52:6800/4141897745,v1:172.21.15.52:6801/4141897745] boot 2024-02-07T13:26:45.432 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:45 smithi052 ceph-mon[32580]: osdmap e13: 2 total, 2 up, 2 in 2024-02-07T13:26:45.432 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:45.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:45 smithi049 ceph-mon[29814]: purged_snaps scrub starts 2024-02-07T13:26:45.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:45 smithi049 ceph-mon[29814]: purged_snaps scrub ok 2024-02-07T13:26:45.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:45 smithi049 ceph-mon[29814]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T13:26:45.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:45 smithi049 ceph-mon[29814]: osd.1 [v2:172.21.15.52:6800/4141897745,v1:172.21.15.52:6801/4141897745] boot 2024-02-07T13:26:45.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:45 smithi049 ceph-mon[29814]: osdmap e13: 2 total, 2 up, 2 in 2024-02-07T13:26:45.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:26:46.273 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: osdmap e14: 2 total, 2 up, 2 in 2024-02-07T13:26:46.273 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: Detected new or changed devices on smithi052 2024-02-07T13:26:46.273 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.273 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.274 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:26:46.274 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: Adjusting osd_memory_target on smithi052 to 17093M 2024-02-07T13:26:46.274 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.274 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:46.274 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:46.274 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.274 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:46.274 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:46.274 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:46.274 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.511 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: osdmap e14: 2 total, 2 up, 2 in 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: Detected new or changed devices on smithi052 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: Adjusting osd_memory_target on smithi052 to 17093M 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:46.512 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: osdmap e14: 2 total, 2 up, 2 in 2024-02-07T13:26:46.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: Detected new or changed devices on smithi052 2024-02-07T13:26:46.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:26:46.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: Adjusting osd_memory_target on smithi052 to 17093M 2024-02-07T13:26:46.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:46.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:46.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:46.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:26:46.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:46.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:26:46.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:26:47.799 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:47 smithi049 ceph-mon[29814]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:47.799 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:47 smithi049 ceph-mon[29814]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:26:47.799 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:47 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T13:26:47.799 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:47 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T13:26:47.799 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:47 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:47.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:47 smithi052 ceph-mon[32580]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:47.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:47 smithi052 ceph-mon[32580]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:26:47.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:47 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T13:26:47.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:47 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T13:26:47.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:47 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:47.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:47 smithi080 ceph-mon[33374]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:47.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:47 smithi080 ceph-mon[33374]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:26:47.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:47 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T13:26:47.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:47 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T13:26:47.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:47 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:49 smithi049 ceph-mon[29814]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:49 smithi049 ceph-mon[29814]: from='client.? 172.21.15.80:0/26841073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "411d644e-b59c-4dd9-a3e8-65ee64b9578b"}]: dispatch 2024-02-07T13:26:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:49 smithi049 ceph-mon[29814]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "411d644e-b59c-4dd9-a3e8-65ee64b9578b"}]: dispatch 2024-02-07T13:26:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:49 smithi049 ceph-mon[29814]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "411d644e-b59c-4dd9-a3e8-65ee64b9578b"}]': finished 2024-02-07T13:26:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:49 smithi049 ceph-mon[29814]: osdmap e15: 3 total, 2 up, 3 in 2024-02-07T13:26:49.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:49 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:26:49.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:49 smithi052 ceph-mon[32580]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:49.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:49 smithi052 ceph-mon[32580]: from='client.? 172.21.15.80:0/26841073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "411d644e-b59c-4dd9-a3e8-65ee64b9578b"}]: dispatch 2024-02-07T13:26:49.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:49 smithi052 ceph-mon[32580]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "411d644e-b59c-4dd9-a3e8-65ee64b9578b"}]: dispatch 2024-02-07T13:26:49.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:49 smithi052 ceph-mon[32580]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "411d644e-b59c-4dd9-a3e8-65ee64b9578b"}]': finished 2024-02-07T13:26:49.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:49 smithi052 ceph-mon[32580]: osdmap e15: 3 total, 2 up, 3 in 2024-02-07T13:26:49.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:49 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:26:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:49 smithi080 ceph-mon[33374]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:49 smithi080 ceph-mon[33374]: from='client.? 172.21.15.80:0/26841073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "411d644e-b59c-4dd9-a3e8-65ee64b9578b"}]: dispatch 2024-02-07T13:26:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:49 smithi080 ceph-mon[33374]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "411d644e-b59c-4dd9-a3e8-65ee64b9578b"}]: dispatch 2024-02-07T13:26:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:49 smithi080 ceph-mon[33374]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "411d644e-b59c-4dd9-a3e8-65ee64b9578b"}]': finished 2024-02-07T13:26:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:49 smithi080 ceph-mon[33374]: osdmap e15: 3 total, 2 up, 3 in 2024-02-07T13:26:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:49 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:26:50.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:50 smithi049 ceph-mon[29814]: from='client.? 172.21.15.80:0/3834660295' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T13:26:50.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:50 smithi052 ceph-mon[32580]: from='client.? 172.21.15.80:0/3834660295' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T13:26:50.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:50 smithi080 ceph-mon[33374]: from='client.? 172.21.15.80:0/3834660295' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T13:26:51.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:51 smithi049 ceph-mon[29814]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:51.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:51 smithi052 ceph-mon[32580]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:51.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:51 smithi080 ceph-mon[33374]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:53.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:53 smithi049 ceph-mon[29814]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:53.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:53 smithi052 ceph-mon[32580]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:53.895 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:53 smithi080 ceph-mon[33374]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:55.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:55 smithi049 ceph-mon[29814]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:55.862 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:55 smithi052 ceph-mon[32580]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:55.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:55 smithi080 ceph-mon[33374]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:56.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-07T13:26:56.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:56 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:56.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-07T13:26:56.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:56 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:56.862 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-07T13:26:56.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:56 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:26:57.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:57 smithi049 ceph-mon[29814]: Deploying daemon osd.2 on smithi080 2024-02-07T13:26:57.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:57 smithi049 ceph-mon[29814]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:57.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:57 smithi052 ceph-mon[32580]: Deploying daemon osd.2 on smithi080 2024-02-07T13:26:57.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:57 smithi052 ceph-mon[32580]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:57.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:57 smithi080 ceph-mon[33374]: Deploying daemon osd.2 on smithi080 2024-02-07T13:26:57.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:57 smithi080 ceph-mon[33374]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:59.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:26:59 smithi049 ceph-mon[29814]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:59.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:26:59 smithi052 ceph-mon[32580]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:26:59.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:26:59 smithi080 ceph-mon[33374]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:01.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:01 smithi049 ceph-mon[29814]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:01.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:01 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:01.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:01 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:01.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:01 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:27:01.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:01 smithi052 ceph-mon[32580]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:01.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:01 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:01.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:01 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:01.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:01 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:27:01.910 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:01 smithi080 ceph-mon[33374]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:01.911 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:01 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:01.911 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:01 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:01.911 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:01 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:27:03.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:03 smithi080 ceph-mon[33374]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:03.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:03 smithi049 ceph-mon[29814]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:03 smithi052 ceph-mon[32580]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:04.678 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:04 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:04.678 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:04 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:04.678 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:04 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:27:04.678 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:04 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:27:04.678 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:04 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:04.678 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:04 smithi080 ceph-mon[33374]: from='osd.2 [v2:172.21.15.80:6800/2809192439,v1:172.21.15.80:6801/2809192439]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T13:27:04.678 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:04 smithi080 ceph-mon[33374]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T13:27:04.760 INFO:teuthology.orchestra.run.smithi080.stdout:Created osd(s) 2 on host 'smithi080' 2024-02-07T13:27:05.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:04 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:05.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:04 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:05.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:04 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:27:05.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:04 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:27:05.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:04 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:05.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:04 smithi049 ceph-mon[29814]: from='osd.2 [v2:172.21.15.80:6800/2809192439,v1:172.21.15.80:6801/2809192439]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T13:27:05.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:04 smithi049 ceph-mon[29814]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T13:27:05.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:04 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:05.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:04 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:05.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:04 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:27:05.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:04 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:27:05.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:04 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:05.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:04 smithi052 ceph-mon[32580]: from='osd.2 [v2:172.21.15.80:6800/2809192439,v1:172.21.15.80:6801/2809192439]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T13:27:05.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:04 smithi052 ceph-mon[32580]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T13:27:05.354 DEBUG:teuthology.orchestra.run.smithi080:osd.2> sudo journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.2.service 2024-02-07T13:27:05.356 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-02-07T13:27:05.356 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-07T13:27:05.616 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:05.931 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-mon[33374]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:05.932 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-mon[33374]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-07T13:27:05.932 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-mon[33374]: osdmap e16: 3 total, 2 up, 3 in 2024-02-07T13:27:05.932 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:05.932 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-mon[33374]: from='osd.2 [v2:172.21.15.80:6800/2809192439,v1:172.21.15.80:6801/2809192439]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-07T13:27:05.932 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-mon[33374]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-07T13:27:05.932 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:05.932 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:05.932 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:27:05.933 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2[38030]: 2024-02-07T13:27:05.669+0000 7fd2e073a700 -1 osd.2 0 waiting for initial osdmap 2024-02-07T13:27:05.933 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:27:05 smithi080 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2[38030]: 2024-02-07T13:27:05.672+0000 7fd2dc534700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-07T13:27:05.997 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:05 smithi049 ceph-mon[29814]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:05.997 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:05 smithi049 ceph-mon[29814]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-07T13:27:05.997 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:05 smithi049 ceph-mon[29814]: osdmap e16: 3 total, 2 up, 3 in 2024-02-07T13:27:05.997 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:05 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:05.997 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:05 smithi049 ceph-mon[29814]: from='osd.2 [v2:172.21.15.80:6800/2809192439,v1:172.21.15.80:6801/2809192439]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-07T13:27:05.997 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:05 smithi049 ceph-mon[29814]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-07T13:27:05.997 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:05 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:05.997 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:05 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:05.997 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:05 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:27:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:05 smithi052 ceph-mon[32580]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:05 smithi052 ceph-mon[32580]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-07T13:27:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:05 smithi052 ceph-mon[32580]: osdmap e16: 3 total, 2 up, 3 in 2024-02-07T13:27:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:05 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:05 smithi052 ceph-mon[32580]: from='osd.2 [v2:172.21.15.80:6800/2809192439,v1:172.21.15.80:6801/2809192439]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-07T13:27:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:05 smithi052 ceph-mon[32580]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-07T13:27:06.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:05 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:06.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:05 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:06.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:05 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:27:06.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:06 smithi049 ceph-mon[29814]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-07T13:27:06.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:06 smithi049 ceph-mon[29814]: osdmap e17: 3 total, 2 up, 3 in 2024-02-07T13:27:06.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:06 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:06.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:06 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:06.865 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:06 smithi080 ceph-mon[33374]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-07T13:27:06.865 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:06 smithi080 ceph-mon[33374]: osdmap e17: 3 total, 2 up, 3 in 2024-02-07T13:27:06.865 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:06 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:06.865 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:06 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:06.978 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:06 smithi052 ceph-mon[32580]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-07T13:27:06.978 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:06 smithi052 ceph-mon[32580]: osdmap e17: 3 total, 2 up, 3 in 2024-02-07T13:27:06.978 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:06 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:06.978 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:06 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:07.652 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:27:07.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:07 smithi049 ceph-mon[29814]: purged_snaps scrub starts 2024-02-07T13:27:07.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:07 smithi049 ceph-mon[29814]: purged_snaps scrub ok 2024-02-07T13:27:07.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:07 smithi049 ceph-mon[29814]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:07.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:07 smithi049 ceph-mon[29814]: osd.2 [v2:172.21.15.80:6800/2809192439,v1:172.21.15.80:6801/2809192439] boot 2024-02-07T13:27:07.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:07 smithi049 ceph-mon[29814]: osdmap e18: 3 total, 3 up, 3 in 2024-02-07T13:27:07.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:07 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:07.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:07 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/561827927' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-07T13:27:07.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:07 smithi080 ceph-mon[33374]: purged_snaps scrub starts 2024-02-07T13:27:07.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:07 smithi080 ceph-mon[33374]: purged_snaps scrub ok 2024-02-07T13:27:07.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:07 smithi080 ceph-mon[33374]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:07.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:07 smithi080 ceph-mon[33374]: osd.2 [v2:172.21.15.80:6800/2809192439,v1:172.21.15.80:6801/2809192439] boot 2024-02-07T13:27:07.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:07 smithi080 ceph-mon[33374]: osdmap e18: 3 total, 3 up, 3 in 2024-02-07T13:27:07.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:07 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:07.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:07 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/561827927' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-07T13:27:08.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:07 smithi052 ceph-mon[32580]: purged_snaps scrub starts 2024-02-07T13:27:08.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:07 smithi052 ceph-mon[32580]: purged_snaps scrub ok 2024-02-07T13:27:08.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:07 smithi052 ceph-mon[32580]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T13:27:08.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:07 smithi052 ceph-mon[32580]: osd.2 [v2:172.21.15.80:6800/2809192439,v1:172.21.15.80:6801/2809192439] boot 2024-02-07T13:27:08.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:07 smithi052 ceph-mon[32580]: osdmap e18: 3 total, 3 up, 3 in 2024-02-07T13:27:08.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:07 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:27:08.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:07 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/561827927' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-07T13:27:08.265 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1707312426,"num_in_osds":3,"osd_in_since":1707312409,"num_remapped_pgs":0} 2024-02-07T13:27:08.265 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-07T13:27:08.518 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:08.918 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:08 smithi049 ceph-mon[29814]: osdmap e19: 3 total, 3 up, 3 in 2024-02-07T13:27:08.919 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:08 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' 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-02-07T13:27:08.919 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:08 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:08.919 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:08 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:08.919 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:08 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:27:08.919 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:08 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:08.919 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:08 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:27:08.919 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:08 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:27:08.919 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:08 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:08.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:08 smithi080 ceph-mon[33374]: osdmap e19: 3 total, 3 up, 3 in 2024-02-07T13:27:08.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:08 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' 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-02-07T13:27:08.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:08 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:08.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:08 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:08.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:08 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:27:08.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:08 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:08.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:08 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:27:08.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:08 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:27:08.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:08 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:09.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:08 smithi052 ceph-mon[32580]: osdmap e19: 3 total, 3 up, 3 in 2024-02-07T13:27:09.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:08 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' 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-02-07T13:27:09.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:08 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:09.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:08 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:09.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:08 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:27:09.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:08 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:09.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:08 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:27:09.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:08 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:27:09.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:08 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:09.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:09 smithi080 ceph-mon[33374]: pgmap v82: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:09.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:09 smithi080 ceph-mon[33374]: Detected new or changed devices on smithi080 2024-02-07T13:27:09.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:09 smithi080 ceph-mon[33374]: Adjusting osd_memory_target on smithi080 to 21184M 2024-02-07T13:27:09.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:09 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' 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-02-07T13:27:09.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:09 smithi080 ceph-mon[33374]: osdmap e20: 3 total, 3 up, 3 in 2024-02-07T13:27:09.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:09 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-07T13:27:09.966 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:09 smithi049 ceph-mon[29814]: pgmap v82: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:09.966 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:09 smithi049 ceph-mon[29814]: Detected new or changed devices on smithi080 2024-02-07T13:27:09.966 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:09 smithi049 ceph-mon[29814]: Adjusting osd_memory_target on smithi080 to 21184M 2024-02-07T13:27:09.966 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:09 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' 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-02-07T13:27:09.966 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:09 smithi049 ceph-mon[29814]: osdmap e20: 3 total, 3 up, 3 in 2024-02-07T13:27:09.966 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:09 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-07T13:27:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:09 smithi052 ceph-mon[32580]: pgmap v82: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:09 smithi052 ceph-mon[32580]: Detected new or changed devices on smithi080 2024-02-07T13:27:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:09 smithi052 ceph-mon[32580]: Adjusting osd_memory_target on smithi080 to 21184M 2024-02-07T13:27:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:09 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' 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-02-07T13:27:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:09 smithi052 ceph-mon[32580]: osdmap e20: 3 total, 3 up, 3 in 2024-02-07T13:27:10.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:09 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-07T13:27:10.401 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:27:10.401 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":21,"fsid":"f871b8ca-c5bb-11ee-95b6-87774f69a715","created":"2024-02-07T13:23:41.169124+0000","modified":"2024-02-07T13:27:09.686031+0000","last_up_change":"2024-02-07T13:27:06.664450+0000","last_in_change":"2024-02-07T13:26:49.388727+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-02-07T13:27:08.320998+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"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":"36f4288d-b196-48fe-90e6-fe86251776f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6803","nonce":264206998}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6805","nonce":264206998}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6809","nonce":264206998}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6807","nonce":264206998}]},"public_addr":"172.21.15.49:6803/264206998","cluster_addr":"172.21.15.49:6805/264206998","heartbeat_back_addr":"172.21.15.49:6809/264206998","heartbeat_front_addr":"172.21.15.49:6807/264206998","state":["exists","up"]},{"osd":1,"uuid":"d89e54c8-09f5-45d3-9f33-f4868c6e8851","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6800","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6801","nonce":4141897745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6802","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6803","nonce":4141897745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6806","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6807","nonce":4141897745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6804","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6805","nonce":4141897745}]},"public_addr":"172.21.15.52:6801/4141897745","cluster_addr":"172.21.15.52:6803/4141897745","heartbeat_back_addr":"172.21.15.52:6807/4141897745","heartbeat_front_addr":"172.21.15.52:6805/4141897745","state":["exists","up"]},{"osd":2,"uuid":"411d644e-b59c-4dd9-a3e8-65ee64b9578b","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.80:6800","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6801","nonce":2809192439}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6803","nonce":2809192439}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6807","nonce":2809192439}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6805","nonce":2809192439}]},"public_addr":"172.21.15.80:6801/2809192439","cluster_addr":"172.21.15.80:6803/2809192439","heartbeat_back_addr":"172.21.15.80:6807/2809192439","heartbeat_front_addr":"172.21.15.80:6805/2809192439","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T13:26:19.097584+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T13:26:42.239605+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T13:27:05.339182+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:6800/4013673555":"2024-02-08T13:24:41.781604+0000","172.21.15.49:6801/4013673555":"2024-02-08T13:24:41.781604+0000","172.21.15.49:0/1048041228":"2024-02-08T13:24:41.781604+0000","172.21.15.49:0/2816900009":"2024-02-08T13:24:14.693758+0000","172.21.15.49:6800/1436207047":"2024-02-08T13:24:14.693758+0000","172.21.15.49:0/112668026":"2024-02-08T13:24:41.781604+0000","172.21.15.49:0/909420481":"2024-02-08T13:24:14.693758+0000","172.21.15.49:6801/1436207047":"2024-02-08T13:24:14.693758+0000","172.21.15.49:0/2620354299":"2024-02-08T13:24:14.693758+0000","172.21.15.49:0/80960779":"2024-02-08T13:24:41.781604+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-02-07T13:27:10.611 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:27:10 smithi049 sudo[47200]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T13:27:10.611 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:27:10 smithi049 sudo[47200]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:10.612 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:27:10 smithi049 sudo[47200]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:10.612 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:27:10 smithi049 sudo[47200]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:10.965 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:10 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-07T13:27:10.965 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:10 smithi052 ceph-mon[32580]: osdmap e21: 3 total, 3 up, 3 in 2024-02-07T13:27:10.965 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:10 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/1272058031' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T13:27:10.987 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:10 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-07T13:27:10.988 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:10 smithi049 ceph-mon[29814]: osdmap e21: 3 total, 3 up, 3 in 2024-02-07T13:27:10.988 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:10 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/1272058031' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T13:27:10.988 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:27:10 smithi049 sudo[47224]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T13:27:10.988 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:27:10 smithi049 sudo[47224]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:10.988 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:27:10 smithi049 sudo[47224]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:10.988 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:27:10 smithi049 sudo[47224]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:11.015 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-02-07T13:27:08.320998+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, '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-02-07T13:27:11.015 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-02-07T13:27:11.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:10 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-07T13:27:11.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:10 smithi080 ceph-mon[33374]: osdmap e21: 3 total, 3 up, 3 in 2024-02-07T13:27:11.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:10 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/1272058031' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T13:27:11.236 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:27:10 smithi052 sudo[41032]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T13:27:11.236 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:27:10 smithi052 sudo[41032]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:11.236 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:27:10 smithi052 sudo[41032]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:11.236 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:27:10 smithi052 sudo[41032]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:11.262 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:11.613 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:27:11 smithi052 sudo[41035]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T13:27:11.613 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:27:11 smithi052 sudo[41035]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:11.613 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:27:11 smithi052 sudo[41035]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:11.613 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:27:11 smithi052 sudo[41035]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:11.751 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:27:11 smithi080 sudo[41468]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T13:27:11.751 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:27:11 smithi080 sudo[41468]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:11.751 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:27:11 smithi080 sudo[41468]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:11.751 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:27:11 smithi080 sudo[41468]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:11.751 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:11 smithi080 ceph-mon[33374]: pgmap v85: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:11.751 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:11 smithi080 ceph-mon[33374]: osdmap e22: 3 total, 3 up, 3 in 2024-02-07T13:27:11.751 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:11 smithi080 ceph-mon[33374]: mgrmap e15: a(active, since 2m), standbys: b 2024-02-07T13:27:11.752 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:11 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:11.752 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:11 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:12.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:11 smithi049 ceph-mon[29814]: pgmap v85: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:12.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:11 smithi049 ceph-mon[29814]: osdmap e22: 3 total, 3 up, 3 in 2024-02-07T13:27:12.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:11 smithi049 ceph-mon[29814]: mgrmap e15: a(active, since 2m), standbys: b 2024-02-07T13:27:12.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:11 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:12.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:11 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:12.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:11 smithi052 ceph-mon[32580]: pgmap v85: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:12.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:11 smithi052 ceph-mon[32580]: osdmap e22: 3 total, 3 up, 3 in 2024-02-07T13:27:12.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:11 smithi052 ceph-mon[32580]: mgrmap e15: a(active, since 2m), standbys: b 2024-02-07T13:27:12.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:11 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:12.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:11 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:12.195 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:27:11 smithi080 sudo[41471]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T13:27:12.195 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:27:11 smithi080 sudo[41471]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:12.195 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:27:11 smithi080 sudo[41471]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:12.195 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:27:11 smithi080 sudo[41471]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:12.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:12 smithi049 sudo[47346]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T13:27:12.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:12 smithi049 sudo[47346]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:12.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:12 smithi049 sudo[47346]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:12.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:12 smithi049 sudo[47346]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:13.091 INFO:teuthology.orchestra.run.smithi049.stdout:pg_num: 1 2024-02-07T13:27:13.092 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:12 smithi049 sudo[47370]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T13:27:13.092 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:12 smithi049 sudo[47370]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:13.092 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:12 smithi049 sudo[47370]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:13.092 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:12 smithi049 sudo[47370]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:13.158 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:12 smithi080 sudo[41474]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T13:27:13.158 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:12 smithi080 sudo[41474]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:13.158 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:12 smithi080 sudo[41474]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:13.158 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:12 smithi080 sudo[41474]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:13.158 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 sudo[41477]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T13:27:13.158 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 sudo[41477]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:13.158 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 sudo[41477]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:13.159 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 sudo[41477]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:13.679 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 sudo[41038]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T13:27:13.679 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 sudo[41038]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:13.679 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 sudo[41038]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:13.679 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 sudo[41038]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:13.725 INFO:tasks.cephadm:Setting up client nodes... 2024-02-07T13:27:13.725 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-07T13:27:13.726 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-07T13:27:13.726 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph mgr dump --format=json 2024-02-07T13:27:13.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:13.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 ceph-mon[33374]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T13:27:13.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 ceph-mon[33374]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:13.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 ceph-mon[33374]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T13:27:13.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:27:13.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:27:13.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:27:13.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:27:13.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:27:13.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:13 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:27:13.976 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:14.098 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:13 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:14.098 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:13 smithi049 ceph-mon[29814]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T13:27:14.098 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:13 smithi049 ceph-mon[29814]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:14.098 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:13 smithi049 ceph-mon[29814]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T13:27:14.098 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:13 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:27:14.099 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:13 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:27:14.099 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:13 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:27:14.099 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:13 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:27:14.099 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:13 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:27:14.099 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:13 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:27:14.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 sudo[41041]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T13:27:14.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 sudo[41041]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T13:27:14.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 sudo[41041]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T13:27:14.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 sudo[41041]: pam_unix(sudo:session): session closed for user root 2024-02-07T13:27:14.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:14.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 ceph-mon[32580]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T13:27:14.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 ceph-mon[32580]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:14.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 ceph-mon[32580]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T13:27:14.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:27:14.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:27:14.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:27:14.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:27:14.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:27:14.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:13 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:27:14.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:14 smithi080 ceph-mon[33374]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T13:27:14.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:14 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/66253792' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-07T13:27:14.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:14 smithi080 ceph-mon[33374]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T13:27:14.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:14 smithi080 ceph-mon[33374]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T13:27:14.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:14 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:27:14.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:14 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:27:14.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:14 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:27:14.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:14 smithi080 ceph-mon[33374]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T13:27:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:14 smithi049 ceph-mon[29814]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T13:27:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:14 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/66253792' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-07T13:27:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:14 smithi049 ceph-mon[29814]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T13:27:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:14 smithi049 ceph-mon[29814]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T13:27:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:14 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:27:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:14 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:27:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:14 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:27:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:14 smithi049 ceph-mon[29814]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T13:27:15.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:14 smithi052 ceph-mon[32580]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T13:27:15.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:14 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/66253792' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-07T13:27:15.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:14 smithi052 ceph-mon[32580]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T13:27:15.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:14 smithi052 ceph-mon[32580]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T13:27:15.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:14 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:27:15.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:14 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:27:15.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:14 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:27:15.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:14 smithi052 ceph-mon[32580]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T13:27:15.908 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:27:15.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:15 smithi080 ceph-mon[33374]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:16.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:15 smithi049 ceph-mon[29814]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:16.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:15 smithi052 ceph-mon[32580]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:16.555 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6800","nonce":460811821},{"type":"v1","addr":"172.21.15.49:6801","nonce":460811821}]},"active_addr":"172.21.15.49:6801/460811821","active_change":"2024-02-07T13:24:41.781718+0000","active_mgr_features":4540701272860131327,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540701272860131327,"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/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:latest","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":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":[]}}},{"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/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:latest","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":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.49:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":252683788}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":4163127367}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":496100807}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":3913582715}]}]} 2024-02-07T13:27:16.562 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-07T13:27:16.562 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-07T13:27:16.563 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-07T13:27:16.812 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:16.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:16 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/1208988397' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-07T13:27:16.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:16 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/1208988397' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-07T13:27:17.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:16 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/1208988397' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-07T13:27:17.930 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:17 smithi049 ceph-mon[29814]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 7.0 KiB/s rd, 358 KiB/s wr, 23 op/s 2024-02-07T13:27:17.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:17 smithi080 ceph-mon[33374]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 7.0 KiB/s rd, 358 KiB/s wr, 23 op/s 2024-02-07T13:27:18.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:17 smithi052 ceph-mon[32580]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 7.0 KiB/s rd, 358 KiB/s wr, 23 op/s 2024-02-07T13:27:18.677 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:27:18.677 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":22,"fsid":"f871b8ca-c5bb-11ee-95b6-87774f69a715","created":"2024-02-07T13:23:41.169124+0000","modified":"2024-02-07T13:27:10.695722+0000","last_up_change":"2024-02-07T13:27:06.664450+0000","last_in_change":"2024-02-07T13:26:49.388727+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-02-07T13:27:08.320998+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"36f4288d-b196-48fe-90e6-fe86251776f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6803","nonce":264206998}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6805","nonce":264206998}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6809","nonce":264206998}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6807","nonce":264206998}]},"public_addr":"172.21.15.49:6803/264206998","cluster_addr":"172.21.15.49:6805/264206998","heartbeat_back_addr":"172.21.15.49:6809/264206998","heartbeat_front_addr":"172.21.15.49:6807/264206998","state":["exists","up"]},{"osd":1,"uuid":"d89e54c8-09f5-45d3-9f33-f4868c6e8851","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6800","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6801","nonce":4141897745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6802","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6803","nonce":4141897745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6806","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6807","nonce":4141897745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6804","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6805","nonce":4141897745}]},"public_addr":"172.21.15.52:6801/4141897745","cluster_addr":"172.21.15.52:6803/4141897745","heartbeat_back_addr":"172.21.15.52:6807/4141897745","heartbeat_front_addr":"172.21.15.52:6805/4141897745","state":["exists","up"]},{"osd":2,"uuid":"411d644e-b59c-4dd9-a3e8-65ee64b9578b","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.80:6800","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6801","nonce":2809192439}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6803","nonce":2809192439}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6807","nonce":2809192439}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6805","nonce":2809192439}]},"public_addr":"172.21.15.80:6801/2809192439","cluster_addr":"172.21.15.80:6803/2809192439","heartbeat_back_addr":"172.21.15.80:6807/2809192439","heartbeat_front_addr":"172.21.15.80:6805/2809192439","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T13:26:19.097584+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T13:26:42.239605+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T13:27:05.339182+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:6800/4013673555":"2024-02-08T13:24:41.781604+0000","172.21.15.49:6801/4013673555":"2024-02-08T13:24:41.781604+0000","172.21.15.49:0/1048041228":"2024-02-08T13:24:41.781604+0000","172.21.15.49:0/2816900009":"2024-02-08T13:24:14.693758+0000","172.21.15.49:6800/1436207047":"2024-02-08T13:24:14.693758+0000","172.21.15.49:0/112668026":"2024-02-08T13:24:41.781604+0000","172.21.15.49:0/909420481":"2024-02-08T13:24:14.693758+0000","172.21.15.49:6801/1436207047":"2024-02-08T13:24:14.693758+0000","172.21.15.49:0/2620354299":"2024-02-08T13:24:14.693758+0000","172.21.15.49:0/80960779":"2024-02-08T13:24:41.781604+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-02-07T13:27:18.978 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:18 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/3081867494' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T13:27:19.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:18 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/3081867494' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T13:27:19.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:18 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/3081867494' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T13:27:19.250 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-07T13:27:19.250 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-07T13:27:19.494 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:19.882 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:19 smithi049 ceph-mon[29814]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.1 KiB/s rd, 257 KiB/s wr, 17 op/s 2024-02-07T13:27:20.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:19 smithi052 ceph-mon[32580]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.1 KiB/s rd, 257 KiB/s wr, 17 op/s 2024-02-07T13:27:20.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:19 smithi080 ceph-mon[33374]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.1 KiB/s rd, 257 KiB/s wr, 17 op/s 2024-02-07T13:27:21.312 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:27:21.312 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":22,"fsid":"f871b8ca-c5bb-11ee-95b6-87774f69a715","created":"2024-02-07T13:23:41.169124+0000","modified":"2024-02-07T13:27:10.695722+0000","last_up_change":"2024-02-07T13:27:06.664450+0000","last_in_change":"2024-02-07T13:26:49.388727+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-02-07T13:27:08.320998+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"36f4288d-b196-48fe-90e6-fe86251776f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6803","nonce":264206998}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6805","nonce":264206998}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6809","nonce":264206998}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":264206998},{"type":"v1","addr":"172.21.15.49:6807","nonce":264206998}]},"public_addr":"172.21.15.49:6803/264206998","cluster_addr":"172.21.15.49:6805/264206998","heartbeat_back_addr":"172.21.15.49:6809/264206998","heartbeat_front_addr":"172.21.15.49:6807/264206998","state":["exists","up"]},{"osd":1,"uuid":"d89e54c8-09f5-45d3-9f33-f4868c6e8851","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6800","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6801","nonce":4141897745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6802","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6803","nonce":4141897745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6806","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6807","nonce":4141897745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6804","nonce":4141897745},{"type":"v1","addr":"172.21.15.52:6805","nonce":4141897745}]},"public_addr":"172.21.15.52:6801/4141897745","cluster_addr":"172.21.15.52:6803/4141897745","heartbeat_back_addr":"172.21.15.52:6807/4141897745","heartbeat_front_addr":"172.21.15.52:6805/4141897745","state":["exists","up"]},{"osd":2,"uuid":"411d644e-b59c-4dd9-a3e8-65ee64b9578b","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.80:6800","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6801","nonce":2809192439}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6803","nonce":2809192439}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6807","nonce":2809192439}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":2809192439},{"type":"v1","addr":"172.21.15.80:6805","nonce":2809192439}]},"public_addr":"172.21.15.80:6801/2809192439","cluster_addr":"172.21.15.80:6803/2809192439","heartbeat_back_addr":"172.21.15.80:6807/2809192439","heartbeat_front_addr":"172.21.15.80:6805/2809192439","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T13:26:19.097584+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T13:26:42.239605+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T13:27:05.339182+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:6800/4013673555":"2024-02-08T13:24:41.781604+0000","172.21.15.49:6801/4013673555":"2024-02-08T13:24:41.781604+0000","172.21.15.49:0/1048041228":"2024-02-08T13:24:41.781604+0000","172.21.15.49:0/2816900009":"2024-02-08T13:24:14.693758+0000","172.21.15.49:6800/1436207047":"2024-02-08T13:24:14.693758+0000","172.21.15.49:0/112668026":"2024-02-08T13:24:41.781604+0000","172.21.15.49:0/909420481":"2024-02-08T13:24:14.693758+0000","172.21.15.49:6801/1436207047":"2024-02-08T13:24:14.693758+0000","172.21.15.49:0/2620354299":"2024-02-08T13:24:14.693758+0000","172.21.15.49:0/80960779":"2024-02-08T13:24:41.781604+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-02-07T13:27:21.900 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:21 smithi049 ceph-mon[29814]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 201 KiB/s wr, 13 op/s 2024-02-07T13:27:21.900 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:21 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/2343726070' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T13:27:21.930 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-07T13:27:21.931 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-07T13:27:21.931 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-07T13:27:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:21 smithi052 ceph-mon[32580]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 201 KiB/s wr, 13 op/s 2024-02-07T13:27:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:21 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/2343726070' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T13:27:22.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:21 smithi080 ceph-mon[33374]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 201 KiB/s wr, 13 op/s 2024-02-07T13:27:22.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:21 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/2343726070' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T13:27:22.198 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:22.203 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:22.204 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:23.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:23 smithi049 ceph-mon[29814]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 165 KiB/s wr, 10 op/s 2024-02-07T13:27:23.998 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:23 smithi080 ceph-mon[33374]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 165 KiB/s wr, 10 op/s 2024-02-07T13:27:24.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:23 smithi052 ceph-mon[32580]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 165 KiB/s wr, 10 op/s 2024-02-07T13:27:26.009 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:25 smithi049 ceph-mon[29814]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-02-07T13:27:26.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:25 smithi052 ceph-mon[32580]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-02-07T13:27:26.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:25 smithi080 ceph-mon[33374]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-02-07T13:27:27.075 INFO:teuthology.orchestra.run.smithi049.stdout:34359738384 2024-02-07T13:27:27.076 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-07T13:27:27.805 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:27 smithi049 ceph-mon[29814]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-02-07T13:27:28.109 INFO:teuthology.orchestra.run.smithi049.stdout:55834574860 2024-02-07T13:27:28.109 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-07T13:27:28.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:27 smithi052 ceph-mon[32580]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-02-07T13:27:28.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:27 smithi080 ceph-mon[33374]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-02-07T13:27:28.573 INFO:teuthology.orchestra.run.smithi049.stdout:77309411335 2024-02-07T13:27:28.574 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-07T13:27:28.575 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:29.242 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:29.245 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:30.092 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:29 smithi049 ceph-mon[29814]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:30.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:29 smithi052 ceph-mon[32580]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:30.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:29 smithi080 ceph-mon[33374]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:32.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:31 smithi049 ceph-mon[29814]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:32.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:31 smithi052 ceph-mon[32580]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:32.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:31 smithi080 ceph-mon[33374]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:32.982 INFO:teuthology.orchestra.run.smithi049.stdout:77309411336 2024-02-07T13:27:33.202 INFO:teuthology.orchestra.run.smithi049.stdout:34359738386 2024-02-07T13:27:33.799 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:33 smithi049 ceph-mon[29814]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:33.799 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:33 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/1083798841' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-07T13:27:33.799 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:33 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/2408412427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-07T13:27:33.827 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738386 for osd.0 2024-02-07T13:27:33.827 DEBUG:teuthology.parallel:result is None 2024-02-07T13:27:34.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:33 smithi052 ceph-mon[32580]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:34.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:33 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/1083798841' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-07T13:27:34.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:33 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/2408412427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-07T13:27:34.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:33 smithi080 ceph-mon[33374]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:34.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:33 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/1083798841' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-07T13:27:34.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:33 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/2408412427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-07T13:27:34.263 INFO:teuthology.orchestra.run.smithi049.stdout:55834574861 2024-02-07T13:27:34.452 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411335 got 77309411336 for osd.2 2024-02-07T13:27:34.453 DEBUG:teuthology.parallel:result is None 2024-02-07T13:27:34.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:34 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/1000589662' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-07T13:27:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:34 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/1000589662' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-07T13:27:35.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:34 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/1000589662' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-07T13:27:35.182 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574861 for osd.1 2024-02-07T13:27:35.183 DEBUG:teuthology.parallel:result is None 2024-02-07T13:27:35.183 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-07T13:27:35.183 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-07T13:27:35.428 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:35.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:35 smithi049 ceph-mon[29814]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:36.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:35 smithi052 ceph-mon[32580]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:36.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:35 smithi080 ceph-mon[33374]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:37.178 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:27:37.180 INFO:teuthology.orchestra.run.smithi049.stderr:dumped all 2024-02-07T13:27:37.752 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:37 smithi049 ceph-mon[29814]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:37.780 INFO:teuthology.orchestra.run.smithi049.stdout:{"pg_ready":true,"pg_map":{"version":99,"stamp":"2024-02-07T13:27:35.812963+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":88748,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146708,"statfs":{"total":287985106944,"available":287894228992,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.002292"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-02-07T13:27:13.696789+0000","last_change":"2024-02-07T13:27:09.695898+0000","last_active":"2024-02-07T13:27:13.696789+0000","last_peered":"2024-02-07T13:27:13.696789+0000","last_clean":"2024-02-07T13:27:13.696789+0000","last_became_active":"2024-02-07T13:27:09.694941+0000","last_became_peered":"2024-02-07T13:27:09.694941+0000","last_unstale":"2024-02-07T13:27:13.696789+0000","last_undegraded":"2024-02-07T13:27:13.696789+0000","last_fullsized":"2024-02-07T13:27:13.696789+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-07T13:27:08.679299+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-07T13:27:08.679299+0000","last_clean_scrub_stamp":"2024-02-07T13:27:08.679299+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-02-08T16:12:21.884616+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":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50700000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38500000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]}]},{"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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.314}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]}]}],"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-02-07T13:27:37.781 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-07T13:27:38.026 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:38.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:37 smithi052 ceph-mon[32580]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:38.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:37 smithi080 ceph-mon[33374]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:39.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:38 smithi049 ceph-mon[29814]: from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:27:39.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:38 smithi052 ceph-mon[32580]: from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:27:39.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:38 smithi080 ceph-mon[33374]: from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:27:39.867 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:27:39.869 INFO:teuthology.orchestra.run.smithi049.stderr:dumped all 2024-02-07T13:27:40.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:39 smithi049 ceph-mon[29814]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:40.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:39 smithi052 ceph-mon[32580]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:40.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:39 smithi080 ceph-mon[33374]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:40.468 INFO:teuthology.orchestra.run.smithi049.stdout:{"pg_ready":true,"pg_map":{"version":101,"stamp":"2024-02-07T13:27:39.813594+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":88748,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146708,"statfs":{"total":287985106944,"available":287894228992,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.002147"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-02-07T13:27:13.696789+0000","last_change":"2024-02-07T13:27:09.695898+0000","last_active":"2024-02-07T13:27:13.696789+0000","last_peered":"2024-02-07T13:27:13.696789+0000","last_clean":"2024-02-07T13:27:13.696789+0000","last_became_active":"2024-02-07T13:27:09.694941+0000","last_became_peered":"2024-02-07T13:27:09.694941+0000","last_unstale":"2024-02-07T13:27:13.696789+0000","last_undegraded":"2024-02-07T13:27:13.696789+0000","last_fullsized":"2024-02-07T13:27:13.696789+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-07T13:27:08.679299+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-07T13:27:08.679299+0000","last_clean_scrub_stamp":"2024-02-07T13:27:08.679299+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-02-08T16:12:21.884616+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":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50700000000000001}]}]},{"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":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64100000000000001}]}]},{"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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.314}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]}]}],"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-02-07T13:27:40.469 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-07T13:27:40.469 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-07T13:27:40.469 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-07T13:27:40.469 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- ceph health --format=json 2024-02-07T13:27:40.716 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:41.821 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:41 smithi049 ceph-mon[29814]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:41.821 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:41 smithi049 ceph-mon[29814]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:27:42.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:41 smithi052 ceph-mon[32580]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:42.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:41 smithi052 ceph-mon[32580]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:27:42.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:41 smithi080 ceph-mon[33374]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:42.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:41 smithi080 ceph-mon[33374]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:27:42.594 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:27:42.594 INFO:teuthology.orchestra.run.smithi049.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-07T13:27:42.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:42 smithi049 ceph-mon[29814]: from='client.? 172.21.15.49:0/1145711377' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-07T13:27:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:42 smithi052 ceph-mon[32580]: from='client.? 172.21.15.49:0/1145711377' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-07T13:27:43.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:42 smithi080 ceph-mon[33374]: from='client.? 172.21.15.49:0/1145711377' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-07T13:27:43.221 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-07T13:27:43.221 INFO:tasks.cephadm:Setup complete, yielding 2024-02-07T13:27:43.222 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-07T13:27:43.232 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-02-07T13:27:43.232 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 -- bash -c 'set -e 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> set -x 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch apply node-exporter 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch apply grafana 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch apply alertmanager 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch apply prometheus 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> sleep 240 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch ls 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch ps 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch host ls 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-02-07T13:27:43.233 DEBUG:teuthology.orchestra.run.smithi049:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> # check each host node-exporter metrics endpoint is responsive 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> for ip in $ALL_HOST_IPS; do 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${ip}:9100/metric 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> done 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> # check grafana endpoints are responsive and database health is okay 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> # stop mon daemon in order to trigger an alert 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch daemon stop $MON_DAEMON 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> sleep 120 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> # check prometheus endpoints are responsive and mon down alert is firing 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-02-07T13:27:43.234 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-02-07T13:27:43.235 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-02-07T13:27:43.235 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-02-07T13:27:43.235 DEBUG:teuthology.orchestra.run.smithi049:> # check alertmanager endpoints are responsive and mon down alert is active 2024-02-07T13:27:43.235 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-02-07T13:27:43.235 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-02-07T13:27:43.235 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-02-07T13:27:43.235 DEBUG:teuthology.orchestra.run.smithi049:> ' 2024-02-07T13:27:43.493 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T13:27:43.881 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:43 smithi049 ceph-mon[29814]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:44.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:43 smithi052 ceph-mon[32580]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:44.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:43 smithi080 ceph-mon[33374]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:45.003 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch apply node-exporter 2024-02-07T13:27:45.248 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled node-exporter update... 2024-02-07T13:27:45.261 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch apply grafana 2024-02-07T13:27:45.586 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled grafana update... 2024-02-07T13:27:45.599 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch apply alertmanager 2024-02-07T13:27:45.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:45 smithi049 ceph-mon[29814]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:45.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:45.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:27:45.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:45 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:45.930 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled alertmanager update... 2024-02-07T13:27:45.943 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch apply prometheus 2024-02-07T13:27:46.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:45 smithi052 ceph-mon[32580]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:46.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:46.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:27:46.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:45 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:46.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:45 smithi080 ceph-mon[33374]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:46.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:46.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:27:46.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:45 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:46.276 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled prometheus update... 2024-02-07T13:27:46.288 INFO:teuthology.orchestra.run.smithi049.stderr:+ sleep 240 2024-02-07T13:27:46.964 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:46 smithi049 ceph-mon[29814]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:46.964 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:46 smithi049 ceph-mon[29814]: Saving service node-exporter spec with placement * 2024-02-07T13:27:46.964 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:46 smithi049 ceph-mon[29814]: from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:46.964 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:46 smithi049 ceph-mon[29814]: Saving service grafana spec with placement count:1 2024-02-07T13:27:46.964 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:27:46.964 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:27:46.964 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:46.964 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:46.964 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:46 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:47.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:46 smithi052 ceph-mon[32580]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:47.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:46 smithi052 ceph-mon[32580]: Saving service node-exporter spec with placement * 2024-02-07T13:27:47.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:46 smithi052 ceph-mon[32580]: from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:47.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:46 smithi052 ceph-mon[32580]: Saving service grafana spec with placement count:1 2024-02-07T13:27:47.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:27:47.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:27:47.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:47.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:47.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:46 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:47.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:46 smithi080 ceph-mon[33374]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:47.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:46 smithi080 ceph-mon[33374]: Saving service node-exporter spec with placement * 2024-02-07T13:27:47.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:46 smithi080 ceph-mon[33374]: from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:47.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:46 smithi080 ceph-mon[33374]: Saving service grafana spec with placement count:1 2024-02-07T13:27:47.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:27:47.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:27:47.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:47.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:47.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:46 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:48.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:47 smithi049 ceph-mon[29814]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:48.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:47 smithi049 ceph-mon[29814]: Deploying daemon node-exporter.smithi049 on smithi049 2024-02-07T13:27:48.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:47 smithi049 ceph-mon[29814]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:48.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:47 smithi049 ceph-mon[29814]: Saving service alertmanager spec with placement count:1 2024-02-07T13:27:48.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:47 smithi049 ceph-mon[29814]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:48.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:47 smithi049 ceph-mon[29814]: Saving service prometheus spec with placement count:1 2024-02-07T13:27:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:47 smithi052 ceph-mon[32580]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:47 smithi052 ceph-mon[32580]: Deploying daemon node-exporter.smithi049 on smithi049 2024-02-07T13:27:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:47 smithi052 ceph-mon[32580]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:47 smithi052 ceph-mon[32580]: Saving service alertmanager spec with placement count:1 2024-02-07T13:27:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:47 smithi052 ceph-mon[32580]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:47 smithi052 ceph-mon[32580]: Saving service prometheus spec with placement count:1 2024-02-07T13:27:48.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:47 smithi080 ceph-mon[33374]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:48.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:47 smithi080 ceph-mon[33374]: Deploying daemon node-exporter.smithi049 on smithi049 2024-02-07T13:27:48.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:47 smithi080 ceph-mon[33374]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:48.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:47 smithi080 ceph-mon[33374]: Saving service alertmanager spec with placement count:1 2024-02-07T13:27:48.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:47 smithi080 ceph-mon[33374]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:27:48.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:47 smithi080 ceph-mon[33374]: Saving service prometheus spec with placement count:1 2024-02-07T13:27:50.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:49 smithi049 ceph-mon[29814]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:50.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:49 smithi052 ceph-mon[32580]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:50.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:49 smithi080 ceph-mon[33374]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:51.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:50 smithi049 ceph-mon[29814]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:51.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:50 smithi052 ceph-mon[32580]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:51.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:50 smithi080 ceph-mon[33374]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:53.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:53 smithi049 ceph-mon[29814]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:53.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:53 smithi052 ceph-mon[32580]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:53.898 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:53 smithi080 ceph-mon[33374]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:55.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:55 smithi049 ceph-mon[29814]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:55.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:55.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:55.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:55 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:55.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:55 smithi049 ceph-mon[29814]: Deploying daemon node-exporter.smithi052 on smithi052 2024-02-07T13:27:55.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:55 smithi052 ceph-mon[32580]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:55.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:55 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:55.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:55 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:55.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:55 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:55.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:55 smithi052 ceph-mon[32580]: Deploying daemon node-exporter.smithi052 on smithi052 2024-02-07T13:27:55.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:55 smithi080 ceph-mon[33374]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:55.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:55 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:55.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:55 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:55.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:55 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:55.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:55 smithi080 ceph-mon[33374]: Deploying daemon node-exporter.smithi052 on smithi052 2024-02-07T13:27:57.846 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:57 smithi052 ceph-mon[32580]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:57.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:57 smithi049 ceph-mon[29814]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:57.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:57 smithi080 ceph-mon[33374]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:59.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:59 smithi049 ceph-mon[29814]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:59.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:59 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:59.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:59 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:59.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:59 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:59.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:27:59 smithi049 ceph-mon[29814]: Deploying daemon node-exporter.smithi080 on smithi080 2024-02-07T13:27:59.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:59 smithi052 ceph-mon[32580]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:59.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:59 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:59.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:59 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:59.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:59 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:59.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:27:59 smithi052 ceph-mon[32580]: Deploying daemon node-exporter.smithi080 on smithi080 2024-02-07T13:27:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:59 smithi080 ceph-mon[33374]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:27:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:59 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:59 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:59 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:27:59.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:27:59 smithi080 ceph-mon[33374]: Deploying daemon node-exporter.smithi080 on smithi080 2024-02-07T13:28:01.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:01 smithi049 ceph-mon[29814]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:01 smithi052 ceph-mon[32580]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:01.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:01 smithi080 ceph-mon[33374]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:03.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:03.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: Regenerating cephadm self-signed grafana TLS certificates 2024-02-07T13:28:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-07T13:28:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-07T13:28:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:03 smithi049 ceph-mon[29814]: Deploying daemon grafana.smithi049 on smithi049 2024-02-07T13:28:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: Regenerating cephadm self-signed grafana TLS certificates 2024-02-07T13:28:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-07T13:28:03.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-07T13:28:03.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:03 smithi052 ceph-mon[32580]: Deploying daemon grafana.smithi049 on smithi049 2024-02-07T13:28:03.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: Regenerating cephadm self-signed grafana TLS certificates 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:03 smithi080 ceph-mon[33374]: Deploying daemon grafana.smithi049 on smithi049 2024-02-07T13:28:05.864 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:05 smithi049 ceph-mon[29814]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:05.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:05 smithi052 ceph-mon[32580]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:05.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:05 smithi080 ceph-mon[33374]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:07.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:07 smithi049 ceph-mon[29814]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:07.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:07 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:07.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:07 smithi052 ceph-mon[32580]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:07.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:07 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:07.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:07 smithi080 ceph-mon[33374]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:07.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:07 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:09.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:09 smithi049 ceph-mon[29814]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:09.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:09 smithi052 ceph-mon[32580]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:09.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:09 smithi080 ceph-mon[33374]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:11.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:11 smithi049 ceph-mon[29814]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:11.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:11 smithi052 ceph-mon[32580]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:11.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:11 smithi080 ceph-mon[33374]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:13.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:13 smithi049 ceph-mon[29814]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:13.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:13 smithi052 ceph-mon[32580]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:13.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:13 smithi080 ceph-mon[33374]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:15.863 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:15 smithi049 ceph-mon[29814]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:15.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:15 smithi052 ceph-mon[32580]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:15.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:15 smithi080 ceph-mon[33374]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:17.787 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:17 smithi049 ceph-mon[29814]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:17.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:17 smithi052 ceph-mon[32580]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:17.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:17 smithi080 ceph-mon[33374]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:19.589 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:19 smithi080 ceph-mon[33374]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:19.589 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:19 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.589 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:19 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.589 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:19 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.589 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:19 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.590 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:19 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:28:19.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:19 smithi049 ceph-mon[29814]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:19.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:19 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:19 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:19 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:19 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:19 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:28:19.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:19 smithi052 ceph-mon[32580]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:19.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:19 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:19 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:19 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:19 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:19.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:19 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:28:21.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:21 smithi080 ceph-mon[33374]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:21 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:21 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:21 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:21 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:21 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:21 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:21 smithi049 ceph-mon[29814]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:22.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:21 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:21 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:21 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:21 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:21 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:21 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:21 smithi052 ceph-mon[32580]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:21 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:21 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:21 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:21 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:21 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:21 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:23.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:22 smithi080 ceph-mon[33374]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:23.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:23.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:28:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:28:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:22 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:23.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:22 smithi080 ceph-mon[33374]: Deploying daemon alertmanager.smithi080 on smithi080 2024-02-07T13:28:23.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:22 smithi049 ceph-mon[29814]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:23.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:23.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:28:23.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:28:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:22 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:23.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:22 smithi049 ceph-mon[29814]: Deploying daemon alertmanager.smithi080 on smithi080 2024-02-07T13:28:23.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:22 smithi052 ceph-mon[32580]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:23.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:23.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:28:23.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:28:23.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:22 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:23.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:22 smithi052 ceph-mon[32580]: Deploying daemon alertmanager.smithi080 on smithi080 2024-02-07T13:28:25.165 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:24 smithi052 ceph-mon[32580]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:25.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:24 smithi080 ceph-mon[33374]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:25.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:24 smithi049 ceph-mon[29814]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:27.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:27 smithi049 ceph-mon[29814]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:27.862 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:27 smithi052 ceph-mon[32580]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:27.891 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:27 smithi080 ceph-mon[33374]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:29.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:29 smithi049 ceph-mon[29814]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:29.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:29 smithi052 ceph-mon[32580]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:29.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:29 smithi080 ceph-mon[33374]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:31.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:31 smithi049 ceph-mon[29814]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:31.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:31 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:31 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:31 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:31 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:31 smithi052 ceph-mon[32580]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:31.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:31 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:31 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:31 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:31 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:31 smithi080 ceph-mon[33374]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:31.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:31 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:31 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:31 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:31.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:31 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:32.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:32 smithi080 ceph-mon[33374]: Deploying daemon prometheus.smithi052 on smithi052 2024-02-07T13:28:32.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:32 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:32.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:32 smithi049 ceph-mon[29814]: Deploying daemon prometheus.smithi052 on smithi052 2024-02-07T13:28:32.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:32 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:32.862 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:32 smithi052 ceph-mon[32580]: Deploying daemon prometheus.smithi052 on smithi052 2024-02-07T13:28:32.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:32 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:33.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:33 smithi049 ceph-mon[29814]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:33.862 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:33 smithi052 ceph-mon[32580]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:33.883 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:33 smithi080 ceph-mon[33374]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:35.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:35 smithi049 ceph-mon[29814]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:35.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:35 smithi052 ceph-mon[32580]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:35.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:35 smithi080 ceph-mon[33374]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:37.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:37 smithi049 ceph-mon[29814]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:37.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:37 smithi052 ceph-mon[32580]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:37.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:37 smithi080 ceph-mon[33374]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:39.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:39 smithi049 ceph-mon[29814]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:39.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:39 smithi052 ceph-mon[32580]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:39.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:39 smithi080 ceph-mon[33374]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:41.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:41 smithi052 ceph-mon[32580]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:41.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:41 smithi080 ceph-mon[33374]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:42.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:41 smithi049 ceph-mon[29814]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:42.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:42.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:42.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:42.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-07T13:28:42.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:42 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:43.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:43.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:43.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:43.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-07T13:28:43.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:42 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:43.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:42 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ignoring --setuser ceph since I am not root 2024-02-07T13:28:43.111 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:42 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ignoring --setgroup ceph since I am not root 2024-02-07T13:28:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-07T13:28:43.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:42 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' 2024-02-07T13:28:43.113 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:42 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: ignoring --setuser ceph since I am not root 2024-02-07T13:28:43.113 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:42 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: ignoring --setgroup ceph since I am not root 2024-02-07T13:28:43.114 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:42 smithi052 ceph-mgr[34089]: -- 172.21.15.52:0/7162128 <== 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) 0x55a4b9f67520 con 0x55a4b9f3d000 2024-02-07T13:28:43.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:43 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:43.258+0000 7f8961a2a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-07T13:28:43.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:43 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:43.355+0000 7f8961a2a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-07T13:28:43.612 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:43 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:43.246+0000 7f6b2eb54200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-07T13:28:43.613 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:43 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:43.340+0000 7f6b2eb54200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-07T13:28:43.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:43 smithi080 ceph-mon[33374]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-07T13:28:43.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:43 smithi080 ceph-mon[33374]: mgrmap e16: a(active, since 4m), standbys: b 2024-02-07T13:28:43.992 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:43 smithi052 ceph-mon[32580]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-07T13:28:43.993 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:43 smithi052 ceph-mon[32580]: mgrmap e16: a(active, since 4m), standbys: b 2024-02-07T13:28:44.030 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:43 smithi049 ceph-mon[29814]: from='mgr.14152 172.21.15.49:0/3988225381' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-07T13:28:44.030 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:43 smithi049 ceph-mon[29814]: mgrmap e16: a(active, since 4m), standbys: b 2024-02-07T13:28:44.326 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:43 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:43.992+0000 7f6b2eb54200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-07T13:28:44.326 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:44 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:44.087+0000 7f6b2eb54200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-07T13:28:44.326 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:44 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:44.229+0000 7f6b2eb54200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-07T13:28:44.326 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:44 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:44.326+0000 7f6b2eb54200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-07T13:28:44.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:44 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:44.029+0000 7f8961a2a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-07T13:28:44.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:44 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:44.125+0000 7f8961a2a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-07T13:28:44.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:44 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:44.272+0000 7f8961a2a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-07T13:28:44.613 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:44 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:44.410+0000 7f6b2eb54200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-07T13:28:44.736 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:44 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:44.372+0000 7f8961a2a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-07T13:28:44.737 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:44 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:44.459+0000 7f8961a2a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-07T13:28:44.737 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:44 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:44.735+0000 7f8961a2a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-07T13:28:44.972 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:44 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:44.676+0000 7f6b2eb54200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-07T13:28:44.972 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:44 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:44.787+0000 7f6b2eb54200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-07T13:28:44.972 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:44 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:44.875+0000 7f6b2eb54200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-07T13:28:44.972 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:44 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:44.971+0000 7f6b2eb54200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-07T13:28:45.041 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:44 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:44.850+0000 7f8961a2a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-07T13:28:45.041 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:44 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:44.940+0000 7f8961a2a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-07T13:28:45.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:45 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:45.040+0000 7f8961a2a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-07T13:28:45.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:45 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:45.224+0000 7f8961a2a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-07T13:28:45.362 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:45 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:45.149+0000 7f6b2eb54200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-07T13:28:46.539 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:46 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:46.252+0000 7f8961a2a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-07T13:28:46.539 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:46 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:46.394+0000 7f8961a2a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-07T13:28:46.609 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:46 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:46.131+0000 7f6b2eb54200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-07T13:28:46.609 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:46 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:46.265+0000 7f6b2eb54200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-07T13:28:46.609 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:46 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:46.608+0000 7f6b2eb54200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-07T13:28:46.858 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:46 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:46.757+0000 7f8961a2a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-07T13:28:46.858 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:46 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:46.856+0000 7f8961a2a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-07T13:28:46.862 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:46 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:46.701+0000 7f6b2eb54200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-07T13:28:47.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:47 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:47.067+0000 7f8961a2a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:28:47.363 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:46 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:46.900+0000 7f6b2eb54200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:28:47.363 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:47 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:47.090+0000 7f6b2eb54200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-07T13:28:47.521 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:47 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:47.263+0000 7f8961a2a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-07T13:28:47.643 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:47 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:47.383+0000 7f6b2eb54200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:28:47.643 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:47 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:47.643+0000 7f6b2eb54200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-07T13:28:47.839 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:47 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:47.567+0000 7f8961a2a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-07T13:28:47.840 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:47 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:47.838+0000 7f8961a2a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-07T13:28:48.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:48 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:48.085+0000 7f8961a2a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-07T13:28:48.112 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:47 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:47.890+0000 7f6b2eb54200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-07T13:28:49.113 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:48 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:48.712+0000 7f6b2eb54200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-07T13:28:49.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:48 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:48.931+0000 7f8961a2a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-07T13:28:49.613 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:49.291+0000 7f6b2eb54200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-07T13:28:49.613 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:49.392+0000 7f6b2eb54200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-07T13:28:49.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:49 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:49.529+0000 7f8961a2a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-07T13:28:49.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:49 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:49.635+0000 7f8961a2a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-07T13:28:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:49 smithi049 ceph-mon[29814]: Standby manager daemon b restarted 2024-02-07T13:28:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:49 smithi049 ceph-mon[29814]: Standby manager daemon b started 2024-02-07T13:28:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:49 smithi049 ceph-mon[29814]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-07T13:28:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:49 smithi049 ceph-mon[29814]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-07T13:28:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:49 smithi049 ceph-mon[29814]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-07T13:28:49.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:49 smithi049 ceph-mon[29814]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-07T13:28:49.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:49 smithi080 ceph-mon[33374]: Standby manager daemon b restarted 2024-02-07T13:28:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:49 smithi080 ceph-mon[33374]: Standby manager daemon b started 2024-02-07T13:28:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:49 smithi080 ceph-mon[33374]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-07T13:28:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:49 smithi080 ceph-mon[33374]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-07T13:28:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:49 smithi080 ceph-mon[33374]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-07T13:28:49.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:49 smithi080 ceph-mon[33374]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-07T13:28:50.014 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-mon[32580]: Standby manager daemon b restarted 2024-02-07T13:28:50.014 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-mon[32580]: Standby manager daemon b started 2024-02-07T13:28:50.014 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-mon[32580]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-07T13:28:50.014 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-mon[32580]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-07T13:28:50.014 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-mon[32580]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-07T13:28:50.014 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-mon[32580]: from='mgr.? 172.21.15.52:0/1124919427' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-07T13:28:50.014 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:49.615+0000 7f6b2eb54200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-07T13:28:50.015 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: [07/Feb/2024:13:28:49] ENGINE Bus STARTING 2024-02-07T13:28:50.015 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: CherryPy Checker: 2024-02-07T13:28:50.015 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: The Application mounted at '' has an empty config. 2024-02-07T13:28:50.015 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: 2024-02-07T13:28:50.015 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: [07/Feb/2024:13:28:49] ENGINE Serving on http://:::9283 2024-02-07T13:28:50.015 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:28:49 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b[34066]: [07/Feb/2024:13:28:49] ENGINE Bus STARTED 2024-02-07T13:28:50.120 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:49 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:49.865+0000 7f8961a2a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-07T13:28:50.120 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:49 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:28:49] ENGINE Bus STARTING 2024-02-07T13:28:50.121 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: CherryPy Checker: 2024-02-07T13:28:50.121 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: The Application mounted at '' has an empty config. 2024-02-07T13:28:50.121 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:28:50.121 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:28:50] ENGINE Serving on http://:::9283 2024-02-07T13:28:50.121 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:28:50] ENGINE Bus STARTED 2024-02-07T13:28:50.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: mgrmap e17: a(active, since 4m), standbys: b 2024-02-07T13:28:50.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: Active manager daemon a restarted 2024-02-07T13:28:50.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: Activating manager daemon a 2024-02-07T13:28:50.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: osdmap e23: 3 total, 3 up, 3 in 2024-02-07T13:28:50.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: mgrmap e18: a(active, starting, since 0.0059416s), standbys: b 2024-02-07T13:28:50.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:28:50.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:28:50.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:28:50.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-07T13:28:50.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: Manager daemon a is now available 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-07T13:28:50.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-07T13:28:51.067 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: mgrmap e17: a(active, since 4m), standbys: b 2024-02-07T13:28:51.067 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: Active manager daemon a restarted 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: Activating manager daemon a 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: osdmap e23: 3 total, 3 up, 3 in 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: mgrmap e18: a(active, starting, since 0.0059416s), standbys: b 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-07T13:28:51.068 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-07T13:28:51.069 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-07T13:28:51.069 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: Manager daemon a is now available 2024-02-07T13:28:51.069 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:28:51.069 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:28:51.069 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:51.069 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:28:51.069 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-07T13:28:51.069 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-07T13:28:51.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: mgrmap e17: a(active, since 4m), standbys: b 2024-02-07T13:28:51.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: Active manager daemon a restarted 2024-02-07T13:28:51.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: Activating manager daemon a 2024-02-07T13:28:51.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: osdmap e23: 3 total, 3 up, 3 in 2024-02-07T13:28:51.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: mgrmap e18: a(active, starting, since 0.0059416s), standbys: b 2024-02-07T13:28:51.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T13:28:51.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T13:28:51.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T13:28:51.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-07T13:28:51.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: Manager daemon a is now available 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:28:51.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-07T13:28:51.104 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-07T13:28:51.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:51 smithi080 ceph-mon[33374]: [07/Feb/2024:13:28:50] ENGINE Bus STARTING 2024-02-07T13:28:51.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:51 smithi080 ceph-mon[33374]: [07/Feb/2024:13:28:50] ENGINE Serving on https://172.21.15.49:7150 2024-02-07T13:28:51.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:51 smithi080 ceph-mon[33374]: [07/Feb/2024:13:28:50] ENGINE Serving on http://172.21.15.49:8765 2024-02-07T13:28:51.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:51 smithi080 ceph-mon[33374]: [07/Feb/2024:13:28:50] ENGINE Bus STARTED 2024-02-07T13:28:51.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:51 smithi080 ceph-mon[33374]: mgrmap e19: a(active, since 1.01108s), standbys: b 2024-02-07T13:28:52.012 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:51 smithi052 ceph-mon[32580]: [07/Feb/2024:13:28:50] ENGINE Bus STARTING 2024-02-07T13:28:52.012 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:51 smithi052 ceph-mon[32580]: [07/Feb/2024:13:28:50] ENGINE Serving on https://172.21.15.49:7150 2024-02-07T13:28:52.012 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:51 smithi052 ceph-mon[32580]: [07/Feb/2024:13:28:50] ENGINE Serving on http://172.21.15.49:8765 2024-02-07T13:28:52.012 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:51 smithi052 ceph-mon[32580]: [07/Feb/2024:13:28:50] ENGINE Bus STARTED 2024-02-07T13:28:52.012 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:51 smithi052 ceph-mon[32580]: mgrmap e19: a(active, since 1.01108s), standbys: b 2024-02-07T13:28:52.046 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:51 smithi049 ceph-mon[29814]: [07/Feb/2024:13:28:50] ENGINE Bus STARTING 2024-02-07T13:28:52.047 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:51 smithi049 ceph-mon[29814]: [07/Feb/2024:13:28:50] ENGINE Serving on https://172.21.15.49:7150 2024-02-07T13:28:52.047 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:51 smithi049 ceph-mon[29814]: [07/Feb/2024:13:28:50] ENGINE Serving on http://172.21.15.49:8765 2024-02-07T13:28:52.047 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:51 smithi049 ceph-mon[29814]: [07/Feb/2024:13:28:50] ENGINE Bus STARTED 2024-02-07T13:28:52.047 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:51 smithi049 ceph-mon[29814]: mgrmap e19: a(active, since 1.01108s), standbys: b 2024-02-07T13:28:52.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:28:52 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:28:52] "GET /metrics HTTP/1.1" 200 20186 "" "Prometheus/2.43.0" 2024-02-07T13:28:52.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:52 smithi052 ceph-mon[32580]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:52.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:52 smithi080 ceph-mon[33374]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:52.946 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:52 smithi049 ceph-mon[29814]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:53.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:53 smithi080 ceph-mon[33374]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:53.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:53 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:53.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:53 smithi080 ceph-mon[33374]: mgrmap e20: a(active, since 3s), standbys: b 2024-02-07T13:28:53.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:53 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:53.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:53 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:53.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:53 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:53.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:53 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:53.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:53 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:53 smithi049 ceph-mon[29814]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:53 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:53 smithi049 ceph-mon[29814]: mgrmap e20: a(active, since 3s), standbys: b 2024-02-07T13:28:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:53 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:53 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:53 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:53 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:53 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:53 smithi052 ceph-mon[32580]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:54.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:53 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:53 smithi052 ceph-mon[32580]: mgrmap e20: a(active, since 3s), standbys: b 2024-02-07T13:28:54.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:53 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:53 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:53 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:53 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:54.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:53 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: Adjusting osd_memory_target on smithi080 to 19136M 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: Adjusting osd_memory_target on smithi052 to 15045M 2024-02-07T13:28:55.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: Adjusting osd_memory_target on smithi049 to 15040M 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: Updating smithi049:/etc/ceph/ceph.conf 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: Updating smithi052:/etc/ceph/ceph.conf 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: Updating smithi080:/etc/ceph/ceph.conf 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: mgrmap e21: a(active, since 4s), standbys: b 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:28:55.197 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:54 smithi080 ceph-mon[33374]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:28:55.302 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:55.302 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.302 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.302 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: Adjusting osd_memory_target on smithi080 to 19136M 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: Adjusting osd_memory_target on smithi052 to 15045M 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: Adjusting osd_memory_target on smithi049 to 15040M 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:28:55.303 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:28:55.304 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: Updating smithi049:/etc/ceph/ceph.conf 2024-02-07T13:28:55.304 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: Updating smithi052:/etc/ceph/ceph.conf 2024-02-07T13:28:55.304 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: Updating smithi080:/etc/ceph/ceph.conf 2024-02-07T13:28:55.304 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: mgrmap e21: a(active, since 4s), standbys: b 2024-02-07T13:28:55.304 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:28:55.304 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:28:55.304 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:54 smithi052 ceph-mon[32580]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:28:55.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: Adjusting osd_memory_target on smithi080 to 19136M 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: Adjusting osd_memory_target on smithi052 to 15045M 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T13:28:55.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: Adjusting osd_memory_target on smithi049 to 15040M 2024-02-07T13:28:55.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:55.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:28:55.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:28:55.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: Updating smithi049:/etc/ceph/ceph.conf 2024-02-07T13:28:55.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: Updating smithi052:/etc/ceph/ceph.conf 2024-02-07T13:28:55.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: Updating smithi080:/etc/ceph/ceph.conf 2024-02-07T13:28:55.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: mgrmap e21: a(active, since 4s), standbys: b 2024-02-07T13:28:55.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:28:55.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:28:55.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:54 smithi049 ceph-mon[29814]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.507 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.508 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.508 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: Reconfiguring grafana.smithi049 (dependencies changed)... 2024-02-07T13:28:56.508 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:56 smithi049 ceph-mon[29814]: Reconfiguring daemon grafana.smithi049 on smithi049 2024-02-07T13:28:56.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:28:56.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:28:56.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:28:56.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:28:56.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:28:56.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:28:56.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: Reconfiguring grafana.smithi049 (dependencies changed)... 2024-02-07T13:28:56.614 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:56 smithi052 ceph-mon[32580]: Reconfiguring daemon grafana.smithi049 on smithi049 2024-02-07T13:28:56.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:28:56.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:28:56.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-02-07T13:28:56.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: Updating smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:28:56.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: Updating smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:28:56.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: Updating smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T13:28:56.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.696 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:28:56.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: Reconfiguring grafana.smithi049 (dependencies changed)... 2024-02-07T13:28:56.697 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:56 smithi080 ceph-mon[33374]: Reconfiguring daemon grafana.smithi049 on smithi049 2024-02-07T13:28:57.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:57 smithi049 ceph-mon[29814]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:57.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:57 smithi052 ceph-mon[32580]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:57.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:57 smithi080 ceph-mon[33374]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:28:59.778 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:28:59 smithi049 ceph-mon[29814]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-02-07T13:28:59.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:28:59 smithi052 ceph-mon[32580]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-02-07T13:28:59.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:28:59 smithi080 ceph-mon[33374]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-02-07T13:29:01.287 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:01 smithi080 ceph-mon[33374]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-07T13:29:01.287 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:01 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:01.287 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:01 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:01.287 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:01 smithi080 ceph-mon[33374]: Reconfiguring alertmanager.smithi080 (dependencies changed)... 2024-02-07T13:29:01.287 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:01 smithi080 ceph-mon[33374]: Reconfiguring daemon alertmanager.smithi080 on smithi080 2024-02-07T13:29:01.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:01 smithi049 ceph-mon[29814]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-07T13:29:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:01 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:01 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:01 smithi049 ceph-mon[29814]: Reconfiguring alertmanager.smithi080 (dependencies changed)... 2024-02-07T13:29:01.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:01 smithi049 ceph-mon[29814]: Reconfiguring daemon alertmanager.smithi080 on smithi080 2024-02-07T13:29:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:01 smithi052 ceph-mon[32580]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-07T13:29:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:01 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:01 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:01 smithi052 ceph-mon[32580]: Reconfiguring alertmanager.smithi080 (dependencies changed)... 2024-02-07T13:29:01.613 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:01 smithi052 ceph-mon[32580]: Reconfiguring daemon alertmanager.smithi080 on smithi080 2024-02-07T13:29:02.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:02 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:29:02] "GET /metrics HTTP/1.1" 200 20186 "" "Prometheus/2.43.0" 2024-02-07T13:29:03.785 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:03 smithi080 ceph-mon[33374]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-07T13:29:03.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:03 smithi049 ceph-mon[29814]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-07T13:29:03.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:03 smithi052 ceph-mon[32580]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-07T13:29:05.605 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE Bus STOPPING 2024-02-07T13:29:05.605 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-02-07T13:29:05.605 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE Bus STOPPED 2024-02-07T13:29:05.605 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE Bus STARTING 2024-02-07T13:29:05.605 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE Serving on http://:::9283 2024-02-07T13:29:05.605 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE Bus STARTED 2024-02-07T13:29:05.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE Bus STOPPING 2024-02-07T13:29:05.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-02-07T13:29:05.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE Bus STOPPED 2024-02-07T13:29:05.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE Bus STARTING 2024-02-07T13:29:05.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE Serving on http://:::9283 2024-02-07T13:29:05.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:29:05] ENGINE Bus STARTED 2024-02-07T13:29:05.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-07T13:29:05.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:05.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-07T13:29:05.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-02-07T13:29:05.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-07T13:29:05.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2024-02-07T13:29:05.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:29:05.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-07T13:29:05.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:05.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-07T13:29:05.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-02-07T13:29:05.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-07T13:29:05.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2024-02-07T13:29:05.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.864 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:29:05.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-07T13:29:05.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:05.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-07T13:29:05.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-02-07T13:29:05.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-07T13:29:05.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2024-02-07T13:29:05.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:05.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:29:06.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:06 smithi049 ceph-mon[29814]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-07T13:29:06.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:06 smithi049 ceph-mon[29814]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-02-07T13:29:06.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:06 smithi049 ceph-mon[29814]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-07T13:29:06.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:06 smithi049 ceph-mon[29814]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2024-02-07T13:29:06.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:06 smithi052 ceph-mon[32580]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-07T13:29:06.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:06 smithi052 ceph-mon[32580]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-02-07T13:29:06.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:06 smithi052 ceph-mon[32580]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-07T13:29:06.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:06 smithi052 ceph-mon[32580]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2024-02-07T13:29:06.872 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:06 smithi080 ceph-mon[33374]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-07T13:29:06.872 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:06 smithi080 ceph-mon[33374]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-02-07T13:29:06.873 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:06 smithi080 ceph-mon[33374]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-07T13:29:06.873 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:06 smithi080 ceph-mon[33374]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2024-02-07T13:29:07.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:07 smithi052 ceph-mon[32580]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-07T13:29:07.902 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:07 smithi049 ceph-mon[29814]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-07T13:29:07.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:07 smithi080 ceph-mon[33374]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-07T13:29:09.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:08 smithi080 ceph-mon[33374]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-07T13:29:09.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:08 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:08 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:08 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:08 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:08 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:29:09.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:08 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:29:09.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:08 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:08 smithi049 ceph-mon[29814]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-07T13:29:09.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:08 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:08 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:08 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:08 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:08 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:29:09.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:08 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:29:09.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:08 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:08 smithi052 ceph-mon[32580]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-07T13:29:09.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:08 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:08 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:08 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:08 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:09.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:08 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:29:09.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:08 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:29:09.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:08 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:29:11.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:10 smithi080 ceph-mon[33374]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:11.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:10 smithi049 ceph-mon[29814]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:11.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:10 smithi052 ceph-mon[32580]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:12.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:12 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:29:12] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-02-07T13:29:13.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:13 smithi049 ceph-mon[29814]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:13.862 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:13 smithi052 ceph-mon[32580]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:13.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:13 smithi080 ceph-mon[33374]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:15.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:15 smithi049 ceph-mon[29814]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:15.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:15 smithi052 ceph-mon[32580]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:15.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:15 smithi080 ceph-mon[33374]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:17.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:17 smithi049 ceph-mon[29814]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:17.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:17 smithi052 ceph-mon[32580]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:17.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:17 smithi080 ceph-mon[33374]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:19.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:19 smithi052 ceph-mon[32580]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:19.906 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:19 smithi049 ceph-mon[29814]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:19.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:19 smithi080 ceph-mon[33374]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:20.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:20 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:21.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:20 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:21.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:20 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:21.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:21 smithi080 ceph-mon[33374]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:22.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:21 smithi049 ceph-mon[29814]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:22.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:21 smithi052 ceph-mon[32580]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:22.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:22 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:29:22] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-02-07T13:29:23.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:23 smithi080 ceph-mon[33374]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:24.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:23 smithi049 ceph-mon[29814]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:24.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:23 smithi052 ceph-mon[32580]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:25.915 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:25 smithi052 ceph-mon[32580]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:25.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:25 smithi080 ceph-mon[33374]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:26.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:25 smithi049 ceph-mon[29814]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:27.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:27 smithi080 ceph-mon[33374]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:28.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:27 smithi049 ceph-mon[29814]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:28.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:27 smithi052 ceph-mon[32580]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:29.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:29 smithi049 ceph-mon[29814]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:29.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:29 smithi080 ceph-mon[33374]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:30.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:29 smithi052 ceph-mon[32580]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:31.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:31 smithi080 ceph-mon[33374]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:32.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:31 smithi049 ceph-mon[29814]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:32.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:31 smithi052 ceph-mon[32580]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:32.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:32 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:29:32] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-02-07T13:29:33.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:33 smithi080 ceph-mon[33374]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:34.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:33 smithi049 ceph-mon[29814]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:34.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:33 smithi052 ceph-mon[32580]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:35.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:35 smithi080 ceph-mon[33374]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:35.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:35 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:36.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:35 smithi049 ceph-mon[29814]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:36.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:35 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:36.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:35 smithi052 ceph-mon[32580]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:36.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:35 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:37.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:37 smithi080 ceph-mon[33374]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:37 smithi049 ceph-mon[29814]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:38.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:37 smithi052 ceph-mon[32580]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:39.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:39 smithi080 ceph-mon[33374]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:40.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:39 smithi049 ceph-mon[29814]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:40.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:39 smithi052 ceph-mon[32580]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:41.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:41 smithi080 ceph-mon[33374]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:42.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:41 smithi049 ceph-mon[29814]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:42.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:41 smithi052 ceph-mon[32580]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:42.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:42 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:29:42] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-02-07T13:29:43.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:43 smithi080 ceph-mon[33374]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:44.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:43 smithi049 ceph-mon[29814]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:44.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:43 smithi052 ceph-mon[32580]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:45.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:45 smithi080 ceph-mon[33374]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:46.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:45 smithi049 ceph-mon[29814]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:46.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:45 smithi052 ceph-mon[32580]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:47.913 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:47 smithi049 ceph-mon[29814]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:47.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:47 smithi080 ceph-mon[33374]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:47 smithi052 ceph-mon[32580]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:49.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:49 smithi080 ceph-mon[33374]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:50.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:49 smithi049 ceph-mon[29814]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:50.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:49 smithi052 ceph-mon[32580]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:50.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:51.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:51.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:29:51.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:51 smithi080 ceph-mon[33374]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:51 smithi049 ceph-mon[29814]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:52.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:51 smithi052 ceph-mon[32580]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:52.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:29:52 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:29:52] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-02-07T13:29:53.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:53 smithi080 ceph-mon[33374]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:53 smithi049 ceph-mon[29814]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:54.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:53 smithi052 ceph-mon[32580]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:55.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:55 smithi080 ceph-mon[33374]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:56.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:55 smithi049 ceph-mon[29814]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:56.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:55 smithi052 ceph-mon[32580]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:57.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:57 smithi080 ceph-mon[33374]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:58.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:57 smithi049 ceph-mon[29814]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:58.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:57 smithi052 ceph-mon[32580]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:29:59.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:29:59 smithi080 ceph-mon[33374]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:00.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:29:59 smithi049 ceph-mon[29814]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:00.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:29:59 smithi052 ceph-mon[32580]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:00.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:00 smithi080 ceph-mon[33374]: overall HEALTH_OK 2024-02-07T13:30:01.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:00 smithi049 ceph-mon[29814]: overall HEALTH_OK 2024-02-07T13:30:01.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:00 smithi052 ceph-mon[32580]: overall HEALTH_OK 2024-02-07T13:30:01.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:01 smithi080 ceph-mon[33374]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:02.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:01 smithi049 ceph-mon[29814]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:02.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:01 smithi052 ceph-mon[32580]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:02.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:30:02 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:30:02] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-02-07T13:30:03.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:03 smithi080 ceph-mon[33374]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:04.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:03 smithi049 ceph-mon[29814]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:04.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:03 smithi052 ceph-mon[32580]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:05.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:05 smithi080 ceph-mon[33374]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:05.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:06.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:05 smithi049 ceph-mon[29814]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:06.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:05 smithi052 ceph-mon[32580]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:07.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:07 smithi080 ceph-mon[33374]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:08.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:07 smithi049 ceph-mon[29814]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:08.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:07 smithi052 ceph-mon[32580]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:08.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:08 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:30:09.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:08 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:30:09.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:08 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:30:09.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:09 smithi080 ceph-mon[33374]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:09.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:09 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:30:09.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:09 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:30:09.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:09 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:30:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:09 smithi049 ceph-mon[29814]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:30:10.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:30:10.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:30:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:09 smithi052 ceph-mon[32580]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:30:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:30:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:30:11.947 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:11 smithi080 ceph-mon[33374]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:12.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:11 smithi049 ceph-mon[29814]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:12.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:11 smithi052 ceph-mon[32580]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:12.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:30:12 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:30:12] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-02-07T13:30:14.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:13 smithi049 ceph-mon[29814]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:14.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:13 smithi052 ceph-mon[32580]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:14.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:13 smithi080 ceph-mon[33374]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:16.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:15 smithi049 ceph-mon[29814]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:16.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:15 smithi052 ceph-mon[32580]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:16.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:15 smithi080 ceph-mon[33374]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:18.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:17 smithi049 ceph-mon[29814]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:18.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:17 smithi052 ceph-mon[32580]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:18.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:17 smithi080 ceph-mon[33374]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:20.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:19 smithi049 ceph-mon[29814]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:20.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:19 smithi052 ceph-mon[32580]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:20.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:19 smithi080 ceph-mon[33374]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:21.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:20 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:21.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:20 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:21.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:20 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:22.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:21 smithi049 ceph-mon[29814]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:21 smithi052 ceph-mon[32580]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:22.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:21 smithi080 ceph-mon[33374]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:22.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:30:22 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:30:22] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-02-07T13:30:23.997 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:23 smithi080 ceph-mon[33374]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:24.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:23 smithi049 ceph-mon[29814]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:24.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:23 smithi052 ceph-mon[32580]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:26.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:25 smithi049 ceph-mon[29814]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:26.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:25 smithi052 ceph-mon[32580]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:26.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:25 smithi080 ceph-mon[33374]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:28.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:27 smithi049 ceph-mon[29814]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:28.115 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:27 smithi052 ceph-mon[32580]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:28.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:27 smithi080 ceph-mon[33374]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:30.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:29 smithi049 ceph-mon[29814]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:30.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:29 smithi052 ceph-mon[32580]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:30.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:29 smithi080 ceph-mon[33374]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:32.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:31 smithi049 ceph-mon[29814]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:32.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:31 smithi052 ceph-mon[32580]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:32.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:31 smithi080 ceph-mon[33374]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:32.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:30:32 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:30:32] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-02-07T13:30:34.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:33 smithi049 ceph-mon[29814]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:34.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:33 smithi052 ceph-mon[32580]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:34.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:33 smithi080 ceph-mon[33374]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:36.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:35 smithi049 ceph-mon[29814]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:36.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:35 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:36.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:35 smithi052 ceph-mon[32580]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:36.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:35 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:36.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:35 smithi080 ceph-mon[33374]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:36.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:35 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:37 smithi049 ceph-mon[29814]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:38.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:37 smithi052 ceph-mon[32580]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:38.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:37 smithi080 ceph-mon[33374]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:40.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:39 smithi049 ceph-mon[29814]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:40.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:39 smithi052 ceph-mon[32580]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:40.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:39 smithi080 ceph-mon[33374]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:42.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:41 smithi049 ceph-mon[29814]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:42.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:41 smithi052 ceph-mon[32580]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:42.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:41 smithi080 ceph-mon[33374]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:42.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:30:42 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:30:42] "GET /metrics HTTP/1.1" 200 21444 "" "Prometheus/2.43.0" 2024-02-07T13:30:43.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:42 smithi049 ceph-mon[29814]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:43.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:42 smithi052 ceph-mon[32580]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:43.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:42 smithi080 ceph-mon[33374]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:45.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:44 smithi049 ceph-mon[29814]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:45.362 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:44 smithi052 ceph-mon[32580]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:45.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:44 smithi080 ceph-mon[33374]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:47.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:47 smithi080 ceph-mon[33374]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:48.064 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:47 smithi049 ceph-mon[29814]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:47 smithi052 ceph-mon[32580]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:49.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:49 smithi080 ceph-mon[33374]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:50.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:49 smithi049 ceph-mon[29814]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:50.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:49 smithi052 ceph-mon[32580]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:50.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:51.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:30:51.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:51 smithi080 ceph-mon[33374]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:52.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:51 smithi049 ceph-mon[29814]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:52.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:51 smithi052 ceph-mon[32580]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:52.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:30:52 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:30:52] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-02-07T13:30:53.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:53 smithi080 ceph-mon[33374]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:53 smithi049 ceph-mon[29814]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:54.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:53 smithi052 ceph-mon[32580]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:55.915 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:55 smithi052 ceph-mon[32580]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:55.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:55 smithi080 ceph-mon[33374]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:56.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:55 smithi049 ceph-mon[29814]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:57.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:57 smithi080 ceph-mon[33374]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:58.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:57 smithi049 ceph-mon[29814]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:58.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:57 smithi052 ceph-mon[32580]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:30:59.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:30:59 smithi080 ceph-mon[33374]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:00.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:30:59 smithi049 ceph-mon[29814]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:00.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:30:59 smithi052 ceph-mon[32580]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:01.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:01 smithi080 ceph-mon[33374]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:02.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:01 smithi049 ceph-mon[29814]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:02.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:01 smithi052 ceph-mon[32580]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:02.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:31:02 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:31:02] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-02-07T13:31:03.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:03 smithi080 ceph-mon[33374]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:04.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:03 smithi049 ceph-mon[29814]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:04.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:03 smithi052 ceph-mon[32580]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:05.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:05 smithi080 ceph-mon[33374]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:05.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:05 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:06.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:05 smithi049 ceph-mon[29814]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:06.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:05 smithi052 ceph-mon[32580]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:07.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:07 smithi080 ceph-mon[33374]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:08.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:07 smithi049 ceph-mon[29814]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:08.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:07 smithi052 ceph-mon[32580]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:09.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:09 smithi080 ceph-mon[33374]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:09.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:09 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:31:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:09 smithi049 ceph-mon[29814]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:31:10.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:09 smithi052 ceph-mon[32580]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:31:10.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:10 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:31:10.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:10 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:31:10.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:10 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:11.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:10 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:31:11.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:10 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:31:11.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:10 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:11.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:10 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:31:11.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:10 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:31:11.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:10 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:11.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:11 smithi080 ceph-mon[33374]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:12.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:11 smithi049 ceph-mon[29814]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:12.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:11 smithi052 ceph-mon[32580]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:12.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:31:12 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:31:12] "GET /metrics HTTP/1.1" 200 21457 "" "Prometheus/2.43.0" 2024-02-07T13:31:13.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:13 smithi080 ceph-mon[33374]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:14.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:13 smithi049 ceph-mon[29814]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:14.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:13 smithi052 ceph-mon[32580]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:15.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:15 smithi080 ceph-mon[33374]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:16.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:15 smithi049 ceph-mon[29814]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:16.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:15 smithi052 ceph-mon[32580]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:17.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:17 smithi080 ceph-mon[33374]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:18.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:17 smithi049 ceph-mon[29814]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:18.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:17 smithi052 ceph-mon[32580]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:19.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:19 smithi080 ceph-mon[33374]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:20.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:19 smithi049 ceph-mon[29814]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:20.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:19 smithi052 ceph-mon[32580]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:20.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:20 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:21.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:20 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:21.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:20 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:21.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:21 smithi080 ceph-mon[33374]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:22.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:21 smithi049 ceph-mon[29814]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:22.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:21 smithi052 ceph-mon[32580]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:22.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:31:22 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:31:22] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-02-07T13:31:23.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:23 smithi080 ceph-mon[33374]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:24.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:23 smithi049 ceph-mon[29814]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:24.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:23 smithi052 ceph-mon[32580]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:25.942 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:25 smithi080 ceph-mon[33374]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:26.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:25 smithi049 ceph-mon[29814]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:26.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:25 smithi052 ceph-mon[32580]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:27.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:27 smithi080 ceph-mon[33374]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:28.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:27 smithi049 ceph-mon[29814]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:28.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:27 smithi052 ceph-mon[32580]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:29.946 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:29 smithi080 ceph-mon[33374]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:29 smithi049 ceph-mon[29814]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:30.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:29 smithi052 ceph-mon[32580]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:31.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:31 smithi080 ceph-mon[33374]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:32.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:31 smithi049 ceph-mon[29814]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:32.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:31 smithi052 ceph-mon[32580]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:32.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:31:32 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:31:32] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-02-07T13:31:33.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:33 smithi080 ceph-mon[33374]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:34.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:33 smithi049 ceph-mon[29814]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:34.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:33 smithi052 ceph-mon[32580]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:35.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:35 smithi080 ceph-mon[33374]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:35.945 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:35 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:36.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:35 smithi049 ceph-mon[29814]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:36.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:35 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:36.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:35 smithi052 ceph-mon[32580]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:36.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:35 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:37 smithi049 ceph-mon[29814]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:38.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:37 smithi052 ceph-mon[32580]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:38.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:37 smithi080 ceph-mon[33374]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:40.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:39 smithi049 ceph-mon[29814]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:40.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:39 smithi052 ceph-mon[32580]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:40.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:39 smithi080 ceph-mon[33374]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:42.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:41 smithi049 ceph-mon[29814]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:42.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:41 smithi052 ceph-mon[32580]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:42.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:41 smithi080 ceph-mon[33374]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:42.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:31:42 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:31:42] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-02-07T13:31:44.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:43 smithi049 ceph-mon[29814]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:44.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:43 smithi052 ceph-mon[32580]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:44.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:43 smithi080 ceph-mon[33374]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:46.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:45 smithi049 ceph-mon[29814]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:46.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:45 smithi052 ceph-mon[32580]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:46.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:45 smithi080 ceph-mon[33374]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:46.292 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch ls 2024-02-07T13:31:46.627 INFO:teuthology.orchestra.run.smithi049.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-07T13:31:46.628 INFO:teuthology.orchestra.run.smithi049.stdout:alertmanager ?:9093,9094 1/1 2m ago 4m count:1 2024-02-07T13:31:46.628 INFO:teuthology.orchestra.run.smithi049.stdout:grafana ?:3000 1/1 2m ago 4m count:1 2024-02-07T13:31:46.628 INFO:teuthology.orchestra.run.smithi049.stdout:mgr 2/2 2m ago 5m smithi049=a;smithi052=b;count:2 2024-02-07T13:31:46.628 INFO:teuthology.orchestra.run.smithi049.stdout:mon 3/3 2m ago 6m smithi049:172.21.15.49=a;smithi052:172.21.15.52=b;smithi080:172.21.15.80=c;count:3 2024-02-07T13:31:46.628 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter ?:9100 3/3 2m ago 4m * 2024-02-07T13:31:46.628 INFO:teuthology.orchestra.run.smithi049.stdout:osd 3 2m ago - 2024-02-07T13:31:46.628 INFO:teuthology.orchestra.run.smithi049.stdout:prometheus ?:9095 1/1 2m ago 4m count:1 2024-02-07T13:31:46.640 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch ps 2024-02-07T13:31:46.963 INFO:teuthology.orchestra.run.smithi049.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-07T13:31:46.963 INFO:teuthology.orchestra.run.smithi049.stdout:alertmanager.smithi080 smithi080 *:9093,9094 running (2m) 2m ago 3m 15.7M - 0.25.0 c8568f914cd2 58faf0995086 2024-02-07T13:31:46.963 INFO:teuthology.orchestra.run.smithi049.stdout:grafana.smithi049 smithi049 *:3000 running (2m) 2m ago 3m 69.5M - 9.4.12 a0ea5e3c46d9 45f35ddcf0ca 2024-02-07T13:31:46.963 INFO:teuthology.orchestra.run.smithi049.stdout:mgr.a smithi049 *:9283,8765 running (7m) 2m ago 7m 486M - 19.0.0-1252-g44458cce 79957b372307 19dba9bf93de 2024-02-07T13:31:46.963 INFO:teuthology.orchestra.run.smithi049.stdout:mgr.b smithi052 *:8443,8765 running (5m) 2m ago 5m 446M - 19.0.0-1252-g44458cce 79957b372307 766aaf31add3 2024-02-07T13:31:46.963 INFO:teuthology.orchestra.run.smithi049.stdout:mon.a smithi049 running (7m) 2m ago 8m 47.5M 2048M 19.0.0-1252-g44458cce 79957b372307 a14d56e225dd 2024-02-07T13:31:46.963 INFO:teuthology.orchestra.run.smithi049.stdout:mon.b smithi052 running (6m) 2m ago 6m 41.2M 2048M 19.0.0-1252-g44458cce 79957b372307 fcedbb009a93 2024-02-07T13:31:46.964 INFO:teuthology.orchestra.run.smithi049.stdout:mon.c smithi080 running (6m) 2m ago 6m 40.0M 2048M 19.0.0-1252-g44458cce 79957b372307 24e659855830 2024-02-07T13:31:46.964 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi049 smithi049 *:9100 running (3m) 2m ago 3m 15.2M - 1.5.0 0da6a335fe13 debe239b3261 2024-02-07T13:31:46.964 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi052 smithi052 *:9100 running (3m) 2m ago 3m 15.1M - 1.5.0 0da6a335fe13 fb1c2d998bb0 2024-02-07T13:31:46.964 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi080 smithi080 *:9100 running (3m) 2m ago 3m 15.5M - 1.5.0 0da6a335fe13 267c2c0e8876 2024-02-07T13:31:46.964 INFO:teuthology.orchestra.run.smithi049.stdout:osd.0 smithi049 running (5m) 2m ago 5m 43.0M 14.6G 19.0.0-1252-g44458cce 79957b372307 b2eb993f3dfd 2024-02-07T13:31:46.964 INFO:teuthology.orchestra.run.smithi049.stdout:osd.1 smithi052 running (5m) 2m ago 5m 37.7M 14.6G 19.0.0-1252-g44458cce 79957b372307 e15bc15853c3 2024-02-07T13:31:46.964 INFO:teuthology.orchestra.run.smithi049.stdout:osd.2 smithi080 running (4m) 2m ago 4m 36.5M 18.6G 19.0.0-1252-g44458cce 79957b372307 41a0f3c3d31e 2024-02-07T13:31:46.964 INFO:teuthology.orchestra.run.smithi049.stdout:prometheus.smithi052 smithi052 *:9095 running (3m) 2m ago 3m 31.4M - 2.43.0 a07b618ecd1d fa2375bb5f77 2024-02-07T13:31:46.975 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch host ls 2024-02-07T13:31:47.290 INFO:teuthology.orchestra.run.smithi049.stdout:HOST ADDR LABELS STATUS 2024-02-07T13:31:47.291 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 172.21.15.49 2024-02-07T13:31:47.291 INFO:teuthology.orchestra.run.smithi049.stdout:smithi052 172.21.15.52 2024-02-07T13:31:47.291 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 172.21.15.80 2024-02-07T13:31:47.291 INFO:teuthology.orchestra.run.smithi049.stdout:3 hosts in cluster 2024-02-07T13:31:47.304 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch ps --daemon-type mon -f json 2024-02-07T13:31:47.304 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r 'last | .daemon_name' 2024-02-07T13:31:47.640 INFO:teuthology.orchestra.run.smithi049.stderr:+ MON_DAEMON=mon.c 2024-02-07T13:31:47.640 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-02-07T13:31:47.640 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -e '.[]' 2024-02-07T13:31:47.640 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r .hostname 2024-02-07T13:31:47.972 INFO:teuthology.orchestra.run.smithi049.stderr:+ GRAFANA_HOST=smithi049 2024-02-07T13:31:47.972 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:47 smithi049 ceph-mon[29814]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:47.972 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:47 smithi049 ceph-mon[29814]: from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:31:47.973 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-02-07T13:31:47.973 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -e '.[]' 2024-02-07T13:31:47.973 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r .hostname 2024-02-07T13:31:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:47 smithi052 ceph-mon[32580]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:47 smithi052 ceph-mon[32580]: from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:31:48.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:47 smithi080 ceph-mon[33374]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:48.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:47 smithi080 ceph-mon[33374]: from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:31:48.307 INFO:teuthology.orchestra.run.smithi049.stderr:+ PROM_HOST=smithi052 2024-02-07T13:31:48.307 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-02-07T13:31:48.307 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -e '.[]' 2024-02-07T13:31:48.307 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r .hostname 2024-02-07T13:31:48.640 INFO:teuthology.orchestra.run.smithi049.stderr:+ ALERTM_HOST=smithi080 2024-02-07T13:31:48.640 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch host ls -f json 2024-02-07T13:31:48.640 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r --arg GRAFANA_HOST smithi049 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-02-07T13:31:48.972 INFO:teuthology.orchestra.run.smithi049.stderr:+ GRAFANA_IP=172.21.15.49 2024-02-07T13:31:48.972 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:48 smithi049 ceph-mon[29814]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:31:48.973 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:48 smithi049 ceph-mon[29814]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:31:48.973 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:48 smithi049 ceph-mon[29814]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:48.973 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch host ls -f json 2024-02-07T13:31:48.973 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r --arg PROM_HOST smithi052 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-02-07T13:31:49.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:48 smithi052 ceph-mon[32580]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:31:49.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:48 smithi052 ceph-mon[32580]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:31:49.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:48 smithi052 ceph-mon[32580]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:49.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:48 smithi080 ceph-mon[33374]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:31:49.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:48 smithi080 ceph-mon[33374]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T13:31:49.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:48 smithi080 ceph-mon[33374]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:49.297 INFO:teuthology.orchestra.run.smithi049.stderr:+ PROM_IP=172.21.15.52 2024-02-07T13:31:49.298 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch host ls -f json 2024-02-07T13:31:49.298 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r --arg ALERTM_HOST smithi080 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-02-07T13:31:49.622 INFO:teuthology.orchestra.run.smithi049.stderr:+ ALERTM_IP=172.21.15.80 2024-02-07T13:31:49.622 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch host ls -f json 2024-02-07T13:31:49.622 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r '.[] | .addr' 2024-02-07T13:31:49.951 INFO:teuthology.orchestra.run.smithi049.stderr:+ ALL_HOST_IPS='172.21.15.49 2024-02-07T13:31:49.951 INFO:teuthology.orchestra.run.smithi049.stderr:172.21.15.52 2024-02-07T13:31:49.952 INFO:teuthology.orchestra.run.smithi049.stderr:172.21.15.80' 2024-02-07T13:31:49.952 INFO:teuthology.orchestra.run.smithi049.stderr:+ for ip in $ALL_HOST_IPS 2024-02-07T13:31:49.952 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.49:9100/metric 2024-02-07T13:31:49.952 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:49 smithi049 ceph-mon[29814]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:49.952 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:49 smithi049 ceph-mon[29814]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:49.952 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:49 smithi049 ceph-mon[29814]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:49.952 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:49 smithi049 ceph-mon[29814]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:49.954 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:31:49.955 INFO:teuthology.orchestra.run.smithi049.stdout: Node Exporter 2024-02-07T13:31:49.955 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:31:49.955 INFO:teuthology.orchestra.run.smithi049.stdout:

Node Exporter

2024-02-07T13:31:49.955 INFO:teuthology.orchestra.run.smithi049.stdout:

Metrics

2024-02-07T13:31:49.955 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:31:49.955 INFO:teuthology.orchestra.run.smithi049.stderr:+ for ip in $ALL_HOST_IPS 2024-02-07T13:31:49.955 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.52:9100/metric 2024-02-07T13:31:49.958 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:31:49.959 INFO:teuthology.orchestra.run.smithi049.stdout: Node Exporter 2024-02-07T13:31:49.959 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:31:49.959 INFO:teuthology.orchestra.run.smithi049.stdout:

Node Exporter

2024-02-07T13:31:49.959 INFO:teuthology.orchestra.run.smithi049.stdout:

Metrics

2024-02-07T13:31:49.959 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:31:49.959 INFO:teuthology.orchestra.run.smithi049.stderr:+ for ip in $ALL_HOST_IPS 2024-02-07T13:31:49.959 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.80:9100/metric 2024-02-07T13:31:49.964 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:31:49.964 INFO:teuthology.orchestra.run.smithi049.stdout: Node Exporter 2024-02-07T13:31:49.964 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:31:49.964 INFO:teuthology.orchestra.run.smithi049.stdout:

Node Exporter

2024-02-07T13:31:49.964 INFO:teuthology.orchestra.run.smithi049.stdout:

Metrics

2024-02-07T13:31:49.964 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-07T13:31:49.964 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -k -s https://172.21.15.49:3000/api/health 2024-02-07T13:31:49.973 INFO:teuthology.orchestra.run.smithi049.stdout: { 2024-02-07T13:31:49.973 INFO:teuthology.orchestra.run.smithi049.stdout: "commit": "37ee25ba46", 2024-02-07T13:31:49.974 INFO:teuthology.orchestra.run.smithi049.stdout: "database": "ok", 2024-02-07T13:31:49.974 INFO:teuthology.orchestra.run.smithi049.stdout: "version": "9.4.12" 2024-02-07T13:31:49.974 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -k -s https://172.21.15.49:3000/api/health 2024-02-07T13:31:49.974 INFO:teuthology.orchestra.run.smithi049.stderr:+ jq -e '.database == "ok"' 2024-02-07T13:31:49.986 INFO:teuthology.orchestra.run.smithi049.stdout:}true 2024-02-07T13:31:49.987 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch daemon stop mon.c 2024-02-07T13:31:50.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:49 smithi052 ceph-mon[32580]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:50.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:49 smithi052 ceph-mon[32580]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:50.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:49 smithi052 ceph-mon[32580]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:50.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:49 smithi052 ceph-mon[32580]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:50.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:49 smithi080 ceph-mon[33374]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:31:50.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:49 smithi080 ceph-mon[33374]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:50.195 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:49 smithi080 ceph-mon[33374]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:50.196 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:49 smithi080 ceph-mon[33374]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:50.315 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled to stop mon.c on host 'smithi080' 2024-02-07T13:31:50.327 INFO:teuthology.orchestra.run.smithi049.stderr:+ sleep 120 2024-02-07T13:31:51.041 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:50 smithi080 ceph-mon[33374]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:51.041 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:50 smithi080 ceph-mon[33374]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:51.041 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:50 smithi080 ceph-mon[33374]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:51.041 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:51.042 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:51.042 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:51.042 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:31:51.042 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:31:51.042 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:31:51.042 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:50 smithi080 ceph-mon[33374]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:51.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:50 smithi049 ceph-mon[29814]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:51.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:50 smithi049 ceph-mon[29814]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:51.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:50 smithi049 ceph-mon[29814]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:31:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:31:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:31:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:31:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:50 smithi052 ceph-mon[32580]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:50 smithi052 ceph-mon[32580]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:50 smithi052 ceph-mon[32580]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T13:31:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:31:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:31:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:31:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:31:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:31:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:31:51.380 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:51 smithi080 systemd[1]: Stopping Ceph mon.c for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:31:51.380 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:51 smithi080 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-c[33351]: 2024-02-07T13:31:51.287+0000 7fba9b76d700 -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-02-07T13:31:51.380 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:51 smithi080 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-c[33351]: 2024-02-07T13:31:51.287+0000 7fba9b76d700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-02-07T13:31:51.695 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:51 smithi080 podman[45408]: 2024-02-07 13:31:51.380562557 +0000 UTC m=+0.197354439 container died 24e65985583074079a50182f6b940f4e34fbf7ade31dc2ba6518cae67efa2229 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-c, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True) 2024-02-07T13:31:52.105 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:51 smithi080 podman[45408]: 2024-02-07 13:31:51.777124346 +0000 UTC m=+0.593916222 container cleanup 24e65985583074079a50182f6b940f4e34fbf7ade31dc2ba6518cae67efa2229 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-c, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-02-07T13:31:52.105 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:51 smithi080 bash[45408]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-c 2024-02-07T13:31:52.105 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:51 smithi080 podman[45427]: 2024-02-07 13:31:51.995130776 +0000 UTC m=+0.612242798 container remove 24e65985583074079a50182f6b940f4e34fbf7ade31dc2ba6518cae67efa2229 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-c, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-02-07T13:31:52.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:31:52 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:31:52] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-02-07T13:31:52.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:52 smithi080 systemd[1]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.c.service: Deactivated successfully. 2024-02-07T13:31:52.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:52 smithi080 systemd[1]: Stopped Ceph mon.c for f871b8ca-c5bb-11ee-95b6-87774f69a715. 2024-02-07T13:31:52.445 INFO:journalctl@ceph.mon.c.smithi080.stdout:Feb 07 13:31:52 smithi080 systemd[1]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.c.service: Consumed 4.149s CPU time. 2024-02-07T13:32:02.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:32:02 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:32:02] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: mon.b calling monitor election 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: mon.a calling monitor election 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-02-07T13:32:07.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: monmap e3: 3 mons at {a=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T13:32:07.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: fsmap 2024-02-07T13:32:07.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: osdmap e23: 3 total, 3 up, 3 in 2024-02-07T13:32:07.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: mgrmap e21: a(active, since 3m), standbys: b 2024-02-07T13:32:07.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-02-07T13:32:07.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-02-07T13:32:07.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-02-07T13:32:07.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: mon.c (rank 1) addr [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] is down (out of quorum) 2024-02-07T13:32:07.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:07.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:07.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:06 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:32:07.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: mon.b calling monitor election 2024-02-07T13:32:07.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: mon.a calling monitor election 2024-02-07T13:32:07.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: monmap e3: 3 mons at {a=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: fsmap 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: osdmap e23: 3 total, 3 up, 3 in 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: mgrmap e21: a(active, since 3m), standbys: b 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: mon.c (rank 1) addr [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] is down (out of quorum) 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:07.114 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:06 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:32:08.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:07 smithi049 ceph-mon[29814]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:08.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:07 smithi052 ceph-mon[32580]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:09 smithi049 ceph-mon[29814]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:10.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:10.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:10.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:32:10.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:32:10.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:10.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:09 smithi052 ceph-mon[32580]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:32:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:32:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:12.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:11 smithi049 ceph-mon[29814]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:12.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:11 smithi052 ceph-mon[32580]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:12.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:32:12 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:32:12] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-02-07T13:32:14.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:13 smithi049 ceph-mon[29814]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:14.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:13 smithi052 ceph-mon[32580]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:16.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:15 smithi049 ceph-mon[29814]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:16.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:15 smithi052 ceph-mon[32580]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:18.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:17 smithi049 ceph-mon[29814]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:18.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:17 smithi052 ceph-mon[32580]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:19.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:18 smithi049 ceph-mon[29814]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:19.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:18 smithi052 ceph-mon[32580]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:21.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:20 smithi049 ceph-mon[29814]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:21.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:20 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:21.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:20 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:32:21.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:20 smithi052 ceph-mon[32580]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:21.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:20 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:32:21.363 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:20 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:32:22.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:32:22 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:32:22] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-02-07T13:32:24.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:23 smithi049 ceph-mon[29814]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:24.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:23 smithi052 ceph-mon[32580]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:26.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:25 smithi049 ceph-mon[29814]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:26.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:25 smithi052 ceph-mon[32580]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:28.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:27 smithi049 ceph-mon[29814]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:28.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:27 smithi052 ceph-mon[32580]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:29 smithi049 ceph-mon[29814]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:30.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:29 smithi052 ceph-mon[32580]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:32.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:31 smithi049 ceph-mon[29814]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:32.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:31 smithi052 ceph-mon[32580]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:32.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:32:32 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:32:32] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-02-07T13:32:34.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:33 smithi049 ceph-mon[29814]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:34.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:33 smithi052 ceph-mon[32580]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:36.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:35 smithi049 ceph-mon[29814]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:36.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:35 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:32:36.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:35 smithi052 ceph-mon[32580]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:36.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:35 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:32:37.915 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:37 smithi052 ceph-mon[32580]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:37 smithi049 ceph-mon[29814]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:40.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:39 smithi049 ceph-mon[29814]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:40.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:39 smithi052 ceph-mon[32580]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:42.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:41 smithi049 ceph-mon[29814]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:42.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:41 smithi052 ceph-mon[32580]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:42.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:32:42 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:32:42] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-02-07T13:32:44.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:43 smithi049 ceph-mon[29814]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:44.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:43 smithi052 ceph-mon[32580]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:46.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:45 smithi049 ceph-mon[29814]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:46.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:45 smithi052 ceph-mon[32580]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:48.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:47 smithi049 ceph-mon[29814]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:47 smithi052 ceph-mon[32580]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:50.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:49 smithi049 ceph-mon[29814]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:50.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:49 smithi052 ceph-mon[32580]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:51.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:32:51.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:32:52.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:51 smithi049 ceph-mon[29814]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:52.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:51 smithi052 ceph-mon[32580]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:52.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:32:52 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:32:52] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-02-07T13:32:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:53 smithi049 ceph-mon[29814]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:54.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:53 smithi052 ceph-mon[32580]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:56.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:55 smithi049 ceph-mon[29814]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:56.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:55 smithi052 ceph-mon[32580]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:58.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:57 smithi049 ceph-mon[29814]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:32:58.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:57 smithi052 ceph-mon[32580]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:00.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:32:59 smithi049 ceph-mon[29814]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:00.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:32:59 smithi052 ceph-mon[32580]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:02.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:01 smithi049 ceph-mon[29814]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:02.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:01 smithi052 ceph-mon[32580]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:02.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:02 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:33:02] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-02-07T13:33:04.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:03 smithi049 ceph-mon[29814]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:04.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:03 smithi052 ceph-mon[32580]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:06.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:05 smithi049 ceph-mon[29814]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:06.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:05 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:33:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:05 smithi052 ceph-mon[32580]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:06.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:05 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:33:08.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:07 smithi049 ceph-mon[29814]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:08.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:07 smithi052 ceph-mon[32580]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:09 smithi049 ceph-mon[29814]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:33:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:33:10.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:33:10.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:09 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:33:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:09 smithi052 ceph-mon[32580]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T13:33:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T13:33:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T13:33:10.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:09 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' 2024-02-07T13:33:12.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:11 smithi049 ceph-mon[29814]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:12.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:11 smithi052 ceph-mon[32580]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:12.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:12 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:33:12] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-02-07T13:33:14.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:13 smithi049 ceph-mon[29814]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:14.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:13 smithi052 ceph-mon[32580]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:16.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:15 smithi049 ceph-mon[29814]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:16.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:15 smithi052 ceph-mon[32580]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:18.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:17 smithi049 ceph-mon[29814]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:18.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:17 smithi052 ceph-mon[32580]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:20.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:19 smithi049 ceph-mon[29814]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:20.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:19 smithi052 ceph-mon[32580]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:21.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:20 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:33:21.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:20 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:33:22.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:21 smithi049 ceph-mon[29814]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:22.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:21 smithi052 ceph-mon[32580]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:22.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:22 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:33:22] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-02-07T13:33:24.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:23 smithi049 ceph-mon[29814]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:24.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:23 smithi052 ceph-mon[32580]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:26.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:25 smithi049 ceph-mon[29814]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:26.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:25 smithi052 ceph-mon[32580]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:28.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:27 smithi049 ceph-mon[29814]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:28.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:27 smithi052 ceph-mon[32580]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:29 smithi049 ceph-mon[29814]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:30.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:29 smithi052 ceph-mon[32580]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:32.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:31 smithi049 ceph-mon[29814]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:32.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:31 smithi052 ceph-mon[32580]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:32.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:32 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:33:32] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-02-07T13:33:34.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:33 smithi049 ceph-mon[29814]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:34.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:33 smithi052 ceph-mon[32580]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:36.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:35 smithi049 ceph-mon[29814]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:36.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:35 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:33:36.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:35 smithi052 ceph-mon[32580]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:36.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:35 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:33:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:37 smithi049 ceph-mon[29814]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:38.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:37 smithi052 ceph-mon[32580]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:40.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:39 smithi049 ceph-mon[29814]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:40.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:39 smithi052 ceph-mon[32580]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:42.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:41 smithi049 ceph-mon[29814]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:42.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:41 smithi052 ceph-mon[32580]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:42.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:42 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:33:42] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-02-07T13:33:44.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:43 smithi049 ceph-mon[29814]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:44.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:43 smithi052 ceph-mon[32580]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:46.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:45 smithi049 ceph-mon[29814]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:46.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:45 smithi052 ceph-mon[32580]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:48.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:47 smithi049 ceph-mon[29814]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:48.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:47 smithi052 ceph-mon[32580]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:50.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:49 smithi049 ceph-mon[29814]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:50.113 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:49 smithi052 ceph-mon[32580]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-02-07T13:33:50.329 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.52:9095/api/v1/status/config 2024-02-07T13:33:50.335 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.52:9095/api/v1/status/config 2024-02-07T13:33:50.335 INFO:teuthology.orchestra.run.smithi049.stderr:+ jq -e '.status == "success"' 2024-02-07T13:33:50.339 INFO:teuthology.orchestra.run.smithi049.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.49:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.49:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.49:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.49:8765/sd/prometheus/sd-config?service=ceph-exporter\n"}}true 2024-02-07T13:33:50.340 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.52:9095/api/v1/alerts 2024-02-07T13:33:50.344 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.52:9095/api/v1/alerts 2024-02-07T13:33:50.344 INFO:teuthology.orchestra.run.smithi049.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-02-07T13:33:50.348 INFO:teuthology.orchestra.run.smithi049.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","instance":"smithi049:9283","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-02-07T13:32:30.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 smithi080","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-02-07T13:32:30.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi080\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-02-07T13:32:30.084118673Z","value":"1e+00"}]}}true 2024-02-07T13:33:50.348 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.80:9093/api/v1/status 2024-02-07T13:33:50.353 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.80:9093/api/v1/alerts 2024-02-07T13:33:50.357 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.80:9093/api/v1/alerts 2024-02-07T13:33:50.357 INFO:teuthology.orchestra.run.smithi049.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-02-07T13:33:50.361 INFO:teuthology.orchestra.run.smithi049.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi049.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://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://smithi049.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://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-02-07T13:29:04.976049671Z","clusterStatus":{"name":"01HP1W3Z6F5GVN909ARP6A73FX","status":"ready","peers":[{"name":"01HP1W3Z6F5GVN909ARP6A73FX","address":"172.21.15.80:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi080","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-02-07T13:33:00.084Z","endsAt":"2024-02-07T13:37:00.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":"037d5510ed49d01e"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi080\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-02-07T13:33:00.084Z","endsAt":"2024-02-07T13:37:00.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":"b219e5f1afd3ccbd"}]}true 2024-02-07T13:33:51.020 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:50 smithi049 ceph-mon[29814]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:33:51.054 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-07T13:33:51.064 INFO:tasks.cephadm:Teardown begin 2024-02-07T13:33:51.065 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T13:33:51.102 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T13:33:51.112 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:50 smithi052 ceph-mon[32580]: from='mgr.14403 172.21.15.49:0/3252010566' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-07T13:33:51.136 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T13:33:51.173 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-07T13:33:51.173 DEBUG:teuthology.orchestra.run.smithi049:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-07T13:33:51.190 DEBUG:teuthology.orchestra.run.smithi052:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-07T13:33:51.207 DEBUG:teuthology.orchestra.run.smithi080:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-07T13:33:51.231 INFO:tasks.cephadm:Stopping all daemons... 2024-02-07T13:33:51.232 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-02-07T13:33:51.232 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.a 2024-02-07T13:33:51.535 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:51 smithi049 systemd[1]: Stopping Ceph mon.a for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:33:51.535 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:51 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a[29791]: 2024-02-07T13:33:51.526+0000 7f4f3f171700 -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-02-07T13:33:51.535 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:51 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a[29791]: 2024-02-07T13:33:51.526+0000 7f4f3f171700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-02-07T13:33:51.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:51 smithi049 podman[54939]: 2024-02-07 13:33:51.639530377 +0000 UTC m=+0.215378882 container died a14d56e225dd566e94c42551b2f5aba7bec77f40de6202668cfef9cf9dbc44e6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True) 2024-02-07T13:33:51.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:51 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:33:51] ENGINE Bus STOPPING 2024-02-07T13:33:51.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:51 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:33:51] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-02-07T13:33:51.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:51 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:33:51] ENGINE Bus STOPPED 2024-02-07T13:33:51.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:51 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:33:51] ENGINE Bus STARTING 2024-02-07T13:33:51.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:51 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:33:51] ENGINE Serving on http://:::9283 2024-02-07T13:33:51.861 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:51 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: [07/Feb/2024:13:33:51] ENGINE Bus STARTED 2024-02-07T13:33:52.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:52 smithi049 podman[54939]: 2024-02-07 13:33:52.149274591 +0000 UTC m=+0.725123098 container cleanup a14d56e225dd566e94c42551b2f5aba7bec77f40de6202668cfef9cf9dbc44e6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, ceph=True) 2024-02-07T13:33:52.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Feb 07 13:33:52 smithi049 bash[54939]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-a 2024-02-07T13:33:52.361 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:52 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: ::ffff:172.21.15.52 - - [07/Feb/2024:13:33:52] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-02-07T13:33:52.572 DEBUG:teuthology.orchestra.run.smithi049:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.a.service' 2024-02-07T13:33:52.620 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T13:33:52.620 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-02-07T13:33:52.620 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-02-07T13:33:52.621 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.b 2024-02-07T13:33:52.935 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:52 smithi052 systemd[1]: Stopping Ceph mon.b for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:33:53.204 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:52 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-b[32558]: 2024-02-07T13:33:52.931+0000 7f28b6b26700 -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-02-07T13:33:53.204 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:52 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-b[32558]: 2024-02-07T13:33:52.931+0000 7f28b6b26700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-02-07T13:33:53.205 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:52 smithi052 podman[44499]: 2024-02-07 13:33:52.962790295 +0000 UTC m=+0.147200586 container died fcedbb009a935c0976c80101e4a07c3efc77ec5207827ee3a9da6007df7d9b33 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True) 2024-02-07T13:33:53.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:53 smithi052 podman[44499]: 2024-02-07 13:33:53.503927584 +0000 UTC m=+0.688337874 container cleanup fcedbb009a935c0976c80101e4a07c3efc77ec5207827ee3a9da6007df7d9b33 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-b, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, ceph=True) 2024-02-07T13:33:53.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:53 smithi052 bash[44499]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-b 2024-02-07T13:33:53.863 INFO:journalctl@ceph.mon.b.smithi052.stdout:Feb 07 13:33:53 smithi052 podman[44518]: 2024-02-07 13:33:53.705480301 +0000 UTC m=+0.737568900 container remove fcedbb009a935c0976c80101e4a07c3efc77ec5207827ee3a9da6007df7d9b33 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mon-b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T13:33:53.927 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.b.service' 2024-02-07T13:33:53.976 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T13:33:53.976 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-02-07T13:33:53.976 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-02-07T13:33:53.977 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.c 2024-02-07T13:33:54.017 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mon.c.service' 2024-02-07T13:33:54.315 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T13:33:54.315 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-02-07T13:33:54.315 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-02-07T13:33:54.316 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mgr.a 2024-02-07T13:33:54.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:54 smithi049 systemd[1]: Stopping Ceph mgr.a for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:33:55.053 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:54 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:33:54.747+0000 7f8956450700 -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-02-07T13:33:55.053 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:54 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a[30066]: 2024-02-07T13:33:54.747+0000 7f8956450700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-02-07T13:33:55.053 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:54 smithi049 podman[55081]: 2024-02-07 13:33:54.779271336 +0000 UTC m=+0.262290031 container died 19dba9bf93deaab50961cc521f28f750c969482b0c0e30a66c76e45111a032d0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-07T13:33:55.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:55 smithi049 podman[55081]: 2024-02-07 13:33:55.144104076 +0000 UTC m=+0.627122757 container cleanup 19dba9bf93deaab50961cc521f28f750c969482b0c0e30a66c76e45111a032d0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=) 2024-02-07T13:33:55.361 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Feb 07 13:33:55 smithi049 bash[55081]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-a 2024-02-07T13:33:55.519 DEBUG:teuthology.orchestra.run.smithi049:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mgr.a.service' 2024-02-07T13:33:55.558 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T13:33:55.558 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-02-07T13:33:55.558 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-02-07T13:33:55.559 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mgr.b 2024-02-07T13:33:55.863 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:33:55 smithi052 systemd[1]: Stopping Ceph mgr.b for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:33:56.275 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:33:55 smithi052 podman[44630]: 2024-02-07 13:33:55.890709107 +0000 UTC m=+0.133616921 container died 766aaf31add38efe6c3992035a6b4de1edc9455db2c994b63c82cf0d79129898 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T13:33:56.608 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:33:56 smithi052 podman[44630]: 2024-02-07 13:33:56.366326003 +0000 UTC m=+0.609233819 container cleanup 766aaf31add38efe6c3992035a6b4de1edc9455db2c994b63c82cf0d79129898 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-07T13:33:56.608 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Feb 07 13:33:56 smithi052 bash[44630]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-mgr-b 2024-02-07T13:33:56.745 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@mgr.b.service' 2024-02-07T13:33:56.780 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T13:33:56.780 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-02-07T13:33:56.780 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-07T13:33:56.780 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.0 2024-02-07T13:33:57.092 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:33:56 smithi049 systemd[1]: Stopping Ceph osd.0 for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:33:57.360 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:33:57 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0[43049]: 2024-02-07T13:33:57.092+0000 7fe9c6fbf700 -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-02-07T13:33:57.360 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:33:57 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0[43049]: 2024-02-07T13:33:57.092+0000 7fe9c6fbf700 -1 osd.0 23 *** Got signal Terminated *** 2024-02-07T13:33:57.360 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:33:57 smithi049 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0[43049]: 2024-02-07T13:33:57.092+0000 7fe9c6fbf700 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-07T13:34:02.890 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:02 smithi049 podman[55215]: 2024-02-07 13:34:02.622485048 +0000 UTC m=+5.644048862 container died b2eb993f3dfd985b4004afb2fe68fc2cc5381cb3e53555b39f87523608114d0b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0, ceph=True, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-07T13:34:03.248 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:03 smithi049 podman[55215]: 2024-02-07 13:34:03.047660467 +0000 UTC m=+6.069224339 container cleanup b2eb993f3dfd985b4004afb2fe68fc2cc5381cb3e53555b39f87523608114d0b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-02-07T13:34:03.248 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:03 smithi049 bash[55215]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0 2024-02-07T13:34:03.610 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:03 smithi049 podman[55237]: 2024-02-07 13:34:03.248601648 +0000 UTC m=+0.624964684 container remove b2eb993f3dfd985b4004afb2fe68fc2cc5381cb3e53555b39f87523608114d0b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, ceph=True, org.label-schema.build-date=20240131, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2) 2024-02-07T13:34:03.931 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:03 smithi049 podman[55332]: 2024-02-07 13:34:03.578291575 +0000 UTC m=+0.018175806 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T13:34:03.932 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:03 smithi049 podman[55332]: 2024-02-07 13:34:03.699507354 +0000 UTC m=+0.139391578 container create 74ea680b6b4f09e9751bfabad03bed885a7ad90c1a52ecb989fee57b7e3f980d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-07T13:34:04.347 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:04 smithi049 podman[55332]: 2024-02-07 13:34:04.035091193 +0000 UTC m=+0.474975419 container init 74ea680b6b4f09e9751bfabad03bed885a7ad90c1a52ecb989fee57b7e3f980d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc) 2024-02-07T13:34:04.347 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:04 smithi049 podman[55332]: 2024-02-07 13:34:04.041281618 +0000 UTC m=+0.481165843 container start 74ea680b6b4f09e9751bfabad03bed885a7ad90c1a52ecb989fee57b7e3f980d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131) 2024-02-07T13:34:04.347 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:04 smithi049 podman[55332]: 2024-02-07 13:34:04.118156844 +0000 UTC m=+0.558041082 container attach 74ea680b6b4f09e9751bfabad03bed885a7ad90c1a52ecb989fee57b7e3f980d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0-deactivate, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.2) 2024-02-07T13:34:04.347 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:04 smithi049 podman[55332]: 2024-02-07 13:34:04.347481549 +0000 UTC m=+0.787365776 container died 74ea680b6b4f09e9751bfabad03bed885a7ad90c1a52ecb989fee57b7e3f980d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-02-07T13:34:04.889 INFO:journalctl@ceph.osd.0.smithi049.stdout:Feb 07 13:34:04 smithi049 podman[55378]: 2024-02-07 13:34:04.887860663 +0000 UTC m=+0.534944944 container remove 74ea680b6b4f09e9751bfabad03bed885a7ad90c1a52ecb989fee57b7e3f980d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-02-07T13:34:04.913 DEBUG:teuthology.orchestra.run.smithi049:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.0.service' 2024-02-07T13:34:04.963 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T13:34:04.963 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-07T13:34:04.963 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-07T13:34:04.963 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.1 2024-02-07T13:34:05.272 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:05 smithi052 systemd[1]: Stopping Ceph osd.1 for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:34:05.613 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:05 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1[37190]: 2024-02-07T13:34:05.272+0000 7f14a6a13700 -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-02-07T13:34:05.613 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:05 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1[37190]: 2024-02-07T13:34:05.272+0000 7f14a6a13700 -1 osd.1 23 *** Got signal Terminated *** 2024-02-07T13:34:05.613 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:05 smithi052 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1[37190]: 2024-02-07T13:34:05.272+0000 7f14a6a13700 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-07T13:34:10.996 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:10 smithi052 podman[44765]: 2024-02-07 13:34:10.617526529 +0000 UTC m=+5.458884334 container died e15bc15853c37154699375b171df6aab531f70762a347b0bd6639298bf43724c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-02-07T13:34:11.353 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:11 smithi052 podman[44765]: 2024-02-07 13:34:11.094566495 +0000 UTC m=+5.935924301 container cleanup e15bc15853c37154699375b171df6aab531f70762a347b0bd6639298bf43724c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD) 2024-02-07T13:34:11.353 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:11 smithi052 bash[44765]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1 2024-02-07T13:34:11.613 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:11 smithi052 podman[44787]: 2024-02-07 13:34:11.353684253 +0000 UTC m=+0.732742007 container remove e15bc15853c37154699375b171df6aab531f70762a347b0bd6639298bf43724c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-02-07T13:34:11.948 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:11 smithi052 podman[44884]: 2024-02-07 13:34:11.5702178 +0000 UTC m=+0.017320432 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T13:34:11.948 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:11 smithi052 podman[44884]: 2024-02-07 13:34:11.679583292 +0000 UTC m=+0.126685927 container create 58d30e5c3589ad15c36abfd09060dd765ba9097aca4435b268041399e5836aa8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2) 2024-02-07T13:34:11.948 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:11 smithi052 podman[44884]: 2024-02-07 13:34:11.948707111 +0000 UTC m=+0.395809743 container init 58d30e5c3589ad15c36abfd09060dd765ba9097aca4435b268041399e5836aa8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-02-07T13:34:12.247 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:11 smithi052 podman[44884]: 2024-02-07 13:34:11.954641133 +0000 UTC m=+0.401743773 container start 58d30e5c3589ad15c36abfd09060dd765ba9097aca4435b268041399e5836aa8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1-deactivate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T13:34:12.247 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:12 smithi052 podman[44884]: 2024-02-07 13:34:12.031910728 +0000 UTC m=+0.479013373 container attach 58d30e5c3589ad15c36abfd09060dd765ba9097aca4435b268041399e5836aa8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T13:34:12.524 INFO:journalctl@ceph.osd.1.smithi052.stdout:Feb 07 13:34:12 smithi052 podman[44884]: 2024-02-07 13:34:12.24792144 +0000 UTC m=+0.695024085 container died 58d30e5c3589ad15c36abfd09060dd765ba9097aca4435b268041399e5836aa8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-1-deactivate, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-02-07T13:34:12.899 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.1.service' 2024-02-07T13:34:12.939 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T13:34:12.939 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-07T13:34:12.939 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-07T13:34:12.939 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.2 2024-02-07T13:34:13.368 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:12 smithi080 systemd[1]: Stopping Ceph osd.2 for f871b8ca-c5bb-11ee-95b6-87774f69a715... 2024-02-07T13:34:13.695 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:13 smithi080 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2[38030]: 2024-02-07T13:34:13.367+0000 7fd2e173c700 -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-02-07T13:34:13.696 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:13 smithi080 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2[38030]: 2024-02-07T13:34:13.367+0000 7fd2e173c700 -1 osd.2 23 *** Got signal Terminated *** 2024-02-07T13:34:13.696 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:13 smithi080 ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2[38030]: 2024-02-07T13:34:13.367+0000 7fd2e173c700 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-07T13:34:18.975 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:18 smithi080 podman[46163]: 2024-02-07 13:34:18.71519878 +0000 UTC m=+5.579399774 container died 41a0f3c3d31e12328a15a8ea03bea8cab0f9d14019764b7e323639ac3369e0c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc) 2024-02-07T13:34:19.332 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:19 smithi080 podman[46163]: 2024-02-07 13:34:19.139964631 +0000 UTC m=+6.004165671 container cleanup 41a0f3c3d31e12328a15a8ea03bea8cab0f9d14019764b7e323639ac3369e0c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2, io.buildah.version=1.33.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-02-07T13:34:19.332 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:19 smithi080 bash[46163]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2 2024-02-07T13:34:19.695 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:19 smithi080 podman[46185]: 2024-02-07 13:34:19.332763758 +0000 UTC m=+0.613231772 container remove 41a0f3c3d31e12328a15a8ea03bea8cab0f9d14019764b7e323639ac3369e0c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131) 2024-02-07T13:34:20.068 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:19 smithi080 podman[46285]: 2024-02-07 13:34:19.659863565 +0000 UTC m=+0.017237919 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T13:34:20.068 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:19 smithi080 podman[46285]: 2024-02-07 13:34:19.758532376 +0000 UTC m=+0.115906730 container create f7190ef596c20c66706d2f60ed5663d825f4d349d6d5fe327028ab8b4a2f690e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2-deactivate, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux ) 2024-02-07T13:34:20.068 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:19 smithi080 podman[46285]: 2024-02-07 13:34:19.977654273 +0000 UTC m=+0.335028638 container init f7190ef596c20c66706d2f60ed5663d825f4d349d6d5fe327028ab8b4a2f690e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2-deactivate, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T13:34:20.068 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:19 smithi080 podman[46285]: 2024-02-07 13:34:19.983245283 +0000 UTC m=+0.340619638 container start f7190ef596c20c66706d2f60ed5663d825f4d349d6d5fe327028ab8b4a2f690e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2-deactivate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, ceph=True) 2024-02-07T13:34:20.069 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:20 smithi080 podman[46285]: 2024-02-07 13:34:20.068996379 +0000 UTC m=+0.426370752 container attach f7190ef596c20c66706d2f60ed5663d825f4d349d6d5fe327028ab8b4a2f690e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-07T13:34:20.445 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:20 smithi080 podman[46285]: 2024-02-07 13:34:20.274937248 +0000 UTC m=+0.632311610 container died f7190ef596c20c66706d2f60ed5663d825f4d349d6d5fe327028ab8b4a2f690e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2-deactivate, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, ceph=True, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, GIT_BRANCH=HEAD) 2024-02-07T13:34:20.848 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.2.service' 2024-02-07T13:34:20.874 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:20 smithi080 podman[46331]: 2024-02-07 13:34:20.830381411 +0000 UTC m=+0.550972618 container remove f7190ef596c20c66706d2f60ed5663d825f4d349d6d5fe327028ab8b4a2f690e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, io.buildah.version=1.33.2) 2024-02-07T13:34:20.874 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:20 smithi080 systemd[1]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.2.service: Deactivated successfully. 2024-02-07T13:34:20.874 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:20 smithi080 systemd[1]: Stopped Ceph osd.2 for f871b8ca-c5bb-11ee-95b6-87774f69a715. 2024-02-07T13:34:20.874 INFO:journalctl@ceph.osd.2.smithi080.stdout:Feb 07 13:34:20 smithi080 systemd[1]: ceph-f871b8ca-c5bb-11ee-95b6-87774f69a715@osd.2.service: Consumed 3.010s CPU time. 2024-02-07T13:34:20.888 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T13:34:20.888 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-07T13:34:20.889 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-07T13:34:21.092 INFO:teuthology.orchestra.run.smithi049.stdout:Deleting cluster with fsid: f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:34:24.894 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-07T13:34:25.093 INFO:teuthology.orchestra.run.smithi052.stdout:Deleting cluster with fsid: f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:34:28.654 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-07T13:34:28.844 INFO:teuthology.orchestra.run.smithi080.stdout:Deleting cluster with fsid: f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:34:32.308 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T13:34:32.343 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T13:34:32.378 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T13:34:32.408 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-07T13:34:32.410 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800/remote/smithi049/crash 2024-02-07T13:34:32.411 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/crash -- . 2024-02-07T13:34:32.456 INFO:teuthology.orchestra.run.smithi049.stderr:tar: /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/crash: Cannot open: No such file or directory 2024-02-07T13:34:32.456 INFO:teuthology.orchestra.run.smithi049.stderr:tar: Error is not recoverable: exiting now 2024-02-07T13:34:32.458 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800/remote/smithi052/crash 2024-02-07T13:34:32.459 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/crash -- . 2024-02-07T13:34:32.495 INFO:teuthology.orchestra.run.smithi052.stderr:tar: /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/crash: Cannot open: No such file or directory 2024-02-07T13:34:32.495 INFO:teuthology.orchestra.run.smithi052.stderr:tar: Error is not recoverable: exiting now 2024-02-07T13:34:32.497 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800/remote/smithi080/crash 2024-02-07T13:34:32.498 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/crash -- . 2024-02-07T13:34:32.542 INFO:teuthology.orchestra.run.smithi080.stderr:tar: /var/lib/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/crash: Cannot open: No such file or directory 2024-02-07T13:34:32.542 INFO:teuthology.orchestra.run.smithi080.stderr:tar: Error is not recoverable: exiting now 2024-02-07T13:34:32.543 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-07T13:34:32.543 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-07T13:34:32.576 INFO:teuthology.orchestra.run.smithi049.stdout:2024-02-07T13:32:05.763203+0000 mon.a (mon.0) 580 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-02-07T13:34:32.576 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-07T13:34:32.576 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[SEC\]' /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-07T13:34:32.648 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[ERR\]' /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-07T13:34:32.723 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[WRN\]' /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-07T13:34:32.796 INFO:teuthology.orchestra.run.smithi049.stdout:2024-02-07T13:32:05.763203+0000 mon.a (mon.0) 580 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-02-07T13:34:32.796 INFO:tasks.cephadm:Compressing logs... 2024-02-07T13:34:32.796 DEBUG:teuthology.orchestra.run.smithi049:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-07T13:34:32.839 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-02-07T13:34:32.841 DEBUG:teuthology.orchestra.run.smithi080:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-07T13:34:32.867 INFO:teuthology.orchestra.run.smithi049.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-07T13:34:32.867 INFO:teuthology.orchestra.run.smithi049.stderr:: No such file or directory 2024-02-07T13:34:32.867 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mon.a.log 2024-02-07T13:34:32.867 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-07T13:34:32.867 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/cephadm.log: gzip/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mon.a.log: -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mgr.a.log 2024-02-07T13:34:32.867 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-osd.0.log 2024-02-07T13:34:32.869 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-07T13:34:32.869 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log 2024-02-07T13:34:32.869 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-07T13:34:32.869 INFO:teuthology.orchestra.run.smithi049.stderr: 89.6% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-07T13:34:32.869 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log: 83.2% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-07T13:34:32.869 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-volume.log: 88.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-07T13:34:32.869 INFO:teuthology.orchestra.run.smithi049.stderr: 87.7% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-07T13:34:32.874 INFO:teuthology.orchestra.run.smithi080.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-07T13:34:32.874 INFO:teuthology.orchestra.run.smithi080.stderr:: No such file or directory 2024-02-07T13:34:32.874 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-07T13:34:32.874 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-07T13:34:32.874 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log 2024-02-07T13:34:32.874 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.audit.log: /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-osd.2.log 2024-02-07T13:34:32.874 INFO:teuthology.orchestra.run.smithi080.stderr: 82.1% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-07T13:34:32.874 INFO:teuthology.orchestra.run.smithi080.stderr: 89.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mon.c.log 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-volume.log: 87.6% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi080.stderr: 89.7% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi052.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-osd.1.log 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mgr.b.log 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi052.stderr: 82.2% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi052.stderr: 89.8% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-07T13:34:32.875 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-07T13:34:32.876 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mon.b.log 2024-02-07T13:34:32.876 INFO:teuthology.orchestra.run.smithi052.stderr: 83.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-07T13:34:32.876 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-volume.log: 87.8% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-07T13:34:32.876 INFO:teuthology.orchestra.run.smithi049.stderr: 90.9% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-07T13:34:32.877 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mon.c.log: 90.9% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-07T13:34:32.877 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mon.b.log: 90.9% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-07T13:34:32.877 INFO:teuthology.orchestra.run.smithi052.stderr: 90.8% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mgr.b.log.gz 2024-02-07T13:34:32.910 INFO:teuthology.orchestra.run.smithi049.stderr: 93.6% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-osd.0.log.gz 2024-02-07T13:34:32.912 INFO:teuthology.orchestra.run.smithi080.stderr: 93.6% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-osd.2.log.gz 2024-02-07T13:34:32.935 INFO:teuthology.orchestra.run.smithi080.stderr: 92.9% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mon.c.log.gz 2024-02-07T13:34:32.937 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-02-07T13:34:32.937 INFO:teuthology.orchestra.run.smithi080.stderr:real 0m0.081s 2024-02-07T13:34:32.937 INFO:teuthology.orchestra.run.smithi080.stderr:user 0m0.118s 2024-02-07T13:34:32.937 INFO:teuthology.orchestra.run.smithi080.stderr:sys 0m0.025s 2024-02-07T13:34:32.948 INFO:teuthology.orchestra.run.smithi049.stderr: 89.5% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mgr.a.log.gz 2024-02-07T13:34:32.962 INFO:teuthology.orchestra.run.smithi052.stderr: 93.9% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-osd.1.log.gz 2024-02-07T13:34:32.973 INFO:teuthology.orchestra.run.smithi052.stderr: 92.7% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mon.b.log.gz 2024-02-07T13:34:32.975 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-02-07T13:34:32.975 INFO:teuthology.orchestra.run.smithi052.stderr:real 0m0.120s 2024-02-07T13:34:32.975 INFO:teuthology.orchestra.run.smithi052.stderr:user 0m0.212s 2024-02-07T13:34:32.975 INFO:teuthology.orchestra.run.smithi052.stderr:sys 0m0.027s 2024-02-07T13:34:33.134 INFO:teuthology.orchestra.run.smithi049.stderr: 91.1% -- replaced with /var/log/ceph/f871b8ca-c5bb-11ee-95b6-87774f69a715/ceph-mon.a.log.gz 2024-02-07T13:34:33.136 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-07T13:34:33.136 INFO:teuthology.orchestra.run.smithi049.stderr:real 0m0.285s 2024-02-07T13:34:33.136 INFO:teuthology.orchestra.run.smithi049.stderr:user 0m0.410s 2024-02-07T13:34:33.136 INFO:teuthology.orchestra.run.smithi049.stderr:sys 0m0.025s 2024-02-07T13:34:33.136 INFO:tasks.cephadm:Archiving logs... 2024-02-07T13:34:33.137 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800/remote/smithi049/log 2024-02-07T13:34:33.138 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-07T13:34:33.285 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800/remote/smithi052/log 2024-02-07T13:34:33.286 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-07T13:34:33.348 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800/remote/smithi080/log 2024-02-07T13:34:33.349 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-07T13:34:33.399 INFO:tasks.cephadm:Removing cluster... 2024-02-07T13:34:33.400 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 --force 2024-02-07T13:34:33.591 INFO:teuthology.orchestra.run.smithi049.stdout:Deleting cluster with fsid: f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:34:33.847 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 --force 2024-02-07T13:34:34.044 INFO:teuthology.orchestra.run.smithi052.stdout:Deleting cluster with fsid: f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:34:34.296 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f871b8ca-c5bb-11ee-95b6-87774f69a715 --force 2024-02-07T13:34:34.485 INFO:teuthology.orchestra.run.smithi080.stdout:Deleting cluster with fsid: f871b8ca-c5bb-11ee-95b6-87774f69a715 2024-02-07T13:34:34.731 INFO:tasks.cephadm:Removing cephadm ... 2024-02-07T13:34:34.731 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-07T13:34:34.752 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-07T13:34:34.768 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-07T13:34:34.783 INFO:tasks.cephadm:Teardown complete 2024-02-07T13:34:34.784 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-02-07T13:34:34.796 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-02-07T13:34:34.796 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-07T13:34:34.799 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-02-07T13:34:34.811 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-07T13:34:34.926 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-07T13:34:34.939 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-07T13:34:34.940 DEBUG:teuthology.orchestra.run.smithi049:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T13:34:34.942 DEBUG:teuthology.orchestra.run.smithi052:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T13:34:34.945 DEBUG:teuthology.orchestra.run.smithi080:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T13:34:34.957 INFO:teuthology.orchestra.run.smithi049.stderr:bash: line 1: ntpq: command not found 2024-02-07T13:34:34.957 INFO:teuthology.orchestra.run.smithi052.stderr:bash: line 1: ntpq: command not found 2024-02-07T13:34:34.959 INFO:teuthology.orchestra.run.smithi080.stderr:bash: line 1: ntpq: command not found 2024-02-07T13:34:34.961 INFO:teuthology.orchestra.run.smithi049.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T13:34:34.961 INFO:teuthology.orchestra.run.smithi049.stdout:=============================================================================== 2024-02-07T13:34:34.961 INFO:teuthology.orchestra.run.smithi049.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 13 -701us[ -701us] +/- 90ms 2024-02-07T13:34:34.961 INFO:teuthology.orchestra.run.smithi049.stdout:^* hv02.front.sepia.ceph.com 3 6 377 14 +479us[ +482us] +/- 53ms 2024-02-07T13:34:34.961 INFO:teuthology.orchestra.run.smithi049.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 -30us[ -30us] +/- 71ms 2024-02-07T13:34:34.962 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:34:34.964 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T13:34:34.964 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2024-02-07T13:34:34.964 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 11 -699us[ -699us] +/- 90ms 2024-02-07T13:34:34.964 INFO:teuthology.orchestra.run.smithi080.stdout:^* hv02.front.sepia.ceph.com 3 6 377 12 +474us[ +477us] +/- 53ms 2024-02-07T13:34:34.964 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 12 -34us[ -31us] +/- 71ms 2024-02-07T13:34:34.964 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:34:34.964 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T13:34:34.964 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2024-02-07T13:34:34.964 INFO:teuthology.orchestra.run.smithi052.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 14 -726us[ -720us] +/- 90ms 2024-02-07T13:34:34.965 INFO:teuthology.orchestra.run.smithi052.stdout:^* hv02.front.sepia.ceph.com 3 6 377 12 +469us[ +476us] +/- 53ms 2024-02-07T13:34:34.965 INFO:teuthology.orchestra.run.smithi052.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 -47us[ -41us] +/- 71ms 2024-02-07T13:34:34.965 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T13:34:34.965 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-07T13:34:34.978 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-07T13:34:34.978 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-07T13:34:34.993 DEBUG:teuthology.orchestra.run.smithi049:> 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-02-07T13:34:35.093 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-02-07T13:34:35.166 DEBUG:teuthology.orchestra.run.smithi080:> 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-02-07T13:34:35.235 DEBUG:teuthology.orchestra.run.smithi049:> 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 2024-02-07T13:34:35.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:34:35.271 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 2024-02-07T13:34:35.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:34:35.302 DEBUG:teuthology.orchestra.run.smithi080:> 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 2024-02-07T13:34:35.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:34:35.332 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-07T13:34:35.342 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-07T13:34:35.357 INFO:teuthology.task.internal:Duration was 1124.372115 seconds 2024-02-07T13:34:35.358 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-07T13:34:35.376 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-07T13:34:35.376 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-07T13:34:35.379 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-07T13:34:35.381 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-07T13:34:35.423 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T13:34:35.424 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T13:34:35.430 INFO:teuthology.orchestra.run.smithi049.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T13:34:35.907 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-07T13:34:35.908 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi049.front.sepia.ceph.com 2024-02-07T13:34:35.908 DEBUG:teuthology.orchestra.run.smithi049:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-07T13:34:35.932 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi052.front.sepia.ceph.com 2024-02-07T13:34:35.932 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-02-07T13:34:35.960 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi080.front.sepia.ceph.com 2024-02-07T13:34:35.960 DEBUG:teuthology.orchestra.run.smithi080:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-07T13:34:35.987 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-07T13:34:35.987 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-07T13:34:35.991 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-07T13:34:36.002 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-07T13:34:36.057 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-07T13:34:36.057 DEBUG:teuthology.orchestra.run.smithi049:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-07T13:34:36.067 DEBUG:teuthology.orchestra.run.smithi052:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-07T13:34:36.073 DEBUG:teuthology.orchestra.run.smithi080:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-07T13:34:36.256 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-07T13:34:36.267 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-07T13:34:36.267 DEBUG:teuthology.orchestra.run.smithi049:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-07T13:34:36.298 DEBUG:teuthology.orchestra.run.smithi052:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-07T13:34:36.325 DEBUG:teuthology.orchestra.run.smithi080:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-07T13:34:36.352 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-07T13:34:36.364 DEBUG:teuthology.orchestra.run.smithi049:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-07T13:34:36.368 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-02-07T13:34:36.371 DEBUG:teuthology.orchestra.run.smithi080:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-07T13:34:36.393 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = core 2024-02-07T13:34:36.395 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = core 2024-02-07T13:34:36.417 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = core 2024-02-07T13:34:36.447 DEBUG:teuthology.orchestra.run.smithi049:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-07T13:34:36.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:34:36.477 DEBUG:teuthology.orchestra.run.smithi052:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-07T13:34:36.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:34:36.491 DEBUG:teuthology.orchestra.run.smithi080:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-07T13:34:36.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:34:36.506 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-07T13:34:36.516 INFO:teuthology.task.internal:Transferring archived files... 2024-02-07T13:34:36.517 DEBUG:teuthology.misc:Transferring archived files from smithi049:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800/remote/smithi049 2024-02-07T13:34:36.517 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-07T13:34:36.561 DEBUG:teuthology.misc:Transferring archived files from smithi052:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800/remote/smithi052 2024-02-07T13:34:36.561 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-07T13:34:36.599 DEBUG:teuthology.misc:Transferring archived files from smithi080:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800/remote/smithi080 2024-02-07T13:34:36.599 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-07T13:34:36.635 INFO:teuthology.task.internal:Removing archive directory... 2024-02-07T13:34:36.635 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-07T13:34:36.638 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-07T13:34:36.640 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-07T13:34:36.684 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-07T13:34:36.697 INFO:teuthology.task.internal:Not uploading archives. 2024-02-07T13:34:36.698 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-07T13:34:36.714 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-07T13:34:36.714 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-07T13:34:36.716 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-07T13:34:36.719 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-07T13:34:36.728 INFO:teuthology.orchestra.run.smithi049.stdout: 265293 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 7 13:34 /home/ubuntu/cephtest 2024-02-07T13:34:36.730 INFO:teuthology.orchestra.run.smithi052.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 7 13:34 /home/ubuntu/cephtest 2024-02-07T13:34:36.738 INFO:teuthology.orchestra.run.smithi080.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 7 13:34 /home/ubuntu/cephtest 2024-02-07T13:34:36.739 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-07T13:34:36.751 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-07T13:34:36.783 INFO:teuthology.nuke:Checking targets against current locks 2024-02-07T13:34:36.812 DEBUG:teuthology.nuke:shortname: smithi049 2024-02-07T13:34:36.812 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T13:34:36.835 DEBUG:teuthology.nuke:shortname: smithi052 2024-02-07T13:34:36.835 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T13:34:36.840 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800', '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-02-07 13:05:55.453873', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIisNOU1OeMVmYEoNUt8VG3J/N2eKzeDu/rHsBsy3/GfjGb0Anip66RnMgA3n+GXd0ZMc7wgcbvysOxQQPeuTg4='} 2024-02-07T13:34:36.859 DEBUG:teuthology.nuke:shortname: smithi080 2024-02-07T13:34:36.860 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T13:34:36.867 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800', '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-02-07 13:05:55.451471', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFPG7kkHgiofiHLx3dSBTWrd/FUMs6sG2JLkgNYtre2V9Y/cPUB5SkaBH86rD9VjOfF3Ppr45nArxMoaEuzHJV8='} 2024-02-07T13:34:36.901 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548800', '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-02-07 13:05:55.452813', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC4HbHbyxgJbg7p/ACqwST3uWfhUlocbddJQA4gH1O6+WXZNPcDsnfYA+Blfo9EC7ymJm1QhAh42TwSC1EL9EFY='} 2024-02-07T13:34:36.909 INFO:teuthology.orchestra.console.smithi049:Power off 2024-02-07T13:34:36.909 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-07T13:34:36.933 DEBUG:teuthology.orchestra.console.smithi049:power off output: Chassis Power Control: Down/Off 2024-02-07T13:34:36.933 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:34:36.952 INFO:teuthology.orchestra.console.smithi052:Power off 2024-02-07T13:34:36.953 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-07T13:34:36.965 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is on 2024-02-07T13:34:36.977 DEBUG:teuthology.orchestra.console.smithi052:power off output: Chassis Power Control: Down/Off 2024-02-07T13:34:36.977 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:34:36.997 INFO:teuthology.orchestra.console.smithi080:Power off 2024-02-07T13:34:36.998 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-07T13:34:37.008 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-02-07T13:34:37.021 DEBUG:teuthology.orchestra.console.smithi080:power off output: Chassis Power Control: Down/Off 2024-02-07T13:34:37.022 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:34:37.044 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-02-07T13:34:40.966 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:34:41.009 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:34:41.045 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:34:41.078 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is on 2024-02-07T13:34:41.119 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-02-07T13:34:41.156 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-02-07T13:34:45.080 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:34:45.120 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:34:45.157 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:34:45.191 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is off 2024-02-07T13:34:45.231 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is off 2024-02-07T13:34:45.268 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-02-07T13:34:45.292 INFO:teuthology.orchestra.console.smithi049:Power off completed 2024-02-07T13:34:45.332 INFO:teuthology.orchestra.console.smithi052:Power off completed 2024-02-07T13:34:49.272 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:34:49.382 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is off 2024-02-07T13:34:49.483 INFO:teuthology.orchestra.console.smithi080:Power off completed 2024-02-07T13:34:49.589 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: 1124.3721146583557 failure_reason: '"2024-02-07T13:32:05.763203+0000 mon.a (mon.0) 580 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,b" in cluster log' flavor: default owner: scheduled_gabrioux@teuthology success: false 2024-02-07T13:34:49.590 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-07T13:34:49.671 INFO:teuthology.run:FAIL