2024-09-16T09:01:48.890 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-16T09:01:48.908 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T09:01:48.991 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014 branch: wip-guits-main-2024-09-13-1248 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: '7907014' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-13-1248 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 8293d73f8690540e843a81caec373f9cc29cf705 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8293d73f8690540e843a81caec373f9cc29cf705 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-main-2024-09-13-1248 sha1: 8293d73f8690540e843a81caec373f9cc29cf705 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 6714 sha1: 8293d73f8690540e843a81caec373f9cc29cf705 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-13-1248 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 8293d73f8690540e843a81caec373f9cc29cf705 targets: smithi083.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBND0K6cp7QKfjmCJwgjc1WC8zl2X8FcfdYG/6jTpKIiPrGtbx+Izhr3kovxwEivZ3WQIK0vSxQRiLuC+aU1s/28= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJt/pL39vKJ/grQPI0ZDAUKsdYsp95ElwjKmpwwiVjjYq5Yahck4DfJNiNHuEDhSPBzy/vQG2SD79JaakXM/nrU= smithi139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGkI0VfVlAD38T0r3GoVVjZO4JIt5RK3rgLsce92Y9114gh6+YfOQ5ISndxRxCsSdblKJjEacwf2+IUUNs3jl6Q= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_07:44:22 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-16T09:01:48.991 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa; will attempt to use it 2024-09-16T09:01:48.992 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks 2024-09-16T09:01:48.992 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-16T09:01:48.993 INFO:teuthology.task.internal:Checking packages... 2024-09-16T09:01:49.013 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '8293d73f8690540e843a81caec373f9cc29cf705' 2024-09-16T09:01:49.013 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T09:01:49.013 INFO:teuthology.packaging:ref: None 2024-09-16T09:01:49.013 INFO:teuthology.packaging:tag: None 2024-09-16T09:01:49.013 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-13-1248 2024-09-16T09:01:49.013 INFO:teuthology.packaging:sha1: 8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:01:49.014 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-main-2024-09-13-1248 2024-09-16T09:01:49.156 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4917.g8293d73f 2024-09-16T09:01:49.158 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-16T09:01:49.164 INFO:teuthology.task.internal:no buildpackages task found 2024-09-16T09:01:49.165 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-16T09:01:49.204 INFO:teuthology.task.internal:Saving configuration 2024-09-16T09:01:49.217 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-16T09:01:49.254 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-16T09:01:49.280 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 08:56:48.959165', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBND0K6cp7QKfjmCJwgjc1WC8zl2X8FcfdYG/6jTpKIiPrGtbx+Izhr3kovxwEivZ3WQIK0vSxQRiLuC+aU1s/28='} 2024-09-16T09:01:49.306 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 08:56:48.956460', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJt/pL39vKJ/grQPI0ZDAUKsdYsp95ElwjKmpwwiVjjYq5Yahck4DfJNiNHuEDhSPBzy/vQG2SD79JaakXM/nrU='} 2024-09-16T09:01:49.331 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 08:56:48.958020', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGkI0VfVlAD38T0r3GoVVjZO4JIt5RK3rgLsce92Y9114gh6+YfOQ5ISndxRxCsSdblKJjEacwf2+IUUNs3jl6Q='} 2024-09-16T09:01:49.332 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-16T09:01:49.338 INFO:teuthology.task.internal:roles: ubuntu@smithi083.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-16T09:01:49.338 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-16T09:01:49.338 INFO:teuthology.task.internal:roles: ubuntu@smithi139.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-16T09:01:49.338 INFO:teuthology.run_tasks:Running task console_log... 2024-09-16T09:01:49.472 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbb513afbe0>, signals=[15]) 2024-09-16T09:01:49.473 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-16T09:01:49.478 INFO:teuthology.task.internal:Opening connections... 2024-09-16T09:01:49.478 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi083.front.sepia.ceph.com 2024-09-16T09:01:49.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:01:49.554 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-09-16T09:01:49.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:01:49.629 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi139.front.sepia.ceph.com 2024-09-16T09:01:49.630 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:01:49.702 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-16T09:01:49.709 DEBUG:teuthology.orchestra.run.smithi083:> uname -m 2024-09-16T09:01:49.728 INFO:teuthology.orchestra.run.smithi083.stdout:x86_64 2024-09-16T09:01:49.728 DEBUG:teuthology.orchestra.run.smithi083:> cat /etc/os-release 2024-09-16T09:01:49.786 INFO:teuthology.orchestra.run.smithi083.stdout:NAME="CentOS Stream" 2024-09-16T09:01:49.786 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION="9" 2024-09-16T09:01:49.786 INFO:teuthology.orchestra.run.smithi083.stdout:ID="centos" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:ID_LIKE="rhel fedora" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_ID="9" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:PLATFORM_ID="platform:el9" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:ANSI_COLOR="0;31" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:LOGO="fedora-logo-icon" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:HOME_URL="https://centos.org/" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T09:01:49.787 INFO:teuthology.orchestra.run.smithi083.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T09:01:49.788 INFO:teuthology.lock.ops:Updating smithi083.front.sepia.ceph.com on lock server 2024-09-16T09:01:49.810 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-09-16T09:01:49.829 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-09-16T09:01:49.829 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-09-16T09:01:49.888 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2024-09-16T09:01:49.888 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="9" 2024-09-16T09:01:49.888 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2024-09-16T09:01:49.888 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2024-09-16T09:01:49.888 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="9" 2024-09-16T09:01:49.888 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el9" 2024-09-16T09:01:49.888 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T09:01:49.888 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2024-09-16T09:01:49.888 INFO:teuthology.orchestra.run.smithi098.stdout:LOGO="fedora-logo-icon" 2024-09-16T09:01:49.888 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T09:01:49.889 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2024-09-16T09:01:49.889 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T09:01:49.889 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T09:01:49.889 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T09:01:49.889 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-09-16T09:01:49.910 DEBUG:teuthology.orchestra.run.smithi139:> uname -m 2024-09-16T09:01:49.928 INFO:teuthology.orchestra.run.smithi139.stdout:x86_64 2024-09-16T09:01:49.928 DEBUG:teuthology.orchestra.run.smithi139:> cat /etc/os-release 2024-09-16T09:01:49.987 INFO:teuthology.orchestra.run.smithi139.stdout:NAME="CentOS Stream" 2024-09-16T09:01:49.987 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION="9" 2024-09-16T09:01:49.987 INFO:teuthology.orchestra.run.smithi139.stdout:ID="centos" 2024-09-16T09:01:49.987 INFO:teuthology.orchestra.run.smithi139.stdout:ID_LIKE="rhel fedora" 2024-09-16T09:01:49.987 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_ID="9" 2024-09-16T09:01:49.987 INFO:teuthology.orchestra.run.smithi139.stdout:PLATFORM_ID="platform:el9" 2024-09-16T09:01:49.987 INFO:teuthology.orchestra.run.smithi139.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T09:01:49.987 INFO:teuthology.orchestra.run.smithi139.stdout:ANSI_COLOR="0;31" 2024-09-16T09:01:49.988 INFO:teuthology.orchestra.run.smithi139.stdout:LOGO="fedora-logo-icon" 2024-09-16T09:01:49.988 INFO:teuthology.orchestra.run.smithi139.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T09:01:49.988 INFO:teuthology.orchestra.run.smithi139.stdout:HOME_URL="https://centos.org/" 2024-09-16T09:01:49.988 INFO:teuthology.orchestra.run.smithi139.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T09:01:49.988 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T09:01:49.988 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T09:01:49.988 INFO:teuthology.lock.ops:Updating smithi139.front.sepia.ceph.com on lock server 2024-09-16T09:01:50.010 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-16T09:01:50.021 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-16T09:01:50.065 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-16T09:01:50.065 DEBUG:teuthology.orchestra.run.smithi083:> test '!' -e /home/ubuntu/cephtest 2024-09-16T09:01:50.068 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-09-16T09:01:50.070 DEBUG:teuthology.orchestra.run.smithi139:> test '!' -e /home/ubuntu/cephtest 2024-09-16T09:01:50.087 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-16T09:01:50.092 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-16T09:01:50.093 DEBUG:teuthology.orchestra.run.smithi083:> test -z $(ls -A /var/lib/ceph) 2024-09-16T09:01:50.125 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-09-16T09:01:50.127 DEBUG:teuthology.orchestra.run.smithi139:> test -z $(ls -A /var/lib/ceph) 2024-09-16T09:01:50.158 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-16T09:01:50.237 INFO:teuthology.run_tasks:Running task kernel... 2024-09-16T09:01:50.250 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-16T09:01:50.251 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-16T09:01:50.251 DEBUG:teuthology.orchestra.run.smithi083:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T09:01:50.252 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T09:01:50.252 DEBUG:teuthology.orchestra.run.smithi139:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T09:01:50.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:01:50.269 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-09-16T09:01:50.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:01:50.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:01:50.271 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2024-09-16T09:01:50.271 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-09-16T09:01:50.327 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-503.el9.x86_64 2024-09-16T09:01:50.327 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.14.0-503.el9.x86_64 2024-09-16T09:01:50.327 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2024-09-16T09:01:50.329 INFO:teuthology.orchestra.run.smithi139.stdout:5.14.0-503.el9.x86_64 2024-09-16T09:01:50.329 INFO:teuthology.task.kernel:Running kernel on smithi139: 5.14.0-503.el9.x86_64 2024-09-16T09:01:50.329 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum install -y kernel 2024-09-16T09:01:50.330 INFO:teuthology.orchestra.run.smithi083.stdout:5.14.0-503.el9.x86_64 2024-09-16T09:01:50.330 INFO:teuthology.task.kernel:Running kernel on smithi083: 5.14.0-503.el9.x86_64 2024-09-16T09:01:50.330 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum install -y kernel 2024-09-16T09:01:52.638 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.2 MB 00:00 2024-09-16T09:01:53.625 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 5.6 MB/s | 8.2 MB 00:01 2024-09-16T09:01:54.140 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.2 MB 00:02 2024-09-16T09:01:55.925 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - AppStream 30 MB/s | 20 MB 00:00 2024-09-16T09:01:56.622 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - AppStream 7.2 MB/s | 20 MB 00:02 2024-09-16T09:01:56.735 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 10 MB/s | 20 MB 00:01 2024-09-16T09:02:00.142 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-16T09:02:00.931 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-09-16T09:02:01.085 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-16T09:02:01.618 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - Extras packages 70 kB/s | 19 kB 00:00 2024-09-16T09:02:02.456 INFO:teuthology.orchestra.run.smithi083.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-16T09:02:02.536 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 76 kB/s | 19 kB 00:00 2024-09-16T09:02:02.540 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - Extras packages 46 kB/s | 19 kB 00:00 2024-09-16T09:02:03.477 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-16T09:02:03.740 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-16T09:02:07.853 INFO:teuthology.orchestra.run.smithi083.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-16T09:02:08.883 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-09-16T09:02:09.221 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-16T09:02:09.834 INFO:teuthology.orchestra.run.smithi083.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T09:02:09.834 INFO:teuthology.orchestra.run.smithi083.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T09:02:09.930 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:02:09.938 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:02:09.938 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2024-09-16T09:02:09.938 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:02:09.938 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:02:09.938 INFO:teuthology.orchestra.run.smithi083.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-16T09:02:09.938 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-09-16T09:02:09.938 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-16T09:02:09.939 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-16T09:02:09.939 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-16T09:02:09.939 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:02:09.939 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:02:09.939 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:02:09.939 INFO:teuthology.orchestra.run.smithi083.stdout:Install 4 Packages 2024-09-16T09:02:09.939 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:02:09.939 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 79 M 2024-09-16T09:02:09.939 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 126 M 2024-09-16T09:02:09.939 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:02:10.113 INFO:teuthology.orchestra.run.smithi083.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 303 kB/s | 23 kB 00:00 2024-09-16T09:02:10.906 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T09:02:10.906 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T09:02:10.998 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:02:11.007 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:02:11.007 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2024-09-16T09:02:11.007 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:02:11.007 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:02:11.007 INFO:teuthology.orchestra.run.smithi139.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-16T09:02:11.007 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-09-16T09:02:11.007 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-16T09:02:11.007 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-16T09:02:11.007 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-16T09:02:11.007 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:02:11.008 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:02:11.008 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:02:11.008 INFO:teuthology.orchestra.run.smithi139.stdout:Install 4 Packages 2024-09-16T09:02:11.008 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:02:11.008 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 79 M 2024-09-16T09:02:11.008 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 126 M 2024-09-16T09:02:11.009 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:02:11.227 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T09:02:11.228 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T09:02:11.242 INFO:teuthology.orchestra.run.smithi139.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 167 kB/s | 23 kB 00:00 2024-09-16T09:02:11.307 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:02:11.317 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:02:11.318 INFO:teuthology.orchestra.run.smithi098.stdout:Install 4 Packages 2024-09-16T09:02:11.319 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:02:11.319 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 79 M 2024-09-16T09:02:11.319 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 126 M 2024-09-16T09:02:11.319 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:02:11.706 INFO:teuthology.orchestra.run.smithi098.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 173 kB/s | 23 kB 00:00 2024-09-16T09:02:11.718 INFO:teuthology.orchestra.run.smithi139.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-09-16T09:02:12.151 INFO:teuthology.orchestra.run.smithi139.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 33 MB/s | 35 MB 00:01 2024-09-16T09:02:12.443 INFO:teuthology.orchestra.run.smithi139.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 24 MB/s | 29 MB 00:01 2024-09-16T09:02:12.443 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:02:12.444 INFO:teuthology.orchestra.run.smithi139.stdout:Total 55 MB/s | 79 MB 00:01 2024-09-16T09:02:13.124 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:02:13.469 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:02:13.469 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:02:14.004 INFO:teuthology.orchestra.run.smithi083.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 3.9 MB/s | 16 MB 00:03 2024-09-16T09:02:14.396 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:02:14.396 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:02:16.837 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:02:17.496 INFO:teuthology.orchestra.run.smithi083.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 3.9 MB/s | 29 MB 00:07 2024-09-16T09:02:17.520 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-16T09:02:17.601 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T09:02:18.872 INFO:teuthology.orchestra.run.smithi098.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 2.1 MB/s | 16 MB 00:07 2024-09-16T09:02:19.071 INFO:teuthology.orchestra.run.smithi083.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 3.8 MB/s | 35 MB 00:09 2024-09-16T09:02:19.071 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:02:19.071 INFO:teuthology.orchestra.run.smithi083.stdout:Total 8.6 MB/s | 79 MB 00:09 2024-09-16T09:02:19.751 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:02:20.119 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:02:20.120 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:02:20.388 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T09:02:20.521 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T09:02:21.119 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:02:21.119 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:02:23.612 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:02:24.317 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-16T09:02:24.399 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T09:02:24.930 INFO:teuthology.orchestra.run.smithi098.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 2.2 MB/s | 29 MB 00:13 2024-09-16T09:02:25.335 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T09:02:25.370 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:02:27.168 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T09:02:27.272 INFO:teuthology.orchestra.run.smithi098.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 2.2 MB/s | 35 MB 00:15 2024-09-16T09:02:27.273 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:02:27.273 INFO:teuthology.orchestra.run.smithi098.stdout:Total 4.9 MB/s | 79 MB 00:15 2024-09-16T09:02:27.302 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T09:02:27.960 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:02:28.331 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:02:28.331 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:02:29.301 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:02:29.301 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:02:30.217 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:02:31.750 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:02:32.184 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T09:02:32.227 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:02:32.415 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-16T09:02:32.491 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T09:02:35.275 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T09:02:35.411 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T09:02:37.103 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:02:40.226 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T09:02:40.504 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:02:45.346 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:08.153 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:08.192 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:08.503 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:08.504 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-16T09:03:08.504 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T09:03:08.504 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T09:03:09.317 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:09.318 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:03:09.318 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:03:09.318 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-16T09:03:09.318 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-16T09:03:09.318 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-16T09:03:09.318 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-16T09:03:09.318 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:03:09.318 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:03:09.717 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T09:03:09.805 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T09:03:09.806 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T09:03:09.806 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-16T09:03:09.806 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T09:03:09.806 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T09:03:09.806 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-16T09:03:09.806 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi139.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T09:03:09.807 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T09:03:09.864 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T09:03:09.865 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T09:03:09.865 DEBUG:teuthology.orchestra.run.smithi139:> sudo rpm -qi grub2-tools 2024-09-16T09:03:09.897 INFO:teuthology.orchestra.run.smithi139.stdout:Name : grub2-tools 2024-09-16T09:03:09.897 INFO:teuthology.orchestra.run.smithi139.stdout:Epoch : 1 2024-09-16T09:03:09.897 INFO:teuthology.orchestra.run.smithi139.stdout:Version : 2.06 2024-09-16T09:03:09.897 INFO:teuthology.orchestra.run.smithi139.stdout:Release : 82.el9 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Architecture: x86_64 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Group : Unspecified 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Size : 8274670 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:License : GPLv3+ 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Packager : builder@centos.org 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Vendor : CentOS 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Summary : Support tools for GRUB. 2024-09-16T09:03:09.898 INFO:teuthology.orchestra.run.smithi139.stdout:Description : 2024-09-16T09:03:09.899 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:03:09.899 INFO:teuthology.orchestra.run.smithi139.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T09:03:09.899 INFO:teuthology.orchestra.run.smithi139.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T09:03:09.899 INFO:teuthology.orchestra.run.smithi139.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T09:03:09.899 INFO:teuthology.orchestra.run.smithi139.stdout:hardware devices. 2024-09-16T09:03:09.899 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:03:09.899 INFO:teuthology.orchestra.run.smithi139.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T09:03:09.900 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T09:03:09.900 INFO:teuthology.task.kernel:Updating grub on smithi139 to boot 5.14.0-505.el9.x86_64 2024-09-16T09:03:09.900 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T09:03:10.549 INFO:teuthology.orchestra.run.smithi139.stderr:Generating grub configuration file ... 2024-09-16T09:03:11.888 INFO:teuthology.orchestra.run.smithi139.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T09:03:11.919 INFO:teuthology.orchestra.run.smithi139.stderr:done 2024-09-16T09:03:11.921 DEBUG:teuthology.orchestra.run.smithi139:> mktemp 2024-09-16T09:03:11.938 INFO:teuthology.orchestra.run.smithi139.stdout:/tmp/tmp.8KE1F9zHXk 2024-09-16T09:03:11.938 DEBUG:teuthology.orchestra.run.smithi139:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.8KE1F9zHXk 2024-09-16T09:03:12.005 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0666 /tmp/tmp.8KE1F9zHXk 2024-09-16T09:03:12.140 DEBUG:teuthology.orchestra.remote:smithi139:/tmp/tmp.8KE1F9zHXk is 6KB 2024-09-16T09:03:12.189 DEBUG:teuthology.orchestra.run.smithi139:> rm -fr /tmp/tmp.8KE1F9zHXk 2024-09-16T09:03:12.203 DEBUG:teuthology.orchestra.run.smithi139:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T09:03:12.265 INFO:teuthology.orchestra.run.smithi139.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T09:03:12.265 INFO:teuthology.orchestra.run.smithi139.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T09:03:12.266 INFO:teuthology.orchestra.run.smithi139.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T09:03:12.266 INFO:teuthology.orchestra.run.smithi139.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-16T09:03:12.267 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-16T09:03:12.411 DEBUG:teuthology.orchestra.run.smithi139:> sudo shutdown -r now 2024-09-16T09:03:15.397 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:15.441 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:15.775 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:15.775 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-16T09:03:15.776 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T09:03:15.776 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T09:03:16.632 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:16.632 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:03:16.633 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:03:16.633 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-16T09:03:16.633 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-16T09:03:16.633 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-16T09:03:16.633 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-16T09:03:16.633 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:03:16.633 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:03:16.986 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T09:03:17.071 INFO:teuthology.orchestra.run.smithi083.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T09:03:17.071 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T09:03:17.071 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-16T09:03:17.071 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T09:03:17.071 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T09:03:17.072 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-16T09:03:17.072 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi083.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T09:03:17.072 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T09:03:17.131 INFO:teuthology.orchestra.run.smithi083.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T09:03:17.132 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T09:03:17.132 DEBUG:teuthology.orchestra.run.smithi083:> sudo rpm -qi grub2-tools 2024-09-16T09:03:17.163 INFO:teuthology.orchestra.run.smithi083.stdout:Name : grub2-tools 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Epoch : 1 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Version : 2.06 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Release : 82.el9 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: x86_64 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Group : Unspecified 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Size : 8274670 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:License : GPLv3+ 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T09:03:17.164 INFO:teuthology.orchestra.run.smithi083.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout:Packager : builder@centos.org 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout:Vendor : CentOS 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout:Summary : Support tools for GRUB. 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout:Description : 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout:hardware devices. 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:03:17.165 INFO:teuthology.orchestra.run.smithi083.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T09:03:17.166 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T09:03:17.166 INFO:teuthology.task.kernel:Updating grub on smithi083 to boot 5.14.0-505.el9.x86_64 2024-09-16T09:03:17.166 DEBUG:teuthology.orchestra.run.smithi083:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T09:03:17.884 INFO:teuthology.orchestra.run.smithi083.stderr:Generating grub configuration file ... 2024-09-16T09:03:19.216 INFO:teuthology.orchestra.run.smithi083.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T09:03:19.236 INFO:teuthology.orchestra.run.smithi083.stderr:done 2024-09-16T09:03:19.238 DEBUG:teuthology.orchestra.run.smithi083:> mktemp 2024-09-16T09:03:19.253 INFO:teuthology.orchestra.run.smithi083.stdout:/tmp/tmp.00vBg8wlw3 2024-09-16T09:03:19.253 DEBUG:teuthology.orchestra.run.smithi083:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.00vBg8wlw3 2024-09-16T09:03:19.320 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 0666 /tmp/tmp.00vBg8wlw3 2024-09-16T09:03:19.463 DEBUG:teuthology.orchestra.remote:smithi083:/tmp/tmp.00vBg8wlw3 is 6KB 2024-09-16T09:03:19.483 DEBUG:teuthology.orchestra.run.smithi083:> rm -fr /tmp/tmp.00vBg8wlw3 2024-09-16T09:03:19.498 DEBUG:teuthology.orchestra.run.smithi083:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T09:03:19.560 INFO:teuthology.orchestra.run.smithi083.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T09:03:19.560 INFO:teuthology.orchestra.run.smithi083.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T09:03:19.560 INFO:teuthology.orchestra.run.smithi083.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T09:03:19.560 INFO:teuthology.orchestra.run.smithi083.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-16T09:03:19.562 DEBUG:teuthology.orchestra.run.smithi083:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-16T09:03:19.713 DEBUG:teuthology.orchestra.run.smithi083:> sudo shutdown -r now 2024-09-16T09:03:23.450 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:23.489 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:23.838 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:23.838 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-16T09:03:23.838 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T09:03:23.838 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T09:03:24.656 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T09:03:24.657 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:03:24.657 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:03:24.657 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-16T09:03:24.657 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-16T09:03:24.657 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-16T09:03:24.657 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-16T09:03:24.657 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:03:24.657 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:03:25.028 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T09:03:25.103 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T09:03:25.103 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T09:03:25.103 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-16T09:03:25.103 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T09:03:25.103 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T09:03:25.104 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-16T09:03:25.104 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T09:03:25.104 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T09:03:25.161 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T09:03:25.162 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T09:03:25.162 DEBUG:teuthology.orchestra.run.smithi098:> sudo rpm -qi grub2-tools 2024-09-16T09:03:25.203 INFO:teuthology.orchestra.run.smithi098.stdout:Name : grub2-tools 2024-09-16T09:03:25.203 INFO:teuthology.orchestra.run.smithi098.stdout:Epoch : 1 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Version : 2.06 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Release : 82.el9 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: x86_64 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Group : Unspecified 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Size : 8274670 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:License : GPLv3+ 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T09:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout:Packager : builder@centos.org 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout:Vendor : CentOS 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout:Summary : Support tools for GRUB. 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout:Description : 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout:hardware devices. 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:03:25.205 INFO:teuthology.orchestra.run.smithi098.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T09:03:25.206 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T09:03:25.206 INFO:teuthology.task.kernel:Updating grub on smithi098 to boot 5.14.0-505.el9.x86_64 2024-09-16T09:03:25.206 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T09:03:25.817 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-09-16T09:03:27.050 INFO:teuthology.orchestra.run.smithi098.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T09:03:27.086 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-09-16T09:03:27.088 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-09-16T09:03:27.104 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.FwLariKcia 2024-09-16T09:03:27.104 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FwLariKcia 2024-09-16T09:03:27.171 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.FwLariKcia 2024-09-16T09:03:27.314 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.FwLariKcia is 6KB 2024-09-16T09:03:27.362 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.FwLariKcia 2024-09-16T09:03:27.377 DEBUG:teuthology.orchestra.run.smithi098:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T09:03:27.441 INFO:teuthology.orchestra.run.smithi098.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T09:03:27.441 INFO:teuthology.orchestra.run.smithi098.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T09:03:27.441 INFO:teuthology.orchestra.run.smithi098.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T09:03:27.441 INFO:teuthology.orchestra.run.smithi098.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-16T09:03:27.442 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-16T09:03:27.591 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-09-16T09:03:42.429 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-16T09:03:42.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-09-16T09:03:42.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:03:49.721 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-16T09:03:49.721 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-16T09:03:49.722 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:03:57.601 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-16T09:03:57.602 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T09:03:57.602 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:04:00.829 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2024-09-16T09:04:08.253 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-09-16T09:04:09.832 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-09-16T09:04:09.833 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:04:12.893 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2024-09-16T09:04:15.933 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-09-16T09:04:17.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-16T09:04:17.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:04:20.317 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-09-16T09:04:24.897 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-09-16T09:04:24.898 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:04:24.933 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T09:04:24.934 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:04:28.001 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-09-16T09:04:32.321 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-16T09:04:32.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:04:40.009 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T09:04:40.010 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:04:50.749 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-09-16T09:04:56.701 DEBUG:teuthology.orchestra.run.smithi139:> true 2024-09-16T09:04:57.074 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-09-16T09:04:57.074 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-505.el9.x86_64"... 2024-09-16T09:04:57.075 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2024-09-16T09:04:57.089 INFO:teuthology.orchestra.run.smithi139.stdout:5.14.0-505.el9.x86_64 2024-09-16T09:04:57.089 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-16T09:04:57.090 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T09:04:57.090 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T09:04:58.091 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-16T09:04:58.092 DEBUG:teuthology.orchestra.run.smithi139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T09:04:58.189 INFO:teuthology.orchestra.run.smithi139.stdout:ttyS1 2024-09-16T09:04:58.209 DEBUG:teuthology.parallel:result is None 2024-09-16T09:05:05.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-16T09:05:05.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:05:06.195 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-09-16T09:05:06.990 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-16T09:05:06.990 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-16T09:05:06.991 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-09-16T09:05:07.005 INFO:teuthology.orchestra.run.smithi083.stdout:5.14.0-505.el9.x86_64 2024-09-16T09:05:07.006 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-16T09:05:07.006 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T09:05:07.006 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T09:05:08.006 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-16T09:05:08.007 DEBUG:teuthology.orchestra.run.smithi083:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T09:05:08.074 INFO:teuthology.orchestra.run.smithi083.stdout:ttyS1 2024-09-16T09:05:08.096 DEBUG:teuthology.parallel:result is None 2024-09-16T09:05:12.541 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-09-16T09:05:12.849 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T09:05:12.849 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-16T09:05:12.852 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-09-16T09:05:12.866 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-505.el9.x86_64 2024-09-16T09:05:12.867 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-16T09:05:12.867 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T09:05:12.867 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T09:05:13.868 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-16T09:05:13.868 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T09:05:13.943 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-09-16T09:05:13.960 DEBUG:teuthology.parallel:result is None 2024-09-16T09:05:13.960 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-16T09:05:13.968 INFO:teuthology.task.internal:Creating test directory... 2024-09-16T09:05:13.968 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T09:05:13.971 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T09:05:13.973 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T09:05:13.993 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-16T09:05:13.999 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-16T09:05:14.007 INFO:teuthology.task.internal:Creating archive directory... 2024-09-16T09:05:14.007 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T09:05:14.029 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T09:05:14.032 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T09:05:14.130 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-16T09:05:14.136 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-16T09:05:14.137 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-16T09:05:14.139 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-16T09:05:14.141 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-16T09:05:14.169 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T09:05:14.174 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T09:05:14.179 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T09:05:14.186 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T09:05:14.190 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T09:05:14.202 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T09:05:14.204 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-16T09:05:14.211 INFO:teuthology.task.internal:Configuring sudo... 2024-09-16T09:05:14.211 DEBUG:teuthology.orchestra.run.smithi083:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T09:05:14.229 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T09:05:14.232 DEBUG:teuthology.orchestra.run.smithi139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T09:05:14.260 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-16T09:05:14.268 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-16T09:05:14.268 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T09:05:14.299 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T09:05:14.301 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T09:05:14.318 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T09:05:14.400 DEBUG:teuthology.orchestra.run.smithi083:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T09:05:14.449 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T09:05:14.535 DEBUG:teuthology.orchestra.run.smithi083:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T09:05:14.577 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:05:14.577 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T09:05:14.644 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T09:05:14.688 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T09:05:14.735 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T09:05:14.819 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T09:05:14.859 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:05:14.859 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T09:05:14.924 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T09:05:14.969 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T09:05:15.025 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T09:05:15.110 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T09:05:15.154 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:05:15.154 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T09:05:15.222 DEBUG:teuthology.orchestra.run.smithi083:> sudo service rsyslog restart 2024-09-16T09:05:15.225 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-09-16T09:05:15.228 DEBUG:teuthology.orchestra.run.smithi139:> sudo service rsyslog restart 2024-09-16T09:05:15.272 INFO:teuthology.orchestra.run.smithi083.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T09:05:15.274 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T09:05:15.316 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T09:05:15.785 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-16T09:05:15.792 INFO:teuthology.task.internal:Starting timer... 2024-09-16T09:05:15.792 INFO:teuthology.run_tasks:Running task pcp... 2024-09-16T09:05:15.803 INFO:teuthology.run_tasks:Running task selinux... 2024-09-16T09:05:15.811 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-16T09:05:15.811 DEBUG:teuthology.orchestra.run.smithi083:> sudo service auditd rotate 2024-09-16T09:05:15.866 INFO:teuthology.orchestra.run.smithi083.stdout:Rotating logs: 2024-09-16T09:05:15.868 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2024-09-16T09:05:15.908 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2024-09-16T09:05:15.910 DEBUG:teuthology.orchestra.run.smithi139:> sudo service auditd rotate 2024-09-16T09:05:15.967 INFO:teuthology.orchestra.run.smithi139.stdout:Rotating logs: 2024-09-16T09:05:15.970 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-16T09:05:15.970 DEBUG:teuthology.orchestra.run.smithi083:> /usr/sbin/getenforce 2024-09-16T09:05:15.994 INFO:teuthology.orchestra.run.smithi083.stdout:Permissive 2024-09-16T09:05:15.995 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2024-09-16T09:05:16.021 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2024-09-16T09:05:16.022 DEBUG:teuthology.orchestra.run.smithi139:> /usr/sbin/getenforce 2024-09-16T09:05:16.049 INFO:teuthology.orchestra.run.smithi139.stdout:Permissive 2024-09-16T09:05:16.050 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi083.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi139.front.sepia.ceph.com': 'permissive'} 2024-09-16T09:05:16.050 DEBUG:teuthology.orchestra.run.smithi083:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-16T09:05:16.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:05:16.078 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-16T09:05:16.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:05:16.106 DEBUG:teuthology.orchestra.run.smithi139:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-16T09:05:16.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:05:16.135 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-16T09:05:16.135 DEBUG:teuthology.orchestra.run.smithi083:> sudo /usr/sbin/setenforce permissive 2024-09-16T09:05:16.170 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2024-09-16T09:05:16.206 DEBUG:teuthology.orchestra.run.smithi139:> sudo /usr/sbin/setenforce permissive 2024-09-16T09:05:16.244 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-16T09:05:16.253 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-16T09:05:16.257 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-16T09:05:16.365 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-16T09:05:16.379 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-16T09:05:16.380 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi083.front.sepia.ceph.com,smithi098.front.sepia.ceph.com,smithi139.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-16T09:09:14.802 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi083.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi139.front.sepia.ceph.com')] 2024-09-16T09:09:14.804 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-16T09:09:14.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:09:14.885 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-09-16T09:09:14.964 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-16T09:09:14.964 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T09:09:14.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:09:15.041 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-09-16T09:09:15.121 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T09:09:15.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-09-16T09:09:15.122 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T09:09:15.199 DEBUG:teuthology.orchestra.run.smithi139:> true 2024-09-16T09:09:15.278 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-09-16T09:09:15.279 INFO:teuthology.run_tasks:Running task clock... 2024-09-16T09:09:15.292 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-16T09:09:15.293 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T09:09:15.294 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T09:09:15.296 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T09:09:15.297 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T09:09:15.299 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T09:09:15.299 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T09:09:15.324 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T09:09:15.328 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T09:09:15.339 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T09:09:15.342 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T09:09:15.349 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T09:09:15.363 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T09:09:15.364 INFO:teuthology.orchestra.run.smithi083.stderr:sudo: ntpd: command not found 2024-09-16T09:09:15.367 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2024-09-16T09:09:15.375 INFO:teuthology.orchestra.run.smithi083.stdout:506 Cannot talk to daemon 2024-09-16T09:09:15.379 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2024-09-16T09:09:15.389 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T09:09:15.390 INFO:teuthology.orchestra.run.smithi139.stderr:sudo: ntpd: command not found 2024-09-16T09:09:15.393 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T09:09:15.401 INFO:teuthology.orchestra.run.smithi139.stdout:506 Cannot talk to daemon 2024-09-16T09:09:15.403 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T09:09:15.407 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T09:09:15.416 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T09:09:15.430 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T09:09:15.462 INFO:teuthology.orchestra.run.smithi083.stderr:bash: line 1: ntpq: command not found 2024-09-16T09:09:15.464 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-09-16T09:09:15.465 INFO:teuthology.orchestra.run.smithi083.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T09:09:15.465 INFO:teuthology.orchestra.run.smithi083.stdout:=============================================================================== 2024-09-16T09:09:15.465 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.465 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.465 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.465 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.467 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T09:09:15.467 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-09-16T09:09:15.467 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.468 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.468 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.468 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.494 INFO:teuthology.orchestra.run.smithi139.stderr:bash: line 1: ntpq: command not found 2024-09-16T09:09:15.496 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T09:09:15.496 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2024-09-16T09:09:15.496 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.496 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.497 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.497 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:09:15.498 INFO:teuthology.run_tasks:Running task pexec... 2024-09-16T09:09:15.507 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-16T09:09:15.508 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi083.front.sepia.ceph.com 2024-09-16T09:09:15.508 DEBUG:teuthology.orchestra.run.smithi083:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-16T09:09:15.508 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2024-09-16T09:09:15.508 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-16T09:09:15.509 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi139.front.sepia.ceph.com 2024-09-16T09:09:15.509 DEBUG:teuthology.orchestra.run.smithi139:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-16T09:09:15.857 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:09:15.859 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:09:15.859 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2024-09-16T09:09:15.859 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:09:15.859 INFO:teuthology.orchestra.run.smithi083.stdout:Removing: 2024-09-16T09:09:15.860 INFO:teuthology.orchestra.run.smithi083.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-16T09:09:15.860 INFO:teuthology.orchestra.run.smithi083.stdout:Removing unused dependencies: 2024-09-16T09:09:15.860 INFO:teuthology.orchestra.run.smithi083.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-16T09:09:15.860 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:15.860 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:09:15.860 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:09:15.860 INFO:teuthology.orchestra.run.smithi083.stdout:Remove 2 Packages 2024-09-16T09:09:15.860 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:15.860 INFO:teuthology.orchestra.run.smithi083.stdout:Freed space: 5.5 M 2024-09-16T09:09:15.860 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:09:15.863 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:09:15.864 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:09:15.864 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:09:15.870 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:09:15.871 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-09-16T09:09:15.871 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:09:15.871 INFO:teuthology.orchestra.run.smithi098.stdout:Removing: 2024-09-16T09:09:15.871 INFO:teuthology.orchestra.run.smithi098.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-16T09:09:15.871 INFO:teuthology.orchestra.run.smithi098.stdout:Removing unused dependencies: 2024-09-16T09:09:15.872 INFO:teuthology.orchestra.run.smithi098.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-16T09:09:15.872 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:09:15.872 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:09:15.873 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:09:15.873 INFO:teuthology.orchestra.run.smithi098.stdout:Remove 2 Packages 2024-09-16T09:09:15.873 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:09:15.873 INFO:teuthology.orchestra.run.smithi098.stdout:Freed space: 5.5 M 2024-09-16T09:09:15.874 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:09:15.875 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:09:15.877 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:09:15.911 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:09:15.924 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:09:15.924 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2024-09-16T09:09:15.924 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:09:15.924 INFO:teuthology.orchestra.run.smithi139.stdout:Removing: 2024-09-16T09:09:15.924 INFO:teuthology.orchestra.run.smithi139.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-16T09:09:15.924 INFO:teuthology.orchestra.run.smithi139.stdout:Removing unused dependencies: 2024-09-16T09:09:15.924 INFO:teuthology.orchestra.run.smithi139.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-16T09:09:15.925 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:15.925 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:09:15.925 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:09:15.925 INFO:teuthology.orchestra.run.smithi139.stdout:Remove 2 Packages 2024-09-16T09:09:15.925 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:15.925 INFO:teuthology.orchestra.run.smithi139.stdout:Freed space: 5.5 M 2024-09-16T09:09:15.925 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:09:15.929 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:09:15.929 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:09:15.933 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:09:15.934 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:09:15.950 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:09:15.951 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:09:16.000 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:09:16.000 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:09:16.074 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:09:16.098 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:09:16.159 INFO:teuthology.orchestra.run.smithi083.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-16T09:09:16.170 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:09:16.177 INFO:teuthology.orchestra.run.smithi098.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-16T09:09:16.214 INFO:teuthology.orchestra.run.smithi083.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T09:09:16.237 INFO:teuthology.orchestra.run.smithi098.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T09:09:16.237 INFO:teuthology.orchestra.run.smithi139.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-16T09:09:16.295 INFO:teuthology.orchestra.run.smithi139.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T09:09:16.668 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T09:09:16.668 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-16T09:09:16.742 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T09:09:16.742 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-16T09:09:16.823 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T09:09:16.823 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-16T09:09:16.898 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-16T09:09:16.899 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:16.899 INFO:teuthology.orchestra.run.smithi083.stdout:Removed: 2024-09-16T09:09:16.899 INFO:teuthology.orchestra.run.smithi083.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T09:09:16.899 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:16.899 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:09:17.022 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-16T09:09:17.022 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:09:17.022 INFO:teuthology.orchestra.run.smithi098.stdout:Removed: 2024-09-16T09:09:17.022 INFO:teuthology.orchestra.run.smithi098.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T09:09:17.022 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:09:17.022 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:09:17.078 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-16T09:09:17.078 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:17.078 INFO:teuthology.orchestra.run.smithi139.stdout:Removed: 2024-09-16T09:09:17.078 INFO:teuthology.orchestra.run.smithi139.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T09:09:17.078 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:17.078 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:09:17.767 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:52 ago on Mon 16 Sep 2024 09:08:25 AM UTC. 2024-09-16T09:09:17.905 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:02 ago on Mon 16 Sep 2024 09:08:15 AM UTC. 2024-09-16T09:09:17.907 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-16T09:09:17.908 INFO:teuthology.orchestra.run.smithi083.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-16T09:09:17.909 INFO:teuthology.orchestra.run.smithi083.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-16T09:09:17.909 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:17.909 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:09:17.909 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:09:17.909 INFO:teuthology.orchestra.run.smithi083.stdout:Install 7 Packages 2024-09-16T09:09:17.909 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:17.917 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 5.2 M 2024-09-16T09:09:17.917 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 19 M 2024-09-16T09:09:17.917 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:09:18.015 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:52 ago on Mon 16 Sep 2024 09:08:25 AM UTC. 2024-09-16T09:09:18.040 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:09:18.041 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:09:18.041 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:09:18.041 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:09:18.042 INFO:teuthology.orchestra.run.smithi098.stdout:Install 7 Packages 2024-09-16T09:09:18.043 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:09:18.055 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 5.2 M 2024-09-16T09:09:18.055 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 19 M 2024-09-16T09:09:18.055 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:09:18.152 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-16T09:09:18.153 INFO:teuthology.orchestra.run.smithi139.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-16T09:09:18.154 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:18.154 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:09:18.154 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:09:18.154 INFO:teuthology.orchestra.run.smithi139.stdout:Install 7 Packages 2024-09-16T09:09:18.154 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:18.164 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 5.2 M 2024-09-16T09:09:18.164 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 19 M 2024-09-16T09:09:18.165 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:09:18.243 INFO:teuthology.orchestra.run.smithi098.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 375 kB/s | 44 kB 00:00 2024-09-16T09:09:18.268 INFO:teuthology.orchestra.run.smithi098.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 738 kB/s | 106 kB 00:00 2024-09-16T09:09:18.318 INFO:teuthology.orchestra.run.smithi098.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 953 kB/s | 72 kB 00:00 2024-09-16T09:09:18.344 INFO:teuthology.orchestra.run.smithi098.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-16T09:09:18.369 INFO:teuthology.orchestra.run.smithi098.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.6 MB/s | 906 kB 00:00 2024-09-16T09:09:18.469 INFO:teuthology.orchestra.run.smithi098.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.4 MB/s | 837 kB 00:00 2024-09-16T09:09:18.474 INFO:teuthology.orchestra.run.smithi139.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 484 kB/s | 44 kB 00:00 2024-09-16T09:09:18.507 INFO:teuthology.orchestra.run.smithi139.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 846 kB/s | 106 kB 00:00 2024-09-16T09:09:18.533 INFO:teuthology.orchestra.run.smithi139.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-16T09:09:18.568 INFO:teuthology.orchestra.run.smithi139.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-16T09:09:18.600 INFO:teuthology.orchestra.run.smithi139.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.1 MB/s | 906 kB 00:00 2024-09-16T09:09:18.642 INFO:teuthology.orchestra.run.smithi139.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.5 MB/s | 837 kB 00:00 2024-09-16T09:09:18.863 INFO:teuthology.orchestra.run.smithi083.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 75 kB/s | 44 kB 00:00 2024-09-16T09:09:18.909 INFO:teuthology.orchestra.run.smithi139.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 9.3 MB/s | 3.2 MB 00:00 2024-09-16T09:09:18.909 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:09:18.909 INFO:teuthology.orchestra.run.smithi139.stdout:Total 6.9 MB/s | 5.2 MB 00:00 2024-09-16T09:09:18.937 INFO:teuthology.orchestra.run.smithi083.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 160 kB/s | 106 kB 00:00 2024-09-16T09:09:19.017 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:09:19.032 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:09:19.032 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:09:19.271 INFO:teuthology.orchestra.run.smithi083.stdout:(3/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 907 kB/s | 906 kB 00:00 2024-09-16T09:09:19.351 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:09:19.351 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:09:19.478 INFO:teuthology.orchestra.run.smithi098.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 2.8 MB/s | 3.2 MB 00:01 2024-09-16T09:09:19.478 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:09:19.478 INFO:teuthology.orchestra.run.smithi098.stdout:Total 3.6 MB/s | 5.2 MB 00:01 2024-09-16T09:09:19.538 INFO:teuthology.orchestra.run.smithi083.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 106 kB/s | 72 kB 00:00 2024-09-16T09:09:19.589 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:09:19.604 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:09:19.605 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:09:19.621 INFO:teuthology.orchestra.run.smithi083.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 123 kB/s | 84 kB 00:00 2024-09-16T09:09:19.813 INFO:teuthology.orchestra.run.smithi083.stdout:(6/7): runc-1.1.13-4.el9.x86_64.rpm 12 MB/s | 3.2 MB 00:00 2024-09-16T09:09:19.825 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:09:19.911 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-16T09:09:19.935 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:09:19.936 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:09:19.946 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-16T09:09:19.974 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-16T09:09:20.172 INFO:teuthology.orchestra.run.smithi083.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 931 kB/s | 837 kB 00:00 2024-09-16T09:09:20.172 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:09:20.172 INFO:teuthology.orchestra.run.smithi083.stdout:Total 2.3 MB/s | 5.2 MB 00:02 2024-09-16T09:09:20.194 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-16T09:09:20.222 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-16T09:09:20.289 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:09:20.305 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:09:20.305 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:09:20.427 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:09:20.505 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-16T09:09:20.543 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-16T09:09:20.585 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-16T09:09:20.613 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:09:20.613 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:09:20.662 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-16T09:09:20.691 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-16T09:09:20.791 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-16T09:09:20.812 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-16T09:09:20.825 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-16T09:09:20.879 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T09:09:21.083 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:09:21.166 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-16T09:09:21.207 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-16T09:09:21.237 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-16T09:09:21.272 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-16T09:09:21.295 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-16T09:09:21.411 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-16T09:09:21.442 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-16T09:09:21.474 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T09:09:21.477 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-16T09:09:21.879 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T09:09:21.879 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-16T09:09:21.879 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-16T09:09:21.880 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-16T09:09:21.880 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-16T09:09:21.880 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-16T09:09:21.880 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-16T09:09:21.927 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-16T09:09:21.958 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-16T09:09:22.066 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-16T09:09:22.133 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T09:09:22.223 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T09:09:22.223 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:22.223 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:09:22.223 INFO:teuthology.orchestra.run.smithi139.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T09:09:22.223 INFO:teuthology.orchestra.run.smithi139.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-16T09:09:22.223 INFO:teuthology.orchestra.run.smithi139.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-16T09:09:22.223 INFO:teuthology.orchestra.run.smithi139.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-16T09:09:22.223 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:22.223 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:09:22.435 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T09:09:22.435 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-16T09:09:22.435 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-16T09:09:22.435 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-16T09:09:22.436 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-16T09:09:22.436 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-16T09:09:22.436 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-16T09:09:22.598 DEBUG:teuthology.parallel:result is None 2024-09-16T09:09:22.818 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T09:09:22.818 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:09:22.818 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:09:22.818 INFO:teuthology.orchestra.run.smithi098.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T09:09:22.818 INFO:teuthology.orchestra.run.smithi098.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-16T09:09:22.818 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-16T09:09:22.818 INFO:teuthology.orchestra.run.smithi098.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-16T09:09:22.819 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:09:22.819 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:09:23.113 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T09:09:23.113 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-16T09:09:23.113 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-16T09:09:23.113 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-16T09:09:23.113 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-16T09:09:23.113 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-16T09:09:23.113 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-16T09:09:23.212 DEBUG:teuthology.parallel:result is None 2024-09-16T09:09:23.461 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T09:09:23.461 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:23.461 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:09:23.462 INFO:teuthology.orchestra.run.smithi083.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T09:09:23.462 INFO:teuthology.orchestra.run.smithi083.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-16T09:09:23.462 INFO:teuthology.orchestra.run.smithi083.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-16T09:09:23.462 INFO:teuthology.orchestra.run.smithi083.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-16T09:09:23.462 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:23.462 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:09:23.836 DEBUG:teuthology.parallel:result is None 2024-09-16T09:09:23.836 INFO:teuthology.run_tasks:Running task install... 2024-09-16T09:09:23.845 DEBUG:teuthology.task.install:project ceph 2024-09-16T09:09:23.845 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705'}} 2024-09-16T09:09:23.845 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705'} 2024-09-16T09:09:23.846 INFO:teuthology.task.install:Using flavor: default 2024-09-16T09:09:23.852 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-16T09:09:23.852 INFO:teuthology.task.install:extra packages: [] 2024-09-16T09:09:23.853 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': '8293d73f8690540e843a81caec373f9cc29cf705', 'tag': None, 'wait_for_package': False} 2024-09-16T09:09:23.853 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:09:23.856 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705', 'tag': None, 'wait_for_package': False} 2024-09-16T09:09:23.856 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:09:23.857 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705', 'tag': None, 'wait_for_package': False} 2024-09-16T09:09:23.857 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:09:24.006 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/ 2024-09-16T09:09:24.007 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4917.g8293d73f 2024-09-16T09:09:24.010 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/ 2024-09-16T09:09:24.010 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4917.g8293d73f 2024-09-16T09:09:24.020 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/ 2024-09-16T09:09:24.020 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4917.g8293d73f 2024-09-16T09:09:24.120 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-16T09:09:24.120 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:09:24.120 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-16T09:09:24.129 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-16T09:09:24.129 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:09:24.129 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-16T09:09:24.132 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-16T09:09:24.132 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:09:24.132 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-16T09:09:24.145 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-16T09:09:24.145 DEBUG:teuthology.orchestra.run.smithi083:> 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/8293d73f8690540e843a81caec373f9cc29cf705/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-16T09:09:24.160 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-16T09:09:24.160 DEBUG:teuthology.orchestra.run.smithi139:> 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/8293d73f8690540e843a81caec373f9cc29cf705/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-16T09:09:24.161 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-16T09:09:24.161 DEBUG:teuthology.orchestra.run.smithi098:> 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/8293d73f8690540e843a81caec373f9cc29cf705/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-16T09:09:24.211 DEBUG:teuthology.orchestra.run.smithi083:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-16T09:09:24.228 DEBUG:teuthology.orchestra.run.smithi098:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-16T09:09:24.230 DEBUG:teuthology.orchestra.run.smithi139:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-16T09:09:24.286 DEBUG:teuthology.orchestra.run.smithi083:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-16T09:09:24.306 DEBUG:teuthology.orchestra.run.smithi098:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-16T09:09:24.312 DEBUG:teuthology.orchestra.run.smithi139:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-16T09:09:24.350 INFO:teuthology.orchestra.run.smithi083.stdout:check_obsoletes = 1 2024-09-16T09:09:24.352 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum clean all 2024-09-16T09:09:24.371 INFO:teuthology.orchestra.run.smithi098.stdout:check_obsoletes = 1 2024-09-16T09:09:24.373 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum clean all 2024-09-16T09:09:24.379 INFO:teuthology.orchestra.run.smithi139.stdout:check_obsoletes = 1 2024-09-16T09:09:24.381 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum clean all 2024-09-16T09:09:24.580 INFO:teuthology.orchestra.run.smithi083.stdout:45 files removed 2024-09-16T09:09:24.607 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-radosgw 2024-09-16T09:09:24.608 INFO:teuthology.orchestra.run.smithi098.stdout:45 files removed 2024-09-16T09:09:24.618 INFO:teuthology.orchestra.run.smithi139.stdout:45 files removed 2024-09-16T09:09:24.638 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-radosgw 2024-09-16T09:09:24.646 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-radosgw 2024-09-16T09:09:25.171 INFO:teuthology.orchestra.run.smithi083.stdout:ceph packages for x86_64 300 kB/s | 84 kB 00:00 2024-09-16T09:09:25.202 INFO:teuthology.orchestra.run.smithi098.stdout:ceph packages for x86_64 301 kB/s | 84 kB 00:00 2024-09-16T09:09:25.206 INFO:teuthology.orchestra.run.smithi139.stdout:ceph packages for x86_64 307 kB/s | 84 kB 00:00 2024-09-16T09:09:25.464 INFO:teuthology.orchestra.run.smithi083.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-16T09:09:25.490 INFO:teuthology.orchestra.run.smithi139.stdout:ceph noarch packages 101 kB/s | 24 kB 00:00 2024-09-16T09:09:25.494 INFO:teuthology.orchestra.run.smithi098.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-16T09:09:25.731 INFO:teuthology.orchestra.run.smithi083.stdout:ceph source packages 8.5 kB/s | 1.9 kB 00:00 2024-09-16T09:09:25.765 INFO:teuthology.orchestra.run.smithi139.stdout:ceph source packages 8.2 kB/s | 1.9 kB 00:00 2024-09-16T09:09:25.778 INFO:teuthology.orchestra.run.smithi098.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-16T09:09:26.264 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.2 MB 00:00 2024-09-16T09:09:26.640 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - BaseOS 9.8 MB/s | 8.2 MB 00:00 2024-09-16T09:09:28.099 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - AppStream 29 MB/s | 20 MB 00:00 2024-09-16T09:09:28.528 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 3.0 MB/s | 8.2 MB 00:02 2024-09-16T09:09:30.249 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - AppStream 8.2 MB/s | 20 MB 00:02 2024-09-16T09:09:32.434 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-16T09:09:33.951 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - Extras packages 76 kB/s | 19 kB 00:00 2024-09-16T09:09:34.814 INFO:teuthology.orchestra.run.smithi083.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-16T09:09:35.808 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.5 MB 00:01 2024-09-16T09:09:37.359 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - Extras packages 92 kB/s | 19 kB 00:00 2024-09-16T09:09:38.296 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-16T09:09:40.312 INFO:teuthology.orchestra.run.smithi083.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-16T09:09:42.700 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:09:42.702 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:09:42.702 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:09:42.702 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:09:42.702 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-radosgw x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 11 M 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout:Upgrading: 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout: librados2 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 3.5 M 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout: librbd1 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 3.2 M 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-base x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 5.5 M 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-common x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 22 M 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-selinux x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 25 k 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-16T09:09:42.703 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs2 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 755 k 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: libradosstriper1 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 508 k 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: librgw2 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 5.5 M 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-16T09:09:42.704 INFO:teuthology.orchestra.run.smithi083.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-argparse x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 45 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-common x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 143 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cephfs x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 161 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rados x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 320 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rbd x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 306 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rgw x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 99 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout:Installing weak dependencies: 2024-09-16T09:09:42.705 INFO:teuthology.orchestra.run.smithi083.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-16T09:09:42.706 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:42.706 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:09:42.706 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:09:42.706 INFO:teuthology.orchestra.run.smithi083.stdout:Install 31 Packages 2024-09-16T09:09:42.706 INFO:teuthology.orchestra.run.smithi083.stdout:Upgrade 2 Packages 2024-09-16T09:09:42.706 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:42.707 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 62 M 2024-09-16T09:09:42.707 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:09:43.644 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-09-16T09:09:44.179 INFO:teuthology.orchestra.run.smithi083.stdout:(1/33): ceph-common-19.3.0-4917.g8293d73f.el9.x 20 MB/s | 22 MB 00:01 2024-09-16T09:09:44.305 INFO:teuthology.orchestra.run.smithi083.stdout:(2/33): ceph-base-19.3.0-4917.g8293d73f.el9.x86 4.6 MB/s | 5.5 MB 00:01 2024-09-16T09:09:44.330 INFO:teuthology.orchestra.run.smithi083.stdout:(3/33): ceph-selinux-19.3.0-4917.g8293d73f.el9. 168 kB/s | 25 kB 00:00 2024-09-16T09:09:44.464 INFO:teuthology.orchestra.run.smithi083.stdout:(4/33): ceph-radosgw-19.3.0-4917.g8293d73f.el9. 8.0 MB/s | 11 MB 00:01 2024-09-16T09:09:44.497 INFO:teuthology.orchestra.run.smithi083.stdout:(5/33): libcephfs2-19.3.0-4917.g8293d73f.el9.x8 3.8 MB/s | 755 kB 00:00 2024-09-16T09:09:44.522 INFO:teuthology.orchestra.run.smithi083.stdout:(6/33): libradosstriper1-19.3.0-4917.g8293d73f. 2.6 MB/s | 508 kB 00:00 2024-09-16T09:09:44.548 INFO:teuthology.orchestra.run.smithi083.stdout:(7/33): python3-ceph-argparse-19.3.0-4917.g8293 901 kB/s | 45 kB 00:00 2024-09-16T09:09:44.573 INFO:teuthology.orchestra.run.smithi083.stdout:(8/33): python3-ceph-common-19.3.0-4917.g8293d7 2.8 MB/s | 143 kB 00:00 2024-09-16T09:09:44.598 INFO:teuthology.orchestra.run.smithi083.stdout:(9/33): python3-cephfs-19.3.0-4917.g8293d73f.el 3.1 MB/s | 161 kB 00:00 2024-09-16T09:09:44.632 INFO:teuthology.orchestra.run.smithi083.stdout:(10/33): python3-rados-19.3.0-4917.g8293d73f.el 5.3 MB/s | 320 kB 00:00 2024-09-16T09:09:44.657 INFO:teuthology.orchestra.run.smithi083.stdout:(11/33): python3-rbd-19.3.0-4917.g8293d73f.el9. 5.1 MB/s | 306 kB 00:00 2024-09-16T09:09:44.683 INFO:teuthology.orchestra.run.smithi083.stdout:(12/33): python3-rgw-19.3.0-4917.g8293d73f.el9. 1.9 MB/s | 99 kB 00:00 2024-09-16T09:09:44.805 INFO:teuthology.orchestra.run.smithi083.stdout:(13/33): librgw2-19.3.0-4917.g8293d73f.el9.x86_ 18 MB/s | 5.5 MB 00:00 2024-09-16T09:09:44.858 INFO:teuthology.orchestra.run.smithi083.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 533 kB/s | 107 kB 00:00 2024-09-16T09:09:44.884 INFO:teuthology.orchestra.run.smithi083.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 851 kB/s | 171 kB 00:00 2024-09-16T09:09:44.918 INFO:teuthology.orchestra.run.smithi083.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 769 kB/s | 45 kB 00:00 2024-09-16T09:09:44.943 INFO:teuthology.orchestra.run.smithi083.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 911 kB/s | 160 kB 00:00 2024-09-16T09:09:45.001 INFO:teuthology.orchestra.run.smithi083.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-09-16T09:09:45.027 INFO:teuthology.orchestra.run.smithi083.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 505 kB/s | 42 kB 00:00 2024-09-16T09:09:45.052 INFO:teuthology.orchestra.run.smithi083.stdout:(20/33): librdkafka-1.6.1-102.el9.x86_64.rpm 3.9 MB/s | 662 kB 00:00 2024-09-16T09:09:45.077 INFO:teuthology.orchestra.run.smithi083.stdout:(21/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-09-16T09:09:45.102 INFO:teuthology.orchestra.run.smithi083.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 476 kB/s | 36 kB 00:00 2024-09-16T09:09:45.128 INFO:teuthology.orchestra.run.smithi083.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 629 kB/s | 47 kB 00:00 2024-09-16T09:09:45.186 INFO:teuthology.orchestra.run.smithi083.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 3.6 MB/s | 308 kB 00:00 2024-09-16T09:09:45.212 INFO:teuthology.orchestra.run.smithi083.stdout:(25/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 311 kB/s | 26 kB 00:00 2024-09-16T09:09:45.237 INFO:teuthology.orchestra.run.smithi083.stdout:(26/33): liboath-2.6.7-2.el9.x86_64.rpm 969 kB/s | 49 kB 00:00 2024-09-16T09:09:45.262 INFO:teuthology.orchestra.run.smithi083.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-16T09:09:45.296 INFO:teuthology.orchestra.run.smithi083.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-16T09:09:45.329 INFO:teuthology.orchestra.run.smithi083.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.9 MB/s | 839 kB 00:00 2024-09-16T09:09:45.396 INFO:teuthology.orchestra.run.smithi083.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-16T09:09:45.474 INFO:teuthology.orchestra.run.smithi083.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-16T09:09:45.607 INFO:teuthology.orchestra.run.smithi083.stdout:(32/33): librbd1-19.3.0-4917.g8293d73f.el9.x86_ 15 MB/s | 3.2 MB 00:00 2024-09-16T09:09:45.708 INFO:teuthology.orchestra.run.smithi083.stdout:(33/33): librados2-19.3.0-4917.g8293d73f.el9.x8 9.2 MB/s | 3.5 MB 00:00 2024-09-16T09:09:45.712 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:09:45.713 INFO:teuthology.orchestra.run.smithi083.stdout:Total 21 MB/s | 62 MB 00:03 2024-09-16T09:09:45.826 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:09:45.862 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:09:45.863 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:09:46.007 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:09:46.009 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:09:46.009 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-radosgw x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 11 M 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout:Upgrading: 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout: librados2 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 3.5 M 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout: librbd1 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 3.2 M 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-base x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 5.5 M 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-common x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 22 M 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-selinux x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 25 k 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-16T09:09:46.010 INFO:teuthology.orchestra.run.smithi139.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs2 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 755 k 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: libradosstriper1 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 508 k 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: librgw2 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 5.5 M 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-16T09:09:46.011 INFO:teuthology.orchestra.run.smithi139.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-argparse x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 45 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-common x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 143 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cephfs x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 161 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rados x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 320 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rbd x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 306 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rgw x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 99 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout:Installing weak dependencies: 2024-09-16T09:09:46.012 INFO:teuthology.orchestra.run.smithi139.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-16T09:09:46.013 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:46.013 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:09:46.013 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:09:46.013 INFO:teuthology.orchestra.run.smithi139.stdout:Install 31 Packages 2024-09-16T09:09:46.013 INFO:teuthology.orchestra.run.smithi139.stdout:Upgrade 2 Packages 2024-09-16T09:09:46.013 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:46.013 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 62 M 2024-09-16T09:09:46.013 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:09:46.387 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:09:46.388 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:09:46.986 INFO:teuthology.orchestra.run.smithi139.stdout:(1/33): ceph-base-19.3.0-4917.g8293d73f.el9.x86 10 MB/s | 5.5 MB 00:00 2024-09-16T09:09:47.086 INFO:teuthology.orchestra.run.smithi139.stdout:(2/33): ceph-selinux-19.3.0-4917.g8293d73f.el9. 252 kB/s | 25 kB 00:00 2024-09-16T09:09:47.178 INFO:teuthology.orchestra.run.smithi139.stdout:(3/33): libcephfs2-19.3.0-4917.g8293d73f.el9.x8 8.1 MB/s | 755 kB 00:00 2024-09-16T09:09:47.329 INFO:teuthology.orchestra.run.smithi139.stdout:(4/33): ceph-radosgw-19.3.0-4917.g8293d73f.el9. 12 MB/s | 11 MB 00:00 2024-09-16T09:09:47.369 INFO:teuthology.orchestra.run.smithi139.stdout:(5/33): libradosstriper1-19.3.0-4917.g8293d73f. 2.7 MB/s | 508 kB 00:00 2024-09-16T09:09:47.414 INFO:teuthology.orchestra.run.smithi139.stdout:(6/33): python3-ceph-argparse-19.3.0-4917.g8293 902 kB/s | 45 kB 00:00 2024-09-16T09:09:47.714 INFO:teuthology.orchestra.run.smithi139.stdout:(7/33): ceph-common-19.3.0-4917.g8293d73f.el9.x 17 MB/s | 22 MB 00:01 2024-09-16T09:09:47.746 INFO:teuthology.orchestra.run.smithi139.stdout:(8/33): python3-ceph-common-19.3.0-4917.g8293d7 430 kB/s | 143 kB 00:00 2024-09-16T09:09:47.772 INFO:teuthology.orchestra.run.smithi139.stdout:(9/33): python3-cephfs-19.3.0-4917.g8293d73f.el 2.7 MB/s | 161 kB 00:00 2024-09-16T09:09:47.797 INFO:teuthology.orchestra.run.smithi139.stdout:(10/33): python3-rados-19.3.0-4917.g8293d73f.el 6.2 MB/s | 320 kB 00:00 2024-09-16T09:09:47.822 INFO:teuthology.orchestra.run.smithi139.stdout:(11/33): python3-rbd-19.3.0-4917.g8293d73f.el9. 6.0 MB/s | 306 kB 00:00 2024-09-16T09:09:47.848 INFO:teuthology.orchestra.run.smithi139.stdout:(12/33): python3-rgw-19.3.0-4917.g8293d73f.el9. 1.9 MB/s | 99 kB 00:00 2024-09-16T09:09:47.873 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:09:47.922 INFO:teuthology.orchestra.run.smithi139.stdout:(13/33): librgw2-19.3.0-4917.g8293d73f.el9.x86_ 9.3 MB/s | 5.5 MB 00:00 2024-09-16T09:09:47.957 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-16T09:09:47.981 INFO:teuthology.orchestra.run.smithi139.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 673 kB/s | 107 kB 00:00 2024-09-16T09:09:47.995 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-16T09:09:48.022 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-16T09:09:48.031 INFO:teuthology.orchestra.run.smithi139.stdout:(15/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 909 kB/s | 45 kB 00:00 2024-09-16T09:09:48.045 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T09:09:48.057 INFO:teuthology.orchestra.run.smithi139.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 816 kB/s | 171 kB 00:00 2024-09-16T09:09:48.070 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T09:09:48.082 INFO:teuthology.orchestra.run.smithi139.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-09-16T09:09:48.124 INFO:teuthology.orchestra.run.smithi139.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-09-16T09:09:48.157 INFO:teuthology.orchestra.run.smithi139.stdout:(19/33): librdkafka-1.6.1-102.el9.x86_64.rpm 5.1 MB/s | 662 kB 00:00 2024-09-16T09:09:48.183 INFO:teuthology.orchestra.run.smithi139.stdout:(20/33): python3-prettytable-0.7.2-27.el9.noarc 420 kB/s | 42 kB 00:00 2024-09-16T09:09:48.208 INFO:teuthology.orchestra.run.smithi139.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 713 kB/s | 36 kB 00:00 2024-09-16T09:09:48.233 INFO:teuthology.orchestra.run.smithi139.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 943 kB/s | 47 kB 00:00 2024-09-16T09:09:48.256 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T09:09:48.258 INFO:teuthology.orchestra.run.smithi139.stdout:(23/33): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-09-16T09:09:48.308 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T09:09:48.317 INFO:teuthology.orchestra.run.smithi139.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-16T09:09:48.343 INFO:teuthology.orchestra.run.smithi139.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-16T09:09:48.368 INFO:teuthology.orchestra.run.smithi139.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 276 kB/s | 26 kB 00:00 2024-09-16T09:09:48.393 INFO:teuthology.orchestra.run.smithi139.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-16T09:09:48.426 INFO:teuthology.orchestra.run.smithi139.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-16T09:09:48.468 INFO:teuthology.orchestra.run.smithi139.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.2 MB/s | 839 kB 00:00 2024-09-16T09:09:48.519 INFO:teuthology.orchestra.run.smithi139.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-16T09:09:48.586 INFO:teuthology.orchestra.run.smithi139.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-09-16T09:09:48.669 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-16T09:09:48.711 INFO:teuthology.orchestra.run.smithi139.stdout:(32/33): librados2-19.3.0-4917.g8293d73f.el9.x8 14 MB/s | 3.5 MB 00:00 2024-09-16T09:09:48.782 INFO:teuthology.orchestra.run.smithi083.stdout: Upgrading : librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 7/35 2024-09-16T09:09:48.794 INFO:teuthology.orchestra.run.smithi139.stdout:(33/33): librbd1-19.3.0-4917.g8293d73f.el9.x86_ 12 MB/s | 3.2 MB 00:00 2024-09-16T09:09:48.799 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:09:48.800 INFO:teuthology.orchestra.run.smithi139.stdout:Total 22 MB/s | 62 MB 00:02 2024-09-16T09:09:48.883 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 7/35 2024-09-16T09:09:48.913 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:09:48.949 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:09:48.949 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:09:48.973 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 8/35 2024-09-16T09:09:49.033 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 9/35 2024-09-16T09:09:49.088 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 9/35 2024-09-16T09:09:49.128 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-16T09:09:49.169 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-ceph-argparse-2:19.3.0-4917.g8293d73f.el9. 11/35 2024-09-16T09:09:49.239 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 12/35 2024-09-16T09:09:49.269 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_6 13/35 2024-09-16T09:09:49.325 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_6 13/35 2024-09-16T09:09:49.441 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:09:49.442 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:09:49.497 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-16T09:09:49.658 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-16T09:09:49.694 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-16T09:09:49.743 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-16T09:09:49.744 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 1.0 MB/s | 20 MB 00:20 2024-09-16T09:09:49.775 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-16T09:09:49.805 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-16T09:09:49.838 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T09:09:49.884 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-16T09:09:50.202 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-16T09:09:50.251 INFO:teuthology.orchestra.run.smithi083.stdout: Upgrading : librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 23/35 2024-09-16T09:09:50.326 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 23/35 2024-09-16T09:09:50.356 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 24/35 2024-09-16T09:09:50.393 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-16T09:09:50.886 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-16T09:09:50.913 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:09:50.920 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 27/35 2024-09-16T09:09:50.992 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 27/35 2024-09-16T09:09:51.029 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-16T09:09:51.057 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-16T09:09:51.079 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 28/35 2024-09-16T09:09:51.082 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-16T09:09:51.105 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T09:09:51.128 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T09:09:51.139 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-ceph-common-2:19.3.0-4917.g8293d73f.el9.x8 29/35 2024-09-16T09:09:51.329 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T09:09:51.394 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T09:09:51.747 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-16T09:09:51.867 INFO:teuthology.orchestra.run.smithi139.stdout: Upgrading : librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 7/35 2024-09-16T09:09:51.978 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 7/35 2024-09-16T09:09:52.065 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 8/35 2024-09-16T09:09:52.093 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 9/35 2024-09-16T09:09:52.164 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 9/35 2024-09-16T09:09:52.201 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-16T09:09:52.245 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-ceph-argparse-2:19.3.0-4917.g8293d73f.el9. 11/35 2024-09-16T09:09:52.315 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 12/35 2024-09-16T09:09:52.345 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_6 13/35 2024-09-16T09:09:52.409 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_6 13/35 2024-09-16T09:09:52.444 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-16T09:09:52.557 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-16T09:09:52.603 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-16T09:09:52.644 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-16T09:09:52.684 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-16T09:09:52.714 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-16T09:09:52.767 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T09:09:52.800 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-16T09:09:53.129 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-16T09:09:53.177 INFO:teuthology.orchestra.run.smithi139.stdout: Upgrading : librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 23/35 2024-09-16T09:09:53.251 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 23/35 2024-09-16T09:09:53.282 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 24/35 2024-09-16T09:09:53.326 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-16T09:09:53.448 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 30/35 2024-09-16T09:09:53.486 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 30/35 2024-09-16T09:09:53.824 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-16T09:09:53.855 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 27/35 2024-09-16T09:09:53.926 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 27/35 2024-09-16T09:09:54.005 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 28/35 2024-09-16T09:09:54.031 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-ceph-common-2:19.3.0-4917.g8293d73f.el9.x8 29/35 2024-09-16T09:09:54.074 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 30/35 2024-09-16T09:09:54.106 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 31/35 2024-09-16T09:09:54.137 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-16T09:09:54.180 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 31/35 2024-09-16T09:09:54.180 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-16T09:09:54.180 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-16T09:09:54.181 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:09:54.224 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 32/35 2024-09-16T09:09:55.721 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 71 kB/s | 19 kB 00:00 2024-09-16T09:09:56.391 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 30/35 2024-09-16T09:09:56.428 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 30/35 2024-09-16T09:09:56.567 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-16T09:09:57.015 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 30/35 2024-09-16T09:09:57.048 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 31/35 2024-09-16T09:09:57.138 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 31/35 2024-09-16T09:09:57.138 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-16T09:09:57.138 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-16T09:09:57.138 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:09:57.165 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 32/35 2024-09-16T09:10:02.057 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-09-16T09:10:04.190 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 32/35 2024-09-16T09:10:04.190 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /sys 2024-09-16T09:10:04.190 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /proc 2024-09-16T09:10:04.190 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /mnt 2024-09-16T09:10:04.190 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /var/tmp 2024-09-16T09:10:04.190 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /home 2024-09-16T09:10:04.191 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /root 2024-09-16T09:10:04.191 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /tmp 2024-09-16T09:10:04.191 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:04.408 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:10:04.410 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:04.410 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:10:04.410 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:04.410 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:10:04.410 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 11 M 2024-09-16T09:10:04.410 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrading: 2024-09-16T09:10:04.410 INFO:teuthology.orchestra.run.smithi098.stdout: librados2 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 3.5 M 2024-09-16T09:10:04.410 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 3.2 M 2024-09-16T09:10:04.410 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 5.5 M 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 22 M 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 25 k 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 755 k 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-16T09:10:04.411 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 508 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2 x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 5.5 M 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 45 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 143 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 161 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 320 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 306 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 99 k 2024-09-16T09:10:04.412 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout:Install 31 Packages 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrade 2 Packages 2024-09-16T09:10:04.413 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:04.414 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 62 M 2024-09-16T09:10:04.414 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:10:05.234 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 33/35 2024-09-16T09:10:05.260 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 33/35 2024-09-16T09:10:05.260 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:05.260 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-16T09:10:05.260 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T09:10:05.260 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T09:10:05.261 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:05.262 INFO:teuthology.orchestra.run.smithi083.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T09:10:05.353 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T09:10:05.353 INFO:teuthology.orchestra.run.smithi083.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T09:10:05.466 INFO:teuthology.orchestra.run.smithi098.stdout:(1/33): ceph-base-19.3.0-4917.g8293d73f.el9.x86 7.8 MB/s | 5.5 MB 00:00 2024-09-16T09:10:05.508 INFO:teuthology.orchestra.run.smithi098.stdout:(2/33): ceph-selinux-19.3.0-4917.g8293d73f.el9. 608 kB/s | 25 kB 00:00 2024-09-16T09:10:05.584 INFO:teuthology.orchestra.run.smithi098.stdout:(3/33): libcephfs2-19.3.0-4917.g8293d73f.el9.x8 9.8 MB/s | 755 kB 00:00 2024-09-16T09:10:05.667 INFO:teuthology.orchestra.run.smithi098.stdout:(4/33): libradosstriper1-19.3.0-4917.g8293d73f. 6.0 MB/s | 508 kB 00:00 2024-09-16T09:10:05.851 INFO:teuthology.orchestra.run.smithi098.stdout:(5/33): ceph-radosgw-19.3.0-4917.g8293d73f.el9. 10 MB/s | 11 MB 00:01 2024-09-16T09:10:05.893 INFO:teuthology.orchestra.run.smithi098.stdout:(6/33): python3-ceph-argparse-19.3.0-4917.g8293 1.1 MB/s | 45 kB 00:00 2024-09-16T09:10:05.968 INFO:teuthology.orchestra.run.smithi098.stdout:(7/33): python3-ceph-common-19.3.0-4917.g8293d7 1.9 MB/s | 143 kB 00:00 2024-09-16T09:10:06.035 INFO:teuthology.orchestra.run.smithi098.stdout:(8/33): python3-cephfs-19.3.0-4917.g8293d73f.el 2.4 MB/s | 161 kB 00:00 2024-09-16T09:10:06.144 INFO:teuthology.orchestra.run.smithi098.stdout:(9/33): librgw2-19.3.0-4917.g8293d73f.el9.x86_6 12 MB/s | 5.5 MB 00:00 2024-09-16T09:10:06.169 INFO:teuthology.orchestra.run.smithi098.stdout:(10/33): python3-rados-19.3.0-4917.g8293d73f.el 2.3 MB/s | 320 kB 00:00 2024-09-16T09:10:06.194 INFO:teuthology.orchestra.run.smithi098.stdout:(11/33): python3-rbd-19.3.0-4917.g8293d73f.el9. 5.9 MB/s | 306 kB 00:00 2024-09-16T09:10:06.219 INFO:teuthology.orchestra.run.smithi098.stdout:(12/33): python3-rgw-19.3.0-4917.g8293d73f.el9. 1.9 MB/s | 99 kB 00:00 2024-09-16T09:10:06.437 INFO:teuthology.orchestra.run.smithi098.stdout:(13/33): ceph-common-19.3.0-4917.g8293d73f.el9. 13 MB/s | 22 MB 00:01 2024-09-16T09:10:06.509 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T09:10:06.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 1/35 2024-09-16T09:10:06.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 2/35 2024-09-16T09:10:06.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 3/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 4/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 5/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_6 6/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 7/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4917.g8293d73f.el9. 8/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-ceph-common-2:19.3.0-4917.g8293d73f.el9.x8 9/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 10/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 11/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 12/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 13/35 2024-09-16T09:10:06.510 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-16T09:10:06.511 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-16T09:10:06.512 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-16T09:10:06.512 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-16T09:10:06.512 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-16T09:10:06.512 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-16T09:10:06.512 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-16T09:10:06.512 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-16T09:10:06.512 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 32/35 2024-09-16T09:10:06.512 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-16T09:10:06.512 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 34/35 2024-09-16T09:10:06.562 INFO:teuthology.orchestra.run.smithi098.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 291 kB/s | 107 kB 00:00 2024-09-16T09:10:06.587 INFO:teuthology.orchestra.run.smithi098.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 464 kB/s | 171 kB 00:00 2024-09-16T09:10:06.612 INFO:teuthology.orchestra.run.smithi098.stdout:(16/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 914 kB/s | 160 kB 00:00 2024-09-16T09:10:06.638 INFO:teuthology.orchestra.run.smithi098.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 600 kB/s | 45 kB 00:00 2024-09-16T09:10:06.697 INFO:teuthology.orchestra.run.smithi098.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 723 kB/s | 42 kB 00:00 2024-09-16T09:10:06.722 INFO:teuthology.orchestra.run.smithi098.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-09-16T09:10:06.747 INFO:teuthology.orchestra.run.smithi098.stdout:(20/33): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 662 kB 00:00 2024-09-16T09:10:06.772 INFO:teuthology.orchestra.run.smithi098.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 716 kB/s | 36 kB 00:00 2024-09-16T09:10:06.798 INFO:teuthology.orchestra.run.smithi098.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 942 kB/s | 47 kB 00:00 2024-09-16T09:10:06.823 INFO:teuthology.orchestra.run.smithi098.stdout:(23/33): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-09-16T09:10:06.882 INFO:teuthology.orchestra.run.smithi098.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-16T09:10:06.906 INFO:teuthology.orchestra.run.smithi098.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-16T09:10:06.949 INFO:teuthology.orchestra.run.smithi098.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 235 kB/s | 26 kB 00:00 2024-09-16T09:10:06.974 INFO:teuthology.orchestra.run.smithi098.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-09-16T09:10:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-16T09:10:07.058 INFO:teuthology.orchestra.run.smithi098.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-16T09:10:07.109 INFO:teuthology.orchestra.run.smithi098.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-16T09:10:07.184 INFO:teuthology.orchestra.run.smithi098.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-16T09:10:07.292 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 32/35 2024-09-16T09:10:07.292 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /sys 2024-09-16T09:10:07.292 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /proc 2024-09-16T09:10:07.292 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /mnt 2024-09-16T09:10:07.292 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /var/tmp 2024-09-16T09:10:07.292 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /home 2024-09-16T09:10:07.292 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /root 2024-09-16T09:10:07.292 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /tmp 2024-09-16T09:10:07.292 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:07.342 INFO:teuthology.orchestra.run.smithi098.stdout:(32/33): librados2-19.3.0-4917.g8293d73f.el9.x8 12 MB/s | 3.5 MB 00:00 2024-09-16T09:10:07.401 INFO:teuthology.orchestra.run.smithi098.stdout:(33/33): librbd1-19.3.0-4917.g8293d73f.el9.x86_ 11 MB/s | 3.2 MB 00:00 2024-09-16T09:10:07.406 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:07.406 INFO:teuthology.orchestra.run.smithi098.stdout:Total 21 MB/s | 62 MB 00:02 2024-09-16T09:10:07.427 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T09:10:07.427 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:07.427 INFO:teuthology.orchestra.run.smithi083.stdout:Upgraded: 2024-09-16T09:10:07.427 INFO:teuthology.orchestra.run.smithi083.stdout: librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.427 INFO:teuthology.orchestra.run.smithi083.stdout: librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.427 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:10:07.427 INFO:teuthology.orchestra.run.smithi083.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-16T09:10:07.427 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.428 INFO:teuthology.orchestra.run.smithi083.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-argparse-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-16T09:10:07.429 INFO:teuthology.orchestra.run.smithi083.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-16T09:10:07.430 INFO:teuthology.orchestra.run.smithi083.stdout: re2-1:20211101-20.el9.x86_64 2024-09-16T09:10:07.430 INFO:teuthology.orchestra.run.smithi083.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-16T09:10:07.430 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:07.430 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:10:07.514 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:10:07.551 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:10:07.551 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:10:07.801 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-test 2024-09-16T09:10:08.048 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:10:08.048 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:10:08.322 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 33/35 2024-09-16T09:10:08.348 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 33/35 2024-09-16T09:10:08.348 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:08.348 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-16T09:10:08.348 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T09:10:08.349 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T09:10:08.349 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:08.350 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T09:10:08.370 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:28 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:10:08.441 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T09:10:08.441 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T09:10:08.510 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:10:08.510 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-test x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 50 M 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout: libcephsqlite x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 161 k 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:08.511 INFO:teuthology.orchestra.run.smithi083.stdout:Install 4 Packages 2024-09-16T09:10:08.512 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:08.512 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 51 M 2024-09-16T09:10:08.512 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 217 M 2024-09-16T09:10:08.512 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:10:08.853 INFO:teuthology.orchestra.run.smithi083.stdout:(1/4): libcephsqlite-19.3.0-4917.g8293d73f.el9. 749 kB/s | 161 kB 00:00 2024-09-16T09:10:08.886 INFO:teuthology.orchestra.run.smithi083.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.2 MB/s | 304 kB 00:00 2024-09-16T09:10:08.995 INFO:teuthology.orchestra.run.smithi083.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 449 kB/s | 64 kB 00:00 2024-09-16T09:10:09.507 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:10:09.586 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-16T09:10:09.623 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-16T09:10:09.648 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-16T09:10:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T09:10:09.683 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T09:10:09.683 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 1/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 2/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 3/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 4/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 5/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_6 6/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 7/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4917.g8293d73f.el9. 8/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-ceph-common-2:19.3.0-4917.g8293d73f.el9.x8 9/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 10/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 11/35 2024-09-16T09:10:09.684 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 12/35 2024-09-16T09:10:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 13/35 2024-09-16T09:10:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-16T09:10:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-16T09:10:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-16T09:10:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-16T09:10:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-16T09:10:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-16T09:10:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T09:10:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-16T09:10:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 32/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-16T09:10:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 34/35 2024-09-16T09:10:09.695 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T09:10:09.895 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T09:10:09.966 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T09:10:10.262 INFO:teuthology.orchestra.run.smithi083.stdout:(4/4): ceph-test-19.3.0-4917.g8293d73f.el9.x86_ 31 MB/s | 50 MB 00:01 2024-09-16T09:10:10.264 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:10.264 INFO:teuthology.orchestra.run.smithi083.stdout:Total 29 MB/s | 51 MB 00:01 2024-09-16T09:10:10.292 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:10:10.311 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-16T09:10:10.312 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:10:10.312 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:10:10.428 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 7/35 2024-09-16T09:10:10.546 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 7/35 2024-09-16T09:10:10.568 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T09:10:10.568 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:10.568 INFO:teuthology.orchestra.run.smithi139.stdout:Upgraded: 2024-09-16T09:10:10.568 INFO:teuthology.orchestra.run.smithi139.stdout: librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.568 INFO:teuthology.orchestra.run.smithi139.stdout: librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.568 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:10:10.568 INFO:teuthology.orchestra.run.smithi139.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-16T09:10:10.568 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.568 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.568 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.569 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.569 INFO:teuthology.orchestra.run.smithi139.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-16T09:10:10.569 INFO:teuthology.orchestra.run.smithi139.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-16T09:10:10.569 INFO:teuthology.orchestra.run.smithi139.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-16T09:10:10.569 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.569 INFO:teuthology.orchestra.run.smithi139.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-16T09:10:10.569 INFO:teuthology.orchestra.run.smithi139.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-16T09:10:10.569 INFO:teuthology.orchestra.run.smithi139.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-16T09:10:10.569 INFO:teuthology.orchestra.run.smithi139.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-16T09:10:10.569 INFO:teuthology.orchestra.run.smithi139.stdout: libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-argparse-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.570 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.571 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:10.571 INFO:teuthology.orchestra.run.smithi139.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-16T09:10:10.571 INFO:teuthology.orchestra.run.smithi139.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-16T09:10:10.571 INFO:teuthology.orchestra.run.smithi139.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-16T09:10:10.571 INFO:teuthology.orchestra.run.smithi139.stdout: re2-1:20211101-20.el9.x86_64 2024-09-16T09:10:10.571 INFO:teuthology.orchestra.run.smithi139.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-16T09:10:10.571 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:10.571 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:10:10.644 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 8/35 2024-09-16T09:10:10.680 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 9/35 2024-09-16T09:10:10.706 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:10:10.707 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:10:10.742 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 9/35 2024-09-16T09:10:10.771 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-16T09:10:10.815 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-argparse-2:19.3.0-4917.g8293d73f.el9. 11/35 2024-09-16T09:10:10.885 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 12/35 2024-09-16T09:10:10.907 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_6 13/35 2024-09-16T09:10:10.953 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-test 2024-09-16T09:10:10.954 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_6 13/35 2024-09-16T09:10:10.998 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-16T09:10:11.113 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-16T09:10:11.149 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-16T09:10:11.196 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-16T09:10:11.230 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-16T09:10:11.259 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-16T09:10:11.287 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:10:11.292 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T09:10:11.336 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-16T09:10:11.392 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-16T09:10:11.444 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-16T09:10:11.472 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 3/4 2024-09-16T09:10:11.528 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:28 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:10:11.655 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-16T09:10:11.660 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:10:11.661 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:11.661 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:10:11.661 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:11.661 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:10:11.661 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-test x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 50 M 2024-09-16T09:10:11.662 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-09-16T09:10:11.662 INFO:teuthology.orchestra.run.smithi139.stdout: libcephsqlite x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 161 k 2024-09-16T09:10:11.662 INFO:teuthology.orchestra.run.smithi139.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-16T09:10:11.662 INFO:teuthology.orchestra.run.smithi139.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-16T09:10:11.662 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:11.662 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:10:11.663 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:11.663 INFO:teuthology.orchestra.run.smithi139.stdout:Install 4 Packages 2024-09-16T09:10:11.663 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:11.664 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 51 M 2024-09-16T09:10:11.664 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 217 M 2024-09-16T09:10:11.664 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:10:11.706 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 23/35 2024-09-16T09:10:11.789 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 23/35 2024-09-16T09:10:11.828 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 24/35 2024-09-16T09:10:11.872 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-16T09:10:11.872 INFO:teuthology.orchestra.run.smithi139.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.6 MB/s | 304 kB 00:00 2024-09-16T09:10:11.898 INFO:teuthology.orchestra.run.smithi139.stdout:(2/4): libcephsqlite-19.3.0-4917.g8293d73f.el9. 756 kB/s | 161 kB 00:00 2024-09-16T09:10:11.923 INFO:teuthology.orchestra.run.smithi139.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-09-16T09:10:12.372 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-16T09:10:12.417 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 27/35 2024-09-16T09:10:12.488 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 27/35 2024-09-16T09:10:12.566 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 28/35 2024-09-16T09:10:12.602 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-common-2:19.3.0-4917.g8293d73f.el9.x8 29/35 2024-09-16T09:10:13.232 INFO:teuthology.orchestra.run.smithi139.stdout:(4/4): ceph-test-19.3.0-4917.g8293d73f.el9.x86_ 32 MB/s | 50 MB 00:01 2024-09-16T09:10:13.234 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:13.234 INFO:teuthology.orchestra.run.smithi139.stdout:Total 32 MB/s | 51 MB 00:01 2024-09-16T09:10:13.262 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:10:13.282 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:10:13.283 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:10:13.687 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:10:13.687 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:10:14.282 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:10:14.360 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-16T09:10:14.412 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-16T09:10:14.467 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 3/4 2024-09-16T09:10:14.890 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 30/35 2024-09-16T09:10:14.941 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 30/35 2024-09-16T09:10:15.510 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 30/35 2024-09-16T09:10:15.544 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 31/35 2024-09-16T09:10:15.636 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 31/35 2024-09-16T09:10:15.636 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-16T09:10:15.636 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-16T09:10:15.636 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:15.679 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 32/35 2024-09-16T09:10:16.236 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 3/4 2024-09-16T09:10:16.324 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 4/4 2024-09-16T09:10:18.992 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 4/4 2024-09-16T09:10:18.992 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 1/4 2024-09-16T09:10:18.993 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 2/4 2024-09-16T09:10:18.993 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-16T09:10:19.211 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 3/4 2024-09-16T09:10:19.291 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 4/4 2024-09-16T09:10:19.308 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-16T09:10:19.308 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:19.308 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:10:19.308 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:19.308 INFO:teuthology.orchestra.run.smithi083.stdout: libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:19.308 INFO:teuthology.orchestra.run.smithi083.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-16T09:10:19.309 INFO:teuthology.orchestra.run.smithi083.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-16T09:10:19.309 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:19.309 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:10:19.615 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph 2024-09-16T09:10:20.194 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:40 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:10:20.329 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:10:20.331 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:20.331 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:10:20.331 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout: ceph x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 6.6 k 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mds x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 2.4 M 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 1.5 M 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 291 k 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mon x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 4.8 M 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-osd x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 17 M 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-16T09:10:20.332 INFO:teuthology.orchestra.run.smithi083.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-collections 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-16T09:10:20.333 INFO:teuthology.orchestra.run.smithi083.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-16T09:10:20.334 INFO:teuthology.orchestra.run.smithi083.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-16T09:10:20.335 INFO:teuthology.orchestra.run.smithi083.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-16T09:10:20.335 INFO:teuthology.orchestra.run.smithi083.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-16T09:10:20.335 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:20.335 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:10:20.335 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:20.335 INFO:teuthology.orchestra.run.smithi083.stdout:Install 37 Packages 2024-09-16T09:10:20.335 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:20.336 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 31 M 2024-09-16T09:10:20.336 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 109 M 2024-09-16T09:10:20.336 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:10:20.842 INFO:teuthology.orchestra.run.smithi083.stdout:(1/37): ceph-19.3.0-4917.g8293d73f.el9.x86_64.r 51 kB/s | 6.6 kB 00:00 2024-09-16T09:10:20.984 INFO:teuthology.orchestra.run.smithi083.stdout:(2/37): ceph-mgr-19.3.0-4917.g8293d73f.el9.x86_ 5.6 MB/s | 1.5 MB 00:00 2024-09-16T09:10:21.051 INFO:teuthology.orchestra.run.smithi083.stdout:(3/37): ceph-mds-19.3.0-4917.g8293d73f.el9.x86_ 7.0 MB/s | 2.4 MB 00:00 2024-09-16T09:10:21.142 INFO:teuthology.orchestra.run.smithi083.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4917.g8293 3.1 MB/s | 291 kB 00:00 2024-09-16T09:10:21.218 INFO:teuthology.orchestra.run.smithi083.stdout:(5/37): ceph-mon-19.3.0-4917.g8293d73f.el9.x86_ 13 MB/s | 4.8 MB 00:00 2024-09-16T09:10:21.387 INFO:teuthology.orchestra.run.smithi083.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2024-09-16T09:10:21.562 INFO:teuthology.orchestra.run.smithi083.stdout:(7/37): ceph-osd-19.3.0-4917.g8293d73f.el9.x86_ 30 MB/s | 17 MB 00:00 2024-09-16T09:10:21.588 INFO:teuthology.orchestra.run.smithi083.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 532 kB/s | 106 kB 00:00 2024-09-16T09:10:21.671 INFO:teuthology.orchestra.run.smithi083.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 1.5 MB/s | 125 kB 00:00 2024-09-16T09:10:21.706 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 4/4 2024-09-16T09:10:21.706 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 1/4 2024-09-16T09:10:21.707 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 2/4 2024-09-16T09:10:21.707 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-16T09:10:21.730 INFO:teuthology.orchestra.run.smithi083.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.4 MB/s | 1.2 MB 00:00 2024-09-16T09:10:21.755 INFO:teuthology.orchestra.run.smithi083.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 703 kB/s | 135 kB 00:00 2024-09-16T09:10:21.788 INFO:teuthology.orchestra.run.smithi083.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.8 MB/s | 215 kB 00:00 2024-09-16T09:10:21.995 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-16T09:10:21.995 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:21.995 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:10:21.996 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:21.996 INFO:teuthology.orchestra.run.smithi139.stdout: libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:21.996 INFO:teuthology.orchestra.run.smithi139.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-16T09:10:21.996 INFO:teuthology.orchestra.run.smithi139.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-16T09:10:21.996 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:21.996 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:10:22.251 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph 2024-09-16T09:10:22.389 INFO:teuthology.orchestra.run.smithi083.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 58 kB/s | 35 kB 00:00 2024-09-16T09:10:22.539 INFO:teuthology.orchestra.run.smithi083.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 220 kB/s | 172 kB 00:00 2024-09-16T09:10:22.573 INFO:teuthology.orchestra.run.smithi083.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 224 kB/s | 188 kB 00:00 2024-09-16T09:10:22.833 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:39 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:10:22.976 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:10:22.978 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout: ceph x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 6.6 k 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mds x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 2.4 M 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 1.5 M 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 291 k 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mon x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 4.8 M 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-osd x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 17 M 2024-09-16T09:10:22.979 INFO:teuthology.orchestra.run.smithi139.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-collections 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-16T09:10:22.980 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-16T09:10:22.981 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout:Install 37 Packages 2024-09-16T09:10:22.982 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:22.983 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 31 M 2024-09-16T09:10:22.983 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 109 M 2024-09-16T09:10:22.983 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:10:23.106 INFO:teuthology.orchestra.run.smithi083.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 108 kB/s | 77 kB 00:00 2024-09-16T09:10:23.123 INFO:teuthology.orchestra.run.smithi083.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 87 kB/s | 51 kB 00:00 2024-09-16T09:10:23.140 INFO:teuthology.orchestra.run.smithi083.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 73 kB/s | 42 kB 00:00 2024-09-16T09:10:23.198 INFO:teuthology.orchestra.run.smithi083.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.6 MB/s | 151 kB 00:00 2024-09-16T09:10:23.215 INFO:teuthology.orchestra.run.smithi083.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 205 kB/s | 22 kB 00:00 2024-09-16T09:10:23.232 INFO:teuthology.orchestra.run.smithi083.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 474 kB/s | 43 kB 00:00 2024-09-16T09:10:23.258 INFO:teuthology.orchestra.run.smithi083.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 598 kB/s | 11 kB 00:00 2024-09-16T09:10:23.291 INFO:teuthology.orchestra.run.smithi083.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-09-16T09:10:23.317 INFO:teuthology.orchestra.run.smithi083.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 311 kB/s | 18 kB 00:00 2024-09-16T09:10:23.342 INFO:teuthology.orchestra.run.smithi083.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-16T09:10:23.367 INFO:teuthology.orchestra.run.smithi083.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-16T09:10:23.393 INFO:teuthology.orchestra.run.smithi083.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-16T09:10:23.418 INFO:teuthology.orchestra.run.smithi083.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-09-16T09:10:23.443 INFO:teuthology.orchestra.run.smithi083.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-16T09:10:23.468 INFO:teuthology.orchestra.run.smithi083.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 659 kB/s | 16 kB 00:00 2024-09-16T09:10:23.494 INFO:teuthology.orchestra.run.smithi083.stdout:(31/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-16T09:10:23.519 INFO:teuthology.orchestra.run.smithi083.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-16T09:10:23.544 INFO:teuthology.orchestra.run.smithi083.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 711 kB/s | 36 kB 00:00 2024-09-16T09:10:23.570 INFO:teuthology.orchestra.run.smithi083.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-16T09:10:23.581 INFO:teuthology.orchestra.run.smithi139.stdout:(1/37): ceph-19.3.0-4917.g8293d73f.el9.x86_64.r 54 kB/s | 6.6 kB 00:00 2024-09-16T09:10:23.595 INFO:teuthology.orchestra.run.smithi083.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 805 kB/s | 20 kB 00:00 2024-09-16T09:10:23.620 INFO:teuthology.orchestra.run.smithi083.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-16T09:10:23.654 INFO:teuthology.orchestra.run.smithi083.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-16T09:10:23.658 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:23.658 INFO:teuthology.orchestra.run.smithi083.stdout:Total 9.3 MB/s | 31 MB 00:03 2024-09-16T09:10:23.748 INFO:teuthology.orchestra.run.smithi139.stdout:(2/37): ceph-mgr-19.3.0-4917.g8293d73f.el9.x86_ 5.3 MB/s | 1.5 MB 00:00 2024-09-16T09:10:23.814 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:10:23.815 INFO:teuthology.orchestra.run.smithi139.stdout:(3/37): ceph-mds-19.3.0-4917.g8293d73f.el9.x86_ 6.7 MB/s | 2.4 MB 00:00 2024-09-16T09:10:23.853 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:10:23.853 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:10:23.915 INFO:teuthology.orchestra.run.smithi139.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4917.g8293 2.8 MB/s | 291 kB 00:00 2024-09-16T09:10:23.983 INFO:teuthology.orchestra.run.smithi139.stdout:(5/37): ceph-mon-19.3.0-4917.g8293d73f.el9.x86_ 12 MB/s | 4.8 MB 00:00 2024-09-16T09:10:24.312 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:10:24.312 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:10:24.333 INFO:teuthology.orchestra.run.smithi139.stdout:(6/37): ceph-osd-19.3.0-4917.g8293d73f.el9.x86_ 29 MB/s | 17 MB 00:00 2024-09-16T09:10:24.916 INFO:teuthology.orchestra.run.smithi139.stdout:(7/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 253 kB/s | 253 kB 00:01 2024-09-16T09:10:25.091 INFO:teuthology.orchestra.run.smithi139.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 142 kB/s | 106 kB 00:00 2024-09-16T09:10:25.608 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:10:25.625 INFO:teuthology.orchestra.run.smithi139.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 191 kB/s | 135 kB 00:00 2024-09-16T09:10:25.673 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-16T09:10:25.706 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-16T09:10:25.734 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-16T09:10:25.808 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-16T09:10:25.825 INFO:teuthology.orchestra.run.smithi139.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 170 kB/s | 125 kB 00:00 2024-09-16T09:10:25.858 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-16T09:10:25.891 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-16T09:10:25.895 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 32/35 2024-09-16T09:10:25.895 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /sys 2024-09-16T09:10:25.895 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /proc 2024-09-16T09:10:25.895 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /mnt 2024-09-16T09:10:25.895 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /var/tmp 2024-09-16T09:10:25.895 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /home 2024-09-16T09:10:25.895 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /root 2024-09-16T09:10:25.895 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /tmp 2024-09-16T09:10:25.895 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:25.984 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-16T09:10:26.054 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-16T09:10:26.058 INFO:teuthology.orchestra.run.smithi139.stdout:(11/37): lua-5.4.4-4.el9.x86_64.rpm 808 kB/s | 188 kB 00:00 2024-09-16T09:10:26.111 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-16T09:10:26.125 INFO:teuthology.orchestra.run.smithi139.stdout:(12/37): python3-cryptography-36.0.1-4.el9.x86_ 586 kB/s | 1.2 MB 00:02 2024-09-16T09:10:26.146 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-16T09:10:26.151 INFO:teuthology.orchestra.run.smithi139.stdout:(13/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-09-16T09:10:26.176 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-16T09:10:26.210 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-16T09:10:26.218 INFO:teuthology.orchestra.run.smithi139.stdout:(14/37): python3-packaging-20.9-5.el9.noarch.rp 1.1 MB/s | 77 kB 00:00 2024-09-16T09:10:26.243 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-16T09:10:26.251 INFO:teuthology.orchestra.run.smithi139.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 278 kB/s | 35 kB 00:00 2024-09-16T09:10:26.268 INFO:teuthology.orchestra.run.smithi139.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-16T09:10:26.285 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-16T09:10:26.328 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-16T09:10:26.335 INFO:teuthology.orchestra.run.smithi139.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 498 kB/s | 42 kB 00:00 2024-09-16T09:10:26.362 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-16T09:10:26.385 INFO:teuthology.orchestra.run.smithi139.stdout:(18/37): luarocks-3.9.2-5.el9.noarch.rpm 3.0 MB/s | 151 kB 00:00 2024-09-16T09:10:26.402 INFO:teuthology.orchestra.run.smithi139.stdout:(19/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 2.6 MB/s | 43 kB 00:00 2024-09-16T09:10:26.411 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-16T09:10:26.436 INFO:teuthology.orchestra.run.smithi139.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 5.0 MB/s | 172 kB 00:00 2024-09-16T09:10:26.450 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-16T09:10:26.478 INFO:teuthology.orchestra.run.smithi139.stdout:(21/37): python3-cherrypy-18.6.1-2.el9.noarch.r 8.4 MB/s | 358 kB 00:00 2024-09-16T09:10:26.503 INFO:teuthology.orchestra.run.smithi139.stdout:(22/37): python3-urllib3-1.26.5-6.el9.noarch.rp 245 kB/s | 215 kB 00:00 2024-09-16T09:10:26.520 INFO:teuthology.orchestra.run.smithi139.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 255 kB/s | 11 kB 00:00 2024-09-16T09:10:26.534 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-16T09:10:26.549 INFO:teuthology.orchestra.run.smithi139.stdout:(24/37): lua-devel-5.4.4-4.el9.x86_64.rpm 80 kB/s | 22 kB 00:00 2024-09-16T09:10:26.571 INFO:teuthology.orchestra.run.smithi139.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 540 kB/s | 23 kB 00:00 2024-09-16T09:10:26.604 INFO:teuthology.orchestra.run.smithi139.stdout:(26/37): python3-jaraco-classes-3.2.1-5.el9.noa 175 kB/s | 18 kB 00:00 2024-09-16T09:10:26.629 INFO:teuthology.orchestra.run.smithi139.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 386 kB/s | 20 kB 00:00 2024-09-16T09:10:26.655 INFO:teuthology.orchestra.run.smithi139.stdout:(28/37): python3-jaraco-functools-3.5.0-2.el9.n 181 kB/s | 19 kB 00:00 2024-09-16T09:10:26.680 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-16T09:10:26.680 INFO:teuthology.orchestra.run.smithi139.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 627 kB/s | 46 kB 00:00 2024-09-16T09:10:26.697 INFO:teuthology.orchestra.run.smithi139.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.2 MB/s | 79 kB 00:00 2024-09-16T09:10:26.722 INFO:teuthology.orchestra.run.smithi139.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 394 kB/s | 16 kB 00:00 2024-09-16T09:10:26.747 INFO:teuthology.orchestra.run.smithi139.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-16T09:10:26.768 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-16T09:10:26.773 INFO:teuthology.orchestra.run.smithi139.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-09-16T09:10:26.798 INFO:teuthology.orchestra.run.smithi139.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-09-16T09:10:26.821 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-16T09:10:26.823 INFO:teuthology.orchestra.run.smithi139.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-16T09:10:26.857 INFO:teuthology.orchestra.run.smithi139.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 340 kB/s | 20 kB 00:00 2024-09-16T09:10:26.860 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-16T09:10:26.890 INFO:teuthology.orchestra.run.smithi139.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-09-16T09:10:26.895 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:26.895 INFO:teuthology.orchestra.run.smithi139.stdout:Total 7.9 MB/s | 31 MB 00:03 2024-09-16T09:10:26.906 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 33/35 2024-09-16T09:10:26.917 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-16T09:10:26.931 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 33/35 2024-09-16T09:10:26.931 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:26.931 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-16T09:10:26.931 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T09:10:26.931 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T09:10:26.932 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:26.933 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T09:10:26.973 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-16T09:10:27.025 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T09:10:27.025 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T09:10:27.046 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:10:27.087 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:10:27.087 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:10:27.169 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-16T09:10:27.213 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-16T09:10:27.292 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-16T09:10:27.398 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-16T09:10:27.444 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-16T09:10:27.530 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:10:27.530 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:10:27.584 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-16T09:10:27.744 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4917.g8293d73f.el9. 32/37 2024-09-16T09:10:27.774 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 33/37 2024-09-16T09:10:27.800 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 33/37 2024-09-16T09:10:27.800 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:27.800 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-16T09:10:27.800 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T09:10:27.800 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T09:10:27.800 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:28.199 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T09:10:28.199 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 1/35 2024-09-16T09:10:28.199 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 2/35 2024-09-16T09:10:28.199 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 3/35 2024-09-16T09:10:28.199 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 4/35 2024-09-16T09:10:28.199 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 5/35 2024-09-16T09:10:28.199 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_6 6/35 2024-09-16T09:10:28.199 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 7/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4917.g8293d73f.el9. 8/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-common-2:19.3.0-4917.g8293d73f.el9.x8 9/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 10/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 11/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 12/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 13/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-16T09:10:28.200 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T09:10:28.201 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-16T09:10:28.201 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-16T09:10:28.201 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-16T09:10:28.201 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-16T09:10:28.201 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-16T09:10:28.201 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-16T09:10:28.201 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-16T09:10:28.202 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-16T09:10:28.202 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-16T09:10:28.202 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-16T09:10:28.202 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-16T09:10:28.202 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 32/35 2024-09-16T09:10:28.202 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-16T09:10:28.203 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 34/35 2024-09-16T09:10:28.827 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:10:28.885 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-16T09:10:28.909 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-16T09:10:28.937 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-16T09:10:29.009 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-16T09:10:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T09:10:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:29.023 INFO:teuthology.orchestra.run.smithi098.stdout:Upgraded: 2024-09-16T09:10:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.024 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:10:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-16T09:10:29.025 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.025 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.025 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.026 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.026 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-16T09:10:29.026 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-16T09:10:29.026 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-16T09:10:29.026 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.026 INFO:teuthology.orchestra.run.smithi098.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-16T09:10:29.026 INFO:teuthology.orchestra.run.smithi098.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-16T09:10:29.026 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-16T09:10:29.027 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-16T09:10:29.027 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.027 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-16T09:10:29.027 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.027 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-16T09:10:29.027 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-16T09:10:29.027 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-16T09:10:29.027 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.028 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.028 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.028 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-16T09:10:29.028 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.028 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.028 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:29.028 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-16T09:10:29.028 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-16T09:10:29.029 INFO:teuthology.orchestra.run.smithi098.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-16T09:10:29.029 INFO:teuthology.orchestra.run.smithi098.stdout: re2-1:20211101-20.el9.x86_64 2024-09-16T09:10:29.029 INFO:teuthology.orchestra.run.smithi098.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-16T09:10:29.029 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:29.029 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:10:29.053 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-16T09:10:29.085 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-16T09:10:29.176 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-16T09:10:29.254 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-16T09:10:29.266 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 34/37 2024-09-16T09:10:29.294 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 34/37 2024-09-16T09:10:29.294 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:29.294 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-16T09:10:29.294 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T09:10:29.294 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T09:10:29.294 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:29.295 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-16T09:10:29.331 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-16T09:10:29.361 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-16T09:10:29.389 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-test 2024-09-16T09:10:29.395 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-16T09:10:29.429 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-16T09:10:29.469 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-16T09:10:29.504 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-16T09:10:29.539 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-16T09:10:29.586 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-16T09:10:29.619 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-16T09:10:29.691 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-16T09:10:29.742 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 35/37 2024-09-16T09:10:29.766 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 35/37 2024-09-16T09:10:29.766 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:29.766 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-16T09:10:29.766 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T09:10:29.766 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T09:10:29.767 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:29.832 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-16T09:10:29.909 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-16T09:10:29.949 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:27 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:10:29.963 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-16T09:10:29.992 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 36/37 2024-09-16T09:10:30.001 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-16T09:10:30.017 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 36/37 2024-09-16T09:10:30.017 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:30.017 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-16T09:10:30.017 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T09:10:30.018 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T09:10:30.018 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:30.050 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-16T09:10:30.082 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 37/37 2024-09-16T09:10:30.082 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:10:30.083 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:30.083 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:10:30.083 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:30.083 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:10:30.083 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 50 M 2024-09-16T09:10:30.083 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-09-16T09:10:30.084 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 161 k 2024-09-16T09:10:30.084 INFO:teuthology.orchestra.run.smithi098.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-16T09:10:30.084 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-16T09:10:30.084 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:30.084 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:10:30.084 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:30.084 INFO:teuthology.orchestra.run.smithi098.stdout:Install 4 Packages 2024-09-16T09:10:30.084 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:30.085 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 51 M 2024-09-16T09:10:30.085 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 217 M 2024-09-16T09:10:30.086 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:10:30.130 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-16T09:10:30.314 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-16T09:10:30.372 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-16T09:10:30.391 INFO:teuthology.orchestra.run.smithi098.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.6 MB/s | 304 kB 00:00 2024-09-16T09:10:30.425 INFO:teuthology.orchestra.run.smithi098.stdout:(2/4): libcephsqlite-19.3.0-4917.g8293d73f.el9. 741 kB/s | 161 kB 00:00 2024-09-16T09:10:30.442 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-16T09:10:30.458 INFO:teuthology.orchestra.run.smithi098.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 953 kB/s | 64 kB 00:00 2024-09-16T09:10:30.530 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-16T09:10:30.571 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-16T09:10:30.699 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-16T09:10:30.868 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4917.g8293d73f.el9. 32/37 2024-09-16T09:10:30.898 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 33/37 2024-09-16T09:10:30.925 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 33/37 2024-09-16T09:10:30.926 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:30.926 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-16T09:10:30.926 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T09:10:30.926 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T09:10:30.926 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:31.783 INFO:teuthology.orchestra.run.smithi098.stdout:(4/4): ceph-test-19.3.0-4917.g8293d73f.el9.x86_ 32 MB/s | 50 MB 00:01 2024-09-16T09:10:31.786 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:31.786 INFO:teuthology.orchestra.run.smithi098.stdout:Total 30 MB/s | 51 MB 00:01 2024-09-16T09:10:31.814 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 37/37 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 1/37 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 2/37 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 3/37 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 4/37 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 5/37 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4917.g8293d73f.el9. 6/37 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-16T09:10:31.832 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-16T09:10:31.833 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-16T09:10:31.834 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-16T09:10:31.835 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:10:31.835 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:10:32.226 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:10:32.226 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:10:32.393 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 34/37 2024-09-16T09:10:32.420 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 34/37 2024-09-16T09:10:32.420 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:32.421 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-16T09:10:32.421 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T09:10:32.421 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T09:10:32.421 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:32.816 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:10:32.861 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-16T09:10:32.861 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:32.861 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:10:32.861 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:32.861 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:32.861 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:32.861 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-modules-core-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: lua-5.4.4-4.el9.x86_64 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-16T09:10:32.862 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ply-3.11-14.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-16T09:10:32.863 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-16T09:10:32.864 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-16T09:10:32.864 INFO:teuthology.orchestra.run.smithi083.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-16T09:10:32.864 INFO:teuthology.orchestra.run.smithi083.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-16T09:10:32.864 INFO:teuthology.orchestra.run.smithi083.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-16T09:10:32.864 INFO:teuthology.orchestra.run.smithi083.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-16T09:10:32.864 INFO:teuthology.orchestra.run.smithi083.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-16T09:10:32.864 INFO:teuthology.orchestra.run.smithi083.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-16T09:10:32.864 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:32.864 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:10:32.868 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 35/37 2024-09-16T09:10:32.892 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 35/37 2024-09-16T09:10:32.892 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:32.892 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-16T09:10:32.892 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T09:10:32.892 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T09:10:32.893 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:32.910 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-16T09:10:32.966 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-16T09:10:33.002 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 3/4 2024-09-16T09:10:33.127 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 36/37 2024-09-16T09:10:33.150 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 36/37 2024-09-16T09:10:33.150 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:33.150 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-16T09:10:33.150 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T09:10:33.151 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T09:10:33.151 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:33.216 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 37/37 2024-09-16T09:10:33.254 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-base 2024-09-16T09:10:33.823 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:53 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:10:33.912 INFO:teuthology.orchestra.run.smithi083.stdout:Package ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:10:33.954 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:10:33.955 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-09-16T09:10:33.955 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:10:34.025 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install cephadm 2024-09-16T09:10:34.590 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:54 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:10:34.724 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout: cephadm noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 784 k 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 784 k 2024-09-16T09:10:34.725 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 791 k 2024-09-16T09:10:34.726 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:10:35.009 INFO:teuthology.orchestra.run.smithi083.stdout:cephadm-19.3.0-4917.g8293d73f.el9.noarch.rpm 2.7 MB/s | 784 kB 00:00 2024-09-16T09:10:35.009 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:35.010 INFO:teuthology.orchestra.run.smithi083.stdout:Total 2.7 MB/s | 784 kB 00:00 2024-09-16T09:10:35.010 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:10:35.015 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:10:35.015 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:10:35.021 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:10:35.021 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:10:35.031 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 37/37 2024-09-16T09:10:35.031 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 1/37 2024-09-16T09:10:35.031 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 2/37 2024-09-16T09:10:35.031 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 3/37 2024-09-16T09:10:35.031 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 4/37 2024-09-16T09:10:35.031 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 5/37 2024-09-16T09:10:35.031 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4917.g8293d73f.el9. 6/37 2024-09-16T09:10:35.031 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-16T09:10:35.032 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-16T09:10:35.033 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-16T09:10:35.033 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-16T09:10:35.033 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-16T09:10:35.033 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-16T09:10:35.033 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-16T09:10:35.033 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-16T09:10:35.033 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-16T09:10:35.033 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-16T09:10:35.034 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-16T09:10:35.034 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-16T09:10:35.034 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-16T09:10:35.034 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-16T09:10:35.034 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-16T09:10:35.034 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-16T09:10:35.035 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-16T09:10:35.035 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-16T09:10:35.090 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:10:35.587 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:35.679 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-modules-core-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout: lua-5.4.4-4.el9.x86_64 2024-09-16T09:10:36.014 INFO:teuthology.orchestra.run.smithi139.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-16T09:10:36.015 INFO:teuthology.orchestra.run.smithi139.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ply-3.11-14.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-16T09:10:36.016 INFO:teuthology.orchestra.run.smithi139.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-16T09:10:36.017 INFO:teuthology.orchestra.run.smithi139.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-16T09:10:36.017 INFO:teuthology.orchestra.run.smithi139.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-16T09:10:36.017 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:36.017 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:10:36.040 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:36.294 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:36.294 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:36.295 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:10:36.295 INFO:teuthology.orchestra.run.smithi083.stdout: cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:36.295 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:36.295 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:10:36.381 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-base 2024-09-16T09:10:36.505 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-immutable-object-cache 2024-09-16T09:10:36.962 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:53 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:10:37.052 INFO:teuthology.orchestra.run.smithi139.stdout:Package ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:10:37.079 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:57 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:10:37.095 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:10:37.096 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-09-16T09:10:37.096 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:10:37.162 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install cephadm 2024-09-16T09:10:37.213 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:10:37.214 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:37.214 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2024-09-16T09:10:37.214 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:37.214 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:10:37.214 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 145 k 2024-09-16T09:10:37.214 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:37.214 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:10:37.214 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:37.215 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-09-16T09:10:37.215 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:37.215 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 145 k 2024-09-16T09:10:37.215 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 432 k 2024-09-16T09:10:37.215 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:10:37.408 INFO:teuthology.orchestra.run.smithi083.stdout:ceph-immutable-object-cache-19.3.0-4917.g8293d7 755 kB/s | 145 kB 00:00 2024-09-16T09:10:37.408 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:37.408 INFO:teuthology.orchestra.run.smithi083.stdout:Total 749 kB/s | 145 kB 00:00 2024-09-16T09:10:37.409 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:10:37.416 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:10:37.416 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:10:37.473 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:10:37.473 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:10:37.630 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:10:37.719 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:54 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:10:37.725 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f. 1/1 2024-09-16T09:10:37.750 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f. 1/1 2024-09-16T09:10:37.751 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:37.751 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-16T09:10:37.751 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:37.775 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 3/4 2024-09-16T09:10:37.852 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout: cephadm noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 784 k 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 784 k 2024-09-16T09:10:37.853 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 791 k 2024-09-16T09:10:37.854 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:10:37.859 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 4/4 2024-09-16T09:10:38.126 INFO:teuthology.orchestra.run.smithi139.stdout:cephadm-19.3.0-4917.g8293d73f.el9.noarch.rpm 2.8 MB/s | 784 kB 00:00 2024-09-16T09:10:38.126 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:38.127 INFO:teuthology.orchestra.run.smithi139.stdout:Total 2.8 MB/s | 784 kB 00:00 2024-09-16T09:10:38.127 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:10:38.132 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:10:38.132 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:10:38.138 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:10:38.138 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:10:38.213 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:10:38.645 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:38.681 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f. 1/1 2024-09-16T09:10:38.681 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:38.681 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:10:38.681 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:38.681 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:38.681 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:10:38.737 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:38.915 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr 2024-09-16T09:10:39.108 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:39.358 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:39.358 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:39.358 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:10:39.358 INFO:teuthology.orchestra.run.smithi139.stdout: cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:39.358 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:39.358 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:10:39.481 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:59 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:10:39.563 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-immutable-object-cache 2024-09-16T09:10:39.574 INFO:teuthology.orchestra.run.smithi083.stdout:Package ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:10:39.616 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:10:39.617 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-09-16T09:10:39.617 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:10:39.683 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-dashboard 2024-09-16T09:10:40.147 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:57 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:10:40.245 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:00 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:10:40.280 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 145 k 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 145 k 2024-09-16T09:10:40.281 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 432 k 2024-09-16T09:10:40.282 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:10:40.361 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 4/4 2024-09-16T09:10:40.362 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 1/4 2024-09-16T09:10:40.362 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 2/4 2024-09-16T09:10:40.362 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-16T09:10:40.376 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:10:40.377 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:40.377 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:10:40.377 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:40.377 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:10:40.377 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 14 M 2024-09-16T09:10:40.377 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-09-16T09:10:40.377 INFO:teuthology.orchestra.run.smithi083.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-16T09:10:40.377 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 34 k 2024-09-16T09:10:40.377 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 16 k 2024-09-16T09:10:40.377 INFO:teuthology.orchestra.run.smithi083.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout:Install 12 Packages 2024-09-16T09:10:40.378 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:40.379 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 19 M 2024-09-16T09:10:40.379 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 159 M 2024-09-16T09:10:40.379 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:10:40.489 INFO:teuthology.orchestra.run.smithi139.stdout:ceph-immutable-object-cache-19.3.0-4917.g8293d7 701 kB/s | 145 kB 00:00 2024-09-16T09:10:40.489 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:40.490 INFO:teuthology.orchestra.run.smithi139.stdout:Total 697 kB/s | 145 kB 00:00 2024-09-16T09:10:40.490 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:10:40.497 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:10:40.497 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:10:40.554 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:10:40.554 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:10:40.681 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-16T09:10:40.681 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:40.682 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:10:40.682 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:40.682 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:40.682 INFO:teuthology.orchestra.run.smithi098.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-16T09:10:40.682 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-16T09:10:40.682 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:40.682 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:10:40.706 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:10:40.765 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f. 1/1 2024-09-16T09:10:40.789 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f. 1/1 2024-09-16T09:10:40.789 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:40.789 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-16T09:10:40.789 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:40.984 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph 2024-09-16T09:10:41.121 INFO:teuthology.orchestra.run.smithi083.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4917.g82 223 kB/s | 34 kB 00:00 2024-09-16T09:10:41.146 INFO:teuthology.orchestra.run.smithi083.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4917.g829 92 kB/s | 16 kB 00:00 2024-09-16T09:10:41.288 INFO:teuthology.orchestra.run.smithi083.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 269 kB 00:00 2024-09-16T09:10:41.338 INFO:teuthology.orchestra.run.smithi083.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.7 MB/s | 1.0 MB 00:00 2024-09-16T09:10:41.405 INFO:teuthology.orchestra.run.smithi083.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.0 MB/s | 548 kB 00:00 2024-09-16T09:10:41.430 INFO:teuthology.orchestra.run.smithi083.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 779 kB/s | 19 kB 00:00 2024-09-16T09:10:41.473 INFO:teuthology.orchestra.run.smithi083.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.6 MB/s | 863 kB 00:00 2024-09-16T09:10:41.531 INFO:teuthology.orchestra.run.smithi083.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.4 MB/s | 144 kB 00:00 2024-09-16T09:10:41.576 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:39 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:10:41.681 INFO:teuthology.orchestra.run.smithi083.stdout:(9/12): ceph-mgr-dashboard-19.3.0-4917.g8293d73 20 MB/s | 14 MB 00:00 2024-09-16T09:10:41.706 INFO:teuthology.orchestra.run.smithi083.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 175 kB/s | 31 kB 00:00 2024-09-16T09:10:41.719 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:10:41.722 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:41.722 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:10:41.722 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:41.722 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:10:41.722 INFO:teuthology.orchestra.run.smithi098.stdout: ceph x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 6.6 k 2024-09-16T09:10:41.722 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-09-16T09:10:41.722 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 2.4 M 2024-09-16T09:10:41.722 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 1.5 M 2024-09-16T09:10:41.722 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 291 k 2024-09-16T09:10:41.722 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 4.8 M 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 17 M 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-16T09:10:41.723 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-16T09:10:41.724 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout:Install 37 Packages 2024-09-16T09:10:41.725 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:41.726 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 31 M 2024-09-16T09:10:41.726 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 109 M 2024-09-16T09:10:41.726 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:10:41.757 INFO:teuthology.orchestra.run.smithi083.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.2 MB/s | 2.0 MB 00:00 2024-09-16T09:10:41.807 INFO:teuthology.orchestra.run.smithi083.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.5 MB/s | 188 kB 00:00 2024-09-16T09:10:41.810 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:41.811 INFO:teuthology.orchestra.run.smithi083.stdout:Total 13 MB/s | 19 MB 00:01 2024-09-16T09:10:41.825 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f. 1/1 2024-09-16T09:10:41.825 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:41.825 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:10:41.825 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:41.825 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:41.825 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:10:41.859 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:10:41.877 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:10:41.877 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:10:42.051 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr 2024-09-16T09:10:42.175 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:10:42.514 INFO:teuthology.orchestra.run.smithi098.stdout:(1/37): ceph-19.3.0-4917.g8293d73f.el9.x86_64.r 54 kB/s | 6.6 kB 00:00 2024-09-16T09:10:42.515 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:10:42.631 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:59 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:10:42.717 INFO:teuthology.orchestra.run.smithi098.stdout:(2/37): ceph-mgr-19.3.0-4917.g8293d73f.el9.x86_ 4.5 MB/s | 1.5 MB 00:00 2024-09-16T09:10:42.723 INFO:teuthology.orchestra.run.smithi139.stdout:Package ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:10:42.766 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:10:42.767 INFO:teuthology.orchestra.run.smithi098.stdout:(3/37): ceph-mds-19.3.0-4917.g8293d73f.el9.x86_ 6.1 MB/s | 2.4 MB 00:00 2024-09-16T09:10:42.767 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-09-16T09:10:42.767 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:10:42.769 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:10:42.825 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-dashboard 2024-09-16T09:10:42.849 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-16T09:10:42.884 INFO:teuthology.orchestra.run.smithi098.stdout:(4/37): ceph-mon-19.3.0-4917.g8293d73f.el9.x86_ 12 MB/s | 4.8 MB 00:00 2024-09-16T09:10:42.892 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-16T09:10:42.909 INFO:teuthology.orchestra.run.smithi098.stdout:(5/37): ceph-mgr-modules-core-19.3.0-4917.g8293 2.0 MB/s | 291 kB 00:00 2024-09-16T09:10:42.939 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-16T09:10:42.978 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-16T09:10:43.073 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-16T09:10:43.101 INFO:teuthology.orchestra.run.smithi098.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-16T09:10:43.203 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-16T09:10:43.297 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-16T09:10:43.310 INFO:teuthology.orchestra.run.smithi098.stdout:(7/37): ceph-osd-19.3.0-4917.g8293d73f.el9.x86_ 29 MB/s | 17 MB 00:00 2024-09-16T09:10:43.335 INFO:teuthology.orchestra.run.smithi098.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 456 kB/s | 106 kB 00:00 2024-09-16T09:10:43.349 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-16T09:10:43.377 INFO:teuthology.orchestra.run.smithi098.stdout:(9/37): python3-cryptography-36.0.1-4.el9.x86_6 2.6 MB/s | 1.2 MB 00:00 2024-09-16T09:10:43.378 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-16T09:10:43.391 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:00 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:10:43.402 INFO:teuthology.orchestra.run.smithi098.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-09-16T09:10:43.419 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4917.g8293d73f.el9 10/12 2024-09-16T09:10:43.436 INFO:teuthology.orchestra.run.smithi098.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-16T09:10:43.527 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:10:43.528 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:43.528 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:10:43.528 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:43.528 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:10:43.528 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 14 M 2024-09-16T09:10:43.528 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-09-16T09:10:43.528 INFO:teuthology.orchestra.run.smithi139.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 34 k 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 16 k 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:10:43.529 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:10:43.530 INFO:teuthology.orchestra.run.smithi139.stdout:Install 12 Packages 2024-09-16T09:10:43.530 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:43.530 INFO:teuthology.orchestra.run.smithi098.stdout:(12/37): python3-pycparser-2.20-6.el9.noarch.rp 620 kB/s | 135 kB 00:00 2024-09-16T09:10:43.531 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 19 M 2024-09-16T09:10:43.531 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 159 M 2024-09-16T09:10:43.531 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:10:43.637 INFO:teuthology.orchestra.run.smithi098.stdout:(13/37): python3-mako-1.1.4-6.el9.noarch.rpm 858 kB/s | 172 kB 00:00 2024-09-16T09:10:43.662 INFO:teuthology.orchestra.run.smithi098.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 726 kB/s | 188 kB 00:00 2024-09-16T09:10:43.687 INFO:teuthology.orchestra.run.smithi098.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 219 kB/s | 35 kB 00:00 2024-09-16T09:10:43.713 INFO:teuthology.orchestra.run.smithi098.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-09-16T09:10:43.738 INFO:teuthology.orchestra.run.smithi098.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 676 kB/s | 51 kB 00:00 2024-09-16T09:10:43.772 INFO:teuthology.orchestra.run.smithi098.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 496 kB/s | 42 kB 00:00 2024-09-16T09:10:43.814 INFO:teuthology.orchestra.run.smithi098.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.0 MB/s | 151 kB 00:00 2024-09-16T09:10:43.839 INFO:teuthology.orchestra.run.smithi098.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2024-09-16T09:10:43.864 INFO:teuthology.orchestra.run.smithi098.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 481 kB/s | 43 kB 00:00 2024-09-16T09:10:43.898 INFO:teuthology.orchestra.run.smithi098.stdout:(22/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-09-16T09:10:43.923 INFO:teuthology.orchestra.run.smithi098.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 208 kB/s | 11 kB 00:00 2024-09-16T09:10:43.948 INFO:teuthology.orchestra.run.smithi098.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 365 kB/s | 18 kB 00:00 2024-09-16T09:10:43.974 INFO:teuthology.orchestra.run.smithi098.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-16T09:10:43.999 INFO:teuthology.orchestra.run.smithi098.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-09-16T09:10:44.024 INFO:teuthology.orchestra.run.smithi098.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-09-16T09:10:44.049 INFO:teuthology.orchestra.run.smithi098.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-09-16T09:10:44.075 INFO:teuthology.orchestra.run.smithi098.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-16T09:10:44.109 INFO:teuthology.orchestra.run.smithi098.stdout:(30/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-16T09:10:44.134 INFO:teuthology.orchestra.run.smithi098.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 280 kB/s | 16 kB 00:00 2024-09-16T09:10:44.159 INFO:teuthology.orchestra.run.smithi098.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-16T09:10:44.184 INFO:teuthology.orchestra.run.smithi098.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 712 kB/s | 36 kB 00:00 2024-09-16T09:10:44.210 INFO:teuthology.orchestra.run.smithi098.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-16T09:10:44.225 INFO:teuthology.orchestra.run.smithi139.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4917.g82 217 kB/s | 34 kB 00:00 2024-09-16T09:10:44.235 INFO:teuthology.orchestra.run.smithi098.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 802 kB/s | 20 kB 00:00 2024-09-16T09:10:44.251 INFO:teuthology.orchestra.run.smithi139.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4917.g829 90 kB/s | 16 kB 00:00 2024-09-16T09:10:44.260 INFO:teuthology.orchestra.run.smithi098.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-16T09:10:44.294 INFO:teuthology.orchestra.run.smithi098.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-16T09:10:44.297 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:44.297 INFO:teuthology.orchestra.run.smithi098.stdout:Total 12 MB/s | 31 MB 00:02 2024-09-16T09:10:44.376 INFO:teuthology.orchestra.run.smithi139.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 269 kB 00:00 2024-09-16T09:10:44.426 INFO:teuthology.orchestra.run.smithi139.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.0 MB/s | 1.0 MB 00:00 2024-09-16T09:10:44.447 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:10:44.486 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:10:44.486 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:10:44.493 INFO:teuthology.orchestra.run.smithi139.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.0 MB/s | 548 kB 00:00 2024-09-16T09:10:44.518 INFO:teuthology.orchestra.run.smithi139.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 780 kB/s | 19 kB 00:00 2024-09-16T09:10:44.601 INFO:teuthology.orchestra.run.smithi139.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.7 MB/s | 863 kB 00:00 2024-09-16T09:10:44.644 INFO:teuthology.orchestra.run.smithi139.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 16 MB/s | 2.0 MB 00:00 2024-09-16T09:10:44.677 INFO:teuthology.orchestra.run.smithi139.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-16T09:10:44.711 INFO:teuthology.orchestra.run.smithi139.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.8 MB/s | 188 kB 00:00 2024-09-16T09:10:44.736 INFO:teuthology.orchestra.run.smithi139.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.1 MB/s | 144 kB 00:00 2024-09-16T09:10:44.870 INFO:teuthology.orchestra.run.smithi139.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4917.g8293d7 18 MB/s | 14 MB 00:00 2024-09-16T09:10:44.873 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:44.874 INFO:teuthology.orchestra.run.smithi139.stdout:Total 14 MB/s | 19 MB 00:01 2024-09-16T09:10:44.923 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:10:44.943 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:10:44.943 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:10:44.949 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:10:44.949 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:10:45.218 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:10:45.218 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:10:45.814 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:10:45.911 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-16T09:10:45.947 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-16T09:10:45.993 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-16T09:10:46.024 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-16T09:10:46.115 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-16T09:10:46.224 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:10:46.240 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-16T09:10:46.288 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-16T09:10:46.321 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-16T09:10:46.335 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-16T09:10:46.349 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-16T09:10:46.386 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-16T09:10:46.415 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-16T09:10:46.421 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-16T09:10:46.447 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4917.g8293d73f.el9 10/12 2024-09-16T09:10:46.465 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-16T09:10:46.498 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-16T09:10:46.581 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4917.g8293d73f.el 11/12 2024-09-16T09:10:46.590 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-16T09:10:46.641 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noa 12/12 2024-09-16T09:10:46.685 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-16T09:10:46.734 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-16T09:10:46.769 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-16T09:10:46.799 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-16T09:10:46.833 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-16T09:10:46.867 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-16T09:10:46.908 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-16T09:10:46.965 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-16T09:10:46.994 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-16T09:10:47.043 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-16T09:10:47.082 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-16T09:10:47.165 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-16T09:10:47.313 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-16T09:10:47.391 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-16T09:10:47.444 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-16T09:10:47.491 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-16T09:10:47.549 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-16T09:10:47.612 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-16T09:10:47.808 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-16T09:10:47.862 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-16T09:10:47.941 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-16T09:10:48.030 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-16T09:10:48.087 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-16T09:10:48.217 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-16T09:10:48.376 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4917.g8293d73f.el9. 32/37 2024-09-16T09:10:48.405 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 33/37 2024-09-16T09:10:48.432 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 33/37 2024-09-16T09:10:48.432 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:48.433 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-16T09:10:48.433 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T09:10:48.433 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T09:10:48.433 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:48.528 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noa 12/12 2024-09-16T09:10:48.528 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4917.g8293d73f.el 1/12 2024-09-16T09:10:48.528 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noa 2/12 2024-09-16T09:10:48.528 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4917.g8293d73f.el9 3/12 2024-09-16T09:10:48.528 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-16T09:10:48.528 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-16T09:10:48.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-16T09:10:48.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-16T09:10:48.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-16T09:10:48.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-16T09:10:48.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-16T09:10:48.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-16T09:10:48.846 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-16T09:10:48.846 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:48.846 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:10:48.846 INFO:teuthology.orchestra.run.smithi083.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-16T09:10:48.846 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-grafana-dashboards-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:48.846 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:48.847 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-prometheus-alerts-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:48.847 INFO:teuthology.orchestra.run.smithi083.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-16T09:10:48.847 INFO:teuthology.orchestra.run.smithi083.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-16T09:10:48.847 INFO:teuthology.orchestra.run.smithi083.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-16T09:10:48.847 INFO:teuthology.orchestra.run.smithi083.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-16T09:10:48.847 INFO:teuthology.orchestra.run.smithi083.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-16T09:10:48.847 INFO:teuthology.orchestra.run.smithi083.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-16T09:10:48.847 INFO:teuthology.orchestra.run.smithi083.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-16T09:10:48.848 INFO:teuthology.orchestra.run.smithi083.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-16T09:10:48.848 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:48.848 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:10:49.107 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-16T09:10:49.613 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4917.g8293d73f.el 11/12 2024-09-16T09:10:49.676 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noa 12/12 2024-09-16T09:10:49.685 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:09 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:10:49.827 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:10:49.828 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================= 2024-09-16T09:10:49.828 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:10:49.828 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================= 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 7.4 M 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-16T09:10:49.829 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-16T09:10:49.830 INFO:teuthology.orchestra.run.smithi083.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-16T09:10:49.830 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:49.830 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:10:49.830 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================= 2024-09-16T09:10:49.830 INFO:teuthology.orchestra.run.smithi083.stdout:Install 12 Packages 2024-09-16T09:10:49.830 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:10:49.830 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 38 M 2024-09-16T09:10:49.831 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 212 M 2024-09-16T09:10:49.831 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:10:49.890 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 34/37 2024-09-16T09:10:49.917 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 34/37 2024-09-16T09:10:49.917 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:49.917 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-16T09:10:49.917 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T09:10:49.917 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T09:10:49.917 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:50.291 INFO:teuthology.orchestra.run.smithi083.stdout:(1/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.2 MB/s | 801 kB 00:00 2024-09-16T09:10:50.365 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 35/37 2024-09-16T09:10:50.389 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 35/37 2024-09-16T09:10:50.389 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:50.389 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-16T09:10:50.389 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T09:10:50.389 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T09:10:50.390 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:50.416 INFO:teuthology.orchestra.run.smithi083.stdout:(2/12): ceph-mgr-diskprediction-local-19.3.0-49 15 MB/s | 7.4 MB 00:00 2024-09-16T09:10:50.483 INFO:teuthology.orchestra.run.smithi083.stdout:(3/12): libquadmath-11.5.0-2.el9.x86_64.rpm 348 kB/s | 191 kB 00:00 2024-09-16T09:10:50.625 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 36/37 2024-09-16T09:10:50.625 INFO:teuthology.orchestra.run.smithi083.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 98 kB/s | 33 kB 00:00 2024-09-16T09:10:50.648 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 36/37 2024-09-16T09:10:50.648 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:50.648 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-16T09:10:50.648 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T09:10:50.649 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T09:10:50.649 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:50.713 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 37/37 2024-09-16T09:10:50.775 INFO:teuthology.orchestra.run.smithi083.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 62 kB/s | 18 kB 00:00 2024-09-16T09:10:50.825 INFO:teuthology.orchestra.run.smithi083.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 192 kB/s | 38 kB 00:00 2024-09-16T09:10:51.117 INFO:teuthology.orchestra.run.smithi083.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 839 kB/s | 245 kB 00:00 2024-09-16T09:10:51.330 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noa 12/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4917.g8293d73f.el 1/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noa 2/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4917.g8293d73f.el9 3/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-16T09:10:51.331 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-16T09:10:51.526 INFO:teuthology.orchestra.run.smithi083.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.7 MB/s | 3.0 MB 00:01 2024-09-16T09:10:51.651 INFO:teuthology.orchestra.run.smithi083.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.0 MB/s | 250 kB 00:00 2024-09-16T09:10:51.656 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-16T09:10:51.656 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:51.656 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:10:51.656 INFO:teuthology.orchestra.run.smithi139.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-16T09:10:51.656 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-grafana-dashboards-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-prometheus-alerts-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:51.657 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:10:51.860 INFO:teuthology.orchestra.run.smithi083.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 6.9 MB/s | 5.1 MB 00:00 2024-09-16T09:10:51.894 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-16T09:10:51.935 INFO:teuthology.orchestra.run.smithi083.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 4.3 MB/s | 4.9 MB 00:01 2024-09-16T09:10:52.459 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 37/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 1/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 2/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 3/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 4/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 5/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4917.g8293d73f.el9. 6/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-16T09:10:52.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-16T09:10:52.461 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-16T09:10:52.463 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-16T09:10:52.463 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-16T09:10:52.463 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-16T09:10:52.463 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-16T09:10:52.463 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-16T09:10:52.463 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-16T09:10:52.463 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-16T09:10:52.463 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-16T09:10:52.463 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-16T09:10:52.463 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-16T09:10:52.464 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-16T09:10:52.478 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:09 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:10:52.620 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:10:52.621 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================= 2024-09-16T09:10:52.621 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:10:52.621 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================= 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 7.4 M 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-16T09:10:52.622 INFO:teuthology.orchestra.run.smithi139.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-16T09:10:52.623 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:52.623 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:10:52.623 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================= 2024-09-16T09:10:52.623 INFO:teuthology.orchestra.run.smithi139.stdout:Install 12 Packages 2024-09-16T09:10:52.623 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:10:52.623 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 38 M 2024-09-16T09:10:52.623 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 212 M 2024-09-16T09:10:52.624 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:10:52.925 INFO:teuthology.orchestra.run.smithi139.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.6 MB/s | 191 kB 00:00 2024-09-16T09:10:52.950 INFO:teuthology.orchestra.run.smithi139.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 5.4 MB/s | 801 kB 00:00 2024-09-16T09:10:53.242 INFO:teuthology.orchestra.run.smithi139.stdout:(3/12): ceph-mgr-diskprediction-local-19.3.0-49 17 MB/s | 7.4 MB 00:00 2024-09-16T09:10:53.509 INFO:teuthology.orchestra.run.smithi139.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 56 kB/s | 33 kB 00:00 2024-09-16T09:10:53.561 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-16T09:10:53.561 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:53.561 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: lua-5.4.4-4.el9.x86_64 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-16T09:10:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply-3.11-14.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-16T09:10:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:53.564 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:10:53.726 INFO:teuthology.orchestra.run.smithi139.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 38 kB/s | 18 kB 00:00 2024-09-16T09:10:53.938 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-base 2024-09-16T09:10:54.093 INFO:teuthology.orchestra.run.smithi139.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.6 MB/s | 3.0 MB 00:01 2024-09-16T09:10:54.118 INFO:teuthology.orchestra.run.smithi139.stdout:(7/12): openblas-0.3.26-2.el9.x86_64.rpm 63 kB/s | 38 kB 00:00 2024-09-16T09:10:54.503 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:52 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:10:54.593 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-base-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:10:54.635 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:10:54.636 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-09-16T09:10:54.636 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:10:54.713 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install cephadm 2024-09-16T09:10:54.836 INFO:teuthology.orchestra.run.smithi139.stdout:(8/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 4.5 MB/s | 4.9 MB 00:01 2024-09-16T09:10:54.928 INFO:teuthology.orchestra.run.smithi139.stdout:(9/12): python3-devel-3.9.19-8.el9.x86_64.rpm 294 kB/s | 245 kB 00:00 2024-09-16T09:10:55.275 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:53 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:10:55.303 INFO:teuthology.orchestra.run.smithi139.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.3 MB/s | 5.1 MB 00:01 2024-09-16T09:10:55.408 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 784 k 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 784 k 2024-09-16T09:10:55.409 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 791 k 2024-09-16T09:10:55.410 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:10:55.674 INFO:teuthology.orchestra.run.smithi098.stdout:cephadm-19.3.0-4917.g8293d73f.el9.noarch.rpm 2.9 MB/s | 784 kB 00:00 2024-09-16T09:10:55.675 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:55.675 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.9 MB/s | 784 kB 00:00 2024-09-16T09:10:55.675 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:10:55.680 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:10:55.680 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:10:55.686 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:10:55.687 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:10:55.703 INFO:teuthology.orchestra.run.smithi139.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 289 kB/s | 250 kB 00:00 2024-09-16T09:10:55.758 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:10:56.245 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:56.335 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:56.411 INFO:teuthology.orchestra.run.smithi139.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-16T09:10:56.413 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:56.413 INFO:teuthology.orchestra.run.smithi139.stdout:Total 10 MB/s | 38 MB 00:03 2024-09-16T09:10:56.716 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:56.769 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:10:56.796 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:10:56.796 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:10:56.947 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:10:56.947 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:56.947 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:10:56.947 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:10:56.947 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:56.947 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:10:57.162 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-immutable-object-cache 2024-09-16T09:10:57.226 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:10:57.226 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:10:57.733 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:55 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:10:57.871 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:10:57.872 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:57.872 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-09-16T09:10:57.872 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:57.872 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:10:57.872 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 145 k 2024-09-16T09:10:57.873 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:57.873 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:10:57.873 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:10:57.873 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-09-16T09:10:57.873 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:57.873 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 145 k 2024-09-16T09:10:57.873 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 432 k 2024-09-16T09:10:57.873 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:10:57.999 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:10:58.073 INFO:teuthology.orchestra.run.smithi098.stdout:ceph-immutable-object-cache-19.3.0-4917.g8293d7 727 kB/s | 145 kB 00:00 2024-09-16T09:10:58.073 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:10:58.074 INFO:teuthology.orchestra.run.smithi098.stdout:Total 722 kB/s | 145 kB 00:00 2024-09-16T09:10:58.074 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:10:58.080 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-16T09:10:58.081 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:10:58.081 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:10:58.130 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-16T09:10:58.139 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:10:58.139 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:10:58.226 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-16T09:10:58.269 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-16T09:10:58.289 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:10:58.357 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f. 1/1 2024-09-16T09:10:58.383 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f. 1/1 2024-09-16T09:10:58.383 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:10:58.383 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-16T09:10:58.383 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:58.453 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-16T09:10:58.485 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-16T09:10:58.552 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-16T09:10:59.226 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-16T09:10:59.282 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f. 1/1 2024-09-16T09:10:59.283 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:59.283 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:10:59.283 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:10:59.283 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:10:59.283 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:10:59.340 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-16T09:10:59.513 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr 2024-09-16T09:11:00.090 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:58 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:00.183 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-mgr-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:00.226 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:00.227 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-09-16T09:11:00.228 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:00.292 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-dashboard 2024-09-16T09:11:00.615 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T09:11:00.859 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:58 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:00.992 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:00.993 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:00.993 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:11:00.993 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:00.993 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:00.993 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 14 M 2024-09-16T09:11:00.993 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 34 k 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 16 k 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-16T09:11:00.994 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:00.995 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:00.995 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:00.995 INFO:teuthology.orchestra.run.smithi098.stdout:Install 12 Packages 2024-09-16T09:11:00.995 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:00.996 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 19 M 2024-09-16T09:11:00.996 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 159 M 2024-09-16T09:11:00.996 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:01.630 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-16T09:11:01.658 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d 12/12 2024-09-16T09:11:01.685 INFO:teuthology.orchestra.run.smithi098.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4917.g82 246 kB/s | 34 kB 00:00 2024-09-16T09:11:01.710 INFO:teuthology.orchestra.run.smithi098.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4917.g829 100 kB/s | 16 kB 00:00 2024-09-16T09:11:02.194 INFO:teuthology.orchestra.run.smithi098.stdout:(3/12): ceph-mgr-dashboard-19.3.0-4917.g8293d73 22 MB/s | 14 MB 00:00 2024-09-16T09:11:02.528 INFO:teuthology.orchestra.run.smithi098.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.5 MB/s | 863 kB 00:00 2024-09-16T09:11:02.595 INFO:teuthology.orchestra.run.smithi098.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.0 MB/s | 548 kB 00:00 2024-09-16T09:11:02.620 INFO:teuthology.orchestra.run.smithi098.stdout:(6/12): python3-protobuf-3.14.0-13.el9.noarch.r 296 kB/s | 269 kB 00:00 2024-09-16T09:11:02.645 INFO:teuthology.orchestra.run.smithi098.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 387 kB/s | 19 kB 00:00 2024-09-16T09:11:02.679 INFO:teuthology.orchestra.run.smithi098.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.4 MB/s | 144 kB 00:00 2024-09-16T09:11:02.704 INFO:teuthology.orchestra.run.smithi098.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.3 MB/s | 31 kB 00:00 2024-09-16T09:11:02.730 INFO:teuthology.orchestra.run.smithi098.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.4 MB/s | 188 kB 00:00 2024-09-16T09:11:02.788 INFO:teuthology.orchestra.run.smithi098.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 12 MB/s | 2.0 MB 00:00 2024-09-16T09:11:02.822 INFO:teuthology.orchestra.run.smithi098.stdout:(12/12): protobuf-3.14.0-13.el9.x86_64.rpm 909 kB/s | 1.0 MB 00:01 2024-09-16T09:11:02.827 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:02.827 INFO:teuthology.orchestra.run.smithi098.stdout:Total 11 MB/s | 19 MB 00:01 2024-09-16T09:11:02.876 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:02.895 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:02.895 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:03.171 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:03.172 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:03.764 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:03.848 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-16T09:11:03.891 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-16T09:11:03.938 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-16T09:11:03.977 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-16T09:11:04.066 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-16T09:11:04.114 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d 12/12 2024-09-16T09:11:04.114 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d 1/12 2024-09-16T09:11:04.114 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-16T09:11:04.114 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-16T09:11:04.114 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-16T09:11:04.115 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-16T09:11:04.115 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-16T09:11:04.115 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-16T09:11:04.115 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-16T09:11:04.115 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-16T09:11:04.115 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T09:11:04.115 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-16T09:11:04.203 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-16T09:11:04.297 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-16T09:11:04.340 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-16T09:11:04.369 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-16T09:11:04.401 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4917.g8293d73f.el9 10/12 2024-09-16T09:11:04.565 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-16T09:11:04.565 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:04.565 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:11:04.565 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:04.566 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:04.940 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-rook 2024-09-16T09:11:05.526 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:22 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:05.663 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:05.664 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:05.664 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:11:05.664 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:05.664 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:11:05.664 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-rook noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 49 k 2024-09-16T09:11:05.664 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-09-16T09:11:05.664 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-16T09:11:05.664 INFO:teuthology.orchestra.run.smithi139.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-16T09:11:05.664 INFO:teuthology.orchestra.run.smithi139.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout:Install 13 Packages 2024-09-16T09:11:05.665 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:05.666 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 2.2 M 2024-09-16T09:11:05.666 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 26 M 2024-09-16T09:11:05.666 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:11:05.982 INFO:teuthology.orchestra.run.smithi139.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 176 kB/s | 19 kB 00:00 2024-09-16T09:11:06.008 INFO:teuthology.orchestra.run.smithi139.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 191 kB/s | 26 kB 00:00 2024-09-16T09:11:06.033 INFO:teuthology.orchestra.run.smithi139.stdout:(3/13): ceph-mgr-rook-19.3.0-4917.g8293d73f.el9 309 kB/s | 49 kB 00:00 2024-09-16T09:11:06.125 INFO:teuthology.orchestra.run.smithi139.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-16T09:11:06.158 INFO:teuthology.orchestra.run.smithi139.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 222 kB 00:00 2024-09-16T09:11:06.184 INFO:teuthology.orchestra.run.smithi139.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 917 kB/s | 54 kB 00:00 2024-09-16T09:11:06.226 INFO:teuthology.orchestra.run.smithi139.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 480 kB/s | 32 kB 00:00 2024-09-16T09:11:06.253 INFO:teuthology.orchestra.run.smithi139.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.3 MB/s | 279 kB 00:00 2024-09-16T09:11:06.276 INFO:teuthology.orchestra.run.smithi139.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 153 kB/s | 14 kB 00:00 2024-09-16T09:11:06.310 INFO:teuthology.orchestra.run.smithi139.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.6 MB/s | 220 kB 00:00 2024-09-16T09:11:06.335 INFO:teuthology.orchestra.run.smithi139.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.2 MB/s | 59 kB 00:00 2024-09-16T09:11:06.360 INFO:teuthology.orchestra.run.smithi139.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-16T09:11:06.394 INFO:teuthology.orchestra.run.smithi139.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-09-16T09:11:06.396 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:06.397 INFO:teuthology.orchestra.run.smithi139.stdout:Total 3.0 MB/s | 2.2 MB 00:00 2024-09-16T09:11:06.458 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:11:06.474 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:11:06.474 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:11:06.564 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:11:06.564 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:11:07.075 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:11:07.250 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-16T09:11:07.311 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-16T09:11:07.374 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-16T09:11:07.412 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-16T09:11:07.462 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-16T09:11:07.564 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-16T09:11:07.579 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4917.g8293d73f.el 11/12 2024-09-16T09:11:07.631 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noa 12/12 2024-09-16T09:11:07.665 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-16T09:11:07.722 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-16T09:11:08.447 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-16T09:11:08.494 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-16T09:11:08.528 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-16T09:11:08.575 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-16T09:11:08.597 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 13/13 2024-09-16T09:11:09.338 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 13/13 2024-09-16T09:11:09.338 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 1/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-16T09:11:09.339 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-16T09:11:09.685 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-16T09:11:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:09.686 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:11:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-16T09:11:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-16T09:11:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-16T09:11:09.686 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-16T09:11:09.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-16T09:11:09.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-16T09:11:09.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-16T09:11:09.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-16T09:11:09.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-16T09:11:09.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-16T09:11:09.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-16T09:11:09.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-16T09:11:09.687 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:09.687 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:09.943 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-cephadm 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noa 12/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4917.g8293d73f.el 1/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noa 2/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4917.g8293d73f.el9 3/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-16T09:11:10.023 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-16T09:11:10.347 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-16T09:11:10.347 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:10.347 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:10.347 INFO:teuthology.orchestra.run.smithi098.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-16T09:11:10.347 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:10.347 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:10.348 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:10.509 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:27 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:10.609 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-16T09:11:10.617 INFO:teuthology.orchestra.run.smithi083.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 877 kB/s | 16 MB 00:18 2024-09-16T09:11:10.618 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:10.619 INFO:teuthology.orchestra.run.smithi083.stdout:Total 1.8 MB/s | 38 MB 00:20 2024-09-16T09:11:10.642 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:10.643 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:10.643 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:11:10.643 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 154 k 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:10.644 INFO:teuthology.orchestra.run.smithi139.stdout:Install 6 Packages 2024-09-16T09:11:10.645 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:10.645 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 7.0 M 2024-09-16T09:11:10.645 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 33 M 2024-09-16T09:11:10.645 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:11:10.977 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:11:11.001 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:11:11.001 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:11:11.053 INFO:teuthology.orchestra.run.smithi139.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-09-16T09:11:11.078 INFO:teuthology.orchestra.run.smithi139.stdout:(2/6): ceph-mgr-cephadm-19.3.0-4917.g8293d73f.e 673 kB/s | 154 kB 00:00 2024-09-16T09:11:11.129 INFO:teuthology.orchestra.run.smithi139.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-16T09:11:11.154 INFO:teuthology.orchestra.run.smithi139.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 768 kB/s | 58 kB 00:00 2024-09-16T09:11:11.181 INFO:teuthology.orchestra.run.smithi139.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-16T09:11:11.200 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:09 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:11.329 INFO:teuthology.orchestra.run.smithi139.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2024-09-16T09:11:11.332 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:11.332 INFO:teuthology.orchestra.run.smithi139.stdout:Total 10 MB/s | 7.0 MB 00:00 2024-09-16T09:11:11.343 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:11.344 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================= 2024-09-16T09:11:11.344 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:11:11.344 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================= 2024-09-16T09:11:11.344 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:11.344 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 7.4 M 2024-09-16T09:11:11.344 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-09-16T09:11:11.344 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================= 2024-09-16T09:11:11.345 INFO:teuthology.orchestra.run.smithi098.stdout:Install 12 Packages 2024-09-16T09:11:11.346 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:11.346 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 38 M 2024-09-16T09:11:11.346 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 212 M 2024-09-16T09:11:11.346 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:11.402 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:11:11.412 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:11:11.413 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:11:11.432 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:11:11.432 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:11:11.511 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:11:11.511 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:11:11.817 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:11:11.873 INFO:teuthology.orchestra.run.smithi098.stdout:(1/12): ceph-mgr-diskprediction-local-19.3.0-49 16 MB/s | 7.4 MB 00:00 2024-09-16T09:11:11.981 INFO:teuthology.orchestra.run.smithi098.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-09-16T09:11:11.992 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-16T09:11:12.047 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-16T09:11:12.190 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:11:12.261 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-16T09:11:12.290 INFO:teuthology.orchestra.run.smithi098.stdout:(3/12): libquadmath-11.5.0-2.el9.x86_64.rpm 219 kB/s | 191 kB 00:00 2024-09-16T09:11:12.365 INFO:teuthology.orchestra.run.smithi098.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 244 kB/s | 18 kB 00:00 2024-09-16T09:11:12.391 INFO:teuthology.orchestra.run.smithi098.stdout:(5/12): libgfortran-11.5.0-2.el9.x86_64.rpm 822 kB/s | 801 kB 00:00 2024-09-16T09:11:12.394 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-16T09:11:12.441 INFO:teuthology.orchestra.run.smithi098.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 513 kB/s | 38 kB 00:00 2024-09-16T09:11:12.506 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-16T09:11:12.550 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-16T09:11:12.563 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-16T09:11:12.600 INFO:teuthology.orchestra.run.smithi098.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.5 MB/s | 245 kB 00:00 2024-09-16T09:11:12.650 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-16T09:11:12.718 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-16T09:11:12.734 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-16T09:11:12.743 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 6/6 2024-09-16T09:11:12.766 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-16T09:11:12.857 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-16T09:11:12.908 INFO:teuthology.orchestra.run.smithi098.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.2 MB/s | 3.0 MB 00:00 2024-09-16T09:11:13.059 INFO:teuthology.orchestra.run.smithi098.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.6 MB/s | 250 kB 00:00 2024-09-16T09:11:13.520 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 6/6 2024-09-16T09:11:13.521 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/6 2024-09-16T09:11:13.521 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-16T09:11:13.521 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-16T09:11:13.521 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-16T09:11:13.521 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-16T09:11:13.521 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-16T09:11:13.646 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-16T09:11:13.801 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-16T09:11:13.802 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:13.802 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:11:13.802 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:13.802 INFO:teuthology.orchestra.run.smithi139.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-16T09:11:13.802 INFO:teuthology.orchestra.run.smithi139.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-16T09:11:13.802 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-16T09:11:13.802 INFO:teuthology.orchestra.run.smithi139.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-16T09:11:13.803 INFO:teuthology.orchestra.run.smithi139.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-16T09:11:13.803 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:13.803 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:13.834 INFO:teuthology.orchestra.run.smithi098.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 3.4 MB/s | 4.9 MB 00:01 2024-09-16T09:11:13.926 INFO:teuthology.orchestra.run.smithi098.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 3.8 MB/s | 5.1 MB 00:01 2024-09-16T09:11:14.054 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-fuse 2024-09-16T09:11:14.627 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:31 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:14.761 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:14.762 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:14.762 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:11:14.762 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:14.762 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:11:14.762 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-fuse x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 900 k 2024-09-16T09:11:14.762 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-09-16T09:11:14.762 INFO:teuthology.orchestra.run.smithi139.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-16T09:11:14.763 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:14.763 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:11:14.763 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:14.763 INFO:teuthology.orchestra.run.smithi139.stdout:Install 2 Packages 2024-09-16T09:11:14.763 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:14.763 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 979 k 2024-09-16T09:11:14.763 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 2.9 M 2024-09-16T09:11:14.764 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:11:14.896 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T09:11:15.147 INFO:teuthology.orchestra.run.smithi139.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 768 kB/s | 80 kB 00:00 2024-09-16T09:11:15.322 INFO:teuthology.orchestra.run.smithi139.stdout:(2/2): ceph-fuse-19.3.0-4917.g8293d73f.el9.x86_ 3.1 MB/s | 900 kB 00:00 2024-09-16T09:11:15.323 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:15.323 INFO:teuthology.orchestra.run.smithi139.stdout:Total 1.7 MB/s | 979 kB 00:00 2024-09-16T09:11:15.336 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:11:15.357 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:11:15.358 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:11:15.439 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:11:15.439 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:11:15.628 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:11:15.766 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-16T09:11:15.838 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 2/2 2024-09-16T09:11:15.939 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-16T09:11:15.965 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d 12/12 2024-09-16T09:11:16.242 INFO:teuthology.orchestra.run.smithi098.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 5.1 MB/s | 16 MB 00:03 2024-09-16T09:11:16.243 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:16.244 INFO:teuthology.orchestra.run.smithi098.stdout:Total 7.8 MB/s | 38 MB 00:04 2024-09-16T09:11:16.495 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 2/2 2024-09-16T09:11:16.496 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/2 2024-09-16T09:11:16.596 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:16.622 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:16.622 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:16.762 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-16T09:11:16.763 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:16.763 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:11:16.763 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-16T09:11:16.763 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:16.763 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:17.053 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-volume 2024-09-16T09:11:17.057 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:17.057 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:17.636 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:34 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:17.777 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:17.778 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:17.778 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-09-16T09:11:17.778 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:17.778 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:11:17.778 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-volume noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 285 k 2024-09-16T09:11:17.778 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:17.778 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:11:17.778 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:17.778 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-09-16T09:11:17.778 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:17.779 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 285 k 2024-09-16T09:11:17.779 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 1.3 M 2024-09-16T09:11:17.779 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:11:17.816 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:17.884 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-16T09:11:17.933 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-16T09:11:18.018 INFO:teuthology.orchestra.run.smithi139.stdout:ceph-volume-19.3.0-4917.g8293d73f.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-16T09:11:18.019 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:18.019 INFO:teuthology.orchestra.run.smithi139.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-16T09:11:18.019 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:11:18.027 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:11:18.027 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:11:18.034 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-16T09:11:18.058 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:11:18.058 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:11:18.075 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-16T09:11:18.261 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-16T09:11:18.280 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:11:18.301 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-16T09:11:18.341 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:11:18.354 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:11:18.354 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:11:18.354 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-16T09:11:18.354 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:18.394 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-16T09:11:18.448 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d 12/12 2024-09-16T09:11:18.448 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d 1/12 2024-09-16T09:11:18.448 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-16T09:11:18.448 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-16T09:11:18.448 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-16T09:11:18.449 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-16T09:11:18.449 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-16T09:11:18.449 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-16T09:11:18.449 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-16T09:11:18.449 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-16T09:11:18.449 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T09:11:18.450 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-16T09:11:18.895 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-16T09:11:18.896 INFO:teuthology.orchestra.run.smithi083.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-16T09:11:18.897 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-16T09:11:18.897 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-16T09:11:18.897 INFO:teuthology.orchestra.run.smithi083.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-16T09:11:18.897 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:18.897 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:19.046 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-16T09:11:19.180 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-16T09:11:19.259 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-rook 2024-09-16T09:11:19.334 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:11:19.334 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:19.334 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:11:19.334 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:19.334 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:19.334 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:19.622 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install librados-devel 2024-09-16T09:11:19.832 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:39 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:19.966 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:19.968 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:19.968 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:11:19.968 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:19.968 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:11:19.968 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-rook noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 49 k 2024-09-16T09:11:19.968 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-09-16T09:11:19.968 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-16T09:11:19.969 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:19.970 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:11:19.970 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:19.970 INFO:teuthology.orchestra.run.smithi083.stdout:Install 13 Packages 2024-09-16T09:11:19.970 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:19.971 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 2.2 M 2024-09-16T09:11:19.971 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 26 M 2024-09-16T09:11:19.971 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:11:20.197 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:37 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:20.336 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:20.337 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:20.337 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2024-09-16T09:11:20.337 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:20.338 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:11:20.338 INFO:teuthology.orchestra.run.smithi139.stdout: librados-devel x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 126 k 2024-09-16T09:11:20.338 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:20.338 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:11:20.338 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:20.339 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-09-16T09:11:20.339 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:20.339 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 126 k 2024-09-16T09:11:20.339 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 456 k 2024-09-16T09:11:20.339 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:11:20.424 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T09:11:20.564 INFO:teuthology.orchestra.run.smithi139.stdout:librados-devel-19.3.0-4917.g8293d73f.el9.x86_64 560 kB/s | 126 kB 00:00 2024-09-16T09:11:20.564 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:20.565 INFO:teuthology.orchestra.run.smithi139.stdout:Total 556 kB/s | 126 kB 00:00 2024-09-16T09:11:20.565 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:11:20.570 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:11:20.570 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:11:20.636 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:11:20.637 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:11:20.674 INFO:teuthology.orchestra.run.smithi083.stdout:(1/13): ceph-mgr-rook-19.3.0-4917.g8293d73f.el9 289 kB/s | 49 kB 00:00 2024-09-16T09:11:20.783 INFO:teuthology.orchestra.run.smithi083.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 92 kB/s | 26 kB 00:00 2024-09-16T09:11:20.786 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:11:20.800 INFO:teuthology.orchestra.run.smithi083.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 65 kB/s | 19 kB 00:00 2024-09-16T09:11:20.887 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:21.159 INFO:teuthology.orchestra.run.smithi083.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 423 kB/s | 159 kB 00:00 2024-09-16T09:11:21.184 INFO:teuthology.orchestra.run.smithi083.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 727 kB/s | 279 kB 00:00 2024-09-16T09:11:21.234 INFO:teuthology.orchestra.run.smithi083.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 647 kB/s | 32 kB 00:00 2024-09-16T09:11:21.260 INFO:teuthology.orchestra.run.smithi083.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 562 kB/s | 14 kB 00:00 2024-09-16T09:11:21.285 INFO:teuthology.orchestra.run.smithi083.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 426 kB/s | 54 kB 00:00 2024-09-16T09:11:21.310 INFO:teuthology.orchestra.run.smithi083.stdout:(9/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 350 kB/s | 222 kB 00:00 2024-09-16T09:11:21.348 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:21.353 INFO:teuthology.orchestra.run.smithi083.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.3 MB/s | 220 kB 00:00 2024-09-16T09:11:21.386 INFO:teuthology.orchestra.run.smithi083.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 2.8 MB/s | 90 kB 00:00 2024-09-16T09:11:21.411 INFO:teuthology.orchestra.run.smithi083.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 635 kB/s | 59 kB 00:00 2024-09-16T09:11:21.461 INFO:teuthology.orchestra.run.smithi083.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.8 MB/s | 1.0 MB 00:00 2024-09-16T09:11:21.464 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:21.465 INFO:teuthology.orchestra.run.smithi083.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-09-16T09:11:21.489 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-16T09:11:21.517 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d 12/12 2024-09-16T09:11:21.531 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:11:21.546 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:11:21.546 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:11:21.633 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:21.633 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:21.633 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:11:21.634 INFO:teuthology.orchestra.run.smithi139.stdout: librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:21.634 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:21.634 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:21.635 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:11:21.635 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:11:21.904 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install libcephfs2 2024-09-16T09:11:22.175 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:11:22.341 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-16T09:11:22.396 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-16T09:11:22.459 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-16T09:11:22.497 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-16T09:11:22.501 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:39 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:22.546 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-16T09:11:22.601 INFO:teuthology.orchestra.run.smithi139.stdout:Package libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:22.648 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:22.649 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-09-16T09:11:22.649 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:22.656 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-16T09:11:22.715 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install libcephfs-devel 2024-09-16T09:11:22.774 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-16T09:11:22.823 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-16T09:11:23.315 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:40 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:23.456 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:23.457 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:23.457 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2024-09-16T09:11:23.457 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:23.457 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:11:23.457 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs-devel x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 32 k 2024-09-16T09:11:23.458 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:23.458 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:11:23.458 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:23.458 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-09-16T09:11:23.458 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:23.458 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 32 k 2024-09-16T09:11:23.458 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 142 k 2024-09-16T09:11:23.458 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:11:23.535 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-16T09:11:23.588 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-16T09:11:23.609 INFO:teuthology.orchestra.run.smithi139.stdout:libcephfs-devel-19.3.0-4917.g8293d73f.el9.x86_6 211 kB/s | 32 kB 00:00 2024-09-16T09:11:23.610 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:23.610 INFO:teuthology.orchestra.run.smithi139.stdout:Total 208 kB/s | 32 kB 00:00 2024-09-16T09:11:23.610 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:11:23.614 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:11:23.614 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:11:23.628 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:11:23.629 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:11:23.629 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-16T09:11:23.686 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-16T09:11:23.708 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 13/13 2024-09-16T09:11:23.716 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:11:23.822 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:24.126 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d 12/12 2024-09-16T09:11:24.127 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d 1/12 2024-09-16T09:11:24.127 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-16T09:11:24.127 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-16T09:11:24.127 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-16T09:11:24.127 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-16T09:11:24.127 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-16T09:11:24.127 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-16T09:11:24.127 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-16T09:11:24.127 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-16T09:11:24.128 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T09:11:24.128 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-16T09:11:24.207 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:24.448 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:24.448 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:24.448 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:11:24.448 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:24.448 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:24.449 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:24.490 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-16T09:11:24.490 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:24.490 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:24.490 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:24.490 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-16T09:11:24.490 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-16T09:11:24.490 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-16T09:11:24.490 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-16T09:11:24.490 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-16T09:11:24.491 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-16T09:11:24.491 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-16T09:11:24.491 INFO:teuthology.orchestra.run.smithi098.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-16T09:11:24.491 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-16T09:11:24.491 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-16T09:11:24.491 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-16T09:11:24.491 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:24.491 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:24.508 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 13/13 2024-09-16T09:11:24.508 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 1/13 2024-09-16T09:11:24.508 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-16T09:11:24.508 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-16T09:11:24.508 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-16T09:11:24.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-16T09:11:24.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-16T09:11:24.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-16T09:11:24.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-16T09:11:24.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-16T09:11:24.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-16T09:11:24.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-16T09:11:24.509 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-16T09:11:24.625 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install librados2 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-16T09:11:24.872 INFO:teuthology.orchestra.run.smithi083.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-16T09:11:24.873 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-16T09:11:24.873 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-16T09:11:24.873 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-16T09:11:24.873 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-16T09:11:24.873 INFO:teuthology.orchestra.run.smithi083.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-16T09:11:24.873 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:24.873 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:24.881 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-rook 2024-09-16T09:11:25.111 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-cephadm 2024-09-16T09:11:25.193 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:42 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:25.284 INFO:teuthology.orchestra.run.smithi139.stdout:Package librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:25.328 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:25.329 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-09-16T09:11:25.329 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:25.394 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install librbd1 2024-09-16T09:11:25.465 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:23 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:25.600 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:25.601 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:25.601 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 49 k 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-16T09:11:25.602 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-16T09:11:25.603 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-16T09:11:25.603 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-16T09:11:25.603 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-16T09:11:25.603 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:25.603 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:25.603 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:25.603 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2024-09-16T09:11:25.603 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:25.604 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 2.2 M 2024-09-16T09:11:25.604 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 26 M 2024-09-16T09:11:25.604 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:25.676 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:25.810 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:25.811 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:25.811 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:11:25.811 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:25.811 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:11:25.811 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 154 k 2024-09-16T09:11:25.811 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-09-16T09:11:25.811 INFO:teuthology.orchestra.run.smithi083.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-16T09:11:25.812 INFO:teuthology.orchestra.run.smithi083.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-16T09:11:25.812 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-16T09:11:25.812 INFO:teuthology.orchestra.run.smithi083.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-16T09:11:25.812 INFO:teuthology.orchestra.run.smithi083.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-16T09:11:25.812 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:25.812 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:11:25.812 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:25.812 INFO:teuthology.orchestra.run.smithi083.stdout:Install 6 Packages 2024-09-16T09:11:25.812 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:25.813 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 7.0 M 2024-09-16T09:11:25.813 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 33 M 2024-09-16T09:11:25.813 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:11:25.956 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:42 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:26.001 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 295 kB/s | 26 kB 00:00 2024-09-16T09:11:26.026 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 171 kB/s | 19 kB 00:00 2024-09-16T09:11:26.048 INFO:teuthology.orchestra.run.smithi139.stdout:Package librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:26.092 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:26.092 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-09-16T09:11:26.092 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:26.101 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.1 MB/s | 159 kB 00:00 2024-09-16T09:11:26.126 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-09-16T09:11:26.148 INFO:teuthology.orchestra.run.smithi083.stdout:(1/6): ceph-mgr-cephadm-19.3.0-4917.g8293d73f.e 703 kB/s | 154 kB 00:00 2024-09-16T09:11:26.151 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): ceph-mgr-rook-19.3.0-4917.g8293d73f.el9 207 kB/s | 49 kB 00:00 2024-09-16T09:11:26.157 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-rados 2024-09-16T09:11:26.177 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-16T09:11:26.198 INFO:teuthology.orchestra.run.smithi083.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-16T09:11:26.202 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-09-16T09:11:26.223 INFO:teuthology.orchestra.run.smithi083.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-16T09:11:26.244 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 347 kB/s | 32 kB 00:00 2024-09-16T09:11:26.248 INFO:teuthology.orchestra.run.smithi083.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-16T09:11:26.261 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 168 kB/s | 14 kB 00:00 2024-09-16T09:11:26.287 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-16T09:11:26.312 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 2.3 MB/s | 220 kB 00:00 2024-09-16T09:11:26.337 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-16T09:11:26.371 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 8.2 MB/s | 1.0 MB 00:00 2024-09-16T09:11:26.373 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:26.373 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.9 MB/s | 2.2 MB 00:00 2024-09-16T09:11:26.437 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:26.452 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:26.452 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:26.542 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:26.543 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:26.574 INFO:teuthology.orchestra.run.smithi083.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 385 kB/s | 248 kB 00:00 2024-09-16T09:11:26.725 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:43 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:26.816 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:26.860 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:26.861 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-09-16T09:11:26.861 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:26.928 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-rgw 2024-09-16T09:11:27.061 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:27.190 INFO:teuthology.orchestra.run.smithi083.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.7 MB/s | 6.0 MB 00:01 2024-09-16T09:11:27.192 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:27.193 INFO:teuthology.orchestra.run.smithi083.stdout:Total 5.1 MB/s | 7.0 MB 00:01 2024-09-16T09:11:27.217 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-16T09:11:27.263 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:11:27.272 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-16T09:11:27.275 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:11:27.275 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:11:27.327 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-16T09:11:27.364 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-16T09:11:27.374 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:11:27.374 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:11:27.406 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-16T09:11:27.501 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:44 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:27.507 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-16T09:11:27.593 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:27.617 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-16T09:11:27.637 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:27.638 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-09-16T09:11:27.638 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:27.684 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-16T09:11:27.686 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:11:27.703 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-cephfs 2024-09-16T09:11:27.855 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-16T09:11:27.909 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-16T09:11:28.271 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:28.363 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:28.402 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-16T09:11:28.406 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:28.407 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-09-16T09:11:28.407 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:28.431 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-16T09:11:28.456 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-16T09:11:28.465 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-rbd 2024-09-16T09:11:28.489 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-16T09:11:28.520 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-16T09:11:28.537 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-16T09:11:28.559 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 13/13 2024-09-16T09:11:28.588 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-16T09:11:28.614 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 6/6 2024-09-16T09:11:29.034 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:46 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:29.124 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:29.169 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:29.170 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-09-16T09:11:29.170 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:29.232 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install rbd-fuse 2024-09-16T09:11:29.342 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 13/13 2024-09-16T09:11:29.342 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 1/13 2024-09-16T09:11:29.342 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-16T09:11:29.342 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-16T09:11:29.342 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-16T09:11:29.342 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-16T09:11:29.342 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-16T09:11:29.342 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-16T09:11:29.342 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-16T09:11:29.343 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-16T09:11:29.343 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-16T09:11:29.343 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-16T09:11:29.343 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-16T09:11:29.405 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 6/6 2024-09-16T09:11:29.405 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/6 2024-09-16T09:11:29.405 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-16T09:11:29.405 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-16T09:11:29.405 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-16T09:11:29.405 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-16T09:11:29.683 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-16T09:11:29.683 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:29.683 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:11:29.683 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:29.683 INFO:teuthology.orchestra.run.smithi083.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-16T09:11:29.683 INFO:teuthology.orchestra.run.smithi083.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-16T09:11:29.684 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-16T09:11:29.684 INFO:teuthology.orchestra.run.smithi083.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-16T09:11:29.684 INFO:teuthology.orchestra.run.smithi083.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-16T09:11:29.684 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:29.684 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:29.693 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-16T09:11:29.693 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:29.693 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:29.693 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:29.693 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-16T09:11:29.693 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:29.694 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:29.796 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:46 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:29.931 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:29.932 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:29.932 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2024-09-16T09:11:29.932 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:29.932 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:11:29.932 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-fuse x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 85 k 2024-09-16T09:11:29.932 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:29.933 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:11:29.933 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:29.933 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-09-16T09:11:29.933 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:29.933 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 85 k 2024-09-16T09:11:29.933 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 231 k 2024-09-16T09:11:29.933 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:11:29.943 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-fuse 2024-09-16T09:11:29.945 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-cephadm 2024-09-16T09:11:30.112 INFO:teuthology.orchestra.run.smithi139.stdout:rbd-fuse-19.3.0-4917.g8293d73f.el9.x86_64.rpm 477 kB/s | 85 kB 00:00 2024-09-16T09:11:30.112 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:30.112 INFO:teuthology.orchestra.run.smithi139.stdout:Total 473 kB/s | 85 kB 00:00 2024-09-16T09:11:30.113 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:11:30.119 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:11:30.119 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:11:30.183 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:11:30.183 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:11:30.349 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:11:30.451 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:30.508 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:50 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:30.516 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:28 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:30.642 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:30.643 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:30.643 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:11:30.643 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:30.643 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:11:30.643 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-fuse x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 900 k 2024-09-16T09:11:30.643 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-09-16T09:11:30.644 INFO:teuthology.orchestra.run.smithi083.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-16T09:11:30.644 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:30.644 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:11:30.644 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:30.644 INFO:teuthology.orchestra.run.smithi083.stdout:Install 2 Packages 2024-09-16T09:11:30.644 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:30.644 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 979 k 2024-09-16T09:11:30.644 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 2.9 M 2024-09-16T09:11:30.644 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:11:30.650 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:30.650 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 154 k 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:30.651 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:30.652 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:30.652 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2024-09-16T09:11:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:30.652 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 7.0 M 2024-09-16T09:11:30.652 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 33 M 2024-09-16T09:11:30.653 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:30.853 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:30.860 INFO:teuthology.orchestra.run.smithi083.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 720 kB/s | 80 kB 00:00 2024-09-16T09:11:31.019 INFO:teuthology.orchestra.run.smithi083.stdout:(2/2): ceph-fuse-19.3.0-4917.g8293d73f.el9.x86_ 3.3 MB/s | 900 kB 00:00 2024-09-16T09:11:31.019 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:31.020 INFO:teuthology.orchestra.run.smithi083.stdout:Total 2.5 MB/s | 979 kB 00:00 2024-09-16T09:11:31.031 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:11:31.041 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-09-16T09:11:31.053 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:11:31.053 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:11:31.083 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): ceph-mgr-cephadm-19.3.0-4917.g8293d73f.e 640 kB/s | 154 kB 00:00 2024-09-16T09:11:31.125 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:31.125 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:31.125 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:11:31.125 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:31.125 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:31.126 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:31.133 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 5.8 MB/s | 548 kB 00:00 2024-09-16T09:11:31.135 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:11:31.137 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:11:31.167 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.3 MB/s | 74 kB 00:00 2024-09-16T09:11:31.192 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 530 kB/s | 58 kB 00:00 2024-09-16T09:11:31.268 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-09-16T09:11:31.270 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:31.270 INFO:teuthology.orchestra.run.smithi098.stdout:Total 11 MB/s | 7.0 MB 00:00 2024-09-16T09:11:31.321 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:11:31.341 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:31.352 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:31.352 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:31.355 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install rbd-mirror 2024-09-16T09:11:31.452 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:31.453 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:31.471 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-16T09:11:31.543 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 2/2 2024-09-16T09:11:31.767 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:31.932 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-16T09:11:31.933 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:48 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:31.978 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-16T09:11:32.071 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:32.072 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:32.072 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2024-09-16T09:11:32.072 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:32.072 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:11:32.072 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-mirror x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 3.2 M 2024-09-16T09:11:32.072 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:32.072 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:11:32.072 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:32.073 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-09-16T09:11:32.073 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:32.073 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 3.2 M 2024-09-16T09:11:32.073 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 14 M 2024-09-16T09:11:32.073 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:11:32.226 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 2/2 2024-09-16T09:11:32.226 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/2 2024-09-16T09:11:32.406 INFO:teuthology.orchestra.run.smithi139.stdout:rbd-mirror-19.3.0-4917.g8293d73f.el9.x86_64.rpm 9.6 MB/s | 3.2 MB 00:00 2024-09-16T09:11:32.406 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:32.407 INFO:teuthology.orchestra.run.smithi139.stdout:Total 9.5 MB/s | 3.2 MB 00:00 2024-09-16T09:11:32.407 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:11:32.416 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:11:32.416 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:11:32.499 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:11:32.499 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:11:32.506 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-16T09:11:32.508 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-16T09:11:32.508 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:32.508 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:11:32.508 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-16T09:11:32.508 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:32.508 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:32.606 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-16T09:11:32.684 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-16T09:11:32.716 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 6/6 2024-09-16T09:11:32.774 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-volume 2024-09-16T09:11:32.946 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:11:33.007 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:33.033 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:33.033 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:11:33.033 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-16T09:11:33.033 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T09:11:33.033 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T09:11:33.033 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:33.355 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:53 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:33.495 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:33.496 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:33.496 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-09-16T09:11:33.496 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:33.496 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:11:33.496 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-volume noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 285 k 2024-09-16T09:11:33.497 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:33.497 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:11:33.497 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:33.497 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-09-16T09:11:33.497 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:33.497 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 285 k 2024-09-16T09:11:33.497 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 1.3 M 2024-09-16T09:11:33.497 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:11:33.512 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 6/6 2024-09-16T09:11:33.512 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 1/6 2024-09-16T09:11:33.512 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-16T09:11:33.512 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-16T09:11:33.512 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-16T09:11:33.512 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-16T09:11:33.733 INFO:teuthology.orchestra.run.smithi083.stdout:ceph-volume-19.3.0-4917.g8293d73f.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-16T09:11:33.733 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:33.733 INFO:teuthology.orchestra.run.smithi083.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-16T09:11:33.733 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:11:33.742 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:11:33.742 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:11:33.773 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:11:33.773 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:11:33.801 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-16T09:11:33.801 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:33.801 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:33.801 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:33.801 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-16T09:11:33.801 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-16T09:11:33.802 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-16T09:11:33.802 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-16T09:11:33.802 INFO:teuthology.orchestra.run.smithi098.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-16T09:11:33.802 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:33.802 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:33.992 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:11:34.060 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:11:34.076 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:11:34.076 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:11:34.076 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-16T09:11:34.076 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:34.093 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-fuse 2024-09-16T09:11:34.099 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:34.099 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:34.099 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:11:34.099 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:34.100 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:34.100 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:34.318 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install rbd-nbd 2024-09-16T09:11:34.658 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:32 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:34.792 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:34.792 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:34.792 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:11:34.792 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:34.792 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:34.792 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 900 k 2024-09-16T09:11:34.793 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-09-16T09:11:34.793 INFO:teuthology.orchestra.run.smithi098.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-16T09:11:34.793 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:34.793 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:34.793 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:34.793 INFO:teuthology.orchestra.run.smithi098.stdout:Install 2 Packages 2024-09-16T09:11:34.793 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:34.793 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 979 k 2024-09-16T09:11:34.794 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 2.9 M 2024-09-16T09:11:34.794 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:34.898 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:51 ago on Mon 16 Sep 2024 09:09:43 AM UTC. 2024-09-16T09:11:34.987 INFO:teuthology.orchestra.run.smithi098.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 551 kB/s | 80 kB 00:00 2024-09-16T09:11:35.033 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-09-16T09:11:35.034 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:35.034 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2024-09-16T09:11:35.034 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:35.034 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-09-16T09:11:35.035 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-nbd x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 171 k 2024-09-16T09:11:35.035 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:35.035 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-09-16T09:11:35.035 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-09-16T09:11:35.035 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-09-16T09:11:35.035 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:35.035 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 171 k 2024-09-16T09:11:35.035 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 490 k 2024-09-16T09:11:35.035 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-09-16T09:11:35.098 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:11:35.098 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:35.098 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:11:35.098 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:35.098 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:35.098 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:35.137 INFO:teuthology.orchestra.run.smithi098.stdout:(2/2): ceph-fuse-19.3.0-4917.g8293d73f.el9.x86_ 3.0 MB/s | 900 kB 00:00 2024-09-16T09:11:35.137 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:35.138 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.8 MB/s | 979 kB 00:00 2024-09-16T09:11:35.149 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:35.171 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:35.171 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:35.252 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:35.252 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:35.276 INFO:teuthology.orchestra.run.smithi139.stdout:rbd-nbd-19.3.0-4917.g8293d73f.el9.x86_64.rpm 710 kB/s | 171 kB 00:00 2024-09-16T09:11:35.276 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:35.276 INFO:teuthology.orchestra.run.smithi139.stdout:Total 706 kB/s | 171 kB 00:00 2024-09-16T09:11:35.277 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-09-16T09:11:35.284 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-09-16T09:11:35.284 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-09-16T09:11:35.349 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-09-16T09:11:35.349 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-09-16T09:11:35.393 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install librados-devel 2024-09-16T09:11:35.442 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:35.498 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-09-16T09:11:35.589 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-16T09:11:35.606 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:35.664 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 2/2 2024-09-16T09:11:35.973 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:55 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:36.022 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:36.112 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:36.112 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:36.112 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2024-09-16T09:11:36.112 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:36.112 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:11:36.112 INFO:teuthology.orchestra.run.smithi083.stdout: librados-devel x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 126 k 2024-09-16T09:11:36.112 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:36.113 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:11:36.113 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:36.113 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-09-16T09:11:36.113 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:36.113 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 126 k 2024-09-16T09:11:36.113 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 456 k 2024-09-16T09:11:36.114 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:11:36.301 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:36.301 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:36.301 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-09-16T09:11:36.301 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:36.301 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:11:36.301 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-09-16T09:11:36.302 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 2/2 2024-09-16T09:11:36.302 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/2 2024-09-16T09:11:36.305 INFO:teuthology.orchestra.run.smithi083.stdout:librados-devel-19.3.0-4917.g8293d73f.el9.x86_64 661 kB/s | 126 kB 00:00 2024-09-16T09:11:36.305 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:36.306 INFO:teuthology.orchestra.run.smithi083.stdout:Total 655 kB/s | 126 kB 00:00 2024-09-16T09:11:36.306 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:11:36.311 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:11:36.312 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:11:36.376 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:11:36.377 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:11:36.529 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:11:36.559 DEBUG:teuthology.parallel:result is None 2024-09-16T09:11:36.563 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-16T09:11:36.563 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:36.563 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:36.563 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-16T09:11:36.563 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:36.563 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:36.635 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:36.859 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-volume 2024-09-16T09:11:37.054 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:37.317 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:37.317 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:37.317 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:11:37.318 INFO:teuthology.orchestra.run.smithi083.stdout: librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:37.318 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:37.318 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:37.438 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:35 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:37.578 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:37.579 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:37.579 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-09-16T09:11:37.579 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:37.579 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:37.579 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume noarch 2:19.3.0-4917.g8293d73f.el9 ceph-noarch 285 k 2024-09-16T09:11:37.579 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:37.579 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:37.579 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:37.579 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-09-16T09:11:37.579 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:37.580 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 285 k 2024-09-16T09:11:37.580 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 1.3 M 2024-09-16T09:11:37.580 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:37.588 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install libcephfs2 2024-09-16T09:11:37.784 INFO:teuthology.orchestra.run.smithi098.stdout:ceph-volume-19.3.0-4917.g8293d73f.el9.noarch.rp 1.4 MB/s | 285 kB 00:00 2024-09-16T09:11:37.784 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:37.785 INFO:teuthology.orchestra.run.smithi098.stdout:Total 1.4 MB/s | 285 kB 00:00 2024-09-16T09:11:37.785 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:37.793 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:37.793 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:37.823 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:37.823 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:38.041 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:38.103 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:11:38.119 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:11:38.119 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:11:38.119 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-16T09:11:38.119 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:38.165 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:58 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:38.258 INFO:teuthology.orchestra.run.smithi083.stdout:Package libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:38.302 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:38.303 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-09-16T09:11:38.303 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:38.367 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install libcephfs-devel 2024-09-16T09:11:38.940 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:58 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:39.079 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:39.079 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:39.079 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2024-09-16T09:11:39.079 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:39.080 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:11:39.080 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs-devel x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 32 k 2024-09-16T09:11:39.080 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:39.080 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:11:39.080 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:39.080 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-09-16T09:11:39.080 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:39.080 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 32 k 2024-09-16T09:11:39.080 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 142 k 2024-09-16T09:11:39.080 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:11:39.112 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 1/1 2024-09-16T09:11:39.112 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:39.112 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:39.112 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume-2:19.3.0-4917.g8293d73f.el9.noarch 2024-09-16T09:11:39.112 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:39.112 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:39.223 INFO:teuthology.orchestra.run.smithi083.stdout:libcephfs-devel-19.3.0-4917.g8293d73f.el9.x86_6 222 kB/s | 32 kB 00:00 2024-09-16T09:11:39.223 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:39.224 INFO:teuthology.orchestra.run.smithi083.stdout:Total 219 kB/s | 32 kB 00:00 2024-09-16T09:11:39.224 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:11:39.225 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:11:39.225 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:11:39.238 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:11:39.238 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:11:39.327 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:11:39.417 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados-devel 2024-09-16T09:11:39.423 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:39.797 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:39.998 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:37 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:40.029 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:40.029 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:40.030 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:11:40.030 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:40.030 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:40.030 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:40.134 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:40.135 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:40.135 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-09-16T09:11:40.135 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:40.135 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:40.136 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 126 k 2024-09-16T09:11:40.136 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:40.136 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:40.136 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:40.136 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-09-16T09:11:40.136 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:40.136 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 126 k 2024-09-16T09:11:40.136 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 456 k 2024-09-16T09:11:40.136 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:40.198 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install librados2 2024-09-16T09:11:40.349 INFO:teuthology.orchestra.run.smithi098.stdout:librados-devel-19.3.0-4917.g8293d73f.el9.x86_64 594 kB/s | 126 kB 00:00 2024-09-16T09:11:40.349 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:40.350 INFO:teuthology.orchestra.run.smithi098.stdout:Total 589 kB/s | 126 kB 00:00 2024-09-16T09:11:40.350 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:40.356 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:40.356 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:40.422 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:40.422 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:40.576 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:40.682 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:40.756 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:02:00 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:40.848 INFO:teuthology.orchestra.run.smithi083.stdout:Package librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:40.891 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:40.892 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-09-16T09:11:40.892 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:40.956 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install librbd1 2024-09-16T09:11:41.139 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:41.395 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:41.396 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:41.396 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:41.396 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:41.396 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:41.396 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:41.522 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:02:01 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:41.613 INFO:teuthology.orchestra.run.smithi083.stdout:Package librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:41.656 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:41.657 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-09-16T09:11:41.657 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:41.663 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs2 2024-09-16T09:11:41.726 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-rados 2024-09-16T09:11:42.246 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:40 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:42.289 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:02:02 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:42.338 INFO:teuthology.orchestra.run.smithi098.stdout:Package libcephfs2-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:42.380 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:42.384 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:42.385 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-09-16T09:11:42.385 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:42.423 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:42.424 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-09-16T09:11:42.424 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:42.454 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs-devel 2024-09-16T09:11:42.493 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-rgw 2024-09-16T09:11:43.022 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:41 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:43.063 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:02:03 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:43.153 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:43.154 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:43.155 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:43.155 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-09-16T09:11:43.155 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:43.155 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:43.155 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 32 k 2024-09-16T09:11:43.155 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:43.156 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:43.156 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:43.156 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-09-16T09:11:43.156 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:43.156 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 32 k 2024-09-16T09:11:43.157 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 142 k 2024-09-16T09:11:43.157 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:43.197 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:43.197 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-09-16T09:11:43.197 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:43.257 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-cephfs 2024-09-16T09:11:43.304 INFO:teuthology.orchestra.run.smithi098.stdout:libcephfs-devel-19.3.0-4917.g8293d73f.el9.x86_6 215 kB/s | 32 kB 00:00 2024-09-16T09:11:43.305 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:43.305 INFO:teuthology.orchestra.run.smithi098.stdout:Total 213 kB/s | 32 kB 00:00 2024-09-16T09:11:43.305 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:43.309 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:43.309 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:43.326 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:43.327 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:43.404 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:43.519 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:43.821 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:02:03 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:43.882 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:43.912 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:43.956 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:43.956 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-09-16T09:11:43.957 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:44.022 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-rbd 2024-09-16T09:11:44.126 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:44.126 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:44.126 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:44.126 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:44.126 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:44.126 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:44.329 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados2 2024-09-16T09:11:44.591 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:02:04 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:44.682 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:44.725 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:44.726 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-09-16T09:11:44.726 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:44.794 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install rbd-fuse 2024-09-16T09:11:44.889 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:42 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:44.979 INFO:teuthology.orchestra.run.smithi098.stdout:Package librados2-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:45.022 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:45.023 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-09-16T09:11:45.023 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:45.101 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librbd1 2024-09-16T09:11:45.371 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:02:05 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:45.504 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:45.505 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:45.505 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2024-09-16T09:11:45.505 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:45.505 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:11:45.505 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-fuse x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 85 k 2024-09-16T09:11:45.505 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:45.505 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:11:45.505 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:45.505 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-09-16T09:11:45.506 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:45.506 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 85 k 2024-09-16T09:11:45.506 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 231 k 2024-09-16T09:11:45.506 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:11:45.671 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:43 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:45.704 INFO:teuthology.orchestra.run.smithi083.stdout:rbd-fuse-19.3.0-4917.g8293d73f.el9.x86_64.rpm 429 kB/s | 85 kB 00:00 2024-09-16T09:11:45.705 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:45.705 INFO:teuthology.orchestra.run.smithi083.stdout:Total 426 kB/s | 85 kB 00:00 2024-09-16T09:11:45.705 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:11:45.712 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:11:45.712 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:11:45.761 INFO:teuthology.orchestra.run.smithi098.stdout:Package librbd1-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:45.777 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:11:45.777 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:11:45.804 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:45.805 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-09-16T09:11:45.805 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:45.878 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rados 2024-09-16T09:11:45.951 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:11:46.061 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:46.443 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:46.446 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:44 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:46.537 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rados-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:46.582 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:46.582 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-09-16T09:11:46.583 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:46.662 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rgw 2024-09-16T09:11:46.730 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:46.730 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:46.730 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:11:46.730 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:46.730 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:46.730 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:46.974 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install rbd-mirror 2024-09-16T09:11:47.233 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:47.325 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rgw-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:47.369 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:47.370 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-09-16T09:11:47.370 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:47.446 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-cephfs 2024-09-16T09:11:47.546 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:02:07 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:47.684 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:47.685 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:47.685 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2024-09-16T09:11:47.685 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:47.685 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:11:47.685 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-mirror x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 3.2 M 2024-09-16T09:11:47.685 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:47.685 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:11:47.685 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:47.686 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-09-16T09:11:47.686 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:47.686 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 3.2 M 2024-09-16T09:11:47.686 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 14 M 2024-09-16T09:11:47.686 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:11:48.012 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:46 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:48.033 INFO:teuthology.orchestra.run.smithi083.stdout:rbd-mirror-19.3.0-4917.g8293d73f.el9.x86_64.rpm 9.2 MB/s | 3.2 MB 00:00 2024-09-16T09:11:48.034 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:48.034 INFO:teuthology.orchestra.run.smithi083.stdout:Total 9.1 MB/s | 3.2 MB 00:00 2024-09-16T09:11:48.034 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:11:48.045 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:11:48.045 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:11:48.102 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-cephfs-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:48.126 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:11:48.127 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:11:48.146 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:48.147 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-09-16T09:11:48.147 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:48.227 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rbd 2024-09-16T09:11:48.571 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:11:48.626 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:48.650 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:48.651 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:11:48.651 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-16T09:11:48.651 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T09:11:48.651 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T09:11:48.651 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:48.792 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:46 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:48.882 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rbd-2:19.3.0-4917.g8293d73f.el9.x86_64 is already installed. 2024-09-16T09:11:48.925 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:48.926 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-09-16T09:11:48.926 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:48.997 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-fuse 2024-09-16T09:11:49.566 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:47 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:49.700 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:49.701 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:49.701 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-09-16T09:11:49.701 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:49.701 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:49.701 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 85 k 2024-09-16T09:11:49.701 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:49.702 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:49.702 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:49.702 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-09-16T09:11:49.702 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:49.702 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 85 k 2024-09-16T09:11:49.702 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 231 k 2024-09-16T09:11:49.702 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:49.765 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:49.765 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:49.765 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:11:49.765 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:49.765 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:49.765 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:49.891 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-fuse-19.3.0-4917.g8293d73f.el9.x86_64.rpm 451 kB/s | 85 kB 00:00 2024-09-16T09:11:49.892 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:49.892 INFO:teuthology.orchestra.run.smithi098.stdout:Total 447 kB/s | 85 kB 00:00 2024-09-16T09:11:49.892 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:49.899 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:49.899 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:49.965 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:49.965 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:49.990 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install rbd-nbd 2024-09-16T09:11:50.164 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:50.272 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:50.598 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:02:10 ago on Mon 16 Sep 2024 09:09:40 AM UTC. 2024-09-16T09:11:50.641 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:50.732 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-09-16T09:11:50.733 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:50.733 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2024-09-16T09:11:50.733 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:50.734 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-09-16T09:11:50.734 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-nbd x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 171 k 2024-09-16T09:11:50.734 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:50.734 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-09-16T09:11:50.734 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-09-16T09:11:50.734 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-09-16T09:11:50.734 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:50.734 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 171 k 2024-09-16T09:11:50.734 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 490 k 2024-09-16T09:11:50.734 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-09-16T09:11:50.918 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:50.918 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:50.918 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:50.919 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:50.919 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:50.919 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:50.929 INFO:teuthology.orchestra.run.smithi083.stdout:rbd-nbd-19.3.0-4917.g8293d73f.el9.x86_64.rpm 878 kB/s | 171 kB 00:00 2024-09-16T09:11:50.929 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:50.930 INFO:teuthology.orchestra.run.smithi083.stdout:Total 870 kB/s | 171 kB 00:00 2024-09-16T09:11:50.930 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-09-16T09:11:50.938 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-09-16T09:11:50.938 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-09-16T09:11:51.004 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-09-16T09:11:51.004 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-09-16T09:11:51.159 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-mirror 2024-09-16T09:11:51.161 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-09-16T09:11:51.278 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:51.726 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:51.745 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:49 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:51.881 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:51.882 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:51.882 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-09-16T09:11:51.882 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:51.882 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:51.882 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 3.2 M 2024-09-16T09:11:51.882 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:51.883 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:51.883 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:51.883 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-09-16T09:11:51.883 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:51.883 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.2 M 2024-09-16T09:11:51.883 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 14 M 2024-09-16T09:11:51.884 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:52.014 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:52.014 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:52.014 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-09-16T09:11:52.014 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:52.014 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:11:52.014 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-09-16T09:11:52.220 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-mirror-19.3.0-4917.g8293d73f.el9.x86_64.rpm 9.4 MB/s | 3.2 MB 00:00 2024-09-16T09:11:52.221 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:52.221 INFO:teuthology.orchestra.run.smithi098.stdout:Total 9.4 MB/s | 3.2 MB 00:00 2024-09-16T09:11:52.222 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:52.231 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:52.231 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:52.281 DEBUG:teuthology.parallel:result is None 2024-09-16T09:11:52.315 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:52.316 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:52.767 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:52.821 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:52.847 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:52.847 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T09:11:52.847 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-16T09:11:52.847 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T09:11:52.847 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T09:11:52.847 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:53.984 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:53.985 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:53.985 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:53.985 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:53.985 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:53.985 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:54.226 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-nbd 2024-09-16T09:11:54.806 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:52 ago on Mon 16 Sep 2024 09:10:02 AM UTC. 2024-09-16T09:11:54.943 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-09-16T09:11:54.943 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:54.943 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd x86_64 2:19.3.0-4917.g8293d73f.el9 ceph 171 k 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 171 k 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 490 k 2024-09-16T09:11:54.944 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-09-16T09:11:55.151 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-nbd-19.3.0-4917.g8293d73f.el9.x86_64.rpm 825 kB/s | 171 kB 00:00 2024-09-16T09:11:55.152 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:11:55.152 INFO:teuthology.orchestra.run.smithi098.stdout:Total 820 kB/s | 171 kB 00:00 2024-09-16T09:11:55.152 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-09-16T09:11:55.160 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-09-16T09:11:55.160 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-09-16T09:11:55.225 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-09-16T09:11:55.226 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-09-16T09:11:55.380 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-09-16T09:11:55.475 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:55.898 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:56.209 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 1/1 2024-09-16T09:11:56.210 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:56.210 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-09-16T09:11:56.210 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd-2:19.3.0-4917.g8293d73f.el9.x86_64 2024-09-16T09:11:56.210 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:11:56.210 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-09-16T09:11:56.490 DEBUG:teuthology.parallel:result is None 2024-09-16T09:11:56.491 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:11:56.642 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-16T09:11:56.668 INFO:teuthology.orchestra.run.smithi083.stdout:19.3.0-4917.g8293d73f.el9 2024-09-16T09:11:56.668 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917.g8293d73f.el9 2024-09-16T09:11:56.669 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917.g8293d73f is installed. 2024-09-16T09:11:56.670 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:11:56.808 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-16T09:11:56.830 INFO:teuthology.orchestra.run.smithi098.stdout:19.3.0-4917.g8293d73f.el9 2024-09-16T09:11:56.830 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917.g8293d73f.el9 2024-09-16T09:11:56.831 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917.g8293d73f is installed. 2024-09-16T09:11:56.832 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:11:56.969 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-16T09:11:56.995 INFO:teuthology.orchestra.run.smithi139.stdout:19.3.0-4917.g8293d73f.el9 2024-09-16T09:11:56.995 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917.g8293d73f.el9 2024-09-16T09:11:56.995 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917.g8293d73f is installed. 2024-09-16T09:11:56.997 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-16T09:11:56.997 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:11:56.997 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T09:11:57.029 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:11:57.029 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T09:11:57.064 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:11:57.064 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T09:11:57.093 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-16T09:11:57.093 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:11:57.093 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T09:11:57.122 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T09:11:57.190 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:11:57.191 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T09:11:57.232 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T09:11:57.297 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:11:57.298 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T09:11:57.327 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T09:11:57.396 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-16T09:11:57.396 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:11:57.396 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T09:11:57.426 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T09:11:57.495 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:11:57.495 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T09:11:57.522 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T09:11:57.587 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:11:57.587 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T09:11:57.613 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T09:11:57.679 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-16T09:11:57.679 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:11:57.679 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T09:11:57.709 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T09:11:57.778 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:11:57.778 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T09:11:57.805 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T09:11:57.874 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:11:57.874 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T09:11:57.899 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T09:11:57.965 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-16T09:11:58.061 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705'} 2024-09-16T09:11:58.062 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:11:58.062 INFO:tasks.cephadm:Cluster fsid is b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:11:58.062 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-16T09:11:58.063 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.83', 'mon.b': '172.21.15.98', 'mon.c': '172.21.15.139'} 2024-09-16T09:11:58.063 INFO:tasks.cephadm:First mon is mon.a on smithi083 2024-09-16T09:11:58.063 INFO:tasks.cephadm:First mgr is a 2024-09-16T09:11:58.063 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-16T09:11:58.063 DEBUG:teuthology.orchestra.run.smithi083:> sudo hostname $(hostname -s) 2024-09-16T09:11:58.093 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-09-16T09:11:58.120 DEBUG:teuthology.orchestra.run.smithi139:> sudo hostname $(hostname -s) 2024-09-16T09:11:58.146 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-16T09:11:58.146 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:11:58.285 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705', '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/83046/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4917-g8293d73f', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4917.g8293d73f'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-13 15:55:14.480698', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-13-1248', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-16T09:11:58.426 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-guits-main-2024-09-13-1248, sha1 8293d73f8690540e843a81caec373f9cc29cf705 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:11:58.427 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/x86_64/flavors/default/cephadm 2024-09-16T09:11:58.428 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/x86_64/flavors/default/cephadm 2024-09-16T09:11:58.428 DEBUG:teuthology.orchestra.run.smithi083:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T09:11:58.801 INFO:teuthology.orchestra.run.smithi083.stdout:-rw-r--r--. 1 ubuntu ubuntu 804182 Sep 16 09:11 /home/ubuntu/cephtest/cephadm 2024-09-16T09:11:58.801 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T09:11:59.172 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-r--r--. 1 ubuntu ubuntu 804182 Sep 16 09:11 /home/ubuntu/cephtest/cephadm 2024-09-16T09:11:59.173 DEBUG:teuthology.orchestra.run.smithi139:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T09:11:59.565 INFO:teuthology.orchestra.run.smithi139.stdout:-rw-r--r--. 1 ubuntu ubuntu 804182 Sep 16 09:11 /home/ubuntu/cephtest/cephadm 2024-09-16T09:11:59.565 DEBUG:teuthology.orchestra.run.smithi083:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T09:11:59.585 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T09:11:59.605 DEBUG:teuthology.orchestra.run.smithi139:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T09:11:59.635 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 on all hosts... 2024-09-16T09:11:59.636 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T09:11:59.638 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T09:11:59.647 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T09:12:01.170 INFO:teuthology.orchestra.run.smithi139.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T09:12:01.211 INFO:teuthology.orchestra.run.smithi083.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T09:12:01.268 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T09:12:33.981 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-09-16T09:12:33.981 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T09:12:33.981 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T09:12:33.981 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2024-09-16T09:12:33.982 INFO:teuthology.orchestra.run.smithi098.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T09:12:33.982 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2024-09-16T09:12:33.982 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-09-16T09:12:50.866 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-16T09:12:50.866 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T09:12:50.866 INFO:teuthology.orchestra.run.smithi083.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T09:12:50.866 INFO:teuthology.orchestra.run.smithi083.stdout: "repo_digests": [ 2024-09-16T09:12:50.866 INFO:teuthology.orchestra.run.smithi083.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T09:12:50.866 INFO:teuthology.orchestra.run.smithi083.stdout: ] 2024-09-16T09:12:50.866 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-16T09:12:53.647 INFO:teuthology.orchestra.run.smithi139.stdout:{ 2024-09-16T09:12:53.647 INFO:teuthology.orchestra.run.smithi139.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T09:12:53.647 INFO:teuthology.orchestra.run.smithi139.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T09:12:53.647 INFO:teuthology.orchestra.run.smithi139.stdout: "repo_digests": [ 2024-09-16T09:12:53.648 INFO:teuthology.orchestra.run.smithi139.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T09:12:53.648 INFO:teuthology.orchestra.run.smithi139.stdout: ] 2024-09-16T09:12:53.648 INFO:teuthology.orchestra.run.smithi139.stdout:} 2024-09-16T09:12:53.673 DEBUG:teuthology.orchestra.run.smithi083:> sudo mkdir -p /etc/ceph 2024-09-16T09:12:53.707 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2024-09-16T09:12:53.740 DEBUG:teuthology.orchestra.run.smithi139:> sudo mkdir -p /etc/ceph 2024-09-16T09:12:53.768 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 777 /etc/ceph 2024-09-16T09:12:53.797 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2024-09-16T09:12:53.826 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 777 /etc/ceph 2024-09-16T09:12:53.850 INFO:tasks.cephadm:Writing seed config... 2024-09-16T09:12:53.851 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-16T09:12:53.851 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-16T09:12:53.851 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-16T09:12:53.852 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-16T09:12:53.852 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-16T09:12:53.852 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-16T09:12:53.852 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-16T09:12:53.852 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-16T09:12:53.852 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-16T09:12:53.853 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:12:53.853 DEBUG:teuthology.orchestra.run.smithi083:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-16T09:12:53.870 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 = b9b10f10-740b-11ef-bceb-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-16T09:12:53.871 DEBUG:teuthology.orchestra.run.smithi083:mon.a> sudo journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.a.service 2024-09-16T09:12:53.913 DEBUG:teuthology.orchestra.run.smithi083:mgr.a> sudo journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.a.service 2024-09-16T09:12:53.958 INFO:tasks.cephadm:Bootstrapping... 2024-09-16T09:12:53.959 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 -v bootstrap --fsid b9b10f10-740b-11ef-bceb-c7b262605968 --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.83 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:12:54.163 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-09-16T09:12:54.163 INFO:teuthology.orchestra.run.smithi083.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705', '-v', 'bootstrap', '--fsid', 'b9b10f10-740b-11ef-bceb-c7b262605968', '--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.83', '--skip-admin-label'] 2024-09-16T09:12:54.163 INFO:teuthology.orchestra.run.smithi083.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-16T09:12:54.163 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying podman|docker is present... 2024-09-16T09:12:54.187 INFO:teuthology.orchestra.run.smithi083.stdout:/bin/podman: stdout 5.2.2 2024-09-16T09:12:54.187 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying lvm2 is present... 2024-09-16T09:12:54.187 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying time synchronization is in place... 2024-09-16T09:12:54.195 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T09:12:54.195 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T09:12:54.201 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T09:12:54.201 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-09-16T09:12:54.208 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout enabled 2024-09-16T09:12:54.214 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout active 2024-09-16T09:12:54.214 INFO:teuthology.orchestra.run.smithi083.stdout:Unit chronyd.service is enabled and running 2024-09-16T09:12:54.214 INFO:teuthology.orchestra.run.smithi083.stdout:Repeating the final host check... 2024-09-16T09:12:54.236 INFO:teuthology.orchestra.run.smithi083.stdout:/bin/podman: stdout 5.2.2 2024-09-16T09:12:54.237 INFO:teuthology.orchestra.run.smithi083.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-16T09:12:54.237 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl is present 2024-09-16T09:12:54.237 INFO:teuthology.orchestra.run.smithi083.stdout:lvcreate is present 2024-09-16T09:12:54.243 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T09:12:54.243 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T09:12:54.249 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T09:12:54.249 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-09-16T09:12:54.256 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout enabled 2024-09-16T09:12:54.262 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout active 2024-09-16T09:12:54.263 INFO:teuthology.orchestra.run.smithi083.stdout:Unit chronyd.service is enabled and running 2024-09-16T09:12:54.263 INFO:teuthology.orchestra.run.smithi083.stdout:Host looks OK 2024-09-16T09:12:54.263 INFO:teuthology.orchestra.run.smithi083.stdout:Cluster fsid: b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:12:54.263 INFO:teuthology.orchestra.run.smithi083.stdout:Acquiring lock 140035174029680 on /run/cephadm/b9b10f10-740b-11ef-bceb-c7b262605968.lock 2024-09-16T09:12:54.263 INFO:teuthology.orchestra.run.smithi083.stdout:Lock 140035174029680 acquired on /run/cephadm/b9b10f10-740b-11ef-bceb-c7b262605968.lock 2024-09-16T09:12:54.263 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying IP 172.21.15.83 port 3300 ... 2024-09-16T09:12:54.264 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying IP 172.21.15.83 port 6789 ... 2024-09-16T09:12:54.264 INFO:teuthology.orchestra.run.smithi083.stdout:Base mon IP(s) is [172.21.15.83:3300, 172.21.15.83:6789], mon addrv is [v2:172.21.15.83:3300,v1:172.21.15.83:6789] 2024-09-16T09:12:54.267 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.83 metric 100 2024-09-16T09:12:54.267 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.83 metric 100 2024-09-16T09:12:54.269 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-16T09:12:54.269 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-16T09:12:54.269 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-16T09:12:54.272 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-16T09:12:54.272 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-16T09:12:54.272 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T09:12:54.272 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-16T09:12:54.272 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:ce91/64 scope link noprefixroute 2024-09-16T09:12:54.272 INFO:teuthology.orchestra.run.smithi083.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T09:12:54.273 INFO:teuthology.orchestra.run.smithi083.stdout:Mon IP `172.21.15.83` is in CIDR network `172.21.0.0/20` 2024-09-16T09:12:54.273 INFO:teuthology.orchestra.run.smithi083.stdout:Mon IP `172.21.15.83` is in CIDR network `172.21.0.0/20` 2024-09-16T09:12:54.273 INFO:teuthology.orchestra.run.smithi083.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-16T09:12:54.273 INFO:teuthology.orchestra.run.smithi083.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-16T09:12:54.273 INFO:teuthology.orchestra.run.smithi083.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T09:12:54.699 INFO:teuthology.orchestra.run.smithi083.stdout:/bin/podman: stdout 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c 2024-09-16T09:12:54.700 INFO:teuthology.orchestra.run.smithi083.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T09:12:54.700 INFO:teuthology.orchestra.run.smithi083.stdout:/bin/podman: stderr Getting image source signatures 2024-09-16T09:12:54.700 INFO:teuthology.orchestra.run.smithi083.stdout:/bin/podman: stderr Copying blob sha256:7b1291ae133cf24c065f94db08f06624ab089b121831fa7f7f15d46063d39776 2024-09-16T09:12:54.700 INFO:teuthology.orchestra.run.smithi083.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-16T09:12:54.700 INFO:teuthology.orchestra.run.smithi083.stdout:/bin/podman: stderr Copying config sha256:425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c 2024-09-16T09:12:54.700 INFO:teuthology.orchestra.run.smithi083.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-16T09:12:55.704 INFO:teuthology.orchestra.run.smithi083.stdout:ceph: stdout ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev) 2024-09-16T09:12:55.704 INFO:teuthology.orchestra.run.smithi083.stdout:Ceph version: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev) 2024-09-16T09:12:55.704 INFO:teuthology.orchestra.run.smithi083.stdout:Extracting ceph user uid/gid from container image... 2024-09-16T09:12:56.751 INFO:teuthology.orchestra.run.smithi083.stdout:stat: stdout 167 167 2024-09-16T09:12:56.751 INFO:teuthology.orchestra.run.smithi083.stdout:Creating initial keys... 2024-09-16T09:12:57.665 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-authtool: stdout AQCZ9udmryQXBRAAu+2K3e/e2/tvalXwpiMgNA== 2024-09-16T09:12:58.587 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-authtool: stdout AQCa9udmfCJqABAAjglw7ns7EqoasMBOHbtDNw== 2024-09-16T09:12:59.593 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-authtool: stdout AQCa9udm9GrjNhAA446XRGhhSlweXNh5xkkzUA== 2024-09-16T09:12:59.594 INFO:teuthology.orchestra.run.smithi083.stdout:Creating initial monmap... 2024-09-16T09:13:00.524 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T09:13:00.524 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-16T09:13:00.524 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:00.525 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T09:13:00.525 INFO:teuthology.orchestra.run.smithi083.stdout:monmaptool for a [v2:172.21.15.83:3300,v1:172.21.15.83:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T09:13:00.525 INFO:teuthology.orchestra.run.smithi083.stdout:setting min_mon_release = quincy 2024-09-16T09:13:00.525 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: set fsid to b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:00.525 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T09:13:00.525 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:13:00.525 INFO:teuthology.orchestra.run.smithi083.stdout:Creating mon... 2024-09-16T09:13:08.293 INFO:teuthology.orchestra.run.smithi083.stdout:create mon.a on 2024-09-16T09:13:08.840 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-16T09:13:09.236 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-16T09:13:09.549 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b9b10f10-740b-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-b9b10f10-740b-11ef-bceb-c7b262605968.target. 2024-09-16T09:13:09.550 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b9b10f10-740b-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-b9b10f10-740b-11ef-bceb-c7b262605968.target. 2024-09-16T09:13:09.787 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.a 2024-09-16T09:13:09.787 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-16T09:13:09.952 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b9b10f10-740b-11ef-bceb-c7b262605968.target.wants/ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-b9b10f10-740b-11ef-bceb-c7b262605968@.service. 2024-09-16T09:13:10.444 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:10 smithi083 podman[29887]: 2024-09-16 09:13:10.402136326 +0000 UTC m=+0.328895782 container start ff2d79e5fa4d5b8e153ddc85497b059fb0ebc9c4c950a7cc29c0e6aa16c9fcd3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-16T09:13:10.494 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T09:13:10.494 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout disabled 2024-09-16T09:13:10.501 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T09:13:10.501 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-09-16T09:13:10.501 INFO:teuthology.orchestra.run.smithi083.stdout:firewalld.service is not enabled 2024-09-16T09:13:10.501 INFO:teuthology.orchestra.run.smithi083.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T09:13:10.502 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mon to start... 2024-09-16T09:13:10.502 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mon... 2024-09-16T09:13:10.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:10 smithi083 ceph-mon[29925]: mkfs b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:10.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:10 smithi083 ceph-mon[29925]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T09:13:10.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:10 smithi083 bash[29887]: ff2d79e5fa4d5b8e153ddc85497b059fb0ebc9c4c950a7cc29c0e6aa16c9fcd3 2024-09-16T09:13:10.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:10 smithi083 systemd[1]: Started Ceph mon.a for b9b10f10-740b-11ef-bceb-c7b262605968. 2024-09-16T09:13:11.540 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T09:13:11.540 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: monmap epoch 1 2024-09-16T09:13:11.540 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:11.540 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: last_changed 2024-09-16T09:12:59.949250+0000 2024-09-16T09:13:11.540 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: created 2024-09-16T09:12:59.949250+0000 2024-09-16T09:13:11.540 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: min_mon_release 19 (squid) 2024-09-16T09:13:11.540 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: election_strategy: 1 2024-09-16T09:13:11.540 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-16T09:13:11.540 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: fsmap 2024-09-16T09:13:11.540 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: osdmap e1: 0 total, 0 up, 0 in 2024-09-16T09:13:11.541 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: mgrmap e1: no daemons active 2024-09-16T09:13:11.541 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:11 smithi083 ceph-mon[29925]: from='client.? 172.21.15.83:0/4045327358' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-16T09:13:11.542 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout cluster: 2024-09-16T09:13:11.544 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout id: b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:11.544 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-16T09:13:11.544 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:11.544 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout services: 2024-09-16T09:13:11.544 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.560805s) 2024-09-16T09:13:11.544 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-16T09:13:11.544 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-16T09:13:11.545 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:11.545 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout data: 2024-09-16T09:13:11.545 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-16T09:13:11.545 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-16T09:13:11.545 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-16T09:13:11.545 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout pgs: 2024-09-16T09:13:11.545 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:11.545 INFO:teuthology.orchestra.run.smithi083.stdout:mon is available 2024-09-16T09:13:11.545 INFO:teuthology.orchestra.run.smithi083.stdout:Assimilating anything we can from ceph.conf... 2024-09-16T09:13:12.576 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:12.576 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T09:13:12.576 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout fsid = b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:12.576 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-16T09:13:12.576 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.83:3300,v1:172.21.15.83:6789] 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T09:13:12.577 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T09:13:12.578 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T09:13:12.578 INFO:teuthology.orchestra.run.smithi083.stdout:Generating new minimal ceph.conf... 2024-09-16T09:13:12.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:12 smithi083 ceph-mon[29925]: from='client.? 172.21.15.83:0/2031263853' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T09:13:12.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:12 smithi083 ceph-mon[29925]: from='client.? 172.21.15.83:0/2031263853' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T09:13:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:Restarting the monitor... 2024-09-16T09:13:13.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:13 smithi083 ceph-mon[29925]: from='client.? 172.21.15.83:0/4282227922' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:13:13.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:13 smithi083 systemd[1]: Stopping Ceph mon.a for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:13:14.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:13 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a[29902]: 2024-09-16T09:13:13.856+0000 7fce374dc640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T09:13:14.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:13 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a[29902]: 2024-09-16T09:13:13.856+0000 7fce374dc640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-16T09:13:14.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:13 smithi083 podman[30244]: 2024-09-16 09:13:13.960215094 +0000 UTC m=+0.203906121 container died ff2d79e5fa4d5b8e153ddc85497b059fb0ebc9c4c950a7cc29c0e6aa16c9fcd3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-16T09:13:14.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:14 smithi083 podman[30244]: 2024-09-16 09:13:14.304983592 +0000 UTC m=+0.548674615 container cleanup ff2d79e5fa4d5b8e153ddc85497b059fb0ebc9c4c950a7cc29c0e6aa16c9fcd3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:13:14.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:14 smithi083 bash[30244]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a 2024-09-16T09:13:14.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:14 smithi083 podman[30261]: 2024-09-16 09:13:14.572575831 +0000 UTC m=+0.609388470 container remove ff2d79e5fa4d5b8e153ddc85497b059fb0ebc9c4c950a7cc29c0e6aa16c9fcd3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True) 2024-09-16T09:13:14.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:14 smithi083 systemd[1]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-16T09:13:14.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:14 smithi083 systemd[1]: Stopped Ceph mon.a for b9b10f10-740b-11ef-bceb-c7b262605968. 2024-09-16T09:13:14.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:14 smithi083 systemd[1]: Starting Ceph mon.a for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:13:15.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:14 smithi083 podman[30361]: 2024-09-16 09:13:14.828045531 +0000 UTC m=+0.015774567 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:13:16.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:16 smithi083 podman[30361]: 2024-09-16 09:13:16.01972326 +0000 UTC m=+1.207452289 container create 59fde2f60b248b39a816f413b2fea18cc01ab79261075e7dd66992f554aab76a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux ) 2024-09-16T09:13:18.053 INFO:teuthology.orchestra.run.smithi083.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-16T09:13:18.345 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 podman[30361]: 2024-09-16 09:13:17.956829127 +0000 UTC m=+3.144558155 container init 59fde2f60b248b39a816f413b2fea18cc01ab79261075e7dd66992f554aab76a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 podman[30361]: 2024-09-16 09:13:17.962851765 +0000 UTC m=+3.150580794 container start 59fde2f60b248b39a816f413b2fea18cc01ab79261075e7dd66992f554aab76a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 7 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: pidfile_write: ignore empty --pid-file 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: load: jerasure load: lrc 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: RocksDB version: 7.9.2 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Git sha 0 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: DB SUMMARY 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: DB Session ID: 1YQUK7QA5UZXW6AWARTS 2024-09-16T09:13:18.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: CURRENT file: CURRENT 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88816 ; 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.error_if_exists: 0 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.create_if_missing: 0 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.paranoid_checks: 1 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.env: 0x56327873c120 2024-09-16T09:13:18.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.info_log: 0x56327ac6d700 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.statistics: (nil) 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.use_fsync: 0 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_log_file_size: 0 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.allow_fallocate: 1 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T09:13:18.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.use_direct_reads: 0 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.db_log_dir: 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.wal_dir: 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T09:13:18.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.write_buffer_manager: 0x56327ac71b80 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.unordered_write: 0 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T09:13:18.350 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T09:13:18.351 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T09:13:18.351 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T09:13:18.351 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.row_cache: None 2024-09-16T09:13:18.351 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.wal_filter: None 2024-09-16T09:13:18.352 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T09:13:18.352 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T09:13:18.352 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.two_write_queues: 0 2024-09-16T09:13:18.352 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T09:13:18.352 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.wal_compression: 0 2024-09-16T09:13:18.352 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.atomic_flush: 0 2024-09-16T09:13:18.352 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.log_readahead_size: 0 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_background_jobs: 2 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_background_compactions: -1 2024-09-16T09:13:18.353 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_subcompactions: 1 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_open_files: -1 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T09:13:18.354 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_background_flushes: -1 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Compression algorithms supported: 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: kZSTD supported: 0 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: kXpressCompression supported: 0 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: kBZip2Compression supported: 0 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: kLZ4Compression supported: 1 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: kZlibCompression supported: 1 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: kSnappyCompression supported: 1 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-16T09:13:18.355 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.merge_operator: 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_filter: None 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56327ac6d320) 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout: cache_index_and_filter_blocks: 1 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout: pin_top_level_index_and_filter: 1 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout: index_type: 0 2024-09-16T09:13:18.356 INFO:journalctl@ceph.mon.a.smithi083.stdout: data_block_index_type: 0 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: index_shortening: 1 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: checksum: 4 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: no_block_cache: 0 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: block_cache: 0x56327ac61610 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: block_cache_name: BinnedLRUCache 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: block_cache_options: 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: capacity : 536870912 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: num_shard_bits : 4 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: strict_capacity_limit : 0 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: high_pri_pool_ratio: 0.000 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: block_cache_compressed: (nil) 2024-09-16T09:13:18.357 INFO:journalctl@ceph.mon.a.smithi083.stdout: persistent_cache: (nil) 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: block_size: 4096 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: block_size_deviation: 10 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: block_restart_interval: 16 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: index_block_restart_interval: 1 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: metadata_block_size: 4096 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: partition_filters: 0 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: use_delta_encoding: 1 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: filter_policy: bloomfilter 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: whole_key_filtering: 1 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: verify_compression: 0 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: read_amp_bytes_per_bit: 0 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: format_version: 5 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: enable_index_compression: 1 2024-09-16T09:13:18.358 INFO:journalctl@ceph.mon.a.smithi083.stdout: block_align: 0 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout: max_auto_readahead_size: 262144 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout: prepopulate_block_cache: 0 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout: initial_auto_readahead_size: 8192 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compression: NoCompression 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.num_levels: 7 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T09:13:18.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T09:13:18.360 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T09:13:18.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T09:13:18.362 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.inplace_update_support: 0 2024-09-16T09:13:18.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.bloom_locality: 0 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.max_successive_merges: 0 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.ttl: 2592000 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T09:13:18.364 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.enable_blob_files: false 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.min_blob_size: 0 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-16T09:13:18.365 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 55b86186-1d5d-4d99-ae4b-2fc1b0912135 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726477997993499, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726477997994541, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85561, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83708, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10145, "raw_average_key_size": 46, "raw_value_size": 77848, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726477997, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "55b86186-1d5d-4d99-ae4b-2fc1b0912135", "db_session_id": "1YQUK7QA5UZXW6AWARTS", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726477997994626, "job": 1, "event": "recovery_finished"} 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56327ac90e00 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: DB pointer 0x56327ad92000 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout: ** DB Stats ** 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:13:18.366 INFO:journalctl@ceph.mon.a.smithi083.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: ** Compaction Stats [default] ** 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: L0 2/0 85.42 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: Sum 2/0 85.42 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.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 114.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T09:13:18.367 INFO:journalctl@ceph.mon.a.smithi083.stdout: 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.stdout: ** Compaction Stats [default] ** 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.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 114.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.stdout: 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.stdout: 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T09:13:18.368 INFO:journalctl@ceph.mon.a.smithi083.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout: Cumulative compaction: 0.00 GB write, 22.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout: Interval compaction: 0.00 GB write, 22.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout: Block cache BinnedLRUCache@0x56327ac61610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout: 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: starting mon.a rank 0 at public addrs [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] at bind addrs [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: mon.a@-1(???) e1 preinit fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: mon.a@-1(???).mds e1 new map 2024-09-16T09:13:18.369 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: mon.a@-1(???).mds e1 print_map 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout: e1 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout: btime 2024-09-16T09:13:10:440757+0000 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout: legacy client fscid: -1 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout: 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout: No filesystems configured 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:17 smithi083 ceph-mon[30398]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 bash[30361]: 59fde2f60b248b39a816f413b2fea18cc01ab79261075e7dd66992f554aab76a 2024-09-16T09:13:18.370 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 systemd[1]: Started Ceph mon.a for b9b10f10-740b-11ef-bceb-c7b262605968. 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: monmap epoch 1 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: last_changed 2024-09-16T09:12:59.949250+0000 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: created 2024-09-16T09:12:59.949250+0000 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: min_mon_release 19 (squid) 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: election_strategy: 1 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: fsmap 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: osdmap e1: 0 total, 0 up, 0 in 2024-09-16T09:13:18.371 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:18 smithi083 ceph-mon[30398]: mgrmap e1: no daemons active 2024-09-16T09:13:19.640 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:19 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/877234160' entity='client.admin' 2024-09-16T09:13:19.643 INFO:teuthology.orchestra.run.smithi083.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-16T09:13:19.663 INFO:teuthology.orchestra.run.smithi083.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:13:19.664 INFO:teuthology.orchestra.run.smithi083.stdout:Creating mgr... 2024-09-16T09:13:19.664 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-16T09:13:19.665 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-16T09:13:19.914 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.a 2024-09-16T09:13:19.915 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-16T09:13:20.059 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b9b10f10-740b-11ef-bceb-c7b262605968.target.wants/ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-b9b10f10-740b-11ef-bceb-c7b262605968@.service. 2024-09-16T09:13:20.299 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:20 smithi083 systemd[1]: Starting Ceph mgr.a for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:13:20.577 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:20 smithi083 podman[30634]: 2024-09-16 09:13:20.200614737 +0000 UTC m=+0.027984257 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:13:20.577 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:20 smithi083 podman[30634]: 2024-09-16 09:13:20.303062374 +0000 UTC m=+0.130431925 container create a9b7de7c15831bed074733af780b629678b2fb38a0bb38bc7975d733b397c482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:13:20.577 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:20 smithi083 podman[30634]: 2024-09-16 09:13:20.518390337 +0000 UTC m=+0.345759854 container init a9b7de7c15831bed074733af780b629678b2fb38a0bb38bc7975d733b397c482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-16T09:13:20.577 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:20 smithi083 podman[30634]: 2024-09-16 09:13:20.523694613 +0000 UTC m=+0.351064120 container start a9b7de7c15831bed074733af780b629678b2fb38a0bb38bc7975d733b397c482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-16T09:13:20.577 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:20 smithi083 bash[30634]: a9b7de7c15831bed074733af780b629678b2fb38a0bb38bc7975d733b397c482 2024-09-16T09:13:20.591 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T09:13:20.592 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout disabled 2024-09-16T09:13:20.599 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T09:13:20.599 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-09-16T09:13:20.599 INFO:teuthology.orchestra.run.smithi083.stdout:firewalld.service is not enabled 2024-09-16T09:13:20.599 INFO:teuthology.orchestra.run.smithi083.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T09:13:20.607 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T09:13:20.607 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout disabled 2024-09-16T09:13:20.615 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T09:13:20.615 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-09-16T09:13:20.615 INFO:teuthology.orchestra.run.smithi083.stdout:firewalld.service is not enabled 2024-09-16T09:13:20.615 INFO:teuthology.orchestra.run.smithi083.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-16T09:13:20.615 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mgr to start... 2024-09-16T09:13:20.615 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mgr... 2024-09-16T09:13:20.852 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:20 smithi083 systemd[1]: Started Ceph mgr.a for b9b10f10-740b-11ef-bceb-c7b262605968. 2024-09-16T09:13:21.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:21 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/1896987200' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T09:13:21.724 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:21.724 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsid": "b9b10f10-740b-11ef-bceb-c7b262605968", 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 0 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-09-16T09:13:21.725 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T09:13:21.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T09:13:10:440757+0000", 2024-09-16T09:13:21.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:21.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T09:13:10.441440+0000", 2024-09-16T09:13:21.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T09:13:21.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:21.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T09:13:21.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-09-16T09:13:21.729 INFO:teuthology.orchestra.run.smithi083.stdout:mgr not available, waiting (1/15)... 2024-09-16T09:13:24.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:24 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2642695297' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T09:13:25.501 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:25.504 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-09-16T09:13:25.504 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsid": "b9b10f10-740b-11ef-bceb-c7b262605968", 2024-09-16T09:13:25.504 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T09:13:25.504 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T09:13:25.504 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T09:13:25.504 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T09:13:25.504 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:25.504 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T09:13:25.504 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T09:13:25.504 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 0 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T09:13:25.505 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T09:13:25.506 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T09:13:25.506 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T09:13:25.506 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T09:13:25.506 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T09:13:25.509 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:25.509 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T09:13:25.509 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T09:13:25.509 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T09:13:25.509 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T09:13:25.509 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T09:13:25.509 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T09:13:25.510 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T09:13:25.510 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T09:13:25.512 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T09:13:25.512 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:25.512 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T09:13:25.512 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:25.512 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T09:13:10:440757+0000", 2024-09-16T09:13:25.512 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T09:13:25.512 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T09:13:25.512 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T09:13:10.441440+0000", 2024-09-16T09:13:25.513 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T09:13:25.514 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:25.514 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T09:13:25.514 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-09-16T09:13:25.514 INFO:teuthology.orchestra.run.smithi083.stdout:mgr not available, waiting (2/15)... 2024-09-16T09:13:26.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: Activating manager daemon a 2024-09-16T09:13:26.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: mgrmap e2: a(active, starting, since 0.00319649s) 2024-09-16T09:13:26.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: from='mgr.14100 172.21.15.83:0/424232155' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T09:13:26.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: from='mgr.14100 172.21.15.83:0/424232155' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T09:13:26.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: from='mgr.14100 172.21.15.83:0/424232155' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T09:13:26.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: from='mgr.14100 172.21.15.83:0/424232155' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:13:26.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: from='mgr.14100 172.21.15.83:0/424232155' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T09:13:26.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: Manager daemon a is now available 2024-09-16T09:13:26.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: from='mgr.14100 172.21.15.83:0/424232155' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T09:13:26.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: from='mgr.14100 172.21.15.83:0/424232155' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T09:13:26.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: from='mgr.14100 172.21.15.83:0/424232155' entity='mgr.a' 2024-09-16T09:13:26.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: from='mgr.14100 172.21.15.83:0/424232155' entity='mgr.a' 2024-09-16T09:13:26.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:25 smithi083 ceph-mon[30398]: from='mgr.14100 172.21.15.83:0/424232155' entity='mgr.a' 2024-09-16T09:13:27.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:27 smithi083 ceph-mon[30398]: mgrmap e3: a(active, since 1.00732s) 2024-09-16T09:13:28.718 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:28.719 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-09-16T09:13:28.719 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsid": "b9b10f10-740b-11ef-bceb-c7b262605968", 2024-09-16T09:13:28.719 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T09:13:28.719 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T09:13:28.719 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T09:13:28.719 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T09:13:28.719 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:28.719 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T09:13:28.720 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T09:13:28.720 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 0 2024-09-16T09:13:28.720 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-09-16T09:13:28.720 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T09:13:28.720 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T09:13:28.720 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-09-16T09:13:28.720 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-16T09:13:28.720 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T09:13:28.721 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:28.721 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T09:13:28.721 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T09:13:28.721 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:28.721 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T09:13:28.721 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:28.721 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T09:13:28.721 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T09:13:28.721 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T09:13:28.721 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T09:13:28.722 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T09:13:28.722 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T09:13:28.726 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:28.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T09:13:28.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T09:13:28.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T09:13:28.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T09:13:28.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T09:13:28.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T09:13:28.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T09:13:28.727 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T09:13:28.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T09:13:28.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:28.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T09:13:28.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:28.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T09:13:10:440757+0000", 2024-09-16T09:13:28.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T09:13:28.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T09:13:28.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:28.728 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T09:13:28.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T09:13:28.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T09:13:28.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T09:13:28.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T09:13:28.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T09:13:28.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T09:13:28.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-09-16T09:13:28.729 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T09:13:28.730 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:28.730 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T09:13:28.730 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T09:13:28.730 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T09:13:10.441440+0000", 2024-09-16T09:13:28.730 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T09:13:28.730 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-09-16T09:13:28.730 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T09:13:28.730 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-09-16T09:13:28.730 INFO:teuthology.orchestra.run.smithi083.stdout:mgr is available 2024-09-16T09:13:28.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:28 smithi083 ceph-mon[30398]: mgrmap e4: a(active, since 2s) 2024-09-16T09:13:28.806 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:28 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/3518418407' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T09:13:29.844 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:29 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2042125121' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T09:13:29.844 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:29 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2042125121' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T09:13:29.848 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:29.848 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T09:13:29.848 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout fsid = b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:29.848 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-16T09:13:29.848 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.83:3300,v1:172.21.15.83:6789] 2024-09-16T09:13:29.848 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T09:13:29.848 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T09:13:29.848 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T09:13:29.849 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T09:13:29.849 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:29.849 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T09:13:29.849 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T09:13:29.849 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-09-16T09:13:29.849 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T09:13:29.849 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T09:13:29.849 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T09:13:29.849 INFO:teuthology.orchestra.run.smithi083.stdout:Enabling cephadm module... 2024-09-16T09:13:30.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:30 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2961446013' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-16T09:13:30.905 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:30 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ignoring --setuser ceph since I am not root 2024-09-16T09:13:30.905 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:30 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ignoring --setgroup ceph since I am not root 2024-09-16T09:13:31.781 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:31 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2961446013' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-16T09:13:31.782 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:31 smithi083 ceph-mon[30398]: mgrmap e5: a(active, since 5s) 2024-09-16T09:13:32.360 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-09-16T09:13:32.360 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-16T09:13:32.360 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T09:13:32.360 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-16T09:13:32.360 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T09:13:32.360 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-09-16T09:13:32.360 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for the mgr to restart... 2024-09-16T09:13:32.360 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mgr epoch 5... 2024-09-16T09:13:32.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:32 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/1983733712' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T09:13:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:35 smithi083 ceph-mon[30398]: Active manager daemon a restarted 2024-09-16T09:13:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:35 smithi083 ceph-mon[30398]: Activating manager daemon a 2024-09-16T09:13:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:35 smithi083 ceph-mon[30398]: osdmap e2: 0 total, 0 up, 0 in 2024-09-16T09:13:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:35 smithi083 ceph-mon[30398]: mgrmap e6: a(active, starting, since 0.00360391s) 2024-09-16T09:13:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:35 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:13:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:35 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T09:13:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:35 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T09:13:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:35 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T09:13:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:35 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T09:13:36.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:35 smithi083 ceph-mon[30398]: Manager daemon a is now available 2024-09-16T09:13:37.224 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-09-16T09:13:37.225 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-16T09:13:37.225 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T09:13:37.225 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-09-16T09:13:37.225 INFO:teuthology.orchestra.run.smithi083.stdout:mgr epoch 5 is available 2024-09-16T09:13:37.225 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying orchestrator module is enabled... 2024-09-16T09:13:37.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:37.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:37.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: Found migration_current of "None". Setting to last migration. 2024-09-16T09:13:37.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:37.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:37.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:13:37.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:13:37.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T09:13:37.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: mgrmap e7: a(active, since 1.00603s) 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: 2024-09-16T09:13:37.261+0000 7ff8539a5640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:09:13:37] ENGINE Error in HTTPServer.serve 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: Traceback (most recent call last): 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self._connections.run(self.expiration_interval) 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self._run(expiration_interval) 2024-09-16T09:13:37.475 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: s = self.context.wrap_socket( 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: return self.sslsocket_class._create( 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self.do_handshake() 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self._sslobj.do_handshake() 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:13:37.476 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:37 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: 2024-09-16T09:13:38.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:38 smithi083 ceph-mon[30398]: [16/Sep/2024:09:13:37] ENGINE Bus STARTING 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:38 smithi083 ceph-mon[30398]: [16/Sep/2024:09:13:37] ENGINE Serving on http://172.21.15.83:8765 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:38 smithi083 ceph-mon[30398]: [16/Sep/2024:09:13:37] ENGINE Serving on https://172.21.15.83:7150 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:38 smithi083 ceph-mon[30398]: [16/Sep/2024:09:13:37] ENGINE Bus STARTED 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:38 smithi083 ceph-mon[30398]: [16/Sep/2024:09:13:37] ENGINE Error in HTTPServer.serve 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: Traceback (most recent call last): 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: self._run(expiration_interval) 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:13:38.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: s = self.context.wrap_socket( 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: return self.sslsocket_class._create( 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: self.do_handshake() 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: self._sslobj.do_handshake() 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:13:38.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:38 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/3820351331' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-16T09:13:38.931 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-16T09:13:38.932 INFO:teuthology.orchestra.run.smithi083.stdout:Setting orchestrator backend to cephadm... 2024-09-16T09:13:39.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:39 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/3820351331' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-16T09:13:39.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:39 smithi083 ceph-mon[30398]: mgrmap e8: a(active, since 2s) 2024-09-16T09:13:40.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:40 smithi083 ceph-mon[30398]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:13:40.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:40 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:40.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:40 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:13:41.143 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-16T09:13:41.143 INFO:teuthology.orchestra.run.smithi083.stdout:Generating ssh key... 2024-09-16T09:13:41.896 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-mon[30398]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: Generating public/private rsa key pair. 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: Your identification has been saved in /tmp/tmpz0p_5g19/key 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: Your public key has been saved in /tmp/tmpz0p_5g19/key.pub 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: The key fingerprint is: 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: SHA256:ipU3qp0GKS9Z0IwISCJ1Wk9WCupOCURPSkt8nvqiS5E ceph-b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: The key's randomart image is: 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: +---[RSA 3072]----+ 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: |BB..+ o.. | 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: |O.=* = . | 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: |o+==. o | 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: |.o++o . | 2024-09-16T09:13:42.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: | E=. .o S | 2024-09-16T09:13:42.156 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: | +o +o + . | 2024-09-16T09:13:42.156 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: | .o=..o | 2024-09-16T09:13:42.156 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: |..o..o.. | 2024-09-16T09:13:42.156 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: |+.....o | 2024-09-16T09:13:42.156 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:41 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: +----[SHA256]-----+ 2024-09-16T09:13:43.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:42 smithi083 ceph-mon[30398]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:13:43.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:42 smithi083 ceph-mon[30398]: Generating ssh key... 2024-09-16T09:13:43.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:42 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:43.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:42 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:43.581 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVUz9t0wTZwy+sCxgJP5BlHG42ws2FVPmKsyNCV+4egpkqI5Mg4fhbB1axbEZbtaPP4bIzIwhELPOoRuZfusYWuVWuY3x2yYdy5v2/yjg6ufhcUUfZycZm07jWqLE/6X9fkPZWVhHGyppbFwbSALnCxhmI83oiV9+guyB+TtVmz3Wrg3W/dIv65ERPFKmi7bwk1NThGZmj7Ym6q+S4PFUDLNDCEpHULHehJn1qPwDQOBvcH6OpUND8WJh1dIY+PbxwiqRZcKJdZw810OyQuhp2nKSrAvLCMWwIXweUN4RjRrUdmR041FXXojZW4xCkGeFkKiWTn1SFgQRXW+2411wGpaOBbxt/THqSmgVbJV62BVa0c+Zp2SV2PbdySiLGJ3ednSkvt8L6tjjXF0/T80QFQ9btjcWktN05Dc5c/K9o97Swhg55Tx71YRVnMguE9IU7akNn0X/K8p5I6MQD7+j84P8pGjUSxb7cQ9Mu/4vT7Ld+IXNO6VcmWaeGDZAKMoM= ceph-b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:13:43.581 INFO:teuthology.orchestra.run.smithi083.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-16T09:13:43.581 INFO:teuthology.orchestra.run.smithi083.stdout:Adding key to root@localhost authorized_keys... 2024-09-16T09:13:43.586 INFO:teuthology.orchestra.run.smithi083.stdout:Adding host smithi083... 2024-09-16T09:13:44.031 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:43 smithi083 ceph-mon[30398]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:13:45.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:44 smithi083 ceph-mon[30398]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi083", "addr": "172.21.15.83", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:13:46.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:45 smithi083 ceph-mon[30398]: Deploying cephadm binary to smithi083 2024-09-16T09:13:47.956 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout Added host 'smithi083' with addr '172.21.15.83' 2024-09-16T09:13:47.956 INFO:teuthology.orchestra.run.smithi083.stdout:Deploying unmanaged mon service... 2024-09-16T09:13:48.618 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:48 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:48.619 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:48 smithi083 ceph-mon[30398]: Added host smithi083 2024-09-16T09:13:48.619 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:48 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:13:50.003 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-16T09:13:50.004 INFO:teuthology.orchestra.run.smithi083.stdout:Deploying unmanaged mgr service... 2024-09-16T09:13:50.118 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:49 smithi083 ceph-mon[30398]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:13:50.118 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:49 smithi083 ceph-mon[30398]: Saving service mon spec with placement count:5 2024-09-16T09:13:50.119 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:49 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:50.119 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:49 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:51.369 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-16T09:13:51.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:51 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:51.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:51 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:52.475 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:52 smithi083 ceph-mon[30398]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:13:52.475 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:52 smithi083 ceph-mon[30398]: Saving service mgr spec with placement count:2 2024-09-16T09:13:52.476 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:52 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/3564912507' entity='client.admin' 2024-09-16T09:13:53.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:53 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:53.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:53 smithi083 ceph-mon[30398]: from='mgr.14118 172.21.15.83:0/433626034' entity='mgr.a' 2024-09-16T09:13:53.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:53 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/3873398293' entity='client.admin' 2024-09-16T09:13:53.909 INFO:teuthology.orchestra.run.smithi083.stdout:Enabling the dashboard module... 2024-09-16T09:13:54.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:54 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/811909529' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-16T09:13:54.905 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:54 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ignoring --setuser ceph since I am not root 2024-09-16T09:13:54.905 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:13:54 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ignoring --setgroup ceph since I am not root 2024-09-16T09:13:55.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:55 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/811909529' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-16T09:13:55.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:55 smithi083 ceph-mon[30398]: mgrmap e9: a(active, since 18s) 2024-09-16T09:13:56.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:56 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/1532951671' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T09:13:57.004 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-09-16T09:13:57.004 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-16T09:13:57.004 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T09:13:57.004 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-16T09:13:57.004 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T09:13:57.004 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-09-16T09:13:57.005 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for the mgr to restart... 2024-09-16T09:13:57.005 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mgr epoch 9... 2024-09-16T09:14:00.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:59 smithi083 ceph-mon[30398]: Active manager daemon a restarted 2024-09-16T09:14:00.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:59 smithi083 ceph-mon[30398]: Activating manager daemon a 2024-09-16T09:14:00.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:59 smithi083 ceph-mon[30398]: osdmap e3: 0 total, 0 up, 0 in 2024-09-16T09:14:00.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:59 smithi083 ceph-mon[30398]: mgrmap e10: a(active, starting, since 0.00335853s) 2024-09-16T09:14:00.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:59 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:14:00.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:59 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T09:14:00.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:59 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T09:14:00.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:59 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T09:14:00.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:59 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T09:14:00.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:13:59 smithi083 ceph-mon[30398]: Manager daemon a is now available 2024-09-16T09:14:01.027 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:01.027 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T09:14:01.027 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T09:14:01.027 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:00 smithi083 ceph-mon[30398]: mgrmap e11: a(active, since 1.00621s) 2024-09-16T09:14:01.405 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: 2024-09-16T09:14:01.203+0000 7f75062cd640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:09:14:01] ENGINE Error in HTTPServer.serve 2024-09-16T09:14:01.405 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: Traceback (most recent call last): 2024-09-16T09:14:01.405 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:14:01.405 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self._connections.run(self.expiration_interval) 2024-09-16T09:14:01.405 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:14:01.405 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self._run(expiration_interval) 2024-09-16T09:14:01.405 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:14:01.405 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: s = self.context.wrap_socket( 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: return self.sslsocket_class._create( 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self.do_handshake() 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self._sslobj.do_handshake() 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:14:01.406 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:14:01 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: 2024-09-16T09:14:01.698 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-09-16T09:14:01.698 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-16T09:14:01.698 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T09:14:01.698 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-09-16T09:14:01.699 INFO:teuthology.orchestra.run.smithi083.stdout:mgr epoch 9 is available 2024-09-16T09:14:01.699 INFO:teuthology.orchestra.run.smithi083.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-16T09:14:02.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:02 smithi083 ceph-mon[30398]: [16/Sep/2024:09:14:01] ENGINE Bus STARTING 2024-09-16T09:14:02.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:02 smithi083 ceph-mon[30398]: [16/Sep/2024:09:14:01] ENGINE Serving on https://172.21.15.83:7150 2024-09-16T09:14:02.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:02 smithi083 ceph-mon[30398]: [16/Sep/2024:09:14:01] ENGINE Error in HTTPServer.serve 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: Traceback (most recent call last): 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: self._run(expiration_interval) 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: s = self.context.wrap_socket( 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: return self.sslsocket_class._create( 2024-09-16T09:14:02.655 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:14:02.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: self.do_handshake() 2024-09-16T09:14:02.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:14:02.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: self._sslobj.do_handshake() 2024-09-16T09:14:02.656 INFO:journalctl@ceph.mon.a.smithi083.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:14:02.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:02 smithi083 ceph-mon[30398]: [16/Sep/2024:09:14:01] ENGINE Serving on http://172.21.15.83:8765 2024-09-16T09:14:02.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:02 smithi083 ceph-mon[30398]: [16/Sep/2024:09:14:01] ENGINE Bus STARTED 2024-09-16T09:14:02.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:02 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:02.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:02 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:03.566 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFEDCCAvigAwIBAgIUW1unh3ivbdAdlSwlt+SoxjVCl50wDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxNjA5MTQwM1oXDTM0\nMDkxNzA5MTQwM1owFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjgzMIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7MMkkGo14rZjgJDazgdBrj5zKlEUC8IUxFfv\n9ZtlFtgo6zMZjLClJAqknfooqVXywGgzES43GnZuIWBjxWhHasRlyHIJSNyqs78o\nx52EjkwdnrsxYdlJYr1UZTQFVubdWyinOhF3Ljk2lsflRSvZLhizDtigqeBb1UFv\nKGOI83hmklFiOacTV90LuOojjbrx/5Ij2RrqORtoG8ipdZqsL5XM8emDM8diZYOb\n6tuQW8thWJKEzUs5HhYSF06YPbOz8Xe1rnAhWOaGWWb/S5bRe6NZHEdkVRvv4Hll\nMPw6BdqosvVoaYeFlkQm1E4u5pdXHGan8x9SLsq8lVvRs17lpEjo4oSPPgO39cNP\nPMAZPydL7c3DnUIZaHPN7MKKZJ6T/5cpFIni2czUgWcaZg44+isltmHz2NilGJ/P\nuQSFL+zD/EZYuSuCS+udNLDkXlMgsIOBosA8wBAHd1FjkTiYdUopzWCvfxWBl2OZ\nUK0dV7zmuHr+f7JvS1WNbmpyiowE8KKSBHWJU6tjr3P39j/LzsgqcSv4yWdDQGL7\njjnL28zuvL8zAoro8LdZDGmIZWM1oSzi0GqWsogf3fExgVquQKQF5sZYZ7UUG8kZ\nO6DFILD3bABS4UuHudboMwOlYuqi+54bPBQwLlp6cug07ifaCzhOeJv7Ae0Mbkwa\nZ4qK0QUCAwEAAaNUMFIwQgYDVR0RBDswOYIec21pdGhpMDgzLmZyb250LnNlcGlh\nLmNlcGguY29tghFkYXNoYm9hcmRfc2VydmVyc4cErBUPUzAMBgNVHRMBAf8EAjAA\nMA0GCSqGSIb3DQEBCwUAA4ICAQAJLBVJsGLJRpPEdspRvMuIaXCuaEqnUMTO4kQf\nPu/lnLaoKySaZaF3rwu1NOKAcO98bjL0fU2JJcyZdC/GjXMS4mEFU9/phe4eXKsY\nC0LF4vg59Ug0sCIA3giJhvRq6lYjgdC3aWpEv0HCODd0rb1Dr0o0wsRa3N8FlfVf\nRqEsLa/FzKfOFSRcBUwNurSeKhG5rp+c5XGhLnE6PzkFghkGq3mB8N0ciGEYb0cW\nDSlByBuo0AOPAdme0TASIHBOdPmOTShjgq5DMN46o8MxUsNCnbBSZ1TFi+M+RdGH\nJJtf/YnPjUphjkJbc0uWTrzD64/OVmi6zktYQEmye6Se7wm2uu3N525ca0wpyjbr\nSuCw28+LALr69sHHrOxxlYQiMe+H//Vutq3dNH0RfxfCJMLjRy5ZhwX8IoZs2aUi\nQSppIQJGCmIDEH2pa6aawQmUfBRMgFbW6ZOFVsDfqwDTFPSU0fK2JOVzwgSVEG+y\n5KIq34nSBOaVgLUyroQ0U/Tqsx/0rfS1bK0IyRQPRDlTNnNq0gMtrWmGQBIdHF5y\nRkUNjlsQFf0dvfSMXCr3QO2yrajV+DychhMAg9X8gM6QPqm9jd+0L+odbZnObd5t\nFxqjJsECyWoyrMuXdJVIw36IAqvaJo7gZGpvX/tcGR4N25G16ZX8DB1TOYFnt+lk\nhxvDiw==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEA7MMkkGo14rZjgJDazgdBrj5zKlEUC8IUxFfv9ZtlFtgo6zMZ\njLClJAqknfooqVXywGgzES43GnZuIWBjxWhHasRlyHIJSNyqs78ox52Ejkwdnrsx\nYdlJYr1UZTQFVubdWyinOhF3Ljk2lsflRSvZLhizDtigqeBb1UFvKGOI83hmklFi\nOacTV90LuOojjbrx/5Ij2RrqORtoG8ipdZqsL5XM8emDM8diZYOb6tuQW8thWJKE\nzUs5HhYSF06YPbOz8Xe1rnAhWOaGWWb/S5bRe6NZHEdkVRvv4HllMPw6BdqosvVo\naYeFlkQm1E4u5pdXHGan8x9SLsq8lVvRs17lpEjo4oSPPgO39cNPPMAZPydL7c3D\nnUIZaHPN7MKKZJ6T/5cpFIni2czUgWcaZg44+isltmHz2NilGJ/PuQSFL+zD/EZY\nuSuCS+udNLDkXlMgsIOBosA8wBAHd1FjkTiYdUopzWCvfxWBl2OZUK0dV7zmuHr+\nf7JvS1WNbmpyiowE8KKSBHWJU6tjr3P39j/LzsgqcSv4yWdDQGL7jjnL28zuvL8z\nAoro8LdZDGmIZWM1oSzi0GqWsogf3fExgVquQKQF5sZYZ7UUG8kZO6DFILD3bABS\n4UuHudboMwOlYuqi+54bPBQwLlp6cug07ifaCzhOeJv7Ae0MbkwaZ4qK0QUCAwEA\nAQKCAgAnnj3jloo+ziNXU6XxfOBePl/6EEgo8YiVFFv4ftDLIk+yj8HyO2re3ZMP\nRlmAgHvW+3i0IsYgvPmPxzfaxCjTMlsP0BlCon5EBrRVtsOEJjN8qLlKNNhlV+Yj\n6zELiiU3SFW3T03go71BPODeEsjMQGDSFqjH1F25kTH/EazMhPSw/kJQAGept7jq\n7+8UG9i72eH6xdi0xqPEpm7I2aF/cvMw9dC5HN+Xug6gna4J1j4LWrUzPyenI61S\nThoGlSgCu3Pg5S2HWUfY9PW6Wdni9QIHy+B7p2mb5+RpboNtEFpTW+JlakKN0wim\nVRDfECsI+xqWgcK4Rr+IxK0R9Uq6wPd68fUVd6WNETX1C+DONDay3lGzFIWUeftF\nu+vnQww0CymYgPeAEg6fwlcOrrkfb1Uhd4qpRkVxldRYA0XcVo5la4P8BvNM6wKI\nkzs4R5zhsxETdzEzRXyG0yFm3j8wTClhJVkEpQmldho2cSADYDcn/0hiZs/IWU0/\nXwSRvt75Nd/xu11PSCYb/3tp1OUX6kgujIfRmXefyp7fj9pgu+NkaOR8QWNuVA0n\ndScCfBCcg0McuRt0EHLpcooxbPVoFIgOz17ghtds5+A2DmH1YdvbXTfiYSY91k3H\nU5rAMOzfwxiypm/csxQrvO2VMZGefWHA20ohRznsfO0bLyhg3wKCAQEA/EPat9Gh\na2klJiXbM+dSpf1G7/ug2Ne0A+GVl4hzLT+9YB0plOdqwHjoUFjQTP6gv2DuB126\n2cY5SSV0UiauNwIL7pgXoouxxFZvPJIUViTc8HTcI65FQKWY62sekmWDYfo69xBE\nIndax1jKYldlJxW4Mu38nQAxgmWU6vpBXQImOmRgppnkOI9GMhjNXbvu1bgHzHiN\ncIB40CU8USO1zRHBi7PbuetR+WAzSzoNeunKRLbaWU/fCef6S4wOPK3AbkZR5yaz\nFdCxcvXxSp88DVr8kjQR/kGHl5yXRgsVy17aHVdbexuAdjlN6iGRBdVeRoA8lpUC\nJ4+PDDyYkRpwIwKCAQEA8ESHd/SKnWV6DIXUB5IQPnnk8uTjUrPqHWieMt8KMzBO\nmiBLBuj9xWNXPJ/IWJIJY0Ihx65FSOl/SLUIlW0AJ1rUafl73wwywaN6s4eVK7/Q\nWqsL0di8vYdr85qVFuzLtVPCY/gNviXURPQqeROlwWAPCUW7TYBlGFI27+In1qBH\nH/XnbZ0rFk8dUVbNFoRvVuGmG9SMkD3CrWYLKPts7Gc3ZfHz/PdS6PvEERgczJK+\nmOelVuU+tqcOEFv5zrf1gJ7Vd0NbGuqrBt8F4Oo+VJA1pwbbUrjfhARQM+hMOCMw\nONIHlDmYJfJu9H9HiUuyoPXU6RIueV7bzE/1Cr84twKCAQEAvVmRSninWSBLKh8w\nMf1oI//Ax1FwolMGZANnbZ6WFVjKpOI+2+34SxB2EBkaATD/J6dyA0Vvgxcu2KCs\ndx1hlxiKLEUtOGzyuhTG2ggsC50P2c1dj8q3YJbr+YkmIWzg+SICMICdI+HC2e7j\nun0vB+9dm5zXCGGkx+PHq7i8Zzu9xgaiJWtNysaAQgor3De8Rd8ku22hfNhx1oqc\ng6ryQ0MYq+wM+biQh0aWOdkRVTk3AezeaDtzhtQBI8O0zAb/ccaGo6KAudcz2r6Q\npxpu0PeCrZs4BkjZpgt74K9hZI2F2pA/smAqRJMu0JbxbBeD9Bc9YynlvBwdm2nA\neuoFUQKCAQEA5g+oa5sTk2zUdeM7SFh7B2eua0nxxYISvUAsoudgm+04hmo/jQlR\n3Uym/py8uNp09L8hG1NqcktqnpMB+hqaGBTn6eWCz+udOj8wQXGky3RqrDa2JaRT\n7WMbYfH1qjLpR+JA83pUpmsQm0n01WSTxdsV6roDhE1Z//TRN9ckcGWeVSMgC5x/\n4me02eq0jEgZWGbOqD1YrtEEdQaNzxsYjDC1If+QsfucPwy8C+Y7xUMKD91XOyJd\nb4X8eHupcmBBSnxMSFuNg/OJ+hVZSqjhMBW52go9vjLZi06aAWoAeYxwIygxK6QO\nZN+DkMfDFtsN2wQpb1cCeyLycetp5nV9dwKCAQA+kzWZGywQSmWU2i+gwM5LTiot\ngPJGCqkjamYBdM92ED5UC8Du7A3oqq+h9ScLwxJ23yPtbrxbq1aLld3YUDRkAdpz\nhGlfnOWMe34rTaXmp1gDdWsXcZA+qvnEQ8O/g9rdNKG1A8lkpD7HYkAs3Xw7dCIT\nV51KYBarq6N0ObKN1JgZBqxM6nFdXjHBSv7FUILw4p5bXwB1bzE9qjQjyeeIp4ru\nZwEnleOS6cyNrCLds+dntK2YoWyQSDNCJYp9oybGLu/Nm/KxHurMASJWdcs4BXfG\n4Fi3eo9XQMwN+S7HX1sr/VTRxHLnSMOizsf6a15G8MLcbIerovaQ2Km083t0\n-----END RSA PRIVATE KEY-----\n"} 2024-09-16T09:14:03.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:03 smithi083 ceph-mon[30398]: mgrmap e12: a(active, since 2s) 2024-09-16T09:14:03.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:03 smithi083 ceph-mon[30398]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:05.091 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-16T09:14:05.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:05 smithi083 ceph-mon[30398]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:05.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:05 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:06.256 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-16T09:14:06.256 INFO:teuthology.orchestra.run.smithi083.stdout:Creating initial admin user... 2024-09-16T09:14:07.112 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:06 smithi083 ceph-mon[30398]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:07.113 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:06 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:07.663 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$oxUAl4sbl0BPg3CsFUarA.J1PekUwAT7XEphrH.A2gInRRp7R12CG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726478047, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-16T09:14:07.663 INFO:teuthology.orchestra.run.smithi083.stdout:Fetching dashboard port number... 2024-09-16T09:14:08.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:08 smithi083 ceph-mon[30398]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:08.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:08 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:08.743 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 8443 2024-09-16T09:14:08.752 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T09:14:08.753 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout disabled 2024-09-16T09:14:08.759 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T09:14:08.760 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-09-16T09:14:08.760 INFO:teuthology.orchestra.run.smithi083.stdout:firewalld.service is not enabled 2024-09-16T09:14:08.760 INFO:teuthology.orchestra.run.smithi083.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-16T09:14:08.761 INFO:teuthology.orchestra.run.smithi083.stdout:Ceph Dashboard is now available at: 2024-09-16T09:14:08.762 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:08.762 INFO:teuthology.orchestra.run.smithi083.stdout: URL: https://smithi083.front.sepia.ceph.com:8443/ 2024-09-16T09:14:08.762 INFO:teuthology.orchestra.run.smithi083.stdout: User: admin 2024-09-16T09:14:08.762 INFO:teuthology.orchestra.run.smithi083.stdout: Password: un7riczrgl 2024-09-16T09:14:08.762 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:08.763 INFO:teuthology.orchestra.run.smithi083.stdout:Saving cluster configuration to /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config directory 2024-09-16T09:14:09.144 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:09 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2763323560' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-16T09:14:10.108 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-16T09:14:10.108 INFO:teuthology.orchestra.run.smithi083.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout:Or, if you are only running a single cluster on this host: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: ceph telemetry on 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout:For more information see: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:10.109 INFO:teuthology.orchestra.run.smithi083.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-16T09:14:10.110 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:10.110 INFO:teuthology.orchestra.run.smithi083.stdout:Bootstrap complete. 2024-09-16T09:14:10.145 INFO:tasks.cephadm:Fetching config... 2024-09-16T09:14:10.146 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:14:10.146 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-16T09:14:10.161 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-16T09:14:10.162 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:14:10.162 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-16T09:14:10.217 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-16T09:14:10.217 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:14:10.217 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-16T09:14:10.281 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-16T09:14:10.281 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:14:10.282 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-16T09:14:10.337 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-16T09:14:10.337 DEBUG:teuthology.orchestra.run.smithi083:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVUz9t0wTZwy+sCxgJP5BlHG42ws2FVPmKsyNCV+4egpkqI5Mg4fhbB1axbEZbtaPP4bIzIwhELPOoRuZfusYWuVWuY3x2yYdy5v2/yjg6ufhcUUfZycZm07jWqLE/6X9fkPZWVhHGyppbFwbSALnCxhmI83oiV9+guyB+TtVmz3Wrg3W/dIv65ERPFKmi7bwk1NThGZmj7Ym6q+S4PFUDLNDCEpHULHehJn1qPwDQOBvcH6OpUND8WJh1dIY+PbxwiqRZcKJdZw810OyQuhp2nKSrAvLCMWwIXweUN4RjRrUdmR041FXXojZW4xCkGeFkKiWTn1SFgQRXW+2411wGpaOBbxt/THqSmgVbJV62BVa0c+Zp2SV2PbdySiLGJ3ednSkvt8L6tjjXF0/T80QFQ9btjcWktN05Dc5c/K9o97Swhg55Tx71YRVnMguE9IU7akNn0X/K8p5I6MQD7+j84P8pGjUSxb7cQ9Mu/4vT7Ld+IXNO6VcmWaeGDZAKMoM= ceph-b9b10f10-740b-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T09:14:10.422 INFO:teuthology.orchestra.run.smithi083.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVUz9t0wTZwy+sCxgJP5BlHG42ws2FVPmKsyNCV+4egpkqI5Mg4fhbB1axbEZbtaPP4bIzIwhELPOoRuZfusYWuVWuY3x2yYdy5v2/yjg6ufhcUUfZycZm07jWqLE/6X9fkPZWVhHGyppbFwbSALnCxhmI83oiV9+guyB+TtVmz3Wrg3W/dIv65ERPFKmi7bwk1NThGZmj7Ym6q+S4PFUDLNDCEpHULHehJn1qPwDQOBvcH6OpUND8WJh1dIY+PbxwiqRZcKJdZw810OyQuhp2nKSrAvLCMWwIXweUN4RjRrUdmR041FXXojZW4xCkGeFkKiWTn1SFgQRXW+2411wGpaOBbxt/THqSmgVbJV62BVa0c+Zp2SV2PbdySiLGJ3ednSkvt8L6tjjXF0/T80QFQ9btjcWktN05Dc5c/K9o97Swhg55Tx71YRVnMguE9IU7akNn0X/K8p5I6MQD7+j84P8pGjUSxb7cQ9Mu/4vT7Ld+IXNO6VcmWaeGDZAKMoM= ceph-b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:10.444 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVUz9t0wTZwy+sCxgJP5BlHG42ws2FVPmKsyNCV+4egpkqI5Mg4fhbB1axbEZbtaPP4bIzIwhELPOoRuZfusYWuVWuY3x2yYdy5v2/yjg6ufhcUUfZycZm07jWqLE/6X9fkPZWVhHGyppbFwbSALnCxhmI83oiV9+guyB+TtVmz3Wrg3W/dIv65ERPFKmi7bwk1NThGZmj7Ym6q+S4PFUDLNDCEpHULHehJn1qPwDQOBvcH6OpUND8WJh1dIY+PbxwiqRZcKJdZw810OyQuhp2nKSrAvLCMWwIXweUN4RjRrUdmR041FXXojZW4xCkGeFkKiWTn1SFgQRXW+2411wGpaOBbxt/THqSmgVbJV62BVa0c+Zp2SV2PbdySiLGJ3ednSkvt8L6tjjXF0/T80QFQ9btjcWktN05Dc5c/K9o97Swhg55Tx71YRVnMguE9IU7akNn0X/K8p5I6MQD7+j84P8pGjUSxb7cQ9Mu/4vT7Ld+IXNO6VcmWaeGDZAKMoM= ceph-b9b10f10-740b-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T09:14:10.564 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVUz9t0wTZwy+sCxgJP5BlHG42ws2FVPmKsyNCV+4egpkqI5Mg4fhbB1axbEZbtaPP4bIzIwhELPOoRuZfusYWuVWuY3x2yYdy5v2/yjg6ufhcUUfZycZm07jWqLE/6X9fkPZWVhHGyppbFwbSALnCxhmI83oiV9+guyB+TtVmz3Wrg3W/dIv65ERPFKmi7bwk1NThGZmj7Ym6q+S4PFUDLNDCEpHULHehJn1qPwDQOBvcH6OpUND8WJh1dIY+PbxwiqRZcKJdZw810OyQuhp2nKSrAvLCMWwIXweUN4RjRrUdmR041FXXojZW4xCkGeFkKiWTn1SFgQRXW+2411wGpaOBbxt/THqSmgVbJV62BVa0c+Zp2SV2PbdySiLGJ3ednSkvt8L6tjjXF0/T80QFQ9btjcWktN05Dc5c/K9o97Swhg55Tx71YRVnMguE9IU7akNn0X/K8p5I6MQD7+j84P8pGjUSxb7cQ9Mu/4vT7Ld+IXNO6VcmWaeGDZAKMoM= ceph-b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:10.577 DEBUG:teuthology.orchestra.run.smithi139:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVUz9t0wTZwy+sCxgJP5BlHG42ws2FVPmKsyNCV+4egpkqI5Mg4fhbB1axbEZbtaPP4bIzIwhELPOoRuZfusYWuVWuY3x2yYdy5v2/yjg6ufhcUUfZycZm07jWqLE/6X9fkPZWVhHGyppbFwbSALnCxhmI83oiV9+guyB+TtVmz3Wrg3W/dIv65ERPFKmi7bwk1NThGZmj7Ym6q+S4PFUDLNDCEpHULHehJn1qPwDQOBvcH6OpUND8WJh1dIY+PbxwiqRZcKJdZw810OyQuhp2nKSrAvLCMWwIXweUN4RjRrUdmR041FXXojZW4xCkGeFkKiWTn1SFgQRXW+2411wGpaOBbxt/THqSmgVbJV62BVa0c+Zp2SV2PbdySiLGJ3ednSkvt8L6tjjXF0/T80QFQ9btjcWktN05Dc5c/K9o97Swhg55Tx71YRVnMguE9IU7akNn0X/K8p5I6MQD7+j84P8pGjUSxb7cQ9Mu/4vT7Ld+IXNO6VcmWaeGDZAKMoM= ceph-b9b10f10-740b-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T09:14:10.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:10 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/745101034' entity='client.admin' 2024-09-16T09:14:10.854 INFO:teuthology.orchestra.run.smithi139.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVUz9t0wTZwy+sCxgJP5BlHG42ws2FVPmKsyNCV+4egpkqI5Mg4fhbB1axbEZbtaPP4bIzIwhELPOoRuZfusYWuVWuY3x2yYdy5v2/yjg6ufhcUUfZycZm07jWqLE/6X9fkPZWVhHGyppbFwbSALnCxhmI83oiV9+guyB+TtVmz3Wrg3W/dIv65ERPFKmi7bwk1NThGZmj7Ym6q+S4PFUDLNDCEpHULHehJn1qPwDQOBvcH6OpUND8WJh1dIY+PbxwiqRZcKJdZw810OyQuhp2nKSrAvLCMWwIXweUN4RjRrUdmR041FXXojZW4xCkGeFkKiWTn1SFgQRXW+2411wGpaOBbxt/THqSmgVbJV62BVa0c+Zp2SV2PbdySiLGJ3ednSkvt8L6tjjXF0/T80QFQ9btjcWktN05Dc5c/K9o97Swhg55Tx71YRVnMguE9IU7akNn0X/K8p5I6MQD7+j84P8pGjUSxb7cQ9Mu/4vT7Ld+IXNO6VcmWaeGDZAKMoM= ceph-b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:10.868 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-16T09:14:11.120 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:14:12.941 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:12 smithi083 ceph-mon[30398]: mgrmap e13: a(active, since 12s) 2024-09-16T09:14:12.941 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:12.941 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:12.941 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"} : dispatch 2024-09-16T09:14:12.941 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:12.941 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:12.941 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:12.942 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:12 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/297601461' entity='client.admin' 2024-09-16T09:14:12.942 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:12.942 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:12.943 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-16T09:14:12.943 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-16T09:14:13.240 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:14:15.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:15.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:15.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:15.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:15.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:15.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: Updating smithi083:/etc/ceph/ceph.conf 2024-09-16T09:14:15.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:15.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:15.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:14:15.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:15.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:15.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:14 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:15.011 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi098 2024-09-16T09:14:15.011 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:14:15.011 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.conf 2024-09-16T09:14:15.034 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:14:15.034 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:15.094 INFO:tasks.cephadm:Adding host smithi098 to orchestrator... 2024-09-16T09:14:15.094 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph orch host add smithi098 2024-09-16T09:14:15.334 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:14:17.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:16 smithi083 ceph-mon[30398]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:18.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:17 smithi083 ceph-mon[30398]: Deploying cephadm binary to smithi098 2024-09-16T09:14:19.027 INFO:teuthology.orchestra.run.smithi083.stdout:Added host 'smithi098' with addr '172.21.15.98' 2024-09-16T09:14:19.606 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-16T09:14:19.845 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:14:20.283 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:20 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:20.283 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:20 smithi083 ceph-mon[30398]: Added host smithi098 2024-09-16T09:14:20.283 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:20 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:20.283 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:20 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:20.283 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:20 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:20.555 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:20.555 INFO:teuthology.orchestra.run.smithi083.stdout:[{"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}] 2024-09-16T09:14:21.106 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi139 2024-09-16T09:14:21.107 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:14:21.107 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/etc/ceph/ceph.conf 2024-09-16T09:14:21.125 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:14:21.125 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:21.183 INFO:tasks.cephadm:Adding host smithi139 to orchestrator... 2024-09-16T09:14:21.184 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph orch host add smithi139 2024-09-16T09:14:21.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:21 smithi083 ceph-mon[30398]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:21.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:21 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:21.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:21 smithi083 ceph-mon[30398]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:14:21.438 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:14:23.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:23 smithi083 ceph-mon[30398]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:23 smithi083 ceph-mon[30398]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi139", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"} : dispatch 2024-09-16T09:14:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:24.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:24 smithi083 ceph-mon[30398]: Deploying cephadm binary to smithi139 2024-09-16T09:14:24.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:24 smithi083 ceph-mon[30398]: Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T09:14:24.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:24 smithi083 ceph-mon[30398]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:24.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:24 smithi083 ceph-mon[30398]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:24.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:24 smithi083 ceph-mon[30398]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:14:24.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:24.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:24.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:25.137 INFO:teuthology.orchestra.run.smithi083.stdout:Added host 'smithi139' with addr '172.21.15.139' 2024-09-16T09:14:25.752 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:25 smithi083 ceph-mon[30398]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:25.752 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:25 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:25.752 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:25 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:25.752 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:25 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:25.753 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-16T09:14:25.993 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:14:26.632 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:14:26.633 INFO:teuthology.orchestra.run.smithi083.stdout:[{"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}, {"addr": "172.21.15.139", "hostname": "smithi139", "labels": [], "status": ""}] 2024-09-16T09:14:26.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:26 smithi083 ceph-mon[30398]: Added host smithi139 2024-09-16T09:14:26.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:26 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:26.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:26 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:27.202 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-16T09:14:27.202 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-16T09:14:27.441 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:14:27.869 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:27 smithi083 ceph-mon[30398]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:27.870 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:27 smithi083 ceph-mon[30398]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:14:28.677 INFO:teuthology.orchestra.run.smithi083.stderr:adjusted tunables profile to default 2024-09-16T09:14:28.973 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:28 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/4026261642' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T09:14:29.258 INFO:tasks.cephadm:Adding mon.a on smithi083 2024-09-16T09:14:29.258 INFO:tasks.cephadm:Adding mon.b on smithi098 2024-09-16T09:14:29.258 INFO:tasks.cephadm:Adding mon.c on smithi139 2024-09-16T09:14:29.258 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi083:172.21.15.83=a;smithi098:172.21.15.98=b;smithi139:172.21.15.139=c' 2024-09-16T09:14:29.576 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:30.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:29 smithi083 ceph-mon[30398]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:29 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/4026261642' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T09:14:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:29 smithi083 ceph-mon[30398]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T09:14:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"} : dispatch 2024-09-16T09:14:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:30.199 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled mon update... 2024-09-16T09:14:30.719 DEBUG:teuthology.orchestra.run.smithi098:mon.b> sudo journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.b.service 2024-09-16T09:14:30.721 DEBUG:teuthology.orchestra.run.smithi139:mon.c> sudo journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.c.service 2024-09-16T09:14:30.724 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T09:14:30.724 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T09:14:31.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: Updating smithi139:/etc/ceph/ceph.conf 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:31.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:31.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:30 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:31.430 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:32.135 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:14:32.135 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"b9b10f10-740b-11ef-bceb-c7b262605968","modified":"2024-09-16T09:12:59.949250Z","created":"2024-09-16T09:12:59.949250Z","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.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T09:14:32.136 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-09-16T09:14:32.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:31 smithi083 ceph-mon[30398]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:32.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:31 smithi083 ceph-mon[30398]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:14:32.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:31 smithi083 ceph-mon[30398]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi083:172.21.15.83=a;smithi098:172.21.15.98=b;smithi139:172.21.15.139=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:32.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:31 smithi083 ceph-mon[30398]: Saving service mon spec with placement smithi083:172.21.15.83=a;smithi098:172.21.15.98=b;smithi139:172.21.15.139=c;count:3 2024-09-16T09:14:32.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:31 smithi083 ceph-mon[30398]: Deploying daemon mon.c on smithi139 2024-09-16T09:14:33.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:32 smithi083 ceph-mon[30398]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:33.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:32 smithi083 ceph-mon[30398]: from='client.? 172.21.15.139:0/2698615049' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:33.788 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T09:14:33.788 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T09:14:34.090 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T09:14:34.901 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:14:34.901 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"b9b10f10-740b-11ef-bceb-c7b262605968","modified":"2024-09-16T09:12:59.949250Z","created":"2024-09-16T09:12:59.949250Z","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.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T09:14:34.901 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-09-16T09:14:35.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:34 smithi083 ceph-mon[30398]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:35.738 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 podman[32862]: 2024-09-16 09:14:35.49192886 +0000 UTC m=+0.016103840 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce 2024-09-16T09:14:35.738 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 podman[32862]: 2024-09-16 09:14:35.736945373 +0000 UTC m=+0.261120338 container init f985256903aca5165cec37bfd79d98508df05e9a70607a89400220fe0186c612 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-c, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-16T09:14:36.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:35 smithi083 ceph-mon[30398]: from='client.? 172.21.15.139:0/3877524522' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:36.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 podman[32862]: 2024-09-16 09:14:35.741406735 +0000 UTC m=+0.265581703 container start f985256903aca5165cec37bfd79d98508df05e9a70607a89400220fe0186c612 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-c, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 7 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: pidfile_write: ignore empty --pid-file 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: load: jerasure load: lrc 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: RocksDB version: 7.9.2 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Git sha 0 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: DB SUMMARY 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: DB Session ID: BBZUF9MMGFX0ND52CX4Q 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: CURRENT file: CURRENT 2024-09-16T09:14:36.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T09:14:36.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-16T09:14:36.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-16T09:14:36.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-16T09:14:36.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.error_if_exists: 0 2024-09-16T09:14:36.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.create_if_missing: 0 2024-09-16T09:14:36.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.paranoid_checks: 1 2024-09-16T09:14:36.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T09:14:36.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T09:14:36.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T09:14:36.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.env: 0x55ba16e3f120 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.info_log: 0x55ba183bd700 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.statistics: (nil) 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.use_fsync: 0 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_log_file_size: 0 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.allow_fallocate: 1 2024-09-16T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.use_direct_reads: 0 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.db_log_dir: 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.wal_dir: 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T09:14:36.198 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.write_buffer_manager: 0x55ba183c1b80 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T09:14:36.199 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.unordered_write: 0 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.row_cache: None 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.wal_filter: None 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.two_write_queues: 0 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.wal_compression: 0 2024-09-16T09:14:36.200 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.atomic_flush: 0 2024-09-16T09:14:36.201 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T09:14:36.201 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T09:14:36.201 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T09:14:36.202 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.log_readahead_size: 0 2024-09-16T09:14:36.202 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T09:14:36.202 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T09:14:36.202 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T09:14:36.202 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T09:14:36.202 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T09:14:36.202 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_background_jobs: 2 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_background_compactions: -1 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_subcompactions: 1 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_open_files: -1 2024-09-16T09:14:36.203 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_background_flushes: -1 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Compression algorithms supported: 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: kZSTD supported: 0 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: kXpressCompression supported: 0 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: kBZip2Compression supported: 0 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: kLZ4Compression supported: 1 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: kZlibCompression supported: 1 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T09:14:36.204 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: kSnappyCompression supported: 1 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.merge_operator: 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_filter: None 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ba183bd320) 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout: cache_index_and_filter_blocks: 1 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T09:14:36.205 INFO:journalctl@ceph.mon.c.smithi139.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: pin_top_level_index_and_filter: 1 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: index_type: 0 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: data_block_index_type: 0 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: index_shortening: 1 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: checksum: 4 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: no_block_cache: 0 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: block_cache: 0x55ba183b1610 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: block_cache_name: BinnedLRUCache 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: block_cache_options: 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: capacity : 536870912 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: num_shard_bits : 4 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: strict_capacity_limit : 0 2024-09-16T09:14:36.206 INFO:journalctl@ceph.mon.c.smithi139.stdout: high_pri_pool_ratio: 0.000 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: block_cache_compressed: (nil) 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: persistent_cache: (nil) 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: block_size: 4096 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: block_size_deviation: 10 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: block_restart_interval: 16 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: index_block_restart_interval: 1 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: metadata_block_size: 4096 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: partition_filters: 0 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: use_delta_encoding: 1 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: filter_policy: bloomfilter 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: whole_key_filtering: 1 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: verify_compression: 0 2024-09-16T09:14:36.207 INFO:journalctl@ceph.mon.c.smithi139.stdout: read_amp_bytes_per_bit: 0 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout: format_version: 5 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout: enable_index_compression: 1 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout: block_align: 0 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout: max_auto_readahead_size: 262144 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout: prepopulate_block_cache: 0 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout: initial_auto_readahead_size: 8192 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compression: NoCompression 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T09:14:36.208 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.num_levels: 7 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:14:36.209 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T09:14:36.210 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T09:14:36.211 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T09:14:36.212 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.inplace_update_support: 0 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.bloom_locality: 0 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.max_successive_merges: 0 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.ttl: 2592000 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T09:14:36.213 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.enable_blob_files: false 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.min_blob_size: 0 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-16T09:14:36.214 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7a4cf3b2-559b-4d01-991d-4e9f9b43b1c4 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478075768372, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478075768779, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726478075, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7a4cf3b2-559b-4d01-991d-4e9f9b43b1c4", "db_session_id": "BBZUF9MMGFX0ND52CX4Q", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478075768882, "job": 1, "event": "recovery_finished"} 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ba183e0e00 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: DB pointer 0x55ba184e2000 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout: ** DB Stats ** 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:14:36.215 INFO:journalctl@ceph.mon.c.smithi139.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: ** Compaction Stats [default] ** 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.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.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: 2024-09-16T09:14:36.216 INFO:journalctl@ceph.mon.c.smithi139.stdout: ** Compaction Stats [default] ** 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.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.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:14:36.217 INFO:journalctl@ceph.mon.c.smithi139.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout: Block cache BinnedLRUCache@0x55ba183b1610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout: 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: using public_addr v2:172.21.15.139:0/0 -> [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: starting mon.c rank -1 at public addrs [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] at bind addrs [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(???) e0 preinit fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).mds e1 new map 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout: e1 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout: btime 2024-09-16T09:13:10:440757+0000 2024-09-16T09:14:36.218 INFO:journalctl@ceph.mon.c.smithi139.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout: legacy client fscid: -1 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout: 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout: No filesystems configured 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T09:14:36.219 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: Added host smithi139 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/4026261642' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/4026261642' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T09:14:36.220 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"} : dispatch 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: Updating smithi139:/etc/ceph/ceph.conf 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.221 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi083:172.21.15.83=a;smithi098:172.21.15.98=b;smithi139:172.21.15.139=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: Saving service mon spec with placement smithi083:172.21.15.83=a;smithi098:172.21.15.98=b;smithi139:172.21.15.139=c;count:3 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: Deploying daemon mon.c on smithi139 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:36.222 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='client.? 172.21.15.139:0/2698615049' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:36.223 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:36.223 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: from='client.? 172.21.15.139:0/3877524522' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:36.223 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 ceph-mon[32900]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-16T09:14:36.223 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 bash[32862]: f985256903aca5165cec37bfd79d98508df05e9a70607a89400220fe0186c612 2024-09-16T09:14:36.223 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:35 smithi139 systemd[1]: Started Ceph mon.c for b9b10f10-740b-11ef-bceb-c7b262605968. 2024-09-16T09:14:36.466 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T09:14:36.466 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T09:14:36.714 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T09:14:41.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:41.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:14:41.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: mon.a calling monitor election 2024-09-16T09:14:41.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:41.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: mon.c calling monitor election 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: monmap epoch 2 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: last_changed 2024-09-16T09:14:35.793895+0000 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: created 2024-09-16T09:12:59.949250+0000 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: min_mon_release 19 (squid) 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: election_strategy: 1 2024-09-16T09:14:41.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-16T09:14:41.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-09-16T09:14:41.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: fsmap 2024-09-16T09:14:41.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T09:14:41.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: mgrmap e13: a(active, since 41s) 2024-09-16T09:14:41.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: overall HEALTH_OK 2024-09-16T09:14:41.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:41.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:41.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:41.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:41.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:40 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:41.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:41.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:14:41.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: mon.a calling monitor election 2024-09-16T09:14:41.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: mon.c calling monitor election 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: monmap epoch 2 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: last_changed 2024-09-16T09:14:35.793895+0000 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: created 2024-09-16T09:12:59.949250+0000 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: min_mon_release 19 (squid) 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: election_strategy: 1 2024-09-16T09:14:41.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-16T09:14:41.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-09-16T09:14:41.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: fsmap 2024-09-16T09:14:41.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T09:14:41.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: mgrmap e13: a(active, since 41s) 2024-09-16T09:14:41.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: overall HEALTH_OK 2024-09-16T09:14:41.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:41.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:41.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:41.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:41.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:40 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:41.856 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:14:41.857 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":2,"fsid":"b9b10f10-740b-11ef-bceb-c7b262605968","modified":"2024-09-16T09:14:35.793895Z","created":"2024-09-16T09:12:59.949250Z","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.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:3300","nonce":0},{"type":"v1","addr":"172.21.15.139:6789","nonce":0}]},"addr":"172.21.15.139:6789/0","public_addr":"172.21.15.139:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-16T09:14:41.857 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 2 2024-09-16T09:14:42.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:41 smithi083 ceph-mon[30398]: Deploying daemon mon.b on smithi098 2024-09-16T09:14:42.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:41 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:42.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:41 smithi083 ceph-mon[30398]: from='client.? 172.21.15.139:0/331451730' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:42.159 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:41 smithi139 ceph-mon[32900]: Deploying daemon mon.b on smithi098 2024-09-16T09:14:42.159 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:41 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:42.160 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:41 smithi139 ceph-mon[32900]: from='client.? 172.21.15.139:0/331451730' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:43.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:42 smithi083 ceph-mon[30398]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:43.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:42 smithi139 ceph-mon[32900]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:43.480 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T09:14:43.481 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T09:14:43.740 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T09:14:44.394 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:14:44.394 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":2,"fsid":"b9b10f10-740b-11ef-bceb-c7b262605968","modified":"2024-09-16T09:14:35.793895Z","created":"2024-09-16T09:12:59.949250Z","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.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:3300","nonce":0},{"type":"v1","addr":"172.21.15.139:6789","nonce":0}]},"addr":"172.21.15.139:6789/0","public_addr":"172.21.15.139:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-16T09:14:44.394 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 2 2024-09-16T09:14:44.395 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 podman[32742]: 2024-09-16 09:14:44.116036145 +0000 UTC m=+0.015909000 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce 2024-09-16T09:14:44.395 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 podman[32742]: 2024-09-16 09:14:44.394053473 +0000 UTC m=+0.293926317 container init 82fcd30f49ad8e6e3a82f7c1564712717b87f40e89fde7f7ab1cb9edf40921e4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-b, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:14:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 podman[32742]: 2024-09-16 09:14:44.39862086 +0000 UTC m=+0.298493703 container start 82fcd30f49ad8e6e3a82f7c1564712717b87f40e89fde7f7ab1cb9edf40921e4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS) 2024-09-16T09:14:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T09:14:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 7 2024-09-16T09:14:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pidfile_write: ignore empty --pid-file 2024-09-16T09:14:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: load: jerasure load: lrc 2024-09-16T09:14:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: RocksDB version: 7.9.2 2024-09-16T09:14:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Git sha 0 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: DB SUMMARY 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: DB Session ID: 1DSNN9I5EJNTRX16YQJ3 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: CURRENT file: CURRENT 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.error_if_exists: 0 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.create_if_missing: 0 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.paranoid_checks: 1 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T09:14:44.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.env: 0x55aab0d26120 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.info_log: 0x55aab2daf700 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.statistics: (nil) 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.use_fsync: 0 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_log_file_size: 0 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T09:14:44.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.allow_fallocate: 1 2024-09-16T09:14:44.790 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T09:14:44.790 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T09:14:44.790 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.use_direct_reads: 0 2024-09-16T09:14:44.790 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T09:14:44.790 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T09:14:44.790 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.db_log_dir: 2024-09-16T09:14:44.790 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.wal_dir: 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.write_buffer_manager: 0x55aab2db3b80 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T09:14:44.791 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.unordered_write: 0 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.row_cache: None 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.wal_filter: None 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T09:14:44.792 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.two_write_queues: 0 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.wal_compression: 0 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.atomic_flush: 0 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.log_readahead_size: 0 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T09:14:44.793 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_background_jobs: 2 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_background_compactions: -1 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_subcompactions: 1 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T09:14:44.794 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_open_files: -1 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_background_flushes: -1 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Compression algorithms supported: 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: kZSTD supported: 0 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: kXpressCompression supported: 0 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: kBZip2Compression supported: 0 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: kLZ4Compression supported: 1 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: kZlibCompression supported: 1 2024-09-16T09:14:44.795 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: kSnappyCompression supported: 1 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.merge_operator: 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_filter: None 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T09:14:44.796 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aab2daf320) 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: cache_index_and_filter_blocks: 1 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: pin_top_level_index_and_filter: 1 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: index_type: 0 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: data_block_index_type: 0 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: index_shortening: 1 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: checksum: 4 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: no_block_cache: 0 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_cache: 0x55aab2da3610 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_cache_name: BinnedLRUCache 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_cache_options: 2024-09-16T09:14:44.797 INFO:journalctl@ceph.mon.b.smithi098.stdout: capacity : 536870912 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: num_shard_bits : 4 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: strict_capacity_limit : 0 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: high_pri_pool_ratio: 0.000 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_cache_compressed: (nil) 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: persistent_cache: (nil) 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_size: 4096 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_size_deviation: 10 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_restart_interval: 16 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: index_block_restart_interval: 1 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: metadata_block_size: 4096 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: partition_filters: 0 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: use_delta_encoding: 1 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: filter_policy: bloomfilter 2024-09-16T09:14:44.798 INFO:journalctl@ceph.mon.b.smithi098.stdout: whole_key_filtering: 1 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout: verify_compression: 0 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout: read_amp_bytes_per_bit: 0 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout: format_version: 5 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout: enable_index_compression: 1 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_align: 0 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout: max_auto_readahead_size: 262144 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout: prepopulate_block_cache: 0 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout: initial_auto_readahead_size: 8192 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compression: NoCompression 2024-09-16T09:14:44.799 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.num_levels: 7 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T09:14:44.800 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T09:14:44.801 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T09:14:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T09:14:44.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.inplace_update_support: 0 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.bloom_locality: 0 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.max_successive_merges: 0 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T09:14:44.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.ttl: 2592000 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.enable_blob_files: false 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.min_blob_size: 0 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T09:14:44.805 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: 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-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2350cc08-479f-44b0-a304-c91857d1c36b 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478084425640, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478084426045, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726478084, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2350cc08-479f-44b0-a304-c91857d1c36b", "db_session_id": "1DSNN9I5EJNTRX16YQJ3", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478084426143, "job": 1, "event": "recovery_finished"} 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: 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-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55aab2dd2e00 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: DB pointer 0x55aab2ed4000 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T09:14:44.806 INFO:journalctl@ceph.mon.b.smithi098.stdout: ** DB Stats ** 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: ** Compaction Stats [default] ** 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T09:14:44.807 INFO:journalctl@ceph.mon.b.smithi098.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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: ** Compaction Stats [default] ** 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T09:14:44.808 INFO:journalctl@ceph.mon.b.smithi098.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout: Cumulative compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout: Interval compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout: Block cache BinnedLRUCache@0x55aab2da3610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: using public_addr v2:172.21.15.98:0/0 -> [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: starting mon.b rank -1 at public addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] at bind addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(???) e0 preinit fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).mds e1 new map 2024-09-16T09:14:44.809 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout: e1 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout: btime 2024-09-16T09:13:10:440757+0000 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout: legacy client fscid: -1 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout: No filesystems configured 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: 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-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-16T09:14:44.810 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: Added host smithi139 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:14:44.811 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/4026261642' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/4026261642' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"} : dispatch 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: Updating smithi139:/etc/ceph/ceph.conf 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:44.812 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi083:172.21.15.83=a;smithi098:172.21.15.98=b;smithi139:172.21.15.139=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:44.813 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: Saving service mon spec with placement smithi083:172.21.15.83=a;smithi098:172.21.15.98=b;smithi139:172.21.15.139=c;count:3 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: Deploying daemon mon.c on smithi139 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='client.? 172.21.15.139:0/2698615049' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='client.? 172.21.15.139:0/3877524522' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.a calling monitor election 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.c calling monitor election 2024-09-16T09:14:44.814 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: monmap epoch 2 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: last_changed 2024-09-16T09:14:35.793895+0000 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: created 2024-09-16T09:12:59.949250+0000 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: min_mon_release 19 (squid) 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: election_strategy: 1 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: fsmap 2024-09-16T09:14:44.815 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mgrmap e13: a(active, since 41s) 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: overall HEALTH_OK 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: Deploying daemon mon.b on smithi098 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: from='client.? 172.21.15.139:0/331451730' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 ceph-mon[32780]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-16T09:14:44.816 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 bash[32742]: 82fcd30f49ad8e6e3a82f7c1564712717b87f40e89fde7f7ab1cb9edf40921e4 2024-09-16T09:14:44.817 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:44 smithi098 systemd[1]: Started Ceph mon.b for b9b10f10-740b-11ef-bceb-c7b262605968. 2024-09-16T09:14:46.002 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T09:14:46.002 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T09:14:46.254 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T09:14:49.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:49.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:14:49.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: mon.a calling monitor election 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: mon.c calling monitor election 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: mon.b calling monitor election 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T09:14:49.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: monmap epoch 3 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: last_changed 2024-09-16T09:14:44.451317+0000 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: created 2024-09-16T09:12:59.949250+0000 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: min_mon_release 19 (squid) 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: election_strategy: 1 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: 2: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: fsmap 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: mgrmap e13: a(active, since 49s) 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: overall HEALTH_OK 2024-09-16T09:14:49.788 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.789 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.789 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.789 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:49 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:49.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:14:49.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: mon.a calling monitor election 2024-09-16T09:14:49.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: mon.c calling monitor election 2024-09-16T09:14:49.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:49.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: mon.b calling monitor election 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: monmap epoch 3 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: last_changed 2024-09-16T09:14:44.451317+0000 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: created 2024-09-16T09:12:59.949250+0000 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: min_mon_release 19 (squid) 2024-09-16T09:14:49.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: election_strategy: 1 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: 2: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: fsmap 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: mgrmap e13: a(active, since 49s) 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: overall HEALTH_OK 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:49 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:49.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:14:49.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: mon.a calling monitor election 2024-09-16T09:14:49.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: mon.c calling monitor election 2024-09-16T09:14:49.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:14:49.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:49.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: mon.b calling monitor election 2024-09-16T09:14:49.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: monmap epoch 3 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: last_changed 2024-09-16T09:14:44.451317+0000 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: created 2024-09-16T09:12:59.949250+0000 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: min_mon_release 19 (squid) 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: election_strategy: 1 2024-09-16T09:14:49.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-16T09:14:49.946 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-09-16T09:14:49.946 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: 2: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b 2024-09-16T09:14:49.946 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: fsmap 2024-09-16T09:14:49.946 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T09:14:49.946 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: mgrmap e13: a(active, since 49s) 2024-09-16T09:14:49.946 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: overall HEALTH_OK 2024-09-16T09:14:49.946 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.946 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.946 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.946 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:49 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:49.947 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:14:49.947 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":3,"fsid":"b9b10f10-740b-11ef-bceb-c7b262605968","modified":"2024-09-16T09:14:44.451317Z","created":"2024-09-16T09:12:59.949250Z","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.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:3300","nonce":0},{"type":"v1","addr":"172.21.15.139:6789","nonce":0}]},"addr":"172.21.15.139:6789/0","public_addr":"172.21.15.139:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-16T09:14:49.947 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 3 2024-09-16T09:14:50.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:50 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:50.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:50 smithi139 ceph-mon[32900]: from='client.? 172.21.15.139:0/3551650669' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:50.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:50 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:50.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:50 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:50.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:50 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:50.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:50 smithi098 ceph-mon[32780]: from='client.? 172.21.15.139:0/3551650669' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:50.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:50 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:50.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:50 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:50.806 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:50 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:50.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:50 smithi083 ceph-mon[30398]: from='client.? 172.21.15.139:0/3551650669' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T09:14:50.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:50 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:50.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:50 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:14:51.186 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-16T09:14:51.187 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-16T09:14:51.709 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:51.709 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.711 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.711 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.711 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:51.711 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T09:14:51.711 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:51.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:51.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T09:14:51.945 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:51.998 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:14:52.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:52.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:52.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T09:14:52.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:52.607 INFO:teuthology.orchestra.run.smithi083.stdout:# minimal ceph.conf for b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:52.607 INFO:teuthology.orchestra.run.smithi083.stdout:[global] 2024-09-16T09:14:52.607 INFO:teuthology.orchestra.run.smithi083.stdout: fsid = b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:14:52.607 INFO:teuthology.orchestra.run.smithi083.stdout: mon_host = [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] 2024-09-16T09:14:52.608 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:52 smithi083 ceph-mon[30398]: Updating smithi083:/etc/ceph/ceph.conf 2024-09-16T09:14:52.608 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:52 smithi083 ceph-mon[30398]: Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T09:14:52.608 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:52 smithi083 ceph-mon[30398]: Updating smithi139:/etc/ceph/ceph.conf 2024-09-16T09:14:52.608 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:52 smithi083 ceph-mon[30398]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:52.608 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:52 smithi083 ceph-mon[30398]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:52.608 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:52 smithi083 ceph-mon[30398]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:52.608 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:52 smithi083 ceph-mon[30398]: Reconfiguring mon.a (unknown last config time)... 2024-09-16T09:14:52.608 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:52 smithi083 ceph-mon[30398]: Reconfiguring daemon mon.a on smithi083 2024-09-16T09:14:52.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:52 smithi139 ceph-mon[32900]: Updating smithi083:/etc/ceph/ceph.conf 2024-09-16T09:14:52.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:52 smithi139 ceph-mon[32900]: Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T09:14:52.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:52 smithi139 ceph-mon[32900]: Updating smithi139:/etc/ceph/ceph.conf 2024-09-16T09:14:52.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:52 smithi139 ceph-mon[32900]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:52.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:52 smithi139 ceph-mon[32900]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:52.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:52 smithi139 ceph-mon[32900]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:52.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:52 smithi139 ceph-mon[32900]: Reconfiguring mon.a (unknown last config time)... 2024-09-16T09:14:52.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:52 smithi139 ceph-mon[32900]: Reconfiguring daemon mon.a on smithi083 2024-09-16T09:14:53.035 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:52 smithi098 ceph-mon[32780]: Updating smithi083:/etc/ceph/ceph.conf 2024-09-16T09:14:53.035 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:52 smithi098 ceph-mon[32780]: Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T09:14:53.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:52 smithi098 ceph-mon[32780]: Updating smithi139:/etc/ceph/ceph.conf 2024-09-16T09:14:53.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:52 smithi098 ceph-mon[32780]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:53.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:52 smithi098 ceph-mon[32780]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:53.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:52 smithi098 ceph-mon[32780]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:14:53.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:52 smithi098 ceph-mon[32780]: Reconfiguring mon.a (unknown last config time)... 2024-09-16T09:14:53.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:52 smithi098 ceph-mon[32780]: Reconfiguring daemon mon.a on smithi083 2024-09-16T09:14:53.397 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-16T09:14:53.398 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:14:53.398 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T09:14:53.426 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:14:53.426 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:53.491 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:14:53.491 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T09:14:53.519 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:14:53.519 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:53.584 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:14:53.584 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T09:14:53.616 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:14:53.616 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:14:53.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:53 smithi083 ceph-mon[30398]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:53.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:53 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/3975951480' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:53.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:53 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:53.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:53 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:53.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:53 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:53.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:53 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T09:14:53.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:53 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:53.684 INFO:tasks.cephadm:Adding mgr.a on smithi083 2024-09-16T09:14:53.684 INFO:tasks.cephadm:Adding mgr.b on smithi098 2024-09-16T09:14:53.684 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi083=a;smithi098=b' 2024-09-16T09:14:53.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:53 smithi098 ceph-mon[32780]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:53.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:53 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/3975951480' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:53.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:53 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:53.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:53 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:53.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:53 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:53.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:53 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T09:14:53.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:53 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:53.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:53 smithi139 ceph-mon[32900]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:53.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:53 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/3975951480' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:53.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:53 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:53.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:53 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:53.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:53 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:53.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:53 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T09:14:53.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:53 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:53.965 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T09:14:54.612 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled mgr update... 2024-09-16T09:14:54.680 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:54 smithi139 ceph-mon[32900]: Reconfiguring mon.b (monmap changed)... 2024-09-16T09:14:54.680 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:54 smithi139 ceph-mon[32900]: Reconfiguring daemon mon.b on smithi098 2024-09-16T09:14:54.680 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:54.680 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:54.681 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:54.681 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T09:14:54.681 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:54.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:54 smithi083 ceph-mon[30398]: Reconfiguring mon.b (monmap changed)... 2024-09-16T09:14:54.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:54 smithi083 ceph-mon[30398]: Reconfiguring daemon mon.b on smithi098 2024-09-16T09:14:54.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:54.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:54.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:54.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T09:14:54.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:54 smithi098 ceph-mon[32780]: Reconfiguring mon.b (monmap changed)... 2024-09-16T09:14:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:54 smithi098 ceph-mon[32780]: Reconfiguring daemon mon.b on smithi098 2024-09-16T09:14:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T09:14:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T09:14:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:55.711 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:55 smithi139 ceph-mon[32900]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:55.711 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:55 smithi139 ceph-mon[32900]: Reconfiguring mon.c (monmap changed)... 2024-09-16T09:14:55.712 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:55 smithi139 ceph-mon[32900]: Reconfiguring daemon mon.c on smithi139 2024-09-16T09:14:55.712 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:55 smithi139 ceph-mon[32900]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi083=a;smithi098=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:55.712 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:55 smithi139 ceph-mon[32900]: Saving service mgr spec with placement smithi083=a;smithi098=b;count:2 2024-09-16T09:14:55.712 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:55.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:55 smithi083 ceph-mon[30398]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:55.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:55 smithi083 ceph-mon[30398]: Reconfiguring mon.c (monmap changed)... 2024-09-16T09:14:55.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:55 smithi083 ceph-mon[30398]: Reconfiguring daemon mon.c on smithi139 2024-09-16T09:14:55.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:55 smithi083 ceph-mon[30398]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi083=a;smithi098=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:55.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:55 smithi083 ceph-mon[30398]: Saving service mgr spec with placement smithi083=a;smithi098=b;count:2 2024-09-16T09:14:55.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:56.035 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:55 smithi098 ceph-mon[32780]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:56.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:55 smithi098 ceph-mon[32780]: Reconfiguring mon.c (monmap changed)... 2024-09-16T09:14:56.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:55 smithi098 ceph-mon[32780]: Reconfiguring daemon mon.c on smithi139 2024-09-16T09:14:56.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:55 smithi098 ceph-mon[32780]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi083=a;smithi098=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:14:56.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:55 smithi098 ceph-mon[32780]: Saving service mgr spec with placement smithi083=a;smithi098=b;count:2 2024-09-16T09:14:56.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:56.107 DEBUG:teuthology.orchestra.run.smithi098:mgr.b> sudo journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.b.service 2024-09-16T09:14:56.110 DEBUG:tasks.cephadm:set 0 configs 2024-09-16T09:14:56.110 INFO:tasks.cephadm:Deploying OSDs... 2024-09-16T09:14:56.110 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-16T09:14:56.110 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T09:14:56.130 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T09:14:56.130 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_1 2024-09-16T09:14:56.188 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T09:14:56.188 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:56.188 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 983 Links: 1 2024-09-16T09:14:56.188 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:56.188 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:56.188 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-09-16 09:14:13.486429487 +0000 2024-09-16T09:14:56.188 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-09-16 09:09:22.030621439 +0000 2024-09-16T09:14:56.188 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-09-16 09:09:22.030621439 +0000 2024-09-16T09:14:56.188 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2024-09-16 09:09:22.030621439 +0000 2024-09-16T09:14:56.189 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T09:14:56.256 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-09-16T09:14:56.257 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-09-16T09:14:56.257 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000289809 s, 1.8 MB/s 2024-09-16T09:14:56.258 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T09:14:56.317 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_2 2024-09-16T09:14:56.375 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T09:14:56.375 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:56.375 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-16T09:14:56.375 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:56.375 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:56.376 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-09-16 09:14:13.521428609 +0000 2024-09-16T09:14:56.376 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-09-16 09:09:22.029621464 +0000 2024-09-16T09:14:56.376 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-09-16 09:09:22.029621464 +0000 2024-09-16T09:14:56.376 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2024-09-16 09:09:22.029621464 +0000 2024-09-16T09:14:56.376 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T09:14:56.442 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-09-16T09:14:56.442 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-09-16T09:14:56.442 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000206231 s, 2.5 MB/s 2024-09-16T09:14:56.443 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T09:14:56.502 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_3 2024-09-16T09:14:56.559 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T09:14:56.559 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:56.559 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 971 Links: 1 2024-09-16T09:14:56.559 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:56.559 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:56.559 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-09-16 09:14:13.555427757 +0000 2024-09-16T09:14:56.559 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-09-16 09:09:22.029621464 +0000 2024-09-16T09:14:56.559 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-09-16 09:09:22.029621464 +0000 2024-09-16T09:14:56.559 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2024-09-16 09:09:22.029621464 +0000 2024-09-16T09:14:56.560 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T09:14:56.624 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-09-16T09:14:56.624 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-09-16T09:14:56.624 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000191278 s, 2.7 MB/s 2024-09-16T09:14:56.625 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T09:14:56.683 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_4 2024-09-16T09:14:56.740 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T09:14:56.740 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:56.740 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 962 Links: 1 2024-09-16T09:14:56.740 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:56.740 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:56.740 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-09-16 09:14:13.586426980 +0000 2024-09-16T09:14:56.740 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-09-16 09:09:22.029621464 +0000 2024-09-16T09:14:56.740 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-09-16 09:09:22.029621464 +0000 2024-09-16T09:14:56.740 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2024-09-16 09:09:22.029621464 +0000 2024-09-16T09:14:56.741 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T09:14:56.805 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-09-16T09:14:56.806 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-09-16T09:14:56.806 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000188535 s, 2.7 MB/s 2024-09-16T09:14:56.807 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T09:14:56.864 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T09:14:56.865 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T09:14:56.881 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T09:14:56.882 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2024-09-16T09:14:56.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:56.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:56.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:56.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:56.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:56.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:56.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:56.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T09:14:56.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T09:14:56.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T09:14:56.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:56.906 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:56 smithi083 ceph-mon[30398]: Deploying daemon mgr.b on smithi098 2024-09-16T09:14:56.938 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T09:14:56.938 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:56.938 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-16T09:14:56.938 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:56.938 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:56.938 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-16 09:14:43.924263481 +0000 2024-09-16T09:14:56.939 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-16 09:09:21.381600999 +0000 2024-09-16T09:14:56.939 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-16 09:09:21.381600999 +0000 2024-09-16T09:14:56.939 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: 2024-09-16 09:09:21.381600999 +0000 2024-09-16T09:14:56.939 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T09:14:57.002 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-16T09:14:57.002 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-16T09:14:57.002 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000214538 s, 2.4 MB/s 2024-09-16T09:14:57.004 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T09:14:57.035 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:57.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:56 smithi098 ceph-mon[32780]: Deploying daemon mgr.b on smithi098 2024-09-16T09:14:57.052 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2024-09-16T09:14:57.108 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T09:14:57.108 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:57.108 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-16T09:14:57.109 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:57.109 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:57.109 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-16 09:14:43.925263467 +0000 2024-09-16T09:14:57.109 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-16 09:09:21.379601026 +0000 2024-09-16T09:14:57.109 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-16 09:09:21.379601026 +0000 2024-09-16T09:14:57.109 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: 2024-09-16 09:09:21.379601026 +0000 2024-09-16T09:14:57.109 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T09:14:57.174 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-16T09:14:57.174 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-16T09:14:57.174 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000193942 s, 2.6 MB/s 2024-09-16T09:14:57.175 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T09:14:57.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:57.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:57.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:57.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:57.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:57.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:14:57.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:57.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T09:14:57.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T09:14:57.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T09:14:57.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:14:57.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:56 smithi139 ceph-mon[32900]: Deploying daemon mgr.b on smithi098 2024-09-16T09:14:57.231 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2024-09-16T09:14:57.293 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T09:14:57.293 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:57.294 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-16T09:14:57.294 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:57.294 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:57.294 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-16 09:14:43.925263467 +0000 2024-09-16T09:14:57.294 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-16 09:09:21.380601012 +0000 2024-09-16T09:14:57.294 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-16 09:09:21.380601012 +0000 2024-09-16T09:14:57.294 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: 2024-09-16 09:09:21.380601012 +0000 2024-09-16T09:14:57.294 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T09:14:57.413 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-16T09:14:57.414 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-16T09:14:57.414 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000248688 s, 2.1 MB/s 2024-09-16T09:14:57.415 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T09:14:57.430 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2024-09-16T09:14:57.492 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T09:14:57.492 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:57.492 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-09-16T09:14:57.492 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:57.492 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:57.492 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-16 09:14:57.367077798 +0000 2024-09-16T09:14:57.492 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-16 09:09:21.380601012 +0000 2024-09-16T09:14:57.492 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-16 09:09:21.380601012 +0000 2024-09-16T09:14:57.492 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: 2024-09-16 09:09:21.380601012 +0000 2024-09-16T09:14:57.493 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T09:14:57.590 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-16T09:14:57.591 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-16T09:14:57.591 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000172341 s, 3.0 MB/s 2024-09-16T09:14:57.592 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T09:14:57.607 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-09-16T09:14:57.608 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T09:14:57.627 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T09:14:57.627 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_1 2024-09-16T09:14:57.686 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T09:14:57.686 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:57.686 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-09-16T09:14:57.686 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:57.686 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:57.686 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-09-16 09:14:34.788089317 +0000 2024-09-16T09:14:57.686 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-09-16 09:09:20.771989838 +0000 2024-09-16T09:14:57.686 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-09-16 09:09:20.771989838 +0000 2024-09-16T09:14:57.686 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-09-16 09:09:20.771989838 +0000 2024-09-16T09:14:57.687 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T09:14:57.756 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-09-16T09:14:57.757 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-09-16T09:14:57.757 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000381936 s, 1.3 MB/s 2024-09-16T09:14:57.758 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T09:14:57.786 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:14:57 smithi098 systemd[1]: Starting Ceph mgr.b for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:14:57.818 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_2 2024-09-16T09:14:57.876 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T09:14:57.876 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:57.877 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-16T09:14:57.877 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:57.877 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:57.877 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-09-16 09:14:34.788089317 +0000 2024-09-16T09:14:57.877 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-09-16 09:09:20.770989926 +0000 2024-09-16T09:14:57.877 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-09-16 09:09:20.770989926 +0000 2024-09-16T09:14:57.877 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-09-16 09:09:20.770989926 +0000 2024-09-16T09:14:57.877 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T09:14:57.945 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-09-16T09:14:57.945 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-09-16T09:14:57.945 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000250474 s, 2.0 MB/s 2024-09-16T09:14:57.946 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T09:14:58.006 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_3 2024-09-16T09:14:58.063 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T09:14:58.063 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:58.063 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 983 Links: 1 2024-09-16T09:14:58.063 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:58.064 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:58.064 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-09-16 09:14:34.788089317 +0000 2024-09-16T09:14:58.064 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-09-16 09:09:20.774989570 +0000 2024-09-16T09:14:58.064 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-09-16 09:09:20.774989570 +0000 2024-09-16T09:14:58.064 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-09-16 09:09:20.774989570 +0000 2024-09-16T09:14:58.064 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T09:14:58.079 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:14:57 smithi098 podman[33873]: 2024-09-16 09:14:57.723750305 +0000 UTC m=+0.015730557 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce 2024-09-16T09:14:58.079 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:14:57 smithi098 podman[33873]: 2024-09-16 09:14:57.85527619 +0000 UTC m=+0.147256447 container create f02cbd6c9e5ed20a6adcca6b69655c58cfbbc7ffa86a32db54b6dfa16c333aae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-16T09:14:58.079 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:14:58 smithi098 podman[33873]: 2024-09-16 09:14:58.049206905 +0000 UTC m=+0.341187158 container init f02cbd6c9e5ed20a6adcca6b69655c58cfbbc7ffa86a32db54b6dfa16c333aae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:14:58.079 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:14:58 smithi098 podman[33873]: 2024-09-16 09:14:58.053608663 +0000 UTC m=+0.345588922 container start f02cbd6c9e5ed20a6adcca6b69655c58cfbbc7ffa86a32db54b6dfa16c333aae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-16T09:14:58.130 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-09-16T09:14:58.130 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-09-16T09:14:58.130 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000216453 s, 2.4 MB/s 2024-09-16T09:14:58.131 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T09:14:58.188 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_4 2024-09-16T09:14:58.245 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T09:14:58.245 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T09:14:58.245 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-09-16T09:14:58.245 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T09:14:58.245 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T09:14:58.245 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-09-16 09:14:34.789089295 +0000 2024-09-16T09:14:58.246 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-09-16 09:09:20.772989748 +0000 2024-09-16T09:14:58.246 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-09-16 09:09:20.772989748 +0000 2024-09-16T09:14:58.246 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-09-16 09:09:20.772989748 +0000 2024-09-16T09:14:58.246 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T09:14:58.309 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-09-16T09:14:58.309 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-09-16T09:14:58.309 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000246144 s, 2.1 MB/s 2024-09-16T09:14:58.310 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T09:14:58.368 INFO:tasks.cephadm:Deploying osd.0 on smithi083 with /dev/vg_nvme/lv_4... 2024-09-16T09:14:58.368 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T09:14:58.536 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:14:58 smithi098 ceph-mgr[33911]: -- 172.21.15.98:0/3129886866 <== mon.2 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5650fd21d0e0 con 0x5650fd1fb400 2024-09-16T09:14:58.536 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:14:58 smithi098 bash[33873]: f02cbd6c9e5ed20a6adcca6b69655c58cfbbc7ffa86a32db54b6dfa16c333aae 2024-09-16T09:14:58.536 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:14:58 smithi098 systemd[1]: Started Ceph mgr.b for b9b10f10-740b-11ef-bceb-c7b262605968. 2024-09-16T09:14:58.614 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:14:59.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:59 smithi083 ceph-mon[30398]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:59.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:59 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:59 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:59 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:59 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:14:59 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:59.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:59 smithi098 ceph-mon[32780]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:59.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:59 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:59 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:59 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.537 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:59 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.537 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:14:59 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:14:59.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:59 smithi139 ceph-mon[32900]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:14:59.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:59 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:59 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:59 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:59 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:14:59.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:14:59 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:00.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:00.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:00.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: Reconfiguring mgr.a (unknown last config time)... 2024-09-16T09:15:00.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T09:15:00.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T09:15:00.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:00.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: Reconfiguring daemon mgr.a on smithi083 2024-09-16T09:15:00.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:00 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:00.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:00.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: Reconfiguring mgr.a (unknown last config time)... 2024-09-16T09:15:00.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T09:15:00.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T09:15:00.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:00.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: Reconfiguring daemon mgr.a on smithi083 2024-09-16T09:15:00.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:00 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:00.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:00.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:00.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: Reconfiguring mgr.a (unknown last config time)... 2024-09-16T09:15:00.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T09:15:00.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T09:15:00.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:00.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: Reconfiguring daemon mgr.a on smithi083 2024-09-16T09:15:00.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:00 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:01.302 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:15:01.327 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi083:vg_nvme/lv_4 2024-09-16T09:15:01.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:01 smithi083 ceph-mon[30398]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:01.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:01 smithi139 ceph-mon[32900]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:01.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:01 smithi098 ceph-mon[32780]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:02.017 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:15:03.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: Standby manager daemon b started 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T09:15:03.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:03 smithi083 ceph-mon[30398]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T09:15:03.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: Standby manager daemon b started 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T09:15:03.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:03 smithi139 ceph-mon[32900]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T09:15:03.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: Standby manager daemon b started 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T09:15:03.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T09:15:03.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:03 smithi098 ceph-mon[32780]: from='mgr.? 172.21.15.98:0/3186549971' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T09:15:04.658 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:04 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:04.658 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:04 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:04.658 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:04 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:04.658 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:04 smithi083 ceph-mon[30398]: mgrmap e14: a(active, since 64s), standbys: b 2024-09-16T09:15:04.658 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:04 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T09:15:04.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:04 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:04.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:04 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:04.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:04 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:04.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:04 smithi139 ceph-mon[32900]: mgrmap e14: a(active, since 64s), standbys: b 2024-09-16T09:15:04.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:04 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T09:15:04.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:04 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:04.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:04 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:04.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:04 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:04.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:04 smithi098 ceph-mon[32780]: mgrmap e14: a(active, since 64s), standbys: b 2024-09-16T09:15:04.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:04 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T09:15:05.561 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:05 smithi083 ceph-mon[30398]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:05.562 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:05 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/3325214255' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dc5a2f67-a2e8-406e-9d92-2f2d5f7098e0"} : dispatch 2024-09-16T09:15:05.562 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:05 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/3325214255' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc5a2f67-a2e8-406e-9d92-2f2d5f7098e0"}]': finished 2024-09-16T09:15:05.562 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:05 smithi083 ceph-mon[30398]: osdmap e5: 1 total, 0 up, 1 in 2024-09-16T09:15:05.562 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:05 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:05.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:05 smithi139 ceph-mon[32900]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:05.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:05 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/3325214255' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dc5a2f67-a2e8-406e-9d92-2f2d5f7098e0"} : dispatch 2024-09-16T09:15:05.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:05 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/3325214255' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc5a2f67-a2e8-406e-9d92-2f2d5f7098e0"}]': finished 2024-09-16T09:15:05.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:05 smithi139 ceph-mon[32900]: osdmap e5: 1 total, 0 up, 1 in 2024-09-16T09:15:05.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:05 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:05.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:05 smithi098 ceph-mon[32780]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:05.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:05 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/3325214255' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dc5a2f67-a2e8-406e-9d92-2f2d5f7098e0"} : dispatch 2024-09-16T09:15:05.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:05 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/3325214255' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc5a2f67-a2e8-406e-9d92-2f2d5f7098e0"}]': finished 2024-09-16T09:15:05.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:05 smithi098 ceph-mon[32780]: osdmap e5: 1 total, 0 up, 1 in 2024-09-16T09:15:05.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:05 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:06.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:06 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/3427846076' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T09:15:06.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:06 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/3427846076' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T09:15:06.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:06 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/3427846076' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T09:15:07.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:07 smithi083 ceph-mon[30398]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:07.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:07 smithi139 ceph-mon[32900]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:07.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:07 smithi098 ceph-mon[32780]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:09.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:09 smithi083 ceph-mon[30398]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:09.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:09 smithi139 ceph-mon[32900]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:09.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:09 smithi098 ceph-mon[32780]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:11.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:11 smithi083 ceph-mon[30398]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:11.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:11 smithi139 ceph-mon[32900]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:11.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:11 smithi098 ceph-mon[32780]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:12.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T09:15:12.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:12.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:12 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T09:15:12.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:12 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:12.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:12 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T09:15:12.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:12 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:13.559 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:13 smithi083 ceph-mon[30398]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:13.559 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:13 smithi083 ceph-mon[30398]: Deploying daemon osd.0 on smithi083 2024-09-16T09:15:13.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:13 smithi139 ceph-mon[32900]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:13.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:13 smithi139 ceph-mon[32900]: Deploying daemon osd.0 on smithi083 2024-09-16T09:15:13.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:13 smithi098 ceph-mon[32780]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:13.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:13 smithi098 ceph-mon[32780]: Deploying daemon osd.0 on smithi083 2024-09-16T09:15:15.638 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:15 smithi083 ceph-mon[30398]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:15.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:15 smithi139 ceph-mon[32900]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:15.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:15 smithi098 ceph-mon[32780]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:17.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:17 smithi083 ceph-mon[30398]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:17.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:17 smithi139 ceph-mon[32900]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:17.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:17 smithi098 ceph-mon[32780]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:19.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:19 smithi083 ceph-mon[30398]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:19.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:19 smithi139 ceph-mon[32900]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:19.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:19 smithi098 ceph-mon[32780]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:20.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:20 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:20.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:20 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:20.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:20 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:20.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:20 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:20.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:20 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:20.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:20 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:20.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:20 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:20.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:20 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:20.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:20 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:21.644 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:21 smithi083 ceph-mon[30398]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:21.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:21 smithi139 ceph-mon[32900]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:21.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:21 smithi098 ceph-mon[32780]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:23.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:23 smithi098 ceph-mon[32780]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:23.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:23 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:23.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:23 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:23.537 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:23 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:23.537 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:23 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:23.537 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:23 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:23.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:23 smithi083 ceph-mon[30398]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:23.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:23.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:23.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:23.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:23 smithi139 ceph-mon[32900]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:23.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:23 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:23.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:23 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:23.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:23 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:23.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:23 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:23.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:23 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:24.401 INFO:teuthology.orchestra.run.smithi083.stdout:Created osd(s) 0 on host 'smithi083' 2024-09-16T09:15:24.990 DEBUG:teuthology.orchestra.run.smithi083:osd.0> sudo journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.0.service 2024-09-16T09:15:24.993 INFO:tasks.cephadm:Deploying osd.1 on smithi098 with /dev/vg_nvme/lv_4... 2024-09-16T09:15:24.993 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T09:15:25.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:25 smithi098 ceph-mon[32780]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:25.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:25 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:25.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:25 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:25.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:25 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:25.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:25 smithi098 ceph-mon[32780]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T09:15:25.301 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T09:15:25.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:25 smithi083 ceph-mon[30398]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:25.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:25 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:25.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:25 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:25.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:25 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:25.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:25 smithi083 ceph-mon[30398]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T09:15:25.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:25 smithi139 ceph-mon[32900]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:25.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:25 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:25.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:25 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:25.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:25 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:25.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:25 smithi139 ceph-mon[32900]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T09:15:26.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:26 smithi083 ceph-mon[30398]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T09:15:26.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:26 smithi083 ceph-mon[30398]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T09:15:26.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:26 smithi083 ceph-mon[30398]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]} : dispatch 2024-09-16T09:15:26.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:26 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:26.671 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:26 smithi098 ceph-mon[32780]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T09:15:26.671 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:26 smithi098 ceph-mon[32780]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T09:15:26.671 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:26 smithi098 ceph-mon[32780]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]} : dispatch 2024-09-16T09:15:26.671 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:26 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:26.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:26 smithi139 ceph-mon[32900]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T09:15:26.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:26 smithi139 ceph-mon[32900]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T09:15:26.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:26 smithi139 ceph-mon[32900]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]} : dispatch 2024-09-16T09:15:26.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:26 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:27.130 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:15:26 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0[44275]: 2024-09-16T09:15:26.825+0000 7fa8b029c640 -1 osd.0 0 waiting for initial osdmap 2024-09-16T09:15:27.130 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:15:26 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0[44275]: 2024-09-16T09:15:26.827+0000 7fa8a80bb640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:15:27.704 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:27 smithi083 ceph-mon[30398]: purged_snaps scrub starts 2024-09-16T09:15:27.704 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:27 smithi083 ceph-mon[30398]: purged_snaps scrub ok 2024-09-16T09:15:27.705 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:27 smithi083 ceph-mon[30398]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:27.705 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:27 smithi083 ceph-mon[30398]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-16T09:15:27.705 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:27 smithi083 ceph-mon[30398]: osdmap e7: 1 total, 0 up, 1 in 2024-09-16T09:15:27.705 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:27 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:27.705 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:27 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:27.705 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:27 smithi083 ceph-mon[30398]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' 2024-09-16T09:15:27.705 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:27 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:27.765 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:27 smithi098 ceph-mon[32780]: purged_snaps scrub starts 2024-09-16T09:15:27.765 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:27 smithi098 ceph-mon[32780]: purged_snaps scrub ok 2024-09-16T09:15:27.765 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:27 smithi098 ceph-mon[32780]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:27.765 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:27 smithi098 ceph-mon[32780]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-16T09:15:27.765 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:27 smithi098 ceph-mon[32780]: osdmap e7: 1 total, 0 up, 1 in 2024-09-16T09:15:27.766 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:27 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:27.766 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:27 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:27.766 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:27 smithi098 ceph-mon[32780]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' 2024-09-16T09:15:27.766 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:27 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:27.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:27 smithi139 ceph-mon[32900]: purged_snaps scrub starts 2024-09-16T09:15:27.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:27 smithi139 ceph-mon[32900]: purged_snaps scrub ok 2024-09-16T09:15:27.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:27 smithi139 ceph-mon[32900]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:27.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:27 smithi139 ceph-mon[32900]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-16T09:15:27.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:27 smithi139 ceph-mon[32900]: osdmap e7: 1 total, 0 up, 1 in 2024-09-16T09:15:27.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:27 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:27.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:27 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:27.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:27 smithi139 ceph-mon[32900]: from='osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409]' entity='osd.0' 2024-09-16T09:15:27.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:27 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:28.052 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T09:15:28.076 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi098:vg_nvme/lv_4 2024-09-16T09:15:28.318 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T09:15:29.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:29.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: Detected new or changed devices on smithi083 2024-09-16T09:15:29.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T09:15:29.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: Adjusting osd_memory_target on smithi083 to 17088M 2024-09-16T09:15:29.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:29.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:29.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409] boot 2024-09-16T09:15:29.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: osdmap e8: 1 total, 1 up, 1 in 2024-09-16T09:15:29.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: Detected new or changed devices on smithi083 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: Adjusting osd_memory_target on smithi083 to 17088M 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409] boot 2024-09-16T09:15:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: osdmap e8: 1 total, 1 up, 1 in 2024-09-16T09:15:29.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:29.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T09:15:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: Detected new or changed devices on smithi083 2024-09-16T09:15:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T09:15:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: Adjusting osd_memory_target on smithi083 to 17088M 2024-09-16T09:15:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:29.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:29.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: osd.0 [v2:172.21.15.83:6802/370223409,v1:172.21.15.83:6803/370223409] boot 2024-09-16T09:15:29.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: osdmap e8: 1 total, 1 up, 1 in 2024-09-16T09:15:29.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:15:30.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:29 smithi098 ceph-mon[32780]: osdmap e9: 1 total, 1 up, 1 in 2024-09-16T09:15:30.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:29 smithi098 ceph-mon[32780]: from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:15:30.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:29 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T09:15:30.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:29 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T09:15:30.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:29 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:29 smithi083 ceph-mon[30398]: osdmap e9: 1 total, 1 up, 1 in 2024-09-16T09:15:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:29 smithi083 ceph-mon[30398]: from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:15:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T09:15:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T09:15:30.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:30.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:29 smithi139 ceph-mon[32900]: osdmap e9: 1 total, 1 up, 1 in 2024-09-16T09:15:30.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:29 smithi139 ceph-mon[32900]: from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:15:30.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:29 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T09:15:30.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:29 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T09:15:30.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:29 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:30.973 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:30 smithi098 ceph-mon[32780]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:31.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:30 smithi083 ceph-mon[30398]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:31.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:30 smithi139 ceph-mon[32900]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:32.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:31 smithi083 ceph-mon[30398]: from='client.? 172.21.15.98:0/3993669551' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2bbef5bc-b31f-4ec2-ae73-4577df45e7d0"} : dispatch 2024-09-16T09:15:32.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:31 smithi083 ceph-mon[30398]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2bbef5bc-b31f-4ec2-ae73-4577df45e7d0"} : dispatch 2024-09-16T09:15:32.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:31 smithi083 ceph-mon[30398]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bbef5bc-b31f-4ec2-ae73-4577df45e7d0"}]': finished 2024-09-16T09:15:32.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:31 smithi083 ceph-mon[30398]: osdmap e10: 2 total, 1 up, 2 in 2024-09-16T09:15:32.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:31 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:32.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:31 smithi139 ceph-mon[32900]: from='client.? 172.21.15.98:0/3993669551' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2bbef5bc-b31f-4ec2-ae73-4577df45e7d0"} : dispatch 2024-09-16T09:15:32.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:31 smithi139 ceph-mon[32900]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2bbef5bc-b31f-4ec2-ae73-4577df45e7d0"} : dispatch 2024-09-16T09:15:32.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:31 smithi139 ceph-mon[32900]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bbef5bc-b31f-4ec2-ae73-4577df45e7d0"}]': finished 2024-09-16T09:15:32.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:31 smithi139 ceph-mon[32900]: osdmap e10: 2 total, 1 up, 2 in 2024-09-16T09:15:32.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:31 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:32.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:31 smithi098 ceph-mon[32780]: from='client.? 172.21.15.98:0/3993669551' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2bbef5bc-b31f-4ec2-ae73-4577df45e7d0"} : dispatch 2024-09-16T09:15:32.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:31 smithi098 ceph-mon[32780]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2bbef5bc-b31f-4ec2-ae73-4577df45e7d0"} : dispatch 2024-09-16T09:15:32.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:31 smithi098 ceph-mon[32780]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bbef5bc-b31f-4ec2-ae73-4577df45e7d0"}]': finished 2024-09-16T09:15:32.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:31 smithi098 ceph-mon[32780]: osdmap e10: 2 total, 1 up, 2 in 2024-09-16T09:15:32.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:31 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:33.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:32 smithi083 ceph-mon[30398]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:33.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:32 smithi083 ceph-mon[30398]: from='client.? 172.21.15.98:0/2009298879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T09:15:33.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:32 smithi139 ceph-mon[32900]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:33.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:32 smithi139 ceph-mon[32900]: from='client.? 172.21.15.98:0/2009298879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T09:15:33.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:32 smithi098 ceph-mon[32780]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:33.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:32 smithi098 ceph-mon[32780]: from='client.? 172.21.15.98:0/2009298879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T09:15:35.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:34 smithi083 ceph-mon[30398]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:35.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:34 smithi139 ceph-mon[32900]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:35.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:34 smithi098 ceph-mon[32780]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:37.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:36 smithi083 ceph-mon[30398]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:37.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:36 smithi139 ceph-mon[32900]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:37.265 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:36 smithi098 ceph-mon[32780]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:39.110 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:38 smithi098 ceph-mon[32780]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:39.111 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:38 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T09:15:39.111 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:38 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:39.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:38 smithi083 ceph-mon[30398]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:39.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:38 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T09:15:39.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:38 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:39.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:38 smithi139 ceph-mon[32900]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:39.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:38 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T09:15:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:38 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:40.035 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:39 smithi098 ceph-mon[32780]: Deploying daemon osd.1 on smithi098 2024-09-16T09:15:40.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:39 smithi083 ceph-mon[30398]: Deploying daemon osd.1 on smithi098 2024-09-16T09:15:40.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:39 smithi139 ceph-mon[32900]: Deploying daemon osd.1 on smithi098 2024-09-16T09:15:40.984 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:40 smithi098 ceph-mon[32780]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:41.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:40 smithi083 ceph-mon[30398]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:41.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:40 smithi139 ceph-mon[32900]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:43.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:42 smithi083 ceph-mon[30398]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:43.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:42 smithi139 ceph-mon[32900]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:43.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:42 smithi098 ceph-mon[32780]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:44.965 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:44 smithi098 ceph-mon[32780]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:45.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:44 smithi083 ceph-mon[30398]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:45.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:44 smithi139 ceph-mon[32900]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:47.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:46 smithi083 ceph-mon[30398]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:47.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:46 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:46 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:46 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:47.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:46 smithi139 ceph-mon[32900]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:47.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:46 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:47.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:46 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:47.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:46 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:47.253 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:46 smithi098 ceph-mon[32780]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:47.253 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:46 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:47.253 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:46 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:47.253 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:46 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:49.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:48 smithi083 ceph-mon[30398]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:49.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:48 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:49.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:48 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:49.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:48 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:49.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:48 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:49.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:48 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:49.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:48 smithi139 ceph-mon[32900]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:49.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:48 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:49.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:48 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:49.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:48 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:49.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:48 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:49.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:48 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:49.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:48 smithi098 ceph-mon[32780]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:49.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:48 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:49.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:48 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:49.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:48 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:49.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:48 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:49.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:48 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:51.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:50 smithi098 ceph-mon[32780]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:51.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:50 smithi083 ceph-mon[30398]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:51.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:50 smithi139 ceph-mon[32900]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:51.445 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 1 on host 'smithi098' 2024-09-16T09:15:52.026 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:51 smithi098 ceph-mon[32780]: from='osd.1 [v2:172.21.15.98:6800/818252171,v1:172.21.15.98:6801/818252171]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T09:15:52.026 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:51 smithi098 ceph-mon[32780]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T09:15:52.026 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:52.026 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:52.026 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:52.055 DEBUG:teuthology.orchestra.run.smithi098:osd.1> sudo journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.1.service 2024-09-16T09:15:52.058 INFO:tasks.cephadm:Deploying osd.2 on smithi139 with /dev/vg_nvme/lv_4... 2024-09-16T09:15:52.058 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T09:15:52.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:51 smithi083 ceph-mon[30398]: from='osd.1 [v2:172.21.15.98:6800/818252171,v1:172.21.15.98:6801/818252171]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T09:15:52.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:51 smithi083 ceph-mon[30398]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T09:15:52.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:52.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:52.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:52.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:51 smithi139 ceph-mon[32900]: from='osd.1 [v2:172.21.15.98:6800/818252171,v1:172.21.15.98:6801/818252171]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T09:15:52.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:51 smithi139 ceph-mon[32900]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T09:15:52.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:15:52.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:52.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:52.309 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T09:15:53.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:52 smithi083 ceph-mon[30398]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:53.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:52 smithi083 ceph-mon[30398]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T09:15:53.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:52 smithi083 ceph-mon[30398]: from='osd.1 [v2:172.21.15.98:6800/818252171,v1:172.21.15.98:6801/818252171]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T09:15:53.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:52 smithi083 ceph-mon[30398]: osdmap e11: 2 total, 1 up, 2 in 2024-09-16T09:15:53.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:52 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:53.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:52 smithi083 ceph-mon[30398]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T09:15:53.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:52 smithi139 ceph-mon[32900]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:53.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:52 smithi139 ceph-mon[32900]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T09:15:53.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:52 smithi139 ceph-mon[32900]: from='osd.1 [v2:172.21.15.98:6800/818252171,v1:172.21.15.98:6801/818252171]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T09:15:53.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:52 smithi139 ceph-mon[32900]: osdmap e11: 2 total, 1 up, 2 in 2024-09-16T09:15:53.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:52 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:53.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:52 smithi139 ceph-mon[32900]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T09:15:53.274 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:52 smithi098 ceph-mon[32780]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:53.274 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:52 smithi098 ceph-mon[32780]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T09:15:53.275 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:52 smithi098 ceph-mon[32780]: from='osd.1 [v2:172.21.15.98:6800/818252171,v1:172.21.15.98:6801/818252171]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T09:15:53.275 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:52 smithi098 ceph-mon[32780]: osdmap e11: 2 total, 1 up, 2 in 2024-09-16T09:15:53.275 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:52 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:53.275 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:52 smithi098 ceph-mon[32780]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T09:15:53.275 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:15:52 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1[36674]: 2024-09-16T09:15:52.893+0000 7f11a0abc640 -1 osd.1 0 waiting for initial osdmap 2024-09-16T09:15:53.275 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:15:52 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1[36674]: 2024-09-16T09:15:52.896+0000 7f119c8e3640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:15:54.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:53 smithi083 ceph-mon[30398]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-09-16T09:15:54.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:53 smithi083 ceph-mon[30398]: osdmap e12: 2 total, 1 up, 2 in 2024-09-16T09:15:54.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:53 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:54.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:53 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:54.189 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:53 smithi139 ceph-mon[32900]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-09-16T09:15:54.190 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:53 smithi139 ceph-mon[32900]: osdmap e12: 2 total, 1 up, 2 in 2024-09-16T09:15:54.190 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:53 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:54.190 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:53 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:54.260 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:53 smithi098 ceph-mon[32780]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-09-16T09:15:54.260 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:53 smithi098 ceph-mon[32780]: osdmap e12: 2 total, 1 up, 2 in 2024-09-16T09:15:54.261 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:53 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:54.261 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:53 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:54.814 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-09-16T09:15:54.843 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi139:vg_nvme/lv_4 2024-09-16T09:15:55.035 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:54 smithi098 ceph-mon[32780]: purged_snaps scrub starts 2024-09-16T09:15:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:54 smithi098 ceph-mon[32780]: purged_snaps scrub ok 2024-09-16T09:15:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:54 smithi098 ceph-mon[32780]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:54 smithi098 ceph-mon[32780]: osd.1 [v2:172.21.15.98:6800/818252171,v1:172.21.15.98:6801/818252171] boot 2024-09-16T09:15:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:54 smithi098 ceph-mon[32780]: osdmap e13: 2 total, 2 up, 2 in 2024-09-16T09:15:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:55.091 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T09:15:55.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:54 smithi083 ceph-mon[30398]: purged_snaps scrub starts 2024-09-16T09:15:55.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:54 smithi083 ceph-mon[30398]: purged_snaps scrub ok 2024-09-16T09:15:55.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:54 smithi083 ceph-mon[30398]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:55.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:54 smithi083 ceph-mon[30398]: osd.1 [v2:172.21.15.98:6800/818252171,v1:172.21.15.98:6801/818252171] boot 2024-09-16T09:15:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:54 smithi083 ceph-mon[30398]: osdmap e13: 2 total, 2 up, 2 in 2024-09-16T09:15:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:55.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:54 smithi139 ceph-mon[32900]: purged_snaps scrub starts 2024-09-16T09:15:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:54 smithi139 ceph-mon[32900]: purged_snaps scrub ok 2024-09-16T09:15:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:54 smithi139 ceph-mon[32900]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T09:15:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:54 smithi139 ceph-mon[32900]: osd.1 [v2:172.21.15.98:6800/818252171,v1:172.21.15.98:6801/818252171] boot 2024-09-16T09:15:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:54 smithi139 ceph-mon[32900]: osdmap e13: 2 total, 2 up, 2 in 2024-09-16T09:15:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:15:56.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: osdmap e14: 2 total, 2 up, 2 in 2024-09-16T09:15:56.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: Detected new or changed devices on smithi098 2024-09-16T09:15:56.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T09:15:56.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: Adjusting osd_memory_target on smithi098 to 17088M 2024-09-16T09:15:56.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:56.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:56.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T09:15:56.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T09:15:56.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:56.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: osdmap e14: 2 total, 2 up, 2 in 2024-09-16T09:15:56.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: Detected new or changed devices on smithi098 2024-09-16T09:15:56.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T09:15:56.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: Adjusting osd_memory_target on smithi098 to 17088M 2024-09-16T09:15:56.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:56.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:56.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T09:15:56.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T09:15:56.196 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:56.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: osdmap e14: 2 total, 2 up, 2 in 2024-09-16T09:15:56.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: Detected new or changed devices on smithi098 2024-09-16T09:15:56.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T09:15:56.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: Adjusting osd_memory_target on smithi098 to 17088M 2024-09-16T09:15:56.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:56.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:15:56.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:15:56.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T09:15:56.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T09:15:56.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:15:57.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:56 smithi098 ceph-mon[32780]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:15:57.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:56 smithi098 ceph-mon[32780]: from='client.24124 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:15:57.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:56 smithi139 ceph-mon[32900]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:15:57.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:56 smithi139 ceph-mon[32900]: from='client.24124 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:15:57.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:56 smithi083 ceph-mon[30398]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:15:57.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:56 smithi083 ceph-mon[30398]: from='client.24124 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:15:58.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:57 smithi098 ceph-mon[32780]: from='client.? 172.21.15.139:0/2037812423' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79061b45-73f8-4ccf-9577-b08644523dba"} : dispatch 2024-09-16T09:15:58.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:57 smithi098 ceph-mon[32780]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79061b45-73f8-4ccf-9577-b08644523dba"} : dispatch 2024-09-16T09:15:58.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:57 smithi098 ceph-mon[32780]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79061b45-73f8-4ccf-9577-b08644523dba"}]': finished 2024-09-16T09:15:58.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:57 smithi098 ceph-mon[32780]: osdmap e15: 3 total, 2 up, 3 in 2024-09-16T09:15:58.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:57 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:15:58.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:57 smithi083 ceph-mon[30398]: from='client.? 172.21.15.139:0/2037812423' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79061b45-73f8-4ccf-9577-b08644523dba"} : dispatch 2024-09-16T09:15:58.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:57 smithi083 ceph-mon[30398]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79061b45-73f8-4ccf-9577-b08644523dba"} : dispatch 2024-09-16T09:15:58.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:57 smithi083 ceph-mon[30398]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79061b45-73f8-4ccf-9577-b08644523dba"}]': finished 2024-09-16T09:15:58.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:57 smithi083 ceph-mon[30398]: osdmap e15: 3 total, 2 up, 3 in 2024-09-16T09:15:58.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:57 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:15:58.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:57 smithi139 ceph-mon[32900]: from='client.? 172.21.15.139:0/2037812423' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79061b45-73f8-4ccf-9577-b08644523dba"} : dispatch 2024-09-16T09:15:58.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:57 smithi139 ceph-mon[32900]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79061b45-73f8-4ccf-9577-b08644523dba"} : dispatch 2024-09-16T09:15:58.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:57 smithi139 ceph-mon[32900]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79061b45-73f8-4ccf-9577-b08644523dba"}]': finished 2024-09-16T09:15:58.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:57 smithi139 ceph-mon[32900]: osdmap e15: 3 total, 2 up, 3 in 2024-09-16T09:15:58.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:57 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:15:59.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:58 smithi098 ceph-mon[32780]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:15:59.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:15:58 smithi098 ceph-mon[32780]: from='client.? 172.21.15.139:0/3475888526' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T09:15:59.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:58 smithi083 ceph-mon[30398]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:15:59.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:15:58 smithi083 ceph-mon[30398]: from='client.? 172.21.15.139:0/3475888526' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T09:15:59.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:58 smithi139 ceph-mon[32900]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:15:59.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:15:58 smithi139 ceph-mon[32900]: from='client.? 172.21.15.139:0/3475888526' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T09:16:01.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:00 smithi098 ceph-mon[32780]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:01.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:00 smithi083 ceph-mon[30398]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:01.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:00 smithi139 ceph-mon[32900]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:03.240 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:02 smithi139 ceph-mon[32900]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:03.246 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:02 smithi083 ceph-mon[30398]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:03.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:02 smithi098 ceph-mon[32780]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:05.157 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:04 smithi139 ceph-mon[32900]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:05.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:04 smithi098 ceph-mon[32780]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:05.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:04 smithi083 ceph-mon[30398]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:06.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:05 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T09:16:06.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:05 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:06.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:05 smithi139 ceph-mon[32900]: Deploying daemon osd.2 on smithi139 2024-09-16T09:16:06.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:05 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T09:16:06.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:05 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:06.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:05 smithi098 ceph-mon[32780]: Deploying daemon osd.2 on smithi139 2024-09-16T09:16:06.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:05 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T09:16:06.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:05 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:06.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:05 smithi083 ceph-mon[30398]: Deploying daemon osd.2 on smithi139 2024-09-16T09:16:07.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:06 smithi139 ceph-mon[32900]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:07.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:06 smithi098 ceph-mon[32780]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:07.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:06 smithi083 ceph-mon[30398]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:09.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:08 smithi098 ceph-mon[32780]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:09.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:08 smithi083 ceph-mon[30398]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:09.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:08 smithi139 ceph-mon[32900]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:11.235 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:10 smithi139 ceph-mon[32900]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:11.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:10 smithi098 ceph-mon[32780]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:11.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:10 smithi083 ceph-mon[30398]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:13.141 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:12 smithi139 ceph-mon[32900]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:13.141 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:12 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:16:13.141 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:12 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:13.141 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:12 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:13.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:12 smithi098 ceph-mon[32780]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:13.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:12 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:16:13.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:12 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:13.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:12 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:13.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:12 smithi083 ceph-mon[30398]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:13.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:16:13.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:13.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:12 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:15.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:14 smithi098 ceph-mon[32780]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:15.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:14 smithi083 ceph-mon[30398]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:15.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:14 smithi139 ceph-mon[32900]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:16.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:16 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:16.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:16 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:16.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:16 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:16.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:16 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:16:16.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:16 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:16.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:16 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:16.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:16 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:16.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:16 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:16.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:16 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:16:16.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:16 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:16.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:16 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:16.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:16 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:16.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:16 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:16.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:16 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:16:16.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:16 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:17.261 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:17 smithi139 ceph-mon[32900]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:17.304 INFO:teuthology.orchestra.run.smithi139.stdout:Created osd(s) 2 on host 'smithi139' 2024-09-16T09:16:17.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:17 smithi083 ceph-mon[30398]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:17.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:17 smithi098 ceph-mon[32780]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:17.961 DEBUG:teuthology.orchestra.run.smithi139:osd.2> sudo journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.2.service 2024-09-16T09:16:17.963 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-16T09:16:17.963 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T09:16:18.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:18 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:16:18.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:18 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:18.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:18 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:18.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:18 smithi139 ceph-mon[32900]: from='osd.2 [v2:172.21.15.139:6800/135981985,v1:172.21.15.139:6801/135981985]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T09:16:18.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:18 smithi139 ceph-mon[32900]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T09:16:18.215 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:18.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:18 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:16:18.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:18 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:18.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:18 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:18.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:18 smithi083 ceph-mon[30398]: from='osd.2 [v2:172.21.15.139:6800/135981985,v1:172.21.15.139:6801/135981985]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T09:16:18.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:18 smithi083 ceph-mon[30398]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T09:16:18.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:18 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:16:18.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:18 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:18.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:18 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:18.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:18 smithi098 ceph-mon[32780]: from='osd.2 [v2:172.21.15.139:6800/135981985,v1:172.21.15.139:6801/135981985]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T09:16:18.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:18 smithi098 ceph-mon[32780]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T09:16:18.833 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:16:19.389 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:19 smithi083 ceph-mon[30398]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:19.389 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:19 smithi083 ceph-mon[30398]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T09:16:19.389 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:19 smithi083 ceph-mon[30398]: osdmap e16: 3 total, 2 up, 3 in 2024-09-16T09:16:19.389 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:19 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:19.389 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:19 smithi083 ceph-mon[30398]: from='osd.2 [v2:172.21.15.139:6800/135981985,v1:172.21.15.139:6801/135981985]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]} : dispatch 2024-09-16T09:16:19.389 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:19 smithi083 ceph-mon[30398]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]} : dispatch 2024-09-16T09:16:19.390 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:19 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/971444848' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T09:16:19.416 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1726478153,"num_in_osds":3,"osd_in_since":1726478157,"num_remapped_pgs":0} 2024-09-16T09:16:19.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:19 smithi139 ceph-mon[32900]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:19.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:19 smithi139 ceph-mon[32900]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T09:16:19.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:19 smithi139 ceph-mon[32900]: osdmap e16: 3 total, 2 up, 3 in 2024-09-16T09:16:19.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:19 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:19.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:19 smithi139 ceph-mon[32900]: from='osd.2 [v2:172.21.15.139:6800/135981985,v1:172.21.15.139:6801/135981985]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]} : dispatch 2024-09-16T09:16:19.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:19 smithi139 ceph-mon[32900]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]} : dispatch 2024-09-16T09:16:19.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:19 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/971444848' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T09:16:19.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:19 smithi098 ceph-mon[32780]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:19.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:19 smithi098 ceph-mon[32780]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T09:16:19.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:19 smithi098 ceph-mon[32780]: osdmap e16: 3 total, 2 up, 3 in 2024-09-16T09:16:19.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:19 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:19.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:19 smithi098 ceph-mon[32780]: from='osd.2 [v2:172.21.15.139:6800/135981985,v1:172.21.15.139:6801/135981985]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]} : dispatch 2024-09-16T09:16:19.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:19 smithi098 ceph-mon[32780]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]} : dispatch 2024-09-16T09:16:19.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:19 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/971444848' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T09:16:20.052 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:16:19 smithi139 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2[36840]: 2024-09-16T09:16:19.763+0000 7fed129a6640 -1 osd.2 0 waiting for initial osdmap 2024-09-16T09:16:20.052 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:16:19 smithi139 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2[36840]: 2024-09-16T09:16:19.765+0000 7fed0a7c5640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:16:20.418 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T09:16:20.635 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:20 smithi139 ceph-mon[32900]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-09-16T09:16:20.635 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:20 smithi139 ceph-mon[32900]: osdmap e17: 3 total, 2 up, 3 in 2024-09-16T09:16:20.635 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:20 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:20.635 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:20 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:20.635 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:20 smithi139 ceph-mon[32900]: from='osd.2 ' entity='osd.2' 2024-09-16T09:16:20.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:20 smithi083 ceph-mon[30398]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-09-16T09:16:20.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:20 smithi083 ceph-mon[30398]: osdmap e17: 3 total, 2 up, 3 in 2024-09-16T09:16:20.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:20 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:20.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:20 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:20.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:20 smithi083 ceph-mon[30398]: from='osd.2 ' entity='osd.2' 2024-09-16T09:16:20.677 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:20.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:20 smithi098 ceph-mon[32780]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-09-16T09:16:20.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:20 smithi098 ceph-mon[32780]: osdmap e17: 3 total, 2 up, 3 in 2024-09-16T09:16:20.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:20 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:20.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:20 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:20.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:20 smithi098 ceph-mon[32780]: from='osd.2 ' entity='osd.2' 2024-09-16T09:16:21.318 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:16:21.621 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: purged_snaps scrub starts 2024-09-16T09:16:21.621 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: purged_snaps scrub ok 2024-09-16T09:16:21.621 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:21.621 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: Detected new or changed devices on smithi139 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: Adjusting osd_memory_target on smithi139 to 21184M 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: osd.2 [v2:172.21.15.139:6800/135981985,v1:172.21.15.139:6801/135981985] boot 2024-09-16T09:16:21.622 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: osdmap e18: 3 total, 3 up, 3 in 2024-09-16T09:16:21.623 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:21.623 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:21 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/1830379428' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T09:16:21.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: purged_snaps scrub starts 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: purged_snaps scrub ok 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: Detected new or changed devices on smithi139 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: Adjusting osd_memory_target on smithi139 to 21184M 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:16:21.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: osd.2 [v2:172.21.15.139:6800/135981985,v1:172.21.15.139:6801/135981985] boot 2024-09-16T09:16:21.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: osdmap e18: 3 total, 3 up, 3 in 2024-09-16T09:16:21.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:21.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:21 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/1830379428' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: purged_snaps scrub starts 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: purged_snaps scrub ok 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: Detected new or changed devices on smithi139 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: Adjusting osd_memory_target on smithi139 to 21184M 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:21.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:16:21.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:21.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: osd.2 [v2:172.21.15.139:6800/135981985,v1:172.21.15.139:6801/135981985] boot 2024-09-16T09:16:21.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: osdmap e18: 3 total, 3 up, 3 in 2024-09-16T09:16:21.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:16:21.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:21 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/1830379428' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T09:16:21.951 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1726478180,"num_in_osds":3,"osd_in_since":1726478157,"num_remapped_pgs":0} 2024-09-16T09:16:21.952 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T09:16:22.192 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:22.602 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:22 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T09:16:22.632 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:22 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T09:16:22.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:22 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T09:16:22.819 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:16:22.819 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":19,"fsid":"b9b10f10-740b-11ef-bceb-c7b262605968","created":"2024-09-16T09:13:10.440973+0000","modified":"2024-09-16T09:16:22.322444+0000","last_up_change":"2024-09-16T09:16:20.765781+0000","last_in_change":"2024-09-16T09:15:57.897033+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T09:16:22.007494+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"19","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":{},"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":"dc5a2f67-a2e8-406e-9d92-2f2d5f7098e0","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.83:6802","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6803","nonce":370223409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6805","nonce":370223409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6809","nonce":370223409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6807","nonce":370223409}]},"public_addr":"172.21.15.83:6803/370223409","cluster_addr":"172.21.15.83:6805/370223409","heartbeat_back_addr":"172.21.15.83:6809/370223409","heartbeat_front_addr":"172.21.15.83:6807/370223409","state":["exists","up"]},{"osd":1,"uuid":"2bbef5bc-b31f-4ec2-ae73-4577df45e7d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6801","nonce":818252171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6803","nonce":818252171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6807","nonce":818252171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6805","nonce":818252171}]},"public_addr":"172.21.15.98:6801/818252171","cluster_addr":"172.21.15.98:6803/818252171","heartbeat_back_addr":"172.21.15.98:6807/818252171","heartbeat_front_addr":"172.21.15.98:6805/818252171","state":["exists","up"]},{"osd":2,"uuid":"79061b45-73f8-4ccf-9577-b08644523dba","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.139:6800","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6801","nonce":135981985}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6803","nonce":135981985}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6807","nonce":135981985}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6805","nonce":135981985}]},"public_addr":"172.21.15.139:6801/135981985","cluster_addr":"172.21.15.139:6803/135981985","heartbeat_back_addr":"172.21.15.139:6807/135981985","heartbeat_front_addr":"172.21.15.139:6805/135981985","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T09:15:25.414117+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T09:15:52.157154+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T09:16:18.651447+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.83:6801/3637580824":"2024-09-17T09:13:59.687796+0000","172.21.15.83:6800/3637580824":"2024-09-17T09:13:59.687796+0000","172.21.15.83:0/1581296628":"2024-09-17T09:13:35.643975+0000","172.21.15.83:0/1349425606":"2024-09-17T09:13:59.687796+0000","172.21.15.83:0/3328315506":"2024-09-17T09:13:59.687796+0000","172.21.15.83:0/632043187":"2024-09-17T09:13:35.643975+0000","172.21.15.83:6801/1101411238":"2024-09-17T09:13:35.643975+0000","172.21.15.83:0/3243684656":"2024-09-17T09:13:59.687796+0000","172.21.15.83:6800/1101411238":"2024-09-17T09:13:35.643975+0000","172.21.15.83:0/3716808587":"2024-09-17T09:13:35.643975+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T09:16:23.382 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 ceph-mon[30398]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:23.382 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T09:16:23.382 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 ceph-mon[30398]: osdmap e19: 3 total, 3 up, 3 in 2024-09-16T09:16:23.382 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T09:16:23.382 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/1772979973' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T09:16:23.433 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-16T09:16:22.007494+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '19', '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': {}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-16T09:16:23.433 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-16T09:16:23.613 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40190]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T09:16:23.614 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40190]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:23.614 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40190]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:23.614 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40190]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:23.614 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40193]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T09:16:23.614 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40193]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:23.614 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40193]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:23.614 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40193]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:23.614 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 ceph-mon[32900]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:23.614 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T09:16:23.614 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 ceph-mon[32900]: osdmap e19: 3 total, 3 up, 3 in 2024-09-16T09:16:23.614 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T09:16:23.615 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/1772979973' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T09:16:23.653 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 ceph-mon[32780]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:23.654 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T09:16:23.654 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 ceph-mon[32780]: osdmap e19: 3 total, 3 up, 3 in 2024-09-16T09:16:23.654 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T09:16:23.654 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/1772979973' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T09:16:23.654 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39956]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T09:16:23.654 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39956]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:23.654 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39956]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:23.654 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39956]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:23.654 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39959]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T09:16:23.655 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39959]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:23.655 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39959]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:23.655 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39959]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48308]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T09:16:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48308]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48308]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48308]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48311]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T09:16:23.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48311]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:23.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48311]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:23.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48311]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:23.656 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48284]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T09:16:23.656 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48284]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:23.656 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48284]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:23.656 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48284]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:23.656 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48287]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T09:16:23.656 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48287]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:23.656 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48287]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:23.656 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:16:23 smithi083 sudo[48287]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:23.683 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:23.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40196]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T09:16:23.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40196]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:23.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40196]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:23.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40196]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:23.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40199]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T09:16:23.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40199]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:23.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40199]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:23.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:23 smithi139 sudo[40199]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:24.035 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39962]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T09:16:24.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39962]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:24.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39962]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:24.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39962]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:24.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39965]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T09:16:24.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39965]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T09:16:24.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39965]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T09:16:24.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:23 smithi098 sudo[39965]: pam_unix(sudo:session): session closed for user root 2024-09-16T09:16:24.335 INFO:teuthology.orchestra.run.smithi083.stdout:pg_num: 1 2024-09-16T09:16:24.652 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T09:16:24.652 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: osdmap e20: 3 total, 3 up, 3 in 2024-09-16T09:16:24.652 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:24.652 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T09:16:24.653 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:16:24.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:16:24.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:16:24.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:24 smithi083 ceph-mon[30398]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T09:16:24.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T09:16:24.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: osdmap e20: 3 total, 3 up, 3 in 2024-09-16T09:16:24.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:24.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:24.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:24.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T09:16:24.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T09:16:24.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:16:24.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:16:24.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:16:24.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T09:16:24.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:16:24.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:16:24.696 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:16:24.696 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T09:16:24.696 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T09:16:24.696 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:16:24.696 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:16:24.696 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:16:24.696 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:24 smithi139 ceph-mon[32900]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: osdmap e20: 3 total, 3 up, 3 in 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:16:24.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T09:16:24.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:16:24.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:16:24.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:16:24.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T09:16:24.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T09:16:24.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:16:24.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:16:24.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:16:24.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:24 smithi098 ceph-mon[32780]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T09:16:24.957 INFO:tasks.cephadm:Setting up client nodes... 2024-09-16T09:16:24.958 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-16T09:16:25.199 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:25.630 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:25 smithi083 ceph-mon[30398]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:25.631 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:25 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/3598217205' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T09:16:25.631 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:25 smithi083 ceph-mon[30398]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T09:16:25.631 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:25 smithi083 ceph-mon[30398]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T09:16:25.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:25 smithi139 ceph-mon[32900]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:25.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:25 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/3598217205' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T09:16:25.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:25 smithi139 ceph-mon[32900]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T09:16:25.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:25 smithi139 ceph-mon[32900]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T09:16:25.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:25 smithi098 ceph-mon[32780]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:25.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:25 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/3598217205' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T09:16:25.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:25 smithi098 ceph-mon[32780]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T09:16:25.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:25 smithi098 ceph-mon[32780]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T09:16:25.813 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:16:26.336 INFO:teuthology.orchestra.run.smithi083.stdout:[{"version":15,"timestamp":"2024-09-16T09:16:20.673238+0000","name":"","changes":[{"name":"osd/host:smithi139/osd_memory_target","new_value":"22213091737"}]}] 2024-09-16T09:16:26.337 INFO:tasks.ceph_manager:config epoch is 15 2024-09-16T09:16:26.337 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-16T09:16:26.337 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-16T09:16:26.338 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-16T09:16:26.359 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:26 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2504940775' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T09:16:26.574 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:26.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:26 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/2504940775' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T09:16:26.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:26 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/2504940775' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T09:16:27.240 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:16:27.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:27 smithi083 ceph-mon[30398]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:27.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:27 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/1542592458' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T09:16:27.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:27 smithi139 ceph-mon[32900]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:27.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:27 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/1542592458' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T09:16:27.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:27 smithi098 ceph-mon[32780]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:27.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:27 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/1542592458' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T09:16:27.867 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6800","nonce":2717951987},{"type":"v1","addr":"172.21.15.83:6801","nonce":2717951987}]},"active_addr":"172.21.15.83:6801/2717951987","active_change":"2024-09-16T09:13:59.687932+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540719139924082687,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.83: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.83:0","nonce":4001194163}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.83:0","nonce":4070466868}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.83:0","nonce":4260992588}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.83:0","nonce":3190708885}]}]} 2024-09-16T09:16:27.874 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-16T09:16:27.874 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-16T09:16:27.874 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T09:16:28.144 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:28.791 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:16:28.792 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":21,"fsid":"b9b10f10-740b-11ef-bceb-c7b262605968","created":"2024-09-16T09:13:10.440973+0000","modified":"2024-09-16T09:16:24.333073+0000","last_up_change":"2024-09-16T09:16:20.765781+0000","last_in_change":"2024-09-16T09:15:57.897033+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T09:16:22.007494+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"dc5a2f67-a2e8-406e-9d92-2f2d5f7098e0","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.83:6802","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6803","nonce":370223409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6805","nonce":370223409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6809","nonce":370223409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6807","nonce":370223409}]},"public_addr":"172.21.15.83:6803/370223409","cluster_addr":"172.21.15.83:6805/370223409","heartbeat_back_addr":"172.21.15.83:6809/370223409","heartbeat_front_addr":"172.21.15.83:6807/370223409","state":["exists","up"]},{"osd":1,"uuid":"2bbef5bc-b31f-4ec2-ae73-4577df45e7d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6801","nonce":818252171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6803","nonce":818252171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6807","nonce":818252171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6805","nonce":818252171}]},"public_addr":"172.21.15.98:6801/818252171","cluster_addr":"172.21.15.98:6803/818252171","heartbeat_back_addr":"172.21.15.98:6807/818252171","heartbeat_front_addr":"172.21.15.98:6805/818252171","state":["exists","up"]},{"osd":2,"uuid":"79061b45-73f8-4ccf-9577-b08644523dba","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.139:6800","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6801","nonce":135981985}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6803","nonce":135981985}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6807","nonce":135981985}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6805","nonce":135981985}]},"public_addr":"172.21.15.139:6801/135981985","cluster_addr":"172.21.15.139:6803/135981985","heartbeat_back_addr":"172.21.15.139:6807/135981985","heartbeat_front_addr":"172.21.15.139:6805/135981985","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T09:15:25.414117+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T09:15:52.157154+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T09:16:18.651447+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.83:6801/3637580824":"2024-09-17T09:13:59.687796+0000","172.21.15.83:6800/3637580824":"2024-09-17T09:13:59.687796+0000","172.21.15.83:0/1581296628":"2024-09-17T09:13:35.643975+0000","172.21.15.83:0/1349425606":"2024-09-17T09:13:59.687796+0000","172.21.15.83:0/3328315506":"2024-09-17T09:13:59.687796+0000","172.21.15.83:0/632043187":"2024-09-17T09:13:35.643975+0000","172.21.15.83:6801/1101411238":"2024-09-17T09:13:35.643975+0000","172.21.15.83:0/3243684656":"2024-09-17T09:13:59.687796+0000","172.21.15.83:6800/1101411238":"2024-09-17T09:13:35.643975+0000","172.21.15.83:0/3716808587":"2024-09-17T09:13:35.643975+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T09:16:29.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:29 smithi083 ceph-mon[30398]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:29.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:29 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/4053327915' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T09:16:29.379 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-16T09:16:29.379 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T09:16:29.620 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:29.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:29 smithi139 ceph-mon[32900]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:29.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:29 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/4053327915' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T09:16:29.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:29 smithi098 ceph-mon[32780]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:29.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:29 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/4053327915' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T09:16:30.265 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:16:30.265 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":21,"fsid":"b9b10f10-740b-11ef-bceb-c7b262605968","created":"2024-09-16T09:13:10.440973+0000","modified":"2024-09-16T09:16:24.333073+0000","last_up_change":"2024-09-16T09:16:20.765781+0000","last_in_change":"2024-09-16T09:15:57.897033+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T09:16:22.007494+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"dc5a2f67-a2e8-406e-9d92-2f2d5f7098e0","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.83:6802","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6803","nonce":370223409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6805","nonce":370223409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6809","nonce":370223409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":370223409},{"type":"v1","addr":"172.21.15.83:6807","nonce":370223409}]},"public_addr":"172.21.15.83:6803/370223409","cluster_addr":"172.21.15.83:6805/370223409","heartbeat_back_addr":"172.21.15.83:6809/370223409","heartbeat_front_addr":"172.21.15.83:6807/370223409","state":["exists","up"]},{"osd":1,"uuid":"2bbef5bc-b31f-4ec2-ae73-4577df45e7d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6801","nonce":818252171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6803","nonce":818252171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6807","nonce":818252171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":818252171},{"type":"v1","addr":"172.21.15.98:6805","nonce":818252171}]},"public_addr":"172.21.15.98:6801/818252171","cluster_addr":"172.21.15.98:6803/818252171","heartbeat_back_addr":"172.21.15.98:6807/818252171","heartbeat_front_addr":"172.21.15.98:6805/818252171","state":["exists","up"]},{"osd":2,"uuid":"79061b45-73f8-4ccf-9577-b08644523dba","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.139:6800","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6801","nonce":135981985}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6803","nonce":135981985}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6807","nonce":135981985}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":135981985},{"type":"v1","addr":"172.21.15.139:6805","nonce":135981985}]},"public_addr":"172.21.15.139:6801/135981985","cluster_addr":"172.21.15.139:6803/135981985","heartbeat_back_addr":"172.21.15.139:6807/135981985","heartbeat_front_addr":"172.21.15.139:6805/135981985","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T09:15:25.414117+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T09:15:52.157154+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T09:16:18.651447+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.83:6801/3637580824":"2024-09-17T09:13:59.687796+0000","172.21.15.83:6800/3637580824":"2024-09-17T09:13:59.687796+0000","172.21.15.83:0/1581296628":"2024-09-17T09:13:35.643975+0000","172.21.15.83:0/1349425606":"2024-09-17T09:13:59.687796+0000","172.21.15.83:0/3328315506":"2024-09-17T09:13:59.687796+0000","172.21.15.83:0/632043187":"2024-09-17T09:13:35.643975+0000","172.21.15.83:6801/1101411238":"2024-09-17T09:13:35.643975+0000","172.21.15.83:0/3243684656":"2024-09-17T09:13:59.687796+0000","172.21.15.83:6800/1101411238":"2024-09-17T09:13:35.643975+0000","172.21.15.83:0/3716808587":"2024-09-17T09:13:35.643975+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T09:16:30.561 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:30 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2044159312' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T09:16:30.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:30 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/2044159312' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T09:16:30.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:30 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/2044159312' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T09:16:30.873 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-16T09:16:30.873 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-16T09:16:30.874 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-16T09:16:31.136 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:31.137 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:31.140 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:31.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:31 smithi083 ceph-mon[30398]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:31.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:31 smithi139 ceph-mon[32900]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:31.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:31 smithi098 ceph-mon[32780]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:33.313 INFO:teuthology.orchestra.run.smithi083.stdout:77309411334 2024-09-16T09:16:33.313 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-16T09:16:33.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:33 smithi083 ceph-mon[30398]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:33.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:33 smithi139 ceph-mon[32900]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:33.741 INFO:teuthology.orchestra.run.smithi083.stdout:55834574859 2024-09-16T09:16:33.741 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-16T09:16:33.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:33 smithi098 ceph-mon[32780]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:34.136 INFO:teuthology.orchestra.run.smithi083.stdout:34359738384 2024-09-16T09:16:34.136 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-16T09:16:34.136 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:34.542 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:34.582 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:34.760 INFO:teuthology.orchestra.run.smithi083.stdout:77309411334 2024-09-16T09:16:35.322 INFO:teuthology.orchestra.run.smithi083.stdout:55834574859 2024-09-16T09:16:35.646 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:35 smithi083 ceph-mon[30398]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:35.646 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:35 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2569927925' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T09:16:35.646 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:35 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2113963856' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T09:16:35.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:35 smithi139 ceph-mon[32900]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:35.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:35 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/2569927925' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T09:16:35.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:35 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/2113963856' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T09:16:35.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:35 smithi098 ceph-mon[32780]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:35.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:35 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/2569927925' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T09:16:35.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:35 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/2113963856' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T09:16:35.941 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411334 got 77309411334 for osd.2 2024-09-16T09:16:35.941 DEBUG:teuthology.parallel:result is None 2024-09-16T09:16:36.337 INFO:teuthology.orchestra.run.smithi083.stdout:34359738385 2024-09-16T09:16:36.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:36 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/2342765743' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T09:16:36.611 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574859 for osd.1 2024-09-16T09:16:36.611 DEBUG:teuthology.parallel:result is None 2024-09-16T09:16:36.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:36 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/2342765743' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T09:16:36.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:36 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/2342765743' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T09:16:37.207 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738385 for osd.0 2024-09-16T09:16:37.207 DEBUG:teuthology.parallel:result is None 2024-09-16T09:16:37.208 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-16T09:16:37.208 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T09:16:37.448 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:37.562 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:37 smithi083 ceph-mon[30398]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:37.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:37 smithi139 ceph-mon[32900]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:37.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:37 smithi098 ceph-mon[32780]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:38.029 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:16:38.029 INFO:teuthology.orchestra.run.smithi083.stderr:dumped all 2024-09-16T09:16:38.661 INFO:teuthology.orchestra.run.smithi083.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2024-09-16T09:16:37.717243+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":83916,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151540,"statfs":{"total":287985106944,"available":287899176960,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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.001900"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":127,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T09:16:24.346102+0000","last_change":"2024-09-16T09:16:23.332830+0000","last_active":"2024-09-16T09:16:24.346102+0000","last_peered":"2024-09-16T09:16:24.346102+0000","last_clean":"2024-09-16T09:16:24.346102+0000","last_became_active":"2024-09-16T09:16:23.332342+0000","last_became_peered":"2024-09-16T09:16:23.332342+0000","last_unstale":"2024-09-16T09:16:24.346102+0000","last_undegraded":"2024-09-16T09:16:24.346102+0000","last_fullsized":"2024-09-16T09:16:24.346102+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T09:16:22.322444+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T09:16:22.322444+0000","last_clean_scrub_stamp":"2024-09-16T09:16:22.322444+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T10:24:51.210579+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411335,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T09:16:38.662 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T09:16:38.903 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:39.507 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:16:39.507 INFO:teuthology.orchestra.run.smithi083.stderr:dumped all 2024-09-16T09:16:39.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:39 smithi083 ceph-mon[30398]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:39.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:39 smithi083 ceph-mon[30398]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:16:39.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:39 smithi139 ceph-mon[32900]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:39.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:39 smithi139 ceph-mon[32900]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:16:39.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:39 smithi098 ceph-mon[32780]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:39.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:39 smithi098 ceph-mon[32780]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:16:40.092 INFO:teuthology.orchestra.run.smithi083.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2024-09-16T09:16:37.717243+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":83916,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151540,"statfs":{"total":287985106944,"available":287899176960,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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.001900"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":127,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T09:16:24.346102+0000","last_change":"2024-09-16T09:16:23.332830+0000","last_active":"2024-09-16T09:16:24.346102+0000","last_peered":"2024-09-16T09:16:24.346102+0000","last_clean":"2024-09-16T09:16:24.346102+0000","last_became_active":"2024-09-16T09:16:23.332342+0000","last_became_peered":"2024-09-16T09:16:23.332342+0000","last_unstale":"2024-09-16T09:16:24.346102+0000","last_undegraded":"2024-09-16T09:16:24.346102+0000","last_fullsized":"2024-09-16T09:16:24.346102+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T09:16:22.322444+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T09:16:22.322444+0000","last_clean_scrub_stamp":"2024-09-16T09:16:22.322444+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T10:24:51.210579+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411335,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T09:16:40.093 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-16T09:16:40.093 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-16T09:16:40.093 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-16T09:16:40.093 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-16T09:16:40.330 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:40.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:40 smithi083 ceph-mon[30398]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:16:40.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:40 smithi139 ceph-mon[32900]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:16:40.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:40 smithi098 ceph-mon[32780]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:16:40.996 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:16:40.996 INFO:teuthology.orchestra.run.smithi083.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-16T09:16:41.555 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:41 smithi083 ceph-mon[30398]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:41.555 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:41 smithi083 ceph-mon[30398]: from='client.? 172.21.15.83:0/1515349851' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T09:16:41.583 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-16T09:16:41.583 INFO:tasks.cephadm:Setup complete, yielding 2024-09-16T09:16:41.584 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T09:16:41.594 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi083.front.sepia.ceph.com 2024-09-16T09:16:41.594 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- bash -c 'set -e 2024-09-16T09:16:41.594 DEBUG:teuthology.orchestra.run.smithi083:> set -x 2024-09-16T09:16:41.594 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch apply node-exporter 2024-09-16T09:16:41.594 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch apply grafana 2024-09-16T09:16:41.594 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch apply alertmanager 2024-09-16T09:16:41.594 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch apply prometheus 2024-09-16T09:16:41.594 DEBUG:teuthology.orchestra.run.smithi083:> sleep 240 2024-09-16T09:16:41.594 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch ls 2024-09-16T09:16:41.594 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch ps 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch host ls 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> # check each host node-exporter metrics endpoint is responsive 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> for ip in $ALL_HOST_IPS; do 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${ip}:9100/metric 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> done 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> # check grafana endpoints are responsive and database health is okay 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-16T09:16:41.595 DEBUG:teuthology.orchestra.run.smithi083:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> # stop mon daemon in order to trigger an alert 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch daemon stop $MON_DAEMON 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> sleep 120 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-16T09:16:41.596 DEBUG:teuthology.orchestra.run.smithi083:> ' 2024-09-16T09:16:41.687 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:41 smithi098 ceph-mon[32780]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:41.687 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:41 smithi098 ceph-mon[32780]: from='client.? 172.21.15.83:0/1515349851' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T09:16:41.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:41 smithi139 ceph-mon[32900]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:41.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:41 smithi139 ceph-mon[32900]: from='client.? 172.21.15.83:0/1515349851' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T09:16:41.835 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:42.308 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch apply node-exporter 2024-09-16T09:16:42.485 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled node-exporter update... 2024-09-16T09:16:42.496 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch apply grafana 2024-09-16T09:16:42.769 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled grafana update... 2024-09-16T09:16:42.780 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch apply alertmanager 2024-09-16T09:16:43.081 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled alertmanager update... 2024-09-16T09:16:43.092 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch apply prometheus 2024-09-16T09:16:43.392 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled prometheus update... 2024-09-16T09:16:43.406 INFO:teuthology.orchestra.run.smithi083.stderr:+ sleep 240 2024-09-16T09:16:43.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:43.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:43.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: Saving service node-exporter spec with placement * 2024-09-16T09:16:43.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:16:43.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:43.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:16:43.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:43 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:43.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:43.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: Saving service node-exporter spec with placement * 2024-09-16T09:16:43.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:16:43.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:43.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:16:43.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:43 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.821 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:43.821 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:43.821 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: Saving service node-exporter spec with placement * 2024-09-16T09:16:43.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:16:43.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:16:43.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:16:43.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:43.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:43 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:44 smithi098 ceph-mon[32780]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:44 smithi098 ceph-mon[32780]: Saving service grafana spec with placement count:1 2024-09-16T09:16:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:44 smithi098 ceph-mon[32780]: Deploying daemon node-exporter.smithi083 on smithi083 2024-09-16T09:16:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:44 smithi098 ceph-mon[32780]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:44 smithi098 ceph-mon[32780]: Saving service alertmanager spec with placement count:1 2024-09-16T09:16:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:44 smithi098 ceph-mon[32780]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:44.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:44 smithi098 ceph-mon[32780]: Saving service prometheus spec with placement count:1 2024-09-16T09:16:44.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:44 smithi083 ceph-mon[30398]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:44.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:44 smithi083 ceph-mon[30398]: Saving service grafana spec with placement count:1 2024-09-16T09:16:44.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:44 smithi083 ceph-mon[30398]: Deploying daemon node-exporter.smithi083 on smithi083 2024-09-16T09:16:44.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:44 smithi083 ceph-mon[30398]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:44.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:44 smithi083 ceph-mon[30398]: Saving service alertmanager spec with placement count:1 2024-09-16T09:16:44.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:44 smithi083 ceph-mon[30398]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:44.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:44 smithi083 ceph-mon[30398]: Saving service prometheus spec with placement count:1 2024-09-16T09:16:44.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:44 smithi139 ceph-mon[32900]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:44.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:44 smithi139 ceph-mon[32900]: Saving service grafana spec with placement count:1 2024-09-16T09:16:44.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:44 smithi139 ceph-mon[32900]: Deploying daemon node-exporter.smithi083 on smithi083 2024-09-16T09:16:44.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:44 smithi139 ceph-mon[32900]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:44.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:44 smithi139 ceph-mon[32900]: Saving service alertmanager spec with placement count:1 2024-09-16T09:16:44.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:44 smithi139 ceph-mon[32900]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:44.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:44 smithi139 ceph-mon[32900]: Saving service prometheus spec with placement count:1 2024-09-16T09:16:45.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:45 smithi083 ceph-mon[30398]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:45.785 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:45 smithi098 ceph-mon[32780]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:45.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:45 smithi139 ceph-mon[32900]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:47.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:47 smithi098 ceph-mon[32780]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:47.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:47 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:47.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:47 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:47.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:47 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:47.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:47 smithi098 ceph-mon[32780]: Deploying daemon node-exporter.smithi098 on smithi098 2024-09-16T09:16:47.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:47 smithi083 ceph-mon[30398]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:47.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:47 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:47.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:47 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:47.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:47 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:47.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:47 smithi083 ceph-mon[30398]: Deploying daemon node-exporter.smithi098 on smithi098 2024-09-16T09:16:47.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:47 smithi139 ceph-mon[32900]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:47.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:47 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:47.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:47 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:47.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:47 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:47.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:47 smithi139 ceph-mon[32900]: Deploying daemon node-exporter.smithi098 on smithi098 2024-09-16T09:16:49.478 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:49 smithi098 ceph-mon[32780]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:49.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:49 smithi083 ceph-mon[30398]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:49.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:49 smithi139 ceph-mon[32900]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:51.457 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:51 smithi083 ceph-mon[30398]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:51.457 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:51.457 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:51.457 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:51 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:51.457 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:51 smithi083 ceph-mon[30398]: Deploying daemon node-exporter.smithi139 on smithi139 2024-09-16T09:16:51.534 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:51 smithi139 ceph-mon[32900]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:51.534 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:51.534 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:51.534 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:51 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:51.534 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:51 smithi139 ceph-mon[32900]: Deploying daemon node-exporter.smithi139 on smithi139 2024-09-16T09:16:51.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:51 smithi098 ceph-mon[32780]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:51.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:51.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:51.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:51 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:51.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:51 smithi098 ceph-mon[32780]: Deploying daemon node-exporter.smithi139 on smithi139 2024-09-16T09:16:53.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:53 smithi098 ceph-mon[32780]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:53.480 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:53 smithi139 ceph-mon[32900]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:53.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:53 smithi083 ceph-mon[30398]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T09:16:55.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T09:16:55.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T09:16:55.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:54 smithi098 ceph-mon[32780]: Deploying daemon grafana.smithi083 on smithi083 2024-09-16T09:16:55.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:54 smithi083 ceph-mon[30398]: Deploying daemon grafana.smithi083 on smithi083 2024-09-16T09:16:55.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:55.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:54 smithi139 ceph-mon[32900]: Deploying daemon grafana.smithi083 on smithi083 2024-09-16T09:16:56.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:55 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:56.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:55 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:56.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:55 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:16:57.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:56 smithi098 ceph-mon[32780]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:57.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:56 smithi083 ceph-mon[30398]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:57.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:56 smithi139 ceph-mon[32900]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:59.289 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:16:58 smithi098 ceph-mon[32780]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:59.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:16:58 smithi083 ceph-mon[30398]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:16:59.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:16:58 smithi139 ceph-mon[32900]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:01.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:00 smithi098 ceph-mon[32780]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:01.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:00 smithi083 ceph-mon[30398]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:01.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:00 smithi139 ceph-mon[32900]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:03.175 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:02 smithi083 ceph-mon[30398]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:03.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:02 smithi098 ceph-mon[32780]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:03.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:02 smithi139 ceph-mon[32900]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:05.247 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:04 smithi083 ceph-mon[30398]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:05.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:04 smithi098 ceph-mon[32780]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:05.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:04 smithi139 ceph-mon[32900]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:06.263 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:06 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.263 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:06 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.263 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:06 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.263 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:06 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.263 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:06 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:17:06.445 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:06 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.445 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:06 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.445 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:06 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.445 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:06 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.445 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:06 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:17:06.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:06 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:06 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:06 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:06 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:06.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:06 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:17:07.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:07 smithi098 ceph-mon[32780]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:07.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:07 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:07 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:07 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:07 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:07 smithi083 ceph-mon[30398]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:07.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:07 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:07 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:07 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:07 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:07 smithi139 ceph-mon[32900]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:07.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:07 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:07 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:07 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:07.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:07 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:09.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:09 smithi083 ceph-mon[30398]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:09.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:09 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:09.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:09 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:09.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:09 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:17:09.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:09 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:17:09.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:09 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:09.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:09 smithi083 ceph-mon[30398]: Deploying daemon alertmanager.smithi139 on smithi139 2024-09-16T09:17:09.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:09 smithi139 ceph-mon[32900]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:09.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:09 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:09.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:09 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:09.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:09 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:17:09.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:09 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:17:09.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:09 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:09.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:09 smithi139 ceph-mon[32900]: Deploying daemon alertmanager.smithi139 on smithi139 2024-09-16T09:17:09.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:09 smithi098 ceph-mon[32780]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:09.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:09 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:09.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:09 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:09.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:09 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:17:09.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:09 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:17:09.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:09 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:09.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:09 smithi098 ceph-mon[32780]: Deploying daemon alertmanager.smithi139 on smithi139 2024-09-16T09:17:11.245 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:10 smithi139 ceph-mon[32900]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:11.245 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:10 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:11.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:10 smithi098 ceph-mon[32780]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:11.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:10 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:11.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:10 smithi083 ceph-mon[30398]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:11.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:10 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:13.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:12 smithi098 ceph-mon[32780]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:13.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:12 smithi083 ceph-mon[30398]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:13.439 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:12 smithi139 ceph-mon[32900]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:15.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:14 smithi139 ceph-mon[32900]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:15.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:14 smithi098 ceph-mon[32780]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:15.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:14 smithi083 ceph-mon[30398]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:17.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:17 smithi083 ceph-mon[30398]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:17.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:17 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:17 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:17 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:17 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:17 smithi083 ceph-mon[30398]: Deploying daemon prometheus.smithi098 on smithi098 2024-09-16T09:17:17.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:17 smithi139 ceph-mon[32900]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:17.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:17 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:17 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:17 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:17 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:17 smithi139 ceph-mon[32900]: Deploying daemon prometheus.smithi098 on smithi098 2024-09-16T09:17:17.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:17 smithi098 ceph-mon[32780]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:17.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:17 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:17 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:17 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:17 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:17.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:17 smithi098 ceph-mon[32780]: Deploying daemon prometheus.smithi098 on smithi098 2024-09-16T09:17:19.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:19 smithi083 ceph-mon[30398]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:19.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:19 smithi139 ceph-mon[32900]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:19.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:19 smithi098 ceph-mon[32780]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:21.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:20 smithi098 ceph-mon[32780]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:21.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:20 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:21.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:20 smithi083 ceph-mon[30398]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:21.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:20 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:21.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:20 smithi139 ceph-mon[32900]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:21.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:20 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:23.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:22 smithi098 ceph-mon[32780]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:23.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:22 smithi083 ceph-mon[30398]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:23.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:22 smithi139 ceph-mon[32900]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:25.253 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:25 smithi098 ceph-mon[32780]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:25.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:25 smithi083 ceph-mon[30398]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:25.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:25 smithi139 ceph-mon[32900]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:27.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:27 smithi098 ceph-mon[32780]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:27.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:27 smithi083 ceph-mon[30398]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:27.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:27 smithi139 ceph-mon[32900]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:29.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:28 smithi083 ceph-mon[30398]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:29.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:28 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T09:17:29.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:28 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ignoring --setuser ceph since I am not root 2024-09-16T09:17:29.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:28 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ignoring --setgroup ceph since I am not root 2024-09-16T09:17:29.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:28 smithi139 ceph-mon[32900]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:29.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:28 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T09:17:29.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:28 smithi098 ceph-mon[32780]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:29.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:29.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:29.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' 2024-09-16T09:17:29.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:28 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T09:17:29.286 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:17:28 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b[33888]: ignoring --setuser ceph since I am not root 2024-09-16T09:17:29.286 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:17:28 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b[33888]: ignoring --setgroup ceph since I am not root 2024-09-16T09:17:29.286 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:17:28 smithi098 ceph-mgr[33911]: -- 172.21.15.98:0/2494611601 <== mon.2 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55d4d62790e0 con 0x55d4d6257400 2024-09-16T09:17:30.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:29 smithi083 ceph-mon[30398]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T09:17:30.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:29 smithi083 ceph-mon[30398]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-16T09:17:30.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:29 smithi139 ceph-mon[32900]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T09:17:30.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:29 smithi139 ceph-mon[32900]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-16T09:17:30.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:29 smithi098 ceph-mon[32780]: from='mgr.14152 172.21.15.83:0/3603206338' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T09:17:30.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:29 smithi098 ceph-mon[32780]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-16T09:17:34.036 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b[33888]: [16/Sep/2024:09:17:33] ENGINE Bus STARTING 2024-09-16T09:17:34.036 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b[33888]: CherryPy Checker: 2024-09-16T09:17:34.036 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b[33888]: The Application mounted at '' has an empty config. 2024-09-16T09:17:34.036 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b[33888]: 2024-09-16T09:17:34.036 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b[33888]: [16/Sep/2024:09:17:33] ENGINE Serving on http://:::9283 2024-09-16T09:17:34.036 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b[33888]: [16/Sep/2024:09:17:33] ENGINE Bus STARTED 2024-09-16T09:17:34.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: Standby manager daemon b restarted 2024-09-16T09:17:34.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: Standby manager daemon b started 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: Active manager daemon a restarted 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: Activating manager daemon a 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: osdmap e22: 3 total, 3 up, 3 in 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: mgrmap e17: a(active, starting, since 0.00791448s), standbys: b 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:17:34.037 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:17:34.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T09:17:34.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T09:17:34.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:17:34.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:17:34.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:17:34.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T09:17:34.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T09:17:34.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T09:17:34.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:33 smithi098 ceph-mon[32780]: Manager daemon a is now available 2024-09-16T09:17:34.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: Standby manager daemon b restarted 2024-09-16T09:17:34.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: Standby manager daemon b started 2024-09-16T09:17:34.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T09:17:34.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T09:17:34.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T09:17:34.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T09:17:34.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: Active manager daemon a restarted 2024-09-16T09:17:34.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: Activating manager daemon a 2024-09-16T09:17:34.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: osdmap e22: 3 total, 3 up, 3 in 2024-09-16T09:17:34.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: mgrmap e17: a(active, starting, since 0.00791448s), standbys: b 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T09:17:34.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:33 smithi083 ceph-mon[30398]: Manager daemon a is now available 2024-09-16T09:17:34.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: Standby manager daemon b restarted 2024-09-16T09:17:34.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: Standby manager daemon b started 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.? 172.21.15.98:0/1079435642' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: Active manager daemon a restarted 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: Activating manager daemon a 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: osdmap e22: 3 total, 3 up, 3 in 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: mgrmap e17: a(active, starting, since 0.00791448s), standbys: b 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T09:17:34.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:17:34.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:17:34.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:17:34.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T09:17:34.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T09:17:34.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T09:17:34.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:33 smithi139 ceph-mon[32900]: Manager daemon a is now available 2024-09-16T09:17:35.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:17:35.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:35.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:17:35.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:17:35.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T09:17:35.054 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T09:17:35.054 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:34 smithi098 ceph-mon[32780]: mgrmap e18: a(active, since 1.01194s), standbys: b 2024-09-16T09:17:35.061 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:17:35.061 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:35.061 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:17:35.061 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:17:35.061 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T09:17:35.061 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T09:17:35.061 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-mon[30398]: mgrmap e18: a(active, since 1.01194s), standbys: b 2024-09-16T09:17:35.062 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:34] ENGINE Bus STARTING 2024-09-16T09:17:35.062 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: CherryPy Checker: 2024-09-16T09:17:35.062 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: The Application mounted at '' has an empty config. 2024-09-16T09:17:35.062 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: 2024-09-16T09:17:35.062 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: 2024-09-16T09:17:34.848+0000 7f4fedab6640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:09:17:34] ENGINE Error in HTTPServer.serve 2024-09-16T09:17:35.062 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: Traceback (most recent call last): 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self._connections.run(self.expiration_interval) 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self._run(expiration_interval) 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: s = self.context.wrap_socket( 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: return self.sslsocket_class._create( 2024-09-16T09:17:35.063 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:17:35.064 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self.do_handshake() 2024-09-16T09:17:35.064 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:17:35.064 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: self._sslobj.do_handshake() 2024-09-16T09:17:35.064 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:17:35.064 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: 2024-09-16T09:17:35.064 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:34] ENGINE Serving on http://:::9283 2024-09-16T09:17:35.064 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:34 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:34] ENGINE Bus STARTED 2024-09-16T09:17:35.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:34 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:17:35.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:34 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:35.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:34 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:17:35.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:34 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:17:35.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:34 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T09:17:35.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:34 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T09:17:35.122 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:34 smithi139 ceph-mon[32900]: mgrmap e18: a(active, since 1.01194s), standbys: b 2024-09-16T09:17:35.764 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:35 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:17:35] "GET /metrics HTTP/1.1" 200 20272 "" "Prometheus/2.51.0" 2024-09-16T09:17:35.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:35 smithi139 ceph-mon[32900]: [16/Sep/2024:09:17:34] ENGINE Bus STARTING 2024-09-16T09:17:35.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:35 smithi139 ceph-mon[32900]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:35 smithi139 ceph-mon[32900]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:35 smithi139 ceph-mon[32900]: [16/Sep/2024:09:17:34] ENGINE Serving on https://172.21.15.83:7150 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:35 smithi139 ceph-mon[32900]: [16/Sep/2024:09:17:34] ENGINE Error in HTTPServer.serve 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout: Traceback (most recent call last): 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout: self._run(expiration_interval) 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:17:35.944 INFO:journalctl@ceph.mon.c.smithi139.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:17:35.945 INFO:journalctl@ceph.mon.c.smithi139.stdout: s = self.context.wrap_socket( 2024-09-16T09:17:35.945 INFO:journalctl@ceph.mon.c.smithi139.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:17:35.945 INFO:journalctl@ceph.mon.c.smithi139.stdout: return self.sslsocket_class._create( 2024-09-16T09:17:35.945 INFO:journalctl@ceph.mon.c.smithi139.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:17:35.945 INFO:journalctl@ceph.mon.c.smithi139.stdout: self.do_handshake() 2024-09-16T09:17:35.945 INFO:journalctl@ceph.mon.c.smithi139.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:17:35.945 INFO:journalctl@ceph.mon.c.smithi139.stdout: self._sslobj.do_handshake() 2024-09-16T09:17:35.945 INFO:journalctl@ceph.mon.c.smithi139.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:17:36.035 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:35 smithi098 ceph-mon[32780]: [16/Sep/2024:09:17:34] ENGINE Bus STARTING 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:35 smithi098 ceph-mon[32780]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:35 smithi098 ceph-mon[32780]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:35 smithi098 ceph-mon[32780]: [16/Sep/2024:09:17:34] ENGINE Serving on https://172.21.15.83:7150 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:35 smithi098 ceph-mon[32780]: [16/Sep/2024:09:17:34] ENGINE Error in HTTPServer.serve 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout: Traceback (most recent call last): 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout: self._run(expiration_interval) 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:17:36.036 INFO:journalctl@ceph.mon.b.smithi098.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: s = self.context.wrap_socket( 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: return self.sslsocket_class._create( 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: self.do_handshake() 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: self._sslobj.do_handshake() 2024-09-16T09:17:36.037 INFO:journalctl@ceph.mon.b.smithi098.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:17:36.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:35 smithi083 ceph-mon[30398]: [16/Sep/2024:09:17:34] ENGINE Bus STARTING 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:35 smithi083 ceph-mon[30398]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:35 smithi083 ceph-mon[30398]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:35 smithi083 ceph-mon[30398]: [16/Sep/2024:09:17:34] ENGINE Serving on https://172.21.15.83:7150 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:35 smithi083 ceph-mon[30398]: [16/Sep/2024:09:17:34] ENGINE Error in HTTPServer.serve 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout: Traceback (most recent call last): 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout: self._run(expiration_interval) 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:17:36.155 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:17:36.156 INFO:journalctl@ceph.mon.a.smithi083.stdout: s = self.context.wrap_socket( 2024-09-16T09:17:36.156 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:17:36.156 INFO:journalctl@ceph.mon.a.smithi083.stdout: return self.sslsocket_class._create( 2024-09-16T09:17:36.156 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:17:36.156 INFO:journalctl@ceph.mon.a.smithi083.stdout: self.do_handshake() 2024-09-16T09:17:36.156 INFO:journalctl@ceph.mon.a.smithi083.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:17:36.156 INFO:journalctl@ceph.mon.a.smithi083.stdout: self._sslobj.do_handshake() 2024-09-16T09:17:36.156 INFO:journalctl@ceph.mon.a.smithi083.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:17:37.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:36 smithi083 ceph-mon[30398]: [16/Sep/2024:09:17:34] ENGINE Serving on http://172.21.15.83:8765 2024-09-16T09:17:37.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:36 smithi083 ceph-mon[30398]: [16/Sep/2024:09:17:34] ENGINE Bus STARTED 2024-09-16T09:17:37.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:36 smithi083 ceph-mon[30398]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:37.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:36 smithi083 ceph-mon[30398]: mgrmap e19: a(active, since 2s), standbys: b 2024-09-16T09:17:37.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:36 smithi139 ceph-mon[32900]: [16/Sep/2024:09:17:34] ENGINE Serving on http://172.21.15.83:8765 2024-09-16T09:17:37.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:36 smithi139 ceph-mon[32900]: [16/Sep/2024:09:17:34] ENGINE Bus STARTED 2024-09-16T09:17:37.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:36 smithi139 ceph-mon[32900]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:37.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:36 smithi139 ceph-mon[32900]: mgrmap e19: a(active, since 2s), standbys: b 2024-09-16T09:17:37.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:36 smithi098 ceph-mon[32780]: [16/Sep/2024:09:17:34] ENGINE Serving on http://172.21.15.83:8765 2024-09-16T09:17:37.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:36 smithi098 ceph-mon[32780]: [16/Sep/2024:09:17:34] ENGINE Bus STARTED 2024-09-16T09:17:37.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:36 smithi098 ceph-mon[32780]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:37.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:36 smithi098 ceph-mon[32780]: mgrmap e19: a(active, since 2s), standbys: b 2024-09-16T09:17:38.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T09:17:38.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T09:17:38.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T09:17:38.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:17:38.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:37 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:17:38.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T09:17:38.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:17:38.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:37 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:17:38.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:17:38.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:37 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:17:39.122 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: Adjusting osd_memory_target on smithi098 to 15040M 2024-09-16T09:17:39.122 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: Adjusting osd_memory_target on smithi139 to 19136M 2024-09-16T09:17:39.122 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: Adjusting osd_memory_target on smithi083 to 15040M 2024-09-16T09:17:39.122 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: Updating smithi083:/etc/ceph/ceph.conf 2024-09-16T09:17:39.122 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: Updating smithi139:/etc/ceph/ceph.conf 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.123 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:38 smithi083 ceph-mon[30398]: mgrmap e20: a(active, since 4s), standbys: b 2024-09-16T09:17:39.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: Adjusting osd_memory_target on smithi098 to 15040M 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: Adjusting osd_memory_target on smithi139 to 19136M 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: Adjusting osd_memory_target on smithi083 to 15040M 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: Updating smithi083:/etc/ceph/ceph.conf 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: Updating smithi139:/etc/ceph/ceph.conf 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:38 smithi139 ceph-mon[32900]: mgrmap e20: a(active, since 4s), standbys: b 2024-09-16T09:17:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: Adjusting osd_memory_target on smithi098 to 15040M 2024-09-16T09:17:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: Adjusting osd_memory_target on smithi139 to 19136M 2024-09-16T09:17:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: Adjusting osd_memory_target on smithi083 to 15040M 2024-09-16T09:17:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: Updating smithi083:/etc/ceph/ceph.conf 2024-09-16T09:17:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T09:17:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: Updating smithi139:/etc/ceph/ceph.conf 2024-09-16T09:17:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:17:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:17:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:17:39.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:39.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:38 smithi098 ceph-mon[32780]: mgrmap e20: a(active, since 4s), standbys: b 2024-09-16T09:17:40.145 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:39 smithi083 ceph-mon[30398]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:17:40.145 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:39 smithi083 ceph-mon[30398]: Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:17:40.146 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:39 smithi083 ceph-mon[30398]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:17:40.146 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:39 smithi083 ceph-mon[30398]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:17:40.146 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:39 smithi083 ceph-mon[30398]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:17:40.146 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:39 smithi083 ceph-mon[30398]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:17:40.146 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:39 smithi083 ceph-mon[30398]: Reconfiguring grafana.smithi083 (dependencies changed)... 2024-09-16T09:17:40.146 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:39 smithi083 ceph-mon[30398]: Reconfiguring daemon grafana.smithi083 on smithi083 2024-09-16T09:17:40.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:39 smithi139 ceph-mon[32900]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:17:40.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:39 smithi139 ceph-mon[32900]: Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:17:40.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:39 smithi139 ceph-mon[32900]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:17:40.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:39 smithi139 ceph-mon[32900]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:17:40.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:39 smithi139 ceph-mon[32900]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:17:40.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:39 smithi139 ceph-mon[32900]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:17:40.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:39 smithi139 ceph-mon[32900]: Reconfiguring grafana.smithi083 (dependencies changed)... 2024-09-16T09:17:40.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:39 smithi139 ceph-mon[32900]: Reconfiguring daemon grafana.smithi083 on smithi083 2024-09-16T09:17:40.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:39 smithi098 ceph-mon[32780]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:17:40.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:39 smithi098 ceph-mon[32780]: Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:17:40.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:39 smithi098 ceph-mon[32780]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:17:40.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:39 smithi098 ceph-mon[32780]: Updating smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:17:40.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:39 smithi098 ceph-mon[32780]: Updating smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:17:40.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:39 smithi098 ceph-mon[32780]: Updating smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:17:40.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:39 smithi098 ceph-mon[32780]: Reconfiguring grafana.smithi083 (dependencies changed)... 2024-09-16T09:17:40.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:39 smithi098 ceph-mon[32780]: Reconfiguring daemon grafana.smithi083 on smithi083 2024-09-16T09:17:41.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:40 smithi083 ceph-mon[30398]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:41.187 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:40 smithi098 ceph-mon[32780]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:41.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:40 smithi139 ceph-mon[32900]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:42.878 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:42 smithi083 ceph-mon[30398]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T09:17:42.878 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:42 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:42.879 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:42 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:43.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:42 smithi139 ceph-mon[32900]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T09:17:43.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:42 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:43.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:42 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:43.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:42 smithi098 ceph-mon[32780]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T09:17:43.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:42 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:43.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:42 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:44.069 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:43 smithi139 ceph-mon[32900]: Reconfiguring alertmanager.smithi139 (dependencies changed)... 2024-09-16T09:17:44.069 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:43 smithi139 ceph-mon[32900]: Reconfiguring daemon alertmanager.smithi139 on smithi139 2024-09-16T09:17:44.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:43 smithi083 ceph-mon[30398]: Reconfiguring alertmanager.smithi139 (dependencies changed)... 2024-09-16T09:17:44.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:43 smithi083 ceph-mon[30398]: Reconfiguring daemon alertmanager.smithi139 on smithi139 2024-09-16T09:17:44.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:43 smithi098 ceph-mon[32780]: Reconfiguring alertmanager.smithi139 (dependencies changed)... 2024-09-16T09:17:44.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:43 smithi098 ceph-mon[32780]: Reconfiguring daemon alertmanager.smithi139 on smithi139 2024-09-16T09:17:45.143 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:44 smithi139 ceph-mon[32900]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:17:45.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:44 smithi083 ceph-mon[30398]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:17:45.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:44 smithi098 ceph-mon[32780]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:17:45.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:45 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:17:45] "GET /metrics HTTP/1.1" 200 20272 "" "Prometheus/2.51.0" 2024-09-16T09:17:46.943 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:46 smithi139 ceph-mon[32900]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T09:17:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:46 smithi083 ceph-mon[30398]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T09:17:47.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:46 smithi098 ceph-mon[32780]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T09:17:47.654 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:47 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:47] ENGINE Bus STOPPING 2024-09-16T09:17:47.654 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:47 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:17:47.655 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:47 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:47] ENGINE Bus STOPPED 2024-09-16T09:17:47.655 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:47 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:47] ENGINE Bus STARTING 2024-09-16T09:17:47.655 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:47 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:47] ENGINE Serving on http://:::9283 2024-09-16T09:17:47.655 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:47 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:47] ENGINE Bus STARTED 2024-09-16T09:17:47.655 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:47 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:47] ENGINE Bus STOPPING 2024-09-16T09:17:48.368 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:48] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:17:48.368 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:48] ENGINE Bus STOPPED 2024-09-16T09:17:48.369 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:48] ENGINE Bus STARTING 2024-09-16T09:17:48.369 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:48] ENGINE Serving on http://:::9283 2024-09-16T09:17:48.369 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:17:48] ENGINE Bus STARTED 2024-09-16T09:17:48.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi139.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi139.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:17:48.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:17:48.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:17:48.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T09:17:48.656 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:48 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi139.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi139.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T09:17:48.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:17:48.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:17:48.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:17:48.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T09:17:48.695 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:48 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:17:48.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T09:17:48.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:17:48.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T09:17:48.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T09:17:48.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T09:17:48.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:17:48.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi139.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T09:17:48.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi139.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T09:17:48.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:48.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:17:48.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:17:48.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:17:48.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T09:17:48.787 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:48 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:17:49.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:49 smithi083 ceph-mon[30398]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:17:49.654 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:49 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:17:49.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:49 smithi139 ceph-mon[32900]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:17:49.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:49 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:17:49.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:49 smithi098 ceph-mon[32780]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:17:49.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:49 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:17:50.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:50 smithi139 ceph-mon[32900]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T09:17:50.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:50 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:50 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:50 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:50 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:50 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:17:50.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:50 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:17:50.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:50 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:50 smithi098 ceph-mon[32780]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T09:17:50.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:50 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:50 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:50 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:50 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:50 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:17:50.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:50 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:17:50.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:50 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:50 smithi083 ceph-mon[30398]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T09:17:50.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:50 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:50 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:50 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:50 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:50.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:50 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:17:50.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:50 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:17:50.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:50 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:17:53.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:52 smithi083 ceph-mon[30398]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T09:17:53.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:52 smithi139 ceph-mon[32900]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T09:17:53.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:52 smithi098 ceph-mon[32780]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T09:17:55.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:54 smithi083 ceph-mon[30398]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:55.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:54 smithi139 ceph-mon[32900]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:55.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:54 smithi098 ceph-mon[32780]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:55.654 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:17:55 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:17:55] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.51.0" 2024-09-16T09:17:57.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:56 smithi083 ceph-mon[30398]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:57.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:56 smithi139 ceph-mon[32900]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:57.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:56 smithi098 ceph-mon[32780]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:59.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:17:58 smithi083 ceph-mon[30398]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:59.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:17:58 smithi139 ceph-mon[32900]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:17:59.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:17:58 smithi098 ceph-mon[32780]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:01.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:00 smithi083 ceph-mon[30398]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:01.195 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:00 smithi139 ceph-mon[32900]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:01.300 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:00 smithi098 ceph-mon[32780]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:03.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:02 smithi083 ceph-mon[30398]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:03.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:02 smithi139 ceph-mon[32900]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:03.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:02 smithi098 ceph-mon[32780]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:05.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:04 smithi083 ceph-mon[30398]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:05.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:04 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:05.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:04 smithi139 ceph-mon[32900]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:05.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:04 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:05.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:04 smithi098 ceph-mon[32780]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:05.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:04 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:05.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:18:05 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:18:05] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.51.0" 2024-09-16T09:18:07.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:06 smithi083 ceph-mon[30398]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:07.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:06 smithi139 ceph-mon[32900]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:07.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:06 smithi098 ceph-mon[32780]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:09.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:08 smithi083 ceph-mon[30398]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:09.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:08 smithi139 ceph-mon[32900]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:09.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:08 smithi098 ceph-mon[32780]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:11.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:10 smithi083 ceph-mon[30398]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:11.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:10 smithi139 ceph-mon[32900]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:11.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:10 smithi098 ceph-mon[32780]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:13.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:12 smithi083 ceph-mon[30398]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:13.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:12 smithi139 ceph-mon[32900]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:13.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:12 smithi098 ceph-mon[32780]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:15.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:14 smithi083 ceph-mon[30398]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:15.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:14 smithi139 ceph-mon[32900]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:15.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:14 smithi098 ceph-mon[32780]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:15.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:18:15 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:18:15] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.51.0" 2024-09-16T09:18:17.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:16 smithi083 ceph-mon[30398]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:17.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:16 smithi139 ceph-mon[32900]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:17.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:16 smithi098 ceph-mon[32780]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:19.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:18 smithi083 ceph-mon[30398]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:19.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:18 smithi139 ceph-mon[32900]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:19.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:18 smithi098 ceph-mon[32780]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:20.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:19 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:20.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:19 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:20.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:19 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:21.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:20 smithi083 ceph-mon[30398]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:21.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:20 smithi139 ceph-mon[32900]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:21.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:20 smithi098 ceph-mon[32780]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:23.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:22 smithi083 ceph-mon[30398]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:23.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:22 smithi139 ceph-mon[32900]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:23.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:22 smithi098 ceph-mon[32780]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:25.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:24 smithi083 ceph-mon[30398]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:25.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:24 smithi139 ceph-mon[32900]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:25.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:24 smithi098 ceph-mon[32780]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:25.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:18:25 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:18:25] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-16T09:18:27.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:26 smithi083 ceph-mon[30398]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:27.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:26 smithi139 ceph-mon[32900]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:27.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:26 smithi098 ceph-mon[32780]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:28.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:27 smithi083 ceph-mon[30398]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:28.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:27 smithi139 ceph-mon[32900]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:28.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:27 smithi098 ceph-mon[32780]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:31.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:30 smithi083 ceph-mon[30398]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:31.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:30 smithi139 ceph-mon[32900]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:31.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:30 smithi098 ceph-mon[32780]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:33.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:32 smithi083 ceph-mon[30398]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:33.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:32 smithi139 ceph-mon[32900]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:33.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:32 smithi098 ceph-mon[32780]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:35.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:34 smithi083 ceph-mon[30398]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:35.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:35.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:34 smithi139 ceph-mon[32900]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:35.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:34 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:35.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:34 smithi098 ceph-mon[32780]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:35.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:35.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:18:35 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:18:35] "GET /metrics HTTP/1.1" 200 21528 "" "Prometheus/2.51.0" 2024-09-16T09:18:37.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:36 smithi083 ceph-mon[30398]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:37.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:36 smithi139 ceph-mon[32900]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:37.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:36 smithi098 ceph-mon[32780]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:39.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:38 smithi083 ceph-mon[30398]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:39.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:38 smithi139 ceph-mon[32900]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:38 smithi098 ceph-mon[32780]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:41.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:40 smithi083 ceph-mon[30398]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:41.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:40 smithi139 ceph-mon[32900]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:41.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:40 smithi098 ceph-mon[32780]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:43.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:42 smithi083 ceph-mon[30398]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:43.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:42 smithi139 ceph-mon[32900]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:43.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:42 smithi098 ceph-mon[32780]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:45.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:44 smithi083 ceph-mon[30398]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:45.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:44 smithi139 ceph-mon[32900]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:45.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:44 smithi098 ceph-mon[32780]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:45.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:18:45 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:18:45] "GET /metrics HTTP/1.1" 200 21528 "" "Prometheus/2.51.0" 2024-09-16T09:18:47.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:46 smithi083 ceph-mon[30398]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:47.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:46 smithi139 ceph-mon[32900]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:47.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:46 smithi098 ceph-mon[32780]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:49.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:48 smithi083 ceph-mon[30398]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:49.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:48 smithi139 ceph-mon[32900]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:49.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:48 smithi098 ceph-mon[32780]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:50.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:49 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:50.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:49 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:50.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:49 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:18:51.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:50 smithi083 ceph-mon[30398]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:51.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:50 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:18:51.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:50 smithi139 ceph-mon[32900]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:51.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:50 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:18:51.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:50 smithi098 ceph-mon[32780]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:51.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:50 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:18:52.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:51 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:18:52.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:51 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:18:52.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:51 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:18:52.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:51 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:18:52.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:51 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:18:52.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:51 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:18:52.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:51 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:18:52.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:51 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:18:52.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:51 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:18:53.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:52 smithi083 ceph-mon[30398]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:53.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:52 smithi139 ceph-mon[32900]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:53.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:52 smithi098 ceph-mon[32780]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:55.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:54 smithi083 ceph-mon[30398]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:55.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:54 smithi139 ceph-mon[32900]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:55.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:54 smithi098 ceph-mon[32780]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:55.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:18:55 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:18:55] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.51.0" 2024-09-16T09:18:57.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:56 smithi083 ceph-mon[30398]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:57.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:56 smithi139 ceph-mon[32900]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:57.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:56 smithi098 ceph-mon[32780]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:59.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:18:58 smithi083 ceph-mon[30398]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:59.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:18:58 smithi139 ceph-mon[32900]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:18:59.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:18:58 smithi098 ceph-mon[32780]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:01.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:00 smithi083 ceph-mon[30398]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:01.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:00 smithi139 ceph-mon[32900]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:01.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:00 smithi098 ceph-mon[32780]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:02.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:01 smithi139 ceph-mon[32900]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:02.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:01 smithi098 ceph-mon[32780]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:02.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:01 smithi083 ceph-mon[30398]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:05.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:04 smithi083 ceph-mon[30398]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:05.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:04 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:05.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:04 smithi139 ceph-mon[32900]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:05.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:04 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:05.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:04 smithi098 ceph-mon[32780]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:05.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:04 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:05.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:19:05 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:19:05] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.51.0" 2024-09-16T09:19:07.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:06 smithi083 ceph-mon[30398]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:07.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:06 smithi139 ceph-mon[32900]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:07.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:06 smithi098 ceph-mon[32780]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:09.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:08 smithi083 ceph-mon[30398]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:09.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:08 smithi139 ceph-mon[32900]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:09.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:08 smithi098 ceph-mon[32780]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:11.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:10 smithi083 ceph-mon[30398]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:11.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:10 smithi139 ceph-mon[32900]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:11.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:10 smithi098 ceph-mon[32780]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:13.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:12 smithi083 ceph-mon[30398]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:13.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:12 smithi139 ceph-mon[32900]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:13.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:12 smithi098 ceph-mon[32780]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:15.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:14 smithi083 ceph-mon[30398]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:15.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:14 smithi139 ceph-mon[32900]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:15.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:14 smithi098 ceph-mon[32780]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:15.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:19:15 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:19:15] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.51.0" 2024-09-16T09:19:17.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:16 smithi083 ceph-mon[30398]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:17.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:16 smithi139 ceph-mon[32900]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:17.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:16 smithi098 ceph-mon[32780]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:19.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:18 smithi083 ceph-mon[30398]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:19.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:18 smithi139 ceph-mon[32900]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:19.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:18 smithi098 ceph-mon[32780]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:20.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:19 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:20.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:19 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:20.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:19 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:21.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:20 smithi083 ceph-mon[30398]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:21.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:20 smithi139 ceph-mon[32900]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:21.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:20 smithi098 ceph-mon[32780]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:23.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:22 smithi083 ceph-mon[30398]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:23.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:22 smithi139 ceph-mon[32900]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:23.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:22 smithi098 ceph-mon[32780]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:25.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:24 smithi083 ceph-mon[30398]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:25.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:24 smithi139 ceph-mon[32900]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:25.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:24 smithi098 ceph-mon[32780]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:25.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:19:25 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:19:25] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-09-16T09:19:27.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:26 smithi083 ceph-mon[30398]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:27.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:26 smithi139 ceph-mon[32900]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:27.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:26 smithi098 ceph-mon[32780]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:29.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:28 smithi083 ceph-mon[30398]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:29.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:28 smithi139 ceph-mon[32900]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:29.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:28 smithi098 ceph-mon[32780]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:31.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:30 smithi083 ceph-mon[30398]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:31.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:30 smithi139 ceph-mon[32900]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:31.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:30 smithi098 ceph-mon[32780]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:33.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:32 smithi083 ceph-mon[30398]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:33.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:32 smithi139 ceph-mon[32900]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:33.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:32 smithi098 ceph-mon[32780]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:35.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:34 smithi083 ceph-mon[30398]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:35.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:35.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:34 smithi139 ceph-mon[32900]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:35.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:34 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:35.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:34 smithi098 ceph-mon[32780]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:35.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:35.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:19:35 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:19:35] "GET /metrics HTTP/1.1" 200 21527 "" "Prometheus/2.51.0" 2024-09-16T09:19:36.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:35 smithi098 ceph-mon[32780]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:36.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:35 smithi083 ceph-mon[30398]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:36.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:35 smithi139 ceph-mon[32900]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:39.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:38 smithi083 ceph-mon[30398]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:39.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:38 smithi139 ceph-mon[32900]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:38 smithi098 ceph-mon[32780]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:41.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:40 smithi083 ceph-mon[30398]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:41.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:40 smithi139 ceph-mon[32900]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:41.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:40 smithi098 ceph-mon[32780]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:43.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:42 smithi083 ceph-mon[30398]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:43.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:42 smithi139 ceph-mon[32900]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:43.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:42 smithi098 ceph-mon[32780]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:45.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:44 smithi083 ceph-mon[30398]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:45.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:44 smithi139 ceph-mon[32900]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:45.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:44 smithi098 ceph-mon[32780]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:45.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:19:45 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:19:45] "GET /metrics HTTP/1.1" 200 21527 "" "Prometheus/2.51.0" 2024-09-16T09:19:47.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:46 smithi083 ceph-mon[30398]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:47.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:46 smithi139 ceph-mon[32900]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:47.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:46 smithi098 ceph-mon[32780]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:49.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:48 smithi083 ceph-mon[30398]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:49.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:48 smithi139 ceph-mon[32900]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:49.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:48 smithi098 ceph-mon[32780]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:50.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:49 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:50.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:49 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:50.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:49 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:19:51.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:50 smithi083 ceph-mon[30398]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:51.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:50 smithi139 ceph-mon[32900]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:51.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:50 smithi098 ceph-mon[32780]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:52.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:51 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:19:52.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:51 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:19:52.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:51 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:19:52.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:51 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:19:52.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:51 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:19:52.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:51 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:19:52.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:51 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:19:52.194 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:51 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:19:52.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:51 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:19:52.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:51 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:19:52.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:51 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:19:52.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:51 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:19:53.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:52 smithi083 ceph-mon[30398]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:53.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:52 smithi139 ceph-mon[32900]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:53.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:52 smithi098 ceph-mon[32780]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:55.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:54 smithi083 ceph-mon[30398]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:55.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:54 smithi139 ceph-mon[32900]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:55.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:54 smithi098 ceph-mon[32780]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:55.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:19:55 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:19:55] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-16T09:19:57.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:56 smithi083 ceph-mon[30398]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:57.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:56 smithi139 ceph-mon[32900]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:57.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:56 smithi098 ceph-mon[32780]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:59.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:19:58 smithi083 ceph-mon[30398]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:59.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:19:58 smithi139 ceph-mon[32900]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:19:59.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:19:58 smithi098 ceph-mon[32780]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:01.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:00 smithi083 ceph-mon[30398]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:01.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:00 smithi083 ceph-mon[30398]: overall HEALTH_OK 2024-09-16T09:20:01.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:00 smithi139 ceph-mon[32900]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:01.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:00 smithi139 ceph-mon[32900]: overall HEALTH_OK 2024-09-16T09:20:01.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:00 smithi098 ceph-mon[32780]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:01.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:00 smithi098 ceph-mon[32780]: overall HEALTH_OK 2024-09-16T09:20:03.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:02 smithi083 ceph-mon[30398]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:03.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:02 smithi139 ceph-mon[32900]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:03.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:02 smithi098 ceph-mon[32780]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:05.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:04 smithi083 ceph-mon[30398]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:05.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:04 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:20:05.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:04 smithi139 ceph-mon[32900]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:05.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:04 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:20:05.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:04 smithi098 ceph-mon[32780]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:05.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:04 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:20:05.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:20:05 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:20:05] "GET /metrics HTTP/1.1" 200 21543 "" "Prometheus/2.51.0" 2024-09-16T09:20:07.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:06 smithi083 ceph-mon[30398]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:07.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:06 smithi139 ceph-mon[32900]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:07.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:06 smithi098 ceph-mon[32780]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:09.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:08 smithi083 ceph-mon[30398]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:09.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:08 smithi139 ceph-mon[32900]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:09.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:08 smithi098 ceph-mon[32780]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:10.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:09 smithi098 ceph-mon[32780]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:10.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:09 smithi083 ceph-mon[30398]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:10.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:09 smithi139 ceph-mon[32900]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:13.146 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:12 smithi139 ceph-mon[32900]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:13.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:12 smithi083 ceph-mon[30398]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:13.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:12 smithi098 ceph-mon[32780]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:15.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:14 smithi083 ceph-mon[30398]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:15.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:14 smithi139 ceph-mon[32900]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:15.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:14 smithi098 ceph-mon[32780]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:15.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:20:15 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:20:15] "GET /metrics HTTP/1.1" 200 21543 "" "Prometheus/2.51.0" 2024-09-16T09:20:17.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:16 smithi083 ceph-mon[30398]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:17.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:16 smithi139 ceph-mon[32900]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:17.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:16 smithi098 ceph-mon[32780]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:19.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:18 smithi083 ceph-mon[30398]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:19.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:18 smithi139 ceph-mon[32900]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:19.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:18 smithi098 ceph-mon[32780]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:20.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:19 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:20:20.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:19 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:20:20.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:19 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:20:21.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:20 smithi083 ceph-mon[30398]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:21.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:20 smithi139 ceph-mon[32900]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:21.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:20 smithi098 ceph-mon[32780]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:23.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:22 smithi083 ceph-mon[30398]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:23.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:22 smithi139 ceph-mon[32900]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:23.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:22 smithi098 ceph-mon[32780]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:25.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:24 smithi083 ceph-mon[30398]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:25.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:24 smithi139 ceph-mon[32900]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:25.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:24 smithi098 ceph-mon[32780]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:25.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:20:25 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:20:25] "GET /metrics HTTP/1.1" 200 21543 "" "Prometheus/2.51.0" 2024-09-16T09:20:27.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:26 smithi083 ceph-mon[30398]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:27.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:26 smithi139 ceph-mon[32900]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:27.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:26 smithi098 ceph-mon[32780]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:29.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:28 smithi083 ceph-mon[30398]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:29.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:28 smithi139 ceph-mon[32900]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:29.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:28 smithi098 ceph-mon[32780]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:31.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:30 smithi083 ceph-mon[30398]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:31.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:30 smithi139 ceph-mon[32900]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:31.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:30 smithi098 ceph-mon[32780]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:33.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:32 smithi083 ceph-mon[30398]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:33.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:32 smithi139 ceph-mon[32900]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:33.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:32 smithi098 ceph-mon[32780]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:35.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:34 smithi083 ceph-mon[30398]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:35.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:20:35.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:34 smithi139 ceph-mon[32900]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:35.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:34 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:20:35.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:34 smithi098 ceph-mon[32780]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:35.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:20:35.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:20:35 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:20:35] "GET /metrics HTTP/1.1" 200 21539 "" "Prometheus/2.51.0" 2024-09-16T09:20:37.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:36 smithi083 ceph-mon[30398]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:37.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:36 smithi139 ceph-mon[32900]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:37.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:36 smithi098 ceph-mon[32780]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:38.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:37 smithi139 ceph-mon[32900]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:38.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:37 smithi098 ceph-mon[32780]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:38.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:37 smithi083 ceph-mon[30398]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:41.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:40 smithi083 ceph-mon[30398]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:41.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:40 smithi098 ceph-mon[32780]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:41.311 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:40 smithi139 ceph-mon[32900]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:43.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:42 smithi083 ceph-mon[30398]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:43.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:42 smithi139 ceph-mon[32900]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:43.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:42 smithi098 ceph-mon[32780]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:43.410 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch ls 2024-09-16T09:20:43.692 INFO:teuthology.orchestra.run.smithi083.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-16T09:20:43.693 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager ?:9093,9094 1/1 2m ago 4m count:1 2024-09-16T09:20:43.693 INFO:teuthology.orchestra.run.smithi083.stdout:grafana ?:3000 1/1 2m ago 4m count:1 2024-09-16T09:20:43.693 INFO:teuthology.orchestra.run.smithi083.stdout:mgr 2/2 3m ago 5m smithi083=a;smithi098=b;count:2 2024-09-16T09:20:43.693 INFO:teuthology.orchestra.run.smithi083.stdout:mon 3/3 3m ago 6m smithi083:172.21.15.83=a;smithi098:172.21.15.98=b;smithi139:172.21.15.139=c;count:3 2024-09-16T09:20:43.693 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter ?:9100 3/3 3m ago 4m * 2024-09-16T09:20:43.693 INFO:teuthology.orchestra.run.smithi083.stdout:osd 3 3m ago - 2024-09-16T09:20:43.693 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus ?:9095 1/1 3m ago 4m count:1 2024-09-16T09:20:43.703 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch ps 2024-09-16T09:20:43.978 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.smithi139 smithi139 *:9093,9094 running (2m) 2m ago 3m 17.5M - 0.27.0 11f11916f8cd f9828d8dc62a 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.smithi083 smithi083 *:3000 running (3m) 2m ago 3m 60.8M - 10.4.0 c8b91775d855 1833b5175dac 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.a smithi083 *:9283,8765 running (7m) 2m ago 7m 506M - 19.3.0-4917-g8293d73f 425e316ba8eb a9b7de7c1583 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.b smithi098 *:8443,8765 running (5m) 3m ago 5m 450M - 19.3.0-4917-g8293d73f 425e316ba8eb f02cbd6c9e5e 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (7m) 2m ago 7m 46.0M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 59fde2f60b24 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi098 running (5m) 3m ago 5m 40.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 82fcd30f49ad 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi139 running (6m) 2m ago 6m 42.2M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb f985256903ac 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.smithi083 smithi083 *:9100 running (3m) 2m ago 3m 8044k - 1.7.0 72c9c2088986 53389f083191 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.smithi098 smithi098 *:9100 running (3m) 3m ago 3m 5054k - 1.7.0 72c9c2088986 14df199de16a 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.smithi139 smithi139 *:9100 running (3m) 2m ago 3m 8162k - 1.7.0 72c9c2088986 499aa5379a3c 2024-09-16T09:20:43.979 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (5m) 2m ago 5m 44.6M 14.6G 19.3.0-4917-g8293d73f 425e316ba8eb af759f2fb567 2024-09-16T09:20:43.980 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi098 running (4m) 3m ago 4m 37.2M 14.6G 19.3.0-4917-g8293d73f 425e316ba8eb 0de8d55f2de1 2024-09-16T09:20:43.980 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi139 running (4m) 2m ago 4m 43.7M 18.6G 19.3.0-4917-g8293d73f 425e316ba8eb 82db642e2475 2024-09-16T09:20:43.980 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.smithi098 smithi098 *:9095 running (3m) 3m ago 3m 28.5M - 2.51.0 1d3b7f56885b 73607a2f4a2c 2024-09-16T09:20:43.989 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch host ls 2024-09-16T09:20:44.251 INFO:teuthology.orchestra.run.smithi083.stdout:HOST ADDR LABELS STATUS 2024-09-16T09:20:44.251 INFO:teuthology.orchestra.run.smithi083.stdout:smithi083 172.21.15.83 2024-09-16T09:20:44.251 INFO:teuthology.orchestra.run.smithi083.stdout:smithi098 172.21.15.98 2024-09-16T09:20:44.252 INFO:teuthology.orchestra.run.smithi083.stdout:smithi139 172.21.15.139 2024-09-16T09:20:44.252 INFO:teuthology.orchestra.run.smithi083.stdout:3 hosts in cluster 2024-09-16T09:20:44.265 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-16T09:20:44.266 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r 'last | .daemon_name' 2024-09-16T09:20:44.543 INFO:teuthology.orchestra.run.smithi083.stderr:+ MON_DAEMON=mon.c 2024-09-16T09:20:44.543 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-16T09:20:44.543 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -e '.[]' 2024-09-16T09:20:44.543 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r .hostname 2024-09-16T09:20:44.824 INFO:teuthology.orchestra.run.smithi083.stderr:+ GRAFANA_HOST=smithi083 2024-09-16T09:20:44.824 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-16T09:20:44.824 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -e '.[]' 2024-09-16T09:20:44.824 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r .hostname 2024-09-16T09:20:45.107 INFO:teuthology.orchestra.run.smithi083.stderr:+ PROM_HOST=smithi098 2024-09-16T09:20:45.108 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:44 smithi083 ceph-mon[30398]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:45.108 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:44 smithi083 ceph-mon[30398]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:45.109 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-16T09:20:45.109 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -e '.[]' 2024-09-16T09:20:45.109 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r .hostname 2024-09-16T09:20:45.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:44 smithi139 ceph-mon[32900]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:45.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:44 smithi139 ceph-mon[32900]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:45.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:44 smithi098 ceph-mon[32780]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:45.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:44 smithi098 ceph-mon[32780]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:45.387 INFO:teuthology.orchestra.run.smithi083.stderr:+ ALERTM_HOST=smithi139 2024-09-16T09:20:45.387 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch host ls -f json 2024-09-16T09:20:45.387 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r --arg GRAFANA_HOST smithi083 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-16T09:20:45.654 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:20:45 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:20:45] "GET /metrics HTTP/1.1" 200 21539 "" "Prometheus/2.51.0" 2024-09-16T09:20:45.657 INFO:teuthology.orchestra.run.smithi083.stderr:+ GRAFANA_IP=172.21.15.83 2024-09-16T09:20:45.658 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch host ls -f json 2024-09-16T09:20:45.658 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r --arg PROM_HOST smithi098 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-16T09:20:45.935 INFO:teuthology.orchestra.run.smithi083.stderr:+ PROM_IP=172.21.15.98 2024-09-16T09:20:45.935 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:45 smithi083 ceph-mon[30398]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:45.935 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:45 smithi083 ceph-mon[30398]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:45.936 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:45 smithi083 ceph-mon[30398]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:45.936 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:45 smithi083 ceph-mon[30398]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:45.936 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch host ls -f json 2024-09-16T09:20:45.936 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r --arg ALERTM_HOST smithi139 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-16T09:20:46.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:45 smithi139 ceph-mon[32900]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:46.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:45 smithi139 ceph-mon[32900]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:46.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:45 smithi139 ceph-mon[32900]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:46.193 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:45 smithi139 ceph-mon[32900]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:46.208 INFO:teuthology.orchestra.run.smithi083.stderr:+ ALERTM_IP=172.21.15.139 2024-09-16T09:20:46.208 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch host ls -f json 2024-09-16T09:20:46.208 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r '.[] | .addr' 2024-09-16T09:20:46.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:45 smithi098 ceph-mon[32780]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:46.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:45 smithi098 ceph-mon[32780]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:46.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:45 smithi098 ceph-mon[32780]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:46.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:45 smithi098 ceph-mon[32780]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:46.478 INFO:teuthology.orchestra.run.smithi083.stderr:+ ALL_HOST_IPS='172.21.15.83 2024-09-16T09:20:46.479 INFO:teuthology.orchestra.run.smithi083.stderr:172.21.15.98 2024-09-16T09:20:46.479 INFO:teuthology.orchestra.run.smithi083.stderr:172.21.15.139' 2024-09-16T09:20:46.479 INFO:teuthology.orchestra.run.smithi083.stderr:+ for ip in $ALL_HOST_IPS 2024-09-16T09:20:46.479 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.83:9100/metric 2024-09-16T09:20:46.482 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.482 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.482 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.482 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.482 INFO:teuthology.orchestra.run.smithi083.stdout: Node Exporter 2024-09-16T09:20:46.482 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout:

Node Exporter

2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout:

Prometheus Node Exporter

2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout:
    2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout:
  • Metrics
  • 2024-09-16T09:20:46.484 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.485 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.485 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.485 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.485 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.485 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.485 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.485 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.485 INFO:teuthology.orchestra.run.smithi083.stderr:+ for ip in $ALL_HOST_IPS 2024-09-16T09:20:46.485 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.98:9100/metric 2024-09-16T09:20:46.486 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.486 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.486 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.486 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.486 INFO:teuthology.orchestra.run.smithi083.stdout: Node Exporter 2024-09-16T09:20:46.486 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.487 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.487 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:

Node Exporter

2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:

Prometheus Node Exporter

2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:
    2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:
  • Metrics
  • 2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.488 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.489 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.489 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.489 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.489 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.489 INFO:teuthology.orchestra.run.smithi083.stderr:+ for ip in $ALL_HOST_IPS 2024-09-16T09:20:46.489 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.139:9100/metric 2024-09-16T09:20:46.489 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.490 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.490 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.490 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.490 INFO:teuthology.orchestra.run.smithi083.stdout: Node Exporter 2024-09-16T09:20:46.490 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.491 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.491 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.491 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.492 INFO:teuthology.orchestra.run.smithi083.stdout:

Node Exporter

2024-09-16T09:20:46.492 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.492 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.492 INFO:teuthology.orchestra.run.smithi083.stdout:

Prometheus Node Exporter

2024-09-16T09:20:46.492 INFO:teuthology.orchestra.run.smithi083.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-16T09:20:46.492 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.492 INFO:teuthology.orchestra.run.smithi083.stdout:
    2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stdout:
  • Metrics
  • 2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stdout:
2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-16T09:20:46.493 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -k -s https://172.21.15.83:3000/api/health 2024-09-16T09:20:46.509 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-16T09:20:46.509 INFO:teuthology.orchestra.run.smithi083.stdout: "commit": "03f502a94d17f7dc4e6c34acdf8428aedd986e4c", 2024-09-16T09:20:46.509 INFO:teuthology.orchestra.run.smithi083.stdout: "database": "ok", 2024-09-16T09:20:46.510 INFO:teuthology.orchestra.run.smithi083.stdout: "version": "10.4.0" 2024-09-16T09:20:46.510 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -k -s https://172.21.15.83:3000/api/health 2024-09-16T09:20:46.510 INFO:teuthology.orchestra.run.smithi083.stderr:+ jq -e '.database == "ok"' 2024-09-16T09:20:46.532 INFO:teuthology.orchestra.run.smithi083.stdout:}true 2024-09-16T09:20:46.532 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch daemon stop mon.c 2024-09-16T09:20:46.806 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled to stop mon.c on host 'smithi139' 2024-09-16T09:20:46.820 INFO:teuthology.orchestra.run.smithi083.stderr:+ sleep 120 2024-09-16T09:20:47.153 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:46 smithi139 ceph-mon[32900]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:47.153 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:46 smithi139 ceph-mon[32900]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:47.154 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:46 smithi139 ceph-mon[32900]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:47.154 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:46 smithi139 ceph-mon[32900]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:47.154 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:46 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:20:47.154 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:46 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:20:47.154 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:46 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:20:47.154 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:46 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:20:47.154 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:46 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:20:47.154 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:46 smithi139 ceph-mon[32900]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:20:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:46 smithi083 ceph-mon[30398]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:46 smithi083 ceph-mon[30398]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:46 smithi083 ceph-mon[30398]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:46 smithi083 ceph-mon[30398]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:46 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:20:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:46 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:20:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:46 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:20:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:46 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:20:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:46 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:20:47.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:20:46 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:20:47.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:46 smithi098 ceph-mon[32780]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:47.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:46 smithi098 ceph-mon[32780]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:47.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:46 smithi098 ceph-mon[32780]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T09:20:47.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:46 smithi098 ceph-mon[32780]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:20:47.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:46 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:20:47.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:46 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:20:47.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:46 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:20:47.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:46 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:20:47.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:46 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:20:47.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:20:46 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:20:47.407 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:47 smithi139 systemd[1]: Stopping Ceph mon.c for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:20:47.693 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:47 smithi139 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-c[32877]: 2024-09-16T09:20:47.404+0000 7fb985d53640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T09:20:47.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:47 smithi139 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-c[32877]: 2024-09-16T09:20:47.404+0000 7fb985d53640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-16T09:20:47.694 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:47 smithi139 podman[43316]: 2024-09-16 09:20:47.538211763 +0000 UTC m=+0.245100981 container died f985256903aca5165cec37bfd79d98508df05e9a70607a89400220fe0186c612 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-c, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731) 2024-09-16T09:20:48.143 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:47 smithi139 podman[43316]: 2024-09-16 09:20:47.924741029 +0000 UTC m=+0.631630247 container cleanup f985256903aca5165cec37bfd79d98508df05e9a70607a89400220fe0186c612 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-c, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-16T09:20:48.143 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:47 smithi139 bash[43316]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-c 2024-09-16T09:20:48.443 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:48 smithi139 podman[43334]: 2024-09-16 09:20:48.142568455 +0000 UTC m=+0.607365753 container remove f985256903aca5165cec37bfd79d98508df05e9a70607a89400220fe0186c612 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-c, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-16T09:20:48.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:48 smithi139 systemd[1]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-16T09:20:48.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:48 smithi139 systemd[1]: Stopped Ceph mon.c for b9b10f10-740b-11ef-bceb-c7b262605968. 2024-09-16T09:20:48.444 INFO:journalctl@ceph.mon.c.smithi139.stdout:Sep 16 09:20:48 smithi139 systemd[1]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.c.service: Consumed 3.436s CPU time. 2024-09-16T09:20:55.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:20:55 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:20:55] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.51.0" 2024-09-16T09:21:03.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:21:03.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: mon.b calling monitor election 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: mon.a calling monitor election 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: monmap epoch 3 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: last_changed 2024-09-16T09:14:44.451317+0000 2024-09-16T09:21:03.156 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: created 2024-09-16T09:12:59.949250+0000 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: min_mon_release 19 (squid) 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: election_strategy: 1 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: 2: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: fsmap 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: osdmap e22: 3 total, 3 up, 3 in 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: mgrmap e20: a(active, since 3m), standbys: b 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-16T09:21:03.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: mon.c (rank 1) addr [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] is down (out of quorum) 2024-09-16T09:21:03.158 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:03.158 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:03.158 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:02 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:21:03.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:21:03.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: mon.b calling monitor election 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: mon.a calling monitor election 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: monmap epoch 3 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: fsid b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: last_changed 2024-09-16T09:14:44.451317+0000 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: created 2024-09-16T09:12:59.949250+0000 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: min_mon_release 19 (squid) 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: election_strategy: 1 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-16T09:21:03.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: 2: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: fsmap 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: osdmap e22: 3 total, 3 up, 3 in 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: mgrmap e20: a(active, since 3m), standbys: b 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: mon.c (rank 1) addr [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] is down (out of quorum) 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:03.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:02 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:21:05.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:04 smithi083 ceph-mon[30398]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:05.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:04 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:05.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:04 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:21:05.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:04 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:05.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:04 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:05.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:04 smithi098 ceph-mon[32780]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:05.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:04 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:05.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:04 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:21:05.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:04 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:05.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:04 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:05.897 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:21:05 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:21:05] "GET /metrics HTTP/1.1" 200 21602 "" "Prometheus/2.51.0" 2024-09-16T09:21:06.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:05 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:21:06.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:05 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:21:06.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:05 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:06.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:05 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:21:06.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:05 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:21:06.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:05 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:21:07.292 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:06 smithi098 ceph-mon[32780]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:07.409 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:06 smithi083 ceph-mon[30398]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:09.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:08 smithi098 ceph-mon[32780]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:09.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:08 smithi083 ceph-mon[30398]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:10.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:09 smithi098 ceph-mon[32780]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:10.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:09 smithi083 ceph-mon[30398]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:13.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:12 smithi083 ceph-mon[30398]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:13.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:12 smithi098 ceph-mon[32780]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:14.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:14 smithi083 ceph-mon[30398]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:14.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:14 smithi098 ceph-mon[32780]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:15.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:21:15 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:21:15] "GET /metrics HTTP/1.1" 200 21602 "" "Prometheus/2.51.0" 2024-09-16T09:21:17.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:16 smithi083 ceph-mon[30398]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:17.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:16 smithi098 ceph-mon[32780]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:19.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:18 smithi083 ceph-mon[30398]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:19.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:18 smithi098 ceph-mon[32780]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:20.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:19 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:21:20.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:19 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:21:21.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:20 smithi083 ceph-mon[30398]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:21.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:20 smithi098 ceph-mon[32780]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:23.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:22 smithi083 ceph-mon[30398]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:23.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:22 smithi098 ceph-mon[32780]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:25.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:24 smithi083 ceph-mon[30398]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:25.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:24 smithi098 ceph-mon[32780]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:25.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:21:25 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:21:25] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.51.0" 2024-09-16T09:21:27.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:26 smithi083 ceph-mon[30398]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:27.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:26 smithi098 ceph-mon[32780]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:29.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:28 smithi083 ceph-mon[30398]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:29.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:28 smithi098 ceph-mon[32780]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:31.157 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:30 smithi083 ceph-mon[30398]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:31.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:30 smithi098 ceph-mon[32780]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:33.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:32 smithi083 ceph-mon[30398]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:33.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:32 smithi098 ceph-mon[32780]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:35.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:34 smithi083 ceph-mon[30398]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:35.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:21:35.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:34 smithi098 ceph-mon[32780]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:35.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:21:35.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:21:35 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:21:35] "GET /metrics HTTP/1.1" 200 21603 "" "Prometheus/2.51.0" 2024-09-16T09:21:37.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:36 smithi083 ceph-mon[30398]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:37.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:36 smithi098 ceph-mon[32780]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:38 smithi098 ceph-mon[32780]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:39.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:38 smithi083 ceph-mon[30398]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:41.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:40 smithi098 ceph-mon[32780]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:41.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:40 smithi083 ceph-mon[30398]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:43.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:42 smithi098 ceph-mon[32780]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:43.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:42 smithi083 ceph-mon[30398]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:45.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:44 smithi098 ceph-mon[32780]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:45.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:44 smithi083 ceph-mon[30398]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:45.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:21:45 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:21:45] "GET /metrics HTTP/1.1" 200 21603 "" "Prometheus/2.51.0" 2024-09-16T09:21:46.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:45 smithi098 ceph-mon[32780]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:46.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:45 smithi083 ceph-mon[30398]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:49.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:48 smithi083 ceph-mon[30398]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:49.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:48 smithi098 ceph-mon[32780]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:50.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:49 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:21:50.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:49 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:21:51.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:50 smithi083 ceph-mon[30398]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:51.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:50 smithi098 ceph-mon[32780]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:53.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:52 smithi083 ceph-mon[30398]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:53.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:52 smithi098 ceph-mon[32780]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:55.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:54 smithi083 ceph-mon[30398]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:55.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:54 smithi098 ceph-mon[32780]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:55.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:21:55 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:21:55] "GET /metrics HTTP/1.1" 200 21602 "" "Prometheus/2.51.0" 2024-09-16T09:21:57.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:56 smithi083 ceph-mon[30398]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:57.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:56 smithi098 ceph-mon[32780]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:59.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:21:58 smithi083 ceph-mon[30398]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:21:59.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:21:58 smithi098 ceph-mon[32780]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:01.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:00 smithi083 ceph-mon[30398]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:01.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:00 smithi098 ceph-mon[32780]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:03.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:02 smithi083 ceph-mon[30398]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:03.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:02 smithi098 ceph-mon[32780]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:05.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:04 smithi083 ceph-mon[30398]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:05.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:04 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:22:05.285 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:04 smithi098 ceph-mon[32780]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:05.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:04 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:22:05.903 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:05 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:22:05] "GET /metrics HTTP/1.1" 200 21603 "" "Prometheus/2.51.0" 2024-09-16T09:22:06.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:05 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:22:06.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:05 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:22:06.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:05 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:22:06.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:05 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:22:06.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:05 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:22:06.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:05 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:22:06.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:05 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:22:06.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:05 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' 2024-09-16T09:22:07.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:06 smithi098 ceph-mon[32780]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:07.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:06 smithi083 ceph-mon[30398]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:09.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:08 smithi098 ceph-mon[32780]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:09.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:08 smithi083 ceph-mon[30398]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:11.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:10 smithi098 ceph-mon[32780]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:11.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:10 smithi083 ceph-mon[30398]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:13.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:12 smithi098 ceph-mon[32780]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:13.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:12 smithi083 ceph-mon[30398]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:15.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:14 smithi098 ceph-mon[32780]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:15.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:14 smithi083 ceph-mon[30398]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:15.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:15 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:22:15] "GET /metrics HTTP/1.1" 200 21603 "" "Prometheus/2.51.0" 2024-09-16T09:22:17.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:16 smithi098 ceph-mon[32780]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:17.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:16 smithi083 ceph-mon[30398]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:19.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:18 smithi098 ceph-mon[32780]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:19.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:18 smithi083 ceph-mon[30398]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:20.289 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:19 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:22:20.289 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:19 smithi098 ceph-mon[32780]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:20.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:19 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:22:20.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:19 smithi083 ceph-mon[30398]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:23.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:22 smithi083 ceph-mon[30398]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:23.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:22 smithi098 ceph-mon[32780]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:25.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:24 smithi083 ceph-mon[30398]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:25.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:24 smithi098 ceph-mon[32780]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:25.905 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:25 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:22:25] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.51.0" 2024-09-16T09:22:27.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:26 smithi083 ceph-mon[30398]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:27.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:26 smithi098 ceph-mon[32780]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:29.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:28 smithi083 ceph-mon[30398]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:29.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:28 smithi098 ceph-mon[32780]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:31.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:30 smithi083 ceph-mon[30398]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:31.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:30 smithi098 ceph-mon[32780]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:33.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:32 smithi083 ceph-mon[30398]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:33.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:32 smithi098 ceph-mon[32780]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:35.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:34 smithi083 ceph-mon[30398]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:35.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:34 smithi083 ceph-mon[30398]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:22:35.287 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:34 smithi098 ceph-mon[32780]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:35.288 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:34 smithi098 ceph-mon[32780]: from='mgr.14418 172.21.15.83:0/2834887524' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:22:35.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:35 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:22:35] "GET /metrics HTTP/1.1" 200 21598 "" "Prometheus/2.51.0" 2024-09-16T09:22:37.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:36 smithi098 ceph-mon[32780]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:37.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:36 smithi083 ceph-mon[30398]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:39.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:38 smithi098 ceph-mon[32780]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:39.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:38 smithi083 ceph-mon[30398]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:41.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:40 smithi098 ceph-mon[32780]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:41.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:40 smithi083 ceph-mon[30398]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:43.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:42 smithi098 ceph-mon[32780]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:43.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:42 smithi083 ceph-mon[30398]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:45.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:44 smithi098 ceph-mon[32780]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:45.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:44 smithi083 ceph-mon[30398]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:45.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:45 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: ::ffff:172.21.15.98 - - [16/Sep/2024:09:22:45] "GET /metrics HTTP/1.1" 200 21598 "" "Prometheus/2.51.0" 2024-09-16T09:22:46.822 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.98:9095/api/v1/status/config 2024-09-16T09:22:46.827 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.98:9095/api/v1/status/config 2024-09-16T09:22:46.827 INFO:teuthology.orchestra.run.smithi083.stderr:+ jq -e '.status == "success"' 2024-09-16T09:22:46.832 INFO:teuthology.orchestra.run.smithi083.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n evaluation_interval: 10s\n external_labels:\n cluster: b9b10f10-740b-11ef-bceb-c7b262605968\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.83:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: b9b10f10-740b-11ef-bceb-c7b262605968\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.83:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: b9b10f10-740b-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.83:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: b9b10f10-740b-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.83:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.83:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: nfs\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.83:8765/sd/prometheus/sd-config?service=nfs\n- job_name: smb\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.83:8765/sd/prometheus/sd-config?service=smb\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /federate\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-09-16T09:22:46.832 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.98:9095/api/v1/alerts 2024-09-16T09:22:46.836 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.98:9095/api/v1/alerts 2024-09-16T09:22:46.836 INFO:teuthology.orchestra.run.smithi083.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-16T09:22:46.840 INFO:teuthology.orchestra.run.smithi083.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"b9b10f10-740b-11ef-bceb-c7b262605968","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-09-16T09:21:13.558815712Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi139","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-16T09:21:12.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi139\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-09-16T09:21:12.639590217Z","value":"1e+00"}]}}true 2024-09-16T09:22:46.840 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.139:9093/api/v1/status 2024-09-16T09:22:46.844 INFO:teuthology.orchestra.run.smithi083.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-09-16T09:22:46.845 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.139:9093/api/v1/alerts 2024-09-16T09:22:46.848 INFO:teuthology.orchestra.run.smithi083.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-09-16T09:22:46.849 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.139:9093/api/v1/alerts 2024-09-16T09:22:46.849 INFO:teuthology.orchestra.run.smithi083.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-16T09:22:46.852 INFO:teuthology.orchestra.run.smithi083.stderr:jq: error (at :1): Cannot iterate over null (null) 2024-09-16T09:22:47.154 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:46 smithi083 ceph-mon[30398]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:47.286 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:46 smithi098 ceph-mon[32780]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T09:22:47.593 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-09-16T09:22:47.594 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi083 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- bash -c \'set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \'"\'"\'last | .daemon_name\'"\'"\')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \'"\'"\'.[] | select(.hostname==$GRAFANA_HOST) | .addr\'"\'"\')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \'"\'"\'.[] | select(.hostname==$PROM_HOST) | .addr\'"\'"\')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \'"\'"\'.[] | select(.hostname==$ALERTM_HOST) | .addr\'"\'"\')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \'"\'"\'.[] | .addr\'"\'"\')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \'"\'"\'.database == "ok"\'"\'"\'\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \'"\'"\'.status == "success"\'"\'"\'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \'"\'"\'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\'"\'"\'\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-09-16T09:22:48.128 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=bd9da296a5b847dbbd0a2c881f54c06a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi083 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- bash -c \'set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \'"\'"\'last | .daemon_name\'"\'"\')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \'"\'"\'.[] | select(.hostname==$GRAFANA_HOST) | .addr\'"\'"\')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \'"\'"\'.[] | select(.hostname==$PROM_HOST) | .addr\'"\'"\')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \'"\'"\'.[] | select(.hostname==$ALERTM_HOST) | .addr\'"\'"\')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \'"\'"\'.[] | .addr\'"\'"\')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \'"\'"\'.database == "ok"\'"\'"\'\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \'"\'"\'.status == "success"\'"\'"\'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \'"\'"\'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\'"\'"\'\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-09-16T09:22:48.131 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-16T09:22:48.138 INFO:tasks.cephadm:Teardown begin 2024-09-16T09:22:48.139 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:22:48.174 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:22:48.207 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:22:48.235 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-16T09:22:48.235 DEBUG:teuthology.orchestra.run.smithi083:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T09:22:48.253 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T09:22:48.272 DEBUG:teuthology.orchestra.run.smithi139:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T09:22:48.290 INFO:tasks.cephadm:Stopping all daemons... 2024-09-16T09:22:48.290 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-16T09:22:48.290 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.a 2024-09-16T09:22:48.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:48 smithi083 systemd[1]: Stopping Ceph mon.a for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:22:48.889 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:22:48] ENGINE Bus STOPPING 2024-09-16T09:22:48.890 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a[30375]: 2024-09-16T09:22:48.581+0000 7fe53d67e640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T09:22:48.890 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a[30375]: 2024-09-16T09:22:48.581+0000 7fe53d67e640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-16T09:22:48.890 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:48 smithi083 podman[54340]: 2024-09-16 09:22:48.653558978 +0000 UTC m=+0.169863085 container died 59fde2f60b248b39a816f413b2fea18cc01ab79261075e7dd66992f554aab76a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:22:49.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:48 smithi083 podman[54340]: 2024-09-16 09:22:48.97962337 +0000 UTC m=+0.495927464 container cleanup 59fde2f60b248b39a816f413b2fea18cc01ab79261075e7dd66992f554aab76a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:22:49.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 16 09:22:48 smithi083 bash[54340]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-a 2024-09-16T09:22:49.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:22:48] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:22:49.155 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:22:48] ENGINE Bus STOPPED 2024-09-16T09:22:49.156 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:48 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:22:48] ENGINE Bus STARTING 2024-09-16T09:22:49.156 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:49 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:22:49] ENGINE Serving on http://:::9283 2024-09-16T09:22:49.156 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:49 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: [16/Sep/2024:09:22:49] ENGINE Bus STARTED 2024-09-16T09:22:49.400 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.a.service' 2024-09-16T09:22:49.446 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:22:49.446 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-16T09:22:49.446 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-16T09:22:49.447 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.b 2024-09-16T09:22:49.786 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:49 smithi098 systemd[1]: Stopping Ceph mon.b for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:22:50.247 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:49 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-b[32757]: 2024-09-16T09:22:49.789+0000 7f576b536640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T09:22:50.248 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:49 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-b[32757]: 2024-09-16T09:22:49.789+0000 7f576b536640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-16T09:22:50.248 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:49 smithi098 podman[42709]: 2024-09-16 09:22:49.933144635 +0000 UTC m=+0.289823481 container died 82fcd30f49ad8e6e3a82f7c1564712717b87f40e89fde7f7ab1cb9edf40921e4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:22:50.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:50 smithi098 podman[42709]: 2024-09-16 09:22:50.463281632 +0000 UTC m=+0.819960432 container cleanup 82fcd30f49ad8e6e3a82f7c1564712717b87f40e89fde7f7ab1cb9edf40921e4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-b, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-16T09:22:50.536 INFO:journalctl@ceph.mon.b.smithi098.stdout:Sep 16 09:22:50 smithi098 bash[42709]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mon-b 2024-09-16T09:22:50.883 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.b.service' 2024-09-16T09:22:50.929 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:22:50.929 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-16T09:22:50.929 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-16T09:22:50.929 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.c 2024-09-16T09:22:50.966 DEBUG:teuthology.orchestra.run.smithi139:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mon.c.service' 2024-09-16T09:22:51.054 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:22:51.054 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-16T09:22:51.054 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-16T09:22:51.055 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.a 2024-09-16T09:22:51.345 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:51 smithi083 systemd[1]: Stopping Ceph mgr.a for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:22:51.643 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:51 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: 2024-09-16T09:22:51.342+0000 7f5088952640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T09:22:51.644 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:51 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a[30650]: 2024-09-16T09:22:51.342+0000 7f5088952640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-16T09:22:51.644 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:51 smithi083 podman[54484]: 2024-09-16 09:22:51.375982291 +0000 UTC m=+0.126839146 container died a9b7de7c15831bed074733af780b629678b2fb38a0bb38bc7975d733b397c482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-16T09:22:51.904 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:51 smithi083 podman[54484]: 2024-09-16 09:22:51.716699179 +0000 UTC m=+0.467556030 container cleanup a9b7de7c15831bed074733af780b629678b2fb38a0bb38bc7975d733b397c482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-16T09:22:51.905 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:51 smithi083 bash[54484]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a 2024-09-16T09:22:51.905 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Sep 16 09:22:51 smithi083 podman[54501]: 2024-09-16 09:22:51.884774254 +0000 UTC m=+0.507885003 container remove a9b7de7c15831bed074733af780b629678b2fb38a0bb38bc7975d733b397c482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-16T09:22:52.097 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-16T09:22:52.132 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:22:52.132 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-16T09:22:52.132 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-16T09:22:52.132 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.b 2024-09-16T09:22:52.449 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:22:52 smithi098 systemd[1]: Stopping Ceph mgr.b for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:22:52.743 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:22:52 smithi098 podman[42840]: 2024-09-16 09:22:52.448798817 +0000 UTC m=+0.126565582 container died f02cbd6c9e5ed20a6adcca6b69655c58cfbbc7ffa86a32db54b6dfa16c333aae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:22:53.011 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:22:52 smithi098 podman[42840]: 2024-09-16 09:22:52.825549513 +0000 UTC m=+0.503316280 container cleanup f02cbd6c9e5ed20a6adcca6b69655c58cfbbc7ffa86a32db54b6dfa16c333aae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-16T09:22:53.011 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:22:52 smithi098 bash[42840]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b 2024-09-16T09:22:53.259 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-16T09:22:53.280 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:22:53 smithi098 podman[42859]: 2024-09-16 09:22:53.010216829 +0000 UTC m=+0.555630264 container remove f02cbd6c9e5ed20a6adcca6b69655c58cfbbc7ffa86a32db54b6dfa16c333aae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-mgr-b, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-16T09:22:53.280 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:22:53 smithi098 systemd[1]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-16T09:22:53.280 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:22:53 smithi098 systemd[1]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.b.service: Failed with result 'exit-code'. 2024-09-16T09:22:53.280 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:22:53 smithi098 systemd[1]: Stopped Ceph mgr.b for b9b10f10-740b-11ef-bceb-c7b262605968. 2024-09-16T09:22:53.281 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Sep 16 09:22:53 smithi098 systemd[1]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968@mgr.b.service: Consumed 11.713s CPU time. 2024-09-16T09:22:53.291 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:22:53.292 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-16T09:22:53.292 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-16T09:22:53.292 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.0 2024-09-16T09:22:53.654 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:22:53 smithi083 systemd[1]: Stopping Ceph osd.0 for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:22:54.154 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:22:53 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0[44275]: 2024-09-16T09:22:53.838+0000 7fa8b12b1640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T09:22:54.155 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:22:53 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0[44275]: 2024-09-16T09:22:53.838+0000 7fa8b12b1640 -1 osd.0 22 *** Got signal Terminated *** 2024-09-16T09:22:54.155 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:22:53 smithi083 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0[44275]: 2024-09-16T09:22:53.838+0000 7fa8b12b1640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:22:59.647 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:22:59 smithi083 podman[54616]: 2024-09-16 09:22:59.361828047 +0000 UTC m=+5.883690194 container died af759f2fb5675cfc393df8071c7531657ccd01e5ffba110a8ca53bfeabc998a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:22:59.904 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:22:59 smithi083 podman[54616]: 2024-09-16 09:22:59.737069854 +0000 UTC m=+6.258931958 container cleanup af759f2fb5675cfc393df8071c7531657ccd01e5ffba110a8ca53bfeabc998a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-16T09:22:59.905 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:22:59 smithi083 bash[54616]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0 2024-09-16T09:23:00.300 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:22:59 smithi083 podman[54635]: 2024-09-16 09:22:59.98802321 +0000 UTC m=+0.619251104 container remove af759f2fb5675cfc393df8071c7531657ccd01e5ffba110a8ca53bfeabc998a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True) 2024-09-16T09:23:00.627 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:23:00 smithi083 podman[54732]: 2024-09-16 09:23:00.201870945 +0000 UTC m=+0.015805410 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce 2024-09-16T09:23:00.627 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:23:00 smithi083 podman[54732]: 2024-09-16 09:23:00.313708624 +0000 UTC m=+0.127643154 container create 01027bbb77b4da9a4e8b6a085bb074849877f3bd68c9637dc69967d93083270b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0-deactivate, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-16T09:23:00.628 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:23:00 smithi083 podman[54732]: 2024-09-16 09:23:00.518049595 +0000 UTC m=+0.331984061 container init 01027bbb77b4da9a4e8b6a085bb074849877f3bd68c9637dc69967d93083270b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS) 2024-09-16T09:23:00.628 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:23:00 smithi083 podman[54732]: 2024-09-16 09:23:00.522825582 +0000 UTC m=+0.336760047 container start 01027bbb77b4da9a4e8b6a085bb074849877f3bd68c9637dc69967d93083270b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-16T09:23:00.628 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:23:00 smithi083 podman[54732]: 2024-09-16 09:23:00.626234802 +0000 UTC m=+0.440169262 container attach 01027bbb77b4da9a4e8b6a085bb074849877f3bd68c9637dc69967d93083270b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-16T09:23:00.905 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:23:00 smithi083 podman[54732]: 2024-09-16 09:23:00.713541521 +0000 UTC m=+0.527475982 container died 01027bbb77b4da9a4e8b6a085bb074849877f3bd68c9637dc69967d93083270b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-16T09:23:01.238 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 16 09:23:01 smithi083 podman[54775]: 2024-09-16 09:23:01.22084764 +0000 UTC m=+0.501573284 container remove 01027bbb77b4da9a4e8b6a085bb074849877f3bd68c9637dc69967d93083270b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-16T09:23:01.243 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.0.service' 2024-09-16T09:23:01.280 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:23:01.280 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-16T09:23:01.280 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-16T09:23:01.281 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.1 2024-09-16T09:23:01.566 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:01 smithi098 systemd[1]: Stopping Ceph osd.1 for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:23:02.036 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:01 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1[36674]: 2024-09-16T09:23:01.599+0000 7f11a1ad1640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T09:23:02.036 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:01 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1[36674]: 2024-09-16T09:23:01.599+0000 7f11a1ad1640 -1 osd.1 22 *** Got signal Terminated *** 2024-09-16T09:23:02.036 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:01 smithi098 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1[36674]: 2024-09-16T09:23:01.599+0000 7f11a1ad1640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:23:07.313 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:07 smithi098 podman[42970]: 2024-09-16 09:23:07.04494705 +0000 UTC m=+5.567170716 container died 0de8d55f2de1f9fc2e36e2d8b5bb6670a13feb5582dba4134d084e49612d7b77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-16T09:23:07.589 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:07 smithi098 podman[42970]: 2024-09-16 09:23:07.386938722 +0000 UTC m=+5.909162399 container cleanup 0de8d55f2de1f9fc2e36e2d8b5bb6670a13feb5582dba4134d084e49612d7b77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-16T09:23:07.589 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:07 smithi098 bash[42970]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1 2024-09-16T09:23:08.004 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:07 smithi098 podman[42997]: 2024-09-16 09:23:07.588060665 +0000 UTC m=+0.539280779 container remove 0de8d55f2de1f9fc2e36e2d8b5bb6670a13feb5582dba4134d084e49612d7b77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:23:08.286 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:08 smithi098 podman[43090]: 2024-09-16 09:23:07.906690425 +0000 UTC m=+0.016164282 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce 2024-09-16T09:23:08.286 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:08 smithi098 podman[43090]: 2024-09-16 09:23:08.005501248 +0000 UTC m=+0.114975133 container create 5b19401ca71f04ec6922b572e6044d93c7b60d842f6375277ffa292ed248fb43 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:23:08.286 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:08 smithi098 podman[43090]: 2024-09-16 09:23:08.224414963 +0000 UTC m=+0.333888808 container init 5b19401ca71f04ec6922b572e6044d93c7b60d842f6375277ffa292ed248fb43 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1-deactivate, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-16T09:23:08.287 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:08 smithi098 podman[43090]: 2024-09-16 09:23:08.229457178 +0000 UTC m=+0.338931026 container start 5b19401ca71f04ec6922b572e6044d93c7b60d842f6375277ffa292ed248fb43 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:23:08.703 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:08 smithi098 podman[43090]: 2024-09-16 09:23:08.341053133 +0000 UTC m=+0.450526987 container attach 5b19401ca71f04ec6922b572e6044d93c7b60d842f6375277ffa292ed248fb43 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:23:08.703 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 16 09:23:08 smithi098 podman[43090]: 2024-09-16 09:23:08.412677136 +0000 UTC m=+0.522150987 container died 5b19401ca71f04ec6922b572e6044d93c7b60d842f6375277ffa292ed248fb43 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2) 2024-09-16T09:23:08.996 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.1.service' 2024-09-16T09:23:09.033 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:23:09.033 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-16T09:23:09.034 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-16T09:23:09.034 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.2 2024-09-16T09:23:09.346 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:09 smithi139 systemd[1]: Stopping Ceph osd.2 for b9b10f10-740b-11ef-bceb-c7b262605968... 2024-09-16T09:23:09.693 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:09 smithi139 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2[36840]: 2024-09-16T09:23:09.344+0000 7fed139bb640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T09:23:09.694 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:09 smithi139 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2[36840]: 2024-09-16T09:23:09.344+0000 7fed139bb640 -1 osd.2 22 *** Got signal Terminated *** 2024-09-16T09:23:09.694 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:09 smithi139 ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2[36840]: 2024-09-16T09:23:09.344+0000 7fed139bb640 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:23:15.110 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:14 smithi139 podman[44023]: 2024-09-16 09:23:14.752753438 +0000 UTC m=+5.521269749 container died 82db642e2475e4d387636a4b2a88ff6cfb96d0a6546359aaa126c0e7203521eb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-16T09:23:15.110 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:15 smithi139 podman[44023]: 2024-09-16 09:23:15.109019839 +0000 UTC m=+5.877536153 container cleanup 82db642e2475e4d387636a4b2a88ff6cfb96d0a6546359aaa126c0e7203521eb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:23:15.443 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:15 smithi139 bash[44023]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2 2024-09-16T09:23:15.444 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:15 smithi139 podman[44044]: 2024-09-16 09:23:15.295610791 +0000 UTC m=+0.541716233 container remove 82db642e2475e4d387636a4b2a88ff6cfb96d0a6546359aaa126c0e7203521eb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:23:16.007 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:15 smithi139 podman[44140]: 2024-09-16 09:23:15.618914169 +0000 UTC m=+0.015733793 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce 2024-09-16T09:23:16.007 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:15 smithi139 podman[44140]: 2024-09-16 09:23:15.721169575 +0000 UTC m=+0.117989188 container create a30641a4e9e74004a0677a1b2410521e65980e80631e61bb69728c48386d13b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-16T09:23:16.007 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:15 smithi139 podman[44140]: 2024-09-16 09:23:15.939944321 +0000 UTC m=+0.336763940 container init a30641a4e9e74004a0677a1b2410521e65980e80631e61bb69728c48386d13b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-16T09:23:16.008 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:15 smithi139 podman[44140]: 2024-09-16 09:23:15.944999865 +0000 UTC m=+0.341819484 container start a30641a4e9e74004a0677a1b2410521e65980e80631e61bb69728c48386d13b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:23:16.008 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:16 smithi139 podman[44140]: 2024-09-16 09:23:16.006515997 +0000 UTC m=+0.403335612 container attach a30641a4e9e74004a0677a1b2410521e65980e80631e61bb69728c48386d13b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-16T09:23:16.402 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:16 smithi139 podman[44140]: 2024-09-16 09:23:16.130682085 +0000 UTC m=+0.527501700 container died a30641a4e9e74004a0677a1b2410521e65980e80631e61bb69728c48386d13b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-16T09:23:16.652 DEBUG:teuthology.orchestra.run.smithi139:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.2.service' 2024-09-16T09:23:16.676 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:16 smithi139 podman[44183]: 2024-09-16 09:23:16.634373128 +0000 UTC m=+0.498205524 container remove a30641a4e9e74004a0677a1b2410521e65980e80631e61bb69728c48386d13b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-b9b10f10-740b-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-16T09:23:16.676 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:16 smithi139 systemd[1]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-16T09:23:16.676 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:16 smithi139 systemd[1]: Stopped Ceph osd.2 for b9b10f10-740b-11ef-bceb-c7b262605968. 2024-09-16T09:23:16.677 INFO:journalctl@ceph.osd.2.smithi139.stdout:Sep 16 09:23:16 smithi139 systemd[1]: ceph-b9b10f10-740b-11ef-bceb-c7b262605968@osd.2.service: Consumed 2.666s CPU time. 2024-09-16T09:23:16.691 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:23:16.692 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-16T09:23:16.692 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b9b10f10-740b-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T09:23:16.895 INFO:teuthology.orchestra.run.smithi083.stdout:Deleting cluster with fsid: b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:23:20.398 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b9b10f10-740b-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T09:23:20.598 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:23:24.222 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b9b10f10-740b-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T09:23:24.412 INFO:teuthology.orchestra.run.smithi139.stdout:Deleting cluster with fsid: b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:23:27.972 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:23:28.007 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:23:28.042 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:23:28.070 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-16T09:23:28.072 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014/remote/smithi083/crash 2024-09-16T09:23:28.073 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/crash -- . 2024-09-16T09:23:28.113 INFO:teuthology.orchestra.run.smithi083.stderr:tar: /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T09:23:28.113 INFO:teuthology.orchestra.run.smithi083.stderr:tar: Error is not recoverable: exiting now 2024-09-16T09:23:28.115 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014/remote/smithi098/crash 2024-09-16T09:23:28.116 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/crash -- . 2024-09-16T09:23:28.156 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T09:23:28.156 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-09-16T09:23:28.158 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014/remote/smithi139/crash 2024-09-16T09:23:28.159 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/crash -- . 2024-09-16T09:23:28.198 INFO:teuthology.orchestra.run.smithi139.stderr:tar: /var/lib/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T09:23:28.198 INFO:teuthology.orchestra.run.smithi139.stderr:tar: Error is not recoverable: exiting now 2024-09-16T09:23:28.199 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-16T09:23:28.199 DEBUG:teuthology.orchestra.run.smithi083:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-16T09:23:28.231 INFO:tasks.cephadm:Compressing logs... 2024-09-16T09:23:28.231 DEBUG:teuthology.orchestra.run.smithi083:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T09:23:28.273 DEBUG:teuthology.orchestra.run.smithi098:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T09:23:28.276 DEBUG:teuthology.orchestra.run.smithi139:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T09:23:28.300 INFO:teuthology.orchestra.run.smithi083.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-16T09:23:28.301 INFO:teuthology.orchestra.run.smithi083.stderr:: No such file or directory 2024-09-16T09:23:28.302 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-16T09:23:28.302 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T09:23:28.302 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T09:23:28.302 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T09:23:28.302 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-16T09:23:28.303 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.log 2024-09-16T09:23:28.303 INFO:teuthology.orchestra.run.smithi083.stderr: 84.0% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T09:23:28.303 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T09:23:28.305 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 89.7% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T09:23:28.305 INFO:teuthology.orchestra.run.smithi083.stderr: 87.5% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T09:23:28.306 INFO:teuthology.orchestra.run.smithi083.stderr: 91.6% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T09:23:28.311 INFO:teuthology.orchestra.run.smithi139.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T09:23:28.311 INFO:teuthology.orchestra.run.smithi139.stderr:: No such file or directory 2024-09-16T09:23:28.311 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T09:23:28.311 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-16T09:23:28.311 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T09:23:28.312 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-16T09:23:28.312 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.log 2024-09-16T09:23:28.312 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.cephadm.log: /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-osd.2.log: 89.8% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T09:23:28.312 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T09:23:28.312 INFO:teuthology.orchestra.run.smithi139.stderr: 79.9% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T09:23:28.313 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 87.6% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T09:23:28.313 INFO:teuthology.orchestra.run.smithi139.stderr: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T09:23:28.313 INFO:teuthology.orchestra.run.smithi139.stderr: 91.5% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T09:23:28.313 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-16T09:23:28.314 INFO:teuthology.orchestra.run.smithi098.stderr:: No such file or directory 2024-09-16T09:23:28.314 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T09:23:28.314 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-osd.1.log: --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-16T09:23:28.314 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T09:23:28.314 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T09:23:28.314 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mgr.b.log: /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.log 2024-09-16T09:23:28.315 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-16T09:23:28.315 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.log: 79.9%gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T09:23:28.315 INFO:teuthology.orchestra.run.smithi098.stderr: -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T09:23:28.315 INFO:teuthology.orchestra.run.smithi098.stderr: 89.9% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T09:23:28.315 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 87.7% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T09:23:28.315 INFO:teuthology.orchestra.run.smithi098.stderr: 91.6% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T09:23:28.315 INFO:teuthology.orchestra.run.smithi098.stderr: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T09:23:28.316 INFO:teuthology.orchestra.run.smithi098.stderr: 90.0% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-16T09:23:28.316 INFO:teuthology.orchestra.run.smithi083.stderr: 92.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T09:23:28.336 INFO:teuthology.orchestra.run.smithi083.stderr: 93.5% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-16T09:23:28.336 INFO:teuthology.orchestra.run.smithi139.stderr: 93.5% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-16T09:23:28.361 INFO:teuthology.orchestra.run.smithi139.stderr: 92.9% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-16T09:23:28.364 INFO:teuthology.orchestra.run.smithi139.stderr: 2024-09-16T09:23:28.364 INFO:teuthology.orchestra.run.smithi139.stderr:real 0m0.073s 2024-09-16T09:23:28.364 INFO:teuthology.orchestra.run.smithi139.stderr:user 0m0.105s 2024-09-16T09:23:28.364 INFO:teuthology.orchestra.run.smithi139.stderr:sys 0m0.021s 2024-09-16T09:23:28.365 INFO:teuthology.orchestra.run.smithi098.stderr: 93.8% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-16T09:23:28.377 INFO:teuthology.orchestra.run.smithi098.stderr: 92.9% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-16T09:23:28.379 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-09-16T09:23:28.379 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.089s 2024-09-16T09:23:28.379 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.150s 2024-09-16T09:23:28.380 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.030s 2024-09-16T09:23:28.400 INFO:teuthology.orchestra.run.smithi083.stderr: 90.3% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-16T09:23:28.552 INFO:teuthology.orchestra.run.smithi083.stderr: 91.0% -- replaced with /var/log/ceph/b9b10f10-740b-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-16T09:23:28.554 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-16T09:23:28.554 INFO:teuthology.orchestra.run.smithi083.stderr:real 0m0.266s 2024-09-16T09:23:28.554 INFO:teuthology.orchestra.run.smithi083.stderr:user 0m0.405s 2024-09-16T09:23:28.554 INFO:teuthology.orchestra.run.smithi083.stderr:sys 0m0.037s 2024-09-16T09:23:28.554 INFO:tasks.cephadm:Archiving logs... 2024-09-16T09:23:28.555 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014/remote/smithi083/log 2024-09-16T09:23:28.556 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T09:23:28.706 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014/remote/smithi098/log 2024-09-16T09:23:28.706 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T09:23:28.759 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014/remote/smithi139/log 2024-09-16T09:23:28.760 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T09:23:28.810 INFO:tasks.cephadm:Removing cluster... 2024-09-16T09:23:28.810 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b9b10f10-740b-11ef-bceb-c7b262605968 --force 2024-09-16T09:23:28.999 INFO:teuthology.orchestra.run.smithi083.stdout:Deleting cluster with fsid: b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:23:29.246 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b9b10f10-740b-11ef-bceb-c7b262605968 --force 2024-09-16T09:23:29.451 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:23:29.703 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b9b10f10-740b-11ef-bceb-c7b262605968 --force 2024-09-16T09:23:29.905 INFO:teuthology.orchestra.run.smithi139.stdout:Deleting cluster with fsid: b9b10f10-740b-11ef-bceb-c7b262605968 2024-09-16T09:23:30.157 INFO:tasks.cephadm:Removing cephadm ... 2024-09-16T09:23:30.157 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T09:23:30.173 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T09:23:30.189 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T09:23:30.205 INFO:tasks.cephadm:Teardown complete 2024-09-16T09:23:30.205 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-16T09:23:30.215 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-16T09:23:30.215 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T09:23:30.217 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T09:23:30.231 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T09:23:30.346 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-16T09:23:30.355 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-16T09:23:30.355 DEBUG:teuthology.orchestra.run.smithi083:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T09:23:30.357 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T09:23:30.360 DEBUG:teuthology.orchestra.run.smithi139:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T09:23:30.369 INFO:teuthology.orchestra.run.smithi083.stderr:bash: line 1: ntpq: command not found 2024-09-16T09:23:30.372 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-09-16T09:23:30.373 INFO:teuthology.orchestra.run.smithi083.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T09:23:30.374 INFO:teuthology.orchestra.run.smithi083.stdout:=============================================================================== 2024-09-16T09:23:30.374 INFO:teuthology.orchestra.run.smithi083.stdout:^* hv01.front.sepia.ceph.com 3 6 377 9 -143us[ -150us] +/- 40ms 2024-09-16T09:23:30.374 INFO:teuthology.orchestra.run.smithi083.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 9 +284us[ +284us] +/- 57ms 2024-09-16T09:23:30.374 INFO:teuthology.orchestra.run.smithi083.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 4 -185us[ -185us] +/- 79ms 2024-09-16T09:23:30.374 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:23:30.375 INFO:teuthology.orchestra.run.smithi139.stderr:bash: line 1: ntpq: command not found 2024-09-16T09:23:30.376 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T09:23:30.376 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-09-16T09:23:30.376 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv01.front.sepia.ceph.com 3 6 377 9 -123us[ -121us] +/- 40ms 2024-09-16T09:23:30.377 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 8 +289us[ +289us] +/- 57ms 2024-09-16T09:23:30.377 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 7 -185us[ -185us] +/- 79ms 2024-09-16T09:23:30.377 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:23:30.378 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T09:23:30.378 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2024-09-16T09:23:30.378 INFO:teuthology.orchestra.run.smithi139.stdout:^* hv01.front.sepia.ceph.com 3 6 377 6 -121us[ -90us] +/- 40ms 2024-09-16T09:23:30.378 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 7 +299us[ +330us] +/- 57ms 2024-09-16T09:23:30.378 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 5 -171us[ -171us] +/- 79ms 2024-09-16T09:23:30.379 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:23:30.380 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-16T09:23:30.388 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-16T09:23:30.389 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-16T09:23:30.397 DEBUG:teuthology.orchestra.run.smithi083:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-16T09:23:30.485 DEBUG:teuthology.orchestra.run.smithi098:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-16T09:23:30.549 DEBUG:teuthology.orchestra.run.smithi139:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-16T09:23:30.613 DEBUG:teuthology.orchestra.run.smithi083:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-16T09:23:30.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:23:30.642 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-16T09:23:30.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:23:30.671 DEBUG:teuthology.orchestra.run.smithi139:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-16T09:23:30.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:23:30.700 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-16T09:23:30.714 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-16T09:23:30.726 INFO:teuthology.task.internal:Duration was 1094.934135 seconds 2024-09-16T09:23:30.726 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-16T09:23:30.736 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-16T09:23:30.736 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T09:23:30.739 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T09:23:30.741 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T09:23:30.776 INFO:teuthology.orchestra.run.smithi083.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T09:23:30.777 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T09:23:30.780 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T09:23:31.088 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-16T09:23:31.089 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi083.front.sepia.ceph.com 2024-09-16T09:23:31.089 DEBUG:teuthology.orchestra.run.smithi083:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T09:23:31.110 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-09-16T09:23:31.110 DEBUG:teuthology.orchestra.run.smithi098:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T09:23:31.156 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi139.front.sepia.ceph.com 2024-09-16T09:23:31.156 DEBUG:teuthology.orchestra.run.smithi139:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T09:23:31.179 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-16T09:23:31.180 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T09:23:31.182 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T09:23:31.199 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T09:23:31.246 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-16T09:23:31.246 DEBUG:teuthology.orchestra.run.smithi083:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T09:23:31.249 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T09:23:31.267 DEBUG:teuthology.orchestra.run.smithi139:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T09:23:31.473 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-16T09:23:31.483 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-16T09:23:31.483 DEBUG:teuthology.orchestra.run.smithi083:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T09:23:31.508 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T09:23:31.534 DEBUG:teuthology.orchestra.run.smithi139:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T09:23:31.559 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-16T09:23:31.568 DEBUG:teuthology.orchestra.run.smithi083:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T09:23:31.570 DEBUG:teuthology.orchestra.run.smithi098:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T09:23:31.577 DEBUG:teuthology.orchestra.run.smithi139:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T09:23:31.591 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = core 2024-09-16T09:23:31.598 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-09-16T09:23:31.622 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = core 2024-09-16T09:23:31.641 DEBUG:teuthology.orchestra.run.smithi083:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T09:23:31.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:23:31.664 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T09:23:31.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:23:31.679 DEBUG:teuthology.orchestra.run.smithi139:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T09:23:31.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:23:31.696 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-16T09:23:31.711 INFO:teuthology.task.internal:Transferring archived files... 2024-09-16T09:23:31.713 DEBUG:teuthology.misc:Transferring archived files from smithi083:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014/remote/smithi083 2024-09-16T09:23:31.713 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T09:23:31.750 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014/remote/smithi098 2024-09-16T09:23:31.750 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T09:23:31.785 DEBUG:teuthology.misc:Transferring archived files from smithi139:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907014/remote/smithi139 2024-09-16T09:23:31.785 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T09:23:31.820 INFO:teuthology.task.internal:Removing archive directory... 2024-09-16T09:23:31.821 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T09:23:31.823 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T09:23:31.826 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T09:23:31.870 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-16T09:23:31.882 INFO:teuthology.task.internal:Not uploading archives. 2024-09-16T09:23:31.882 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-16T09:23:31.892 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-16T09:23:31.892 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T09:23:31.894 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T09:23:31.897 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T09:23:31.907 INFO:teuthology.orchestra.run.smithi083.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 09:23 /home/ubuntu/cephtest 2024-09-16T09:23:31.909 INFO:teuthology.orchestra.run.smithi098.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 09:23 /home/ubuntu/cephtest 2024-09-16T09:23:31.925 INFO:teuthology.orchestra.run.smithi139.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 09:23 /home/ubuntu/cephtest 2024-09-16T09:23:31.926 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-16T09:23:31.935 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-16T09:23:31.963 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: 1094.9341354370117 failure_reason: 'Command failed on smithi083 with status 5: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b9b10f10-740b-11ef-bceb-c7b262605968 -- bash -c \''set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \''"\''"\''last | .daemon_name\''"\''"\'')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \''"\''"\''.[] | select(.hostname==$GRAFANA_HOST) | .addr\''"\''"\'')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \''"\''"\''.[] | select(.hostname==$PROM_HOST) | .addr\''"\''"\'')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \''"\''"\''.[] | select(.hostname==$ALERTM_HOST) | .addr\''"\''"\'')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \''"\''"\''.[] | .addr\''"\''"\'')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \''"\''"\''.database == "ok"\''"\''"\''\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \''"\''"\''.status == "success"\''"\''"\''\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \''"\''"\''.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\''"\''"\''\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \''"\''"\''.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\''"\''"\''\n\''''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=bd9da296a5b847dbbd0a2c881f54c06a status: fail success: false 2024-09-16T09:23:31.963 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T09:23:32.063 INFO:teuthology.run:FAIL