2024-05-16T00:09:05.807 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-16T00:09:05.807 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} --name yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867/orig.config.yaml 2024-05-16T00:09:05.843 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-16T00:09:05.942 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867 branch: wip-yuri5-testing-2024-05-15-0804 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7707867' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri5-testing-2024-05-15-0804 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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_HOST - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ sha1: 6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2024-05-15-0804 sha1: 6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 6651 sha1: 6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-05-15-0804 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOFMY8lLM2wtfvEOsvVy4La/sxzZbl2I0pwO4/ZHW6Y0VSFRMgYjWhW9LnePPwoOGraLGf8+feaPlXYnx16AH+k= smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNjf++Y4P2gZamn7T5M9t11xcX1/qFiHqsR/o8Z6X9xp5W+Fce71wTBX/dsZpoyyZaqn/hI9cyOI8Ox0UFgpnOg= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBByHnG+dtHVKJ0ebmnI/MMafk3iQq974+OowyZu6Rj1O+WiBRMUV8YVD3teqXnUdlETn6LDX+bsUFRIhZJKgfbM= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-15_21:09:29 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-16T00:09:05.943 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/qa; will attempt to use it 2024-05-16T00:09:05.944 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/qa/tasks 2024-05-16T00:09:05.945 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-16T00:09:05.946 INFO:teuthology.task.internal:Checking packages... 2024-05-16T00:09:05.972 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '6cd0f8013e2dea00c3a29a0d8b10656b132d7c80' 2024-05-16T00:09:05.972 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-16T00:09:05.972 INFO:teuthology.packaging:ref: None 2024-05-16T00:09:05.972 INFO:teuthology.packaging:tag: None 2024-05-16T00:09:05.972 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-05-15-0804 2024-05-16T00:09:05.972 INFO:teuthology.packaging:sha1: 6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:09:05.973 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri5-testing-2024-05-15-0804 2024-05-16T00:09:06.122 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3728.g6cd0f801 2024-05-16T00:09:06.124 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-16T00:09:06.131 INFO:teuthology.task.internal:no buildpackages task found 2024-05-16T00:09:06.131 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-16T00:09:06.150 INFO:teuthology.task.internal:Saving configuration 2024-05-16T00:09:06.165 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-16T00:09:06.170 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-16T00:09:06.195 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-16 00:03:57.207565', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOFMY8lLM2wtfvEOsvVy4La/sxzZbl2I0pwO4/ZHW6Y0VSFRMgYjWhW9LnePPwoOGraLGf8+feaPlXYnx16AH+k='} 2024-05-16T00:09:06.219 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-16 00:03:57.208601', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNjf++Y4P2gZamn7T5M9t11xcX1/qFiHqsR/o8Z6X9xp5W+Fce71wTBX/dsZpoyyZaqn/hI9cyOI8Ox0UFgpnOg='} 2024-05-16T00:09:06.241 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-16 00:03:57.209425', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBByHnG+dtHVKJ0ebmnI/MMafk3iQq974+OowyZu6Rj1O+WiBRMUV8YVD3teqXnUdlETn6LDX+bsUFRIhZJKgfbM='} 2024-05-16T00:09:06.241 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-16T00:09:06.248 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-05-16T00:09:06.249 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-05-16T00:09:06.249 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-05-16T00:09:06.249 INFO:teuthology.run_tasks:Running task console_log... 2024-05-16T00:09:06.401 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7feb6d46a160>, signals=[15]) 2024-05-16T00:09:06.402 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-16T00:09:06.408 INFO:teuthology.task.internal:Opening connections... 2024-05-16T00:09:06.408 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2024-05-16T00:09:06.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:09:06.511 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-05-16T00:09:06.512 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:09:06.593 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-05-16T00:09:06.594 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:09:06.683 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-16T00:09:06.690 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2024-05-16T00:09:06.709 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2024-05-16T00:09:06.710 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2024-05-16T00:09:06.768 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2024-05-16T00:09:06.768 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="9" 2024-05-16T00:09:06.768 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2024-05-16T00:09:06.768 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2024-05-16T00:09:06.768 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="9" 2024-05-16T00:09:06.769 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el9" 2024-05-16T00:09:06.769 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-16T00:09:06.769 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2024-05-16T00:09:06.769 INFO:teuthology.orchestra.run.smithi045.stdout:LOGO="fedora-logo-icon" 2024-05-16T00:09:06.769 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-16T00:09:06.769 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2024-05-16T00:09:06.769 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-16T00:09:06.769 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-16T00:09:06.769 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-16T00:09:06.770 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2024-05-16T00:09:06.796 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-05-16T00:09:06.815 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-05-16T00:09:06.816 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-05-16T00:09:06.873 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="CentOS Stream" 2024-05-16T00:09:06.873 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="9" 2024-05-16T00:09:06.873 INFO:teuthology.orchestra.run.smithi063.stdout:ID="centos" 2024-05-16T00:09:06.873 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="rhel fedora" 2024-05-16T00:09:06.873 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="9" 2024-05-16T00:09:06.873 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el9" 2024-05-16T00:09:06.873 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-16T00:09:06.873 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2024-05-16T00:09:06.873 INFO:teuthology.orchestra.run.smithi063.stdout:LOGO="fedora-logo-icon" 2024-05-16T00:09:06.874 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-16T00:09:06.874 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://centos.org/" 2024-05-16T00:09:06.874 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-16T00:09:06.874 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-16T00:09:06.874 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-16T00:09:06.874 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-05-16T00:09:06.896 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-05-16T00:09:06.914 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-05-16T00:09:06.914 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="9" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="9" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el9" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:LOGO="fedora-logo-icon" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2024-05-16T00:09:06.972 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-16T00:09:06.973 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-16T00:09:06.973 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-16T00:09:06.973 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-05-16T00:09:07.004 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-16T00:09:07.015 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-16T00:09:07.021 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-16T00:09:07.021 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2024-05-16T00:09:07.024 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-05-16T00:09:07.027 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-05-16T00:09:07.042 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-16T00:09:07.050 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-16T00:09:07.050 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2024-05-16T00:09:07.082 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-05-16T00:09:07.085 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-05-16T00:09:07.110 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-16T00:09:07.191 INFO:teuthology.run_tasks:Running task kernel... 2024-05-16T00:09:07.209 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-16T00:09:07.209 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-05-16T00:09:07.209 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-16T00:09:07.210 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-16T00:09:07.211 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-16T00:09:07.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:09:07.227 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-05-16T00:09:07.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:09:07.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:09:07.229 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-05-16T00:09:07.229 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-05-16T00:09:07.284 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-437.el9.x86_64 2024-05-16T00:09:07.284 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.14.0-437.el9.x86_64 2024-05-16T00:09:07.285 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-05-16T00:09:07.290 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-437.el9.x86_64 2024-05-16T00:09:07.290 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.14.0-437.el9.x86_64 2024-05-16T00:09:07.290 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2024-05-16T00:09:07.291 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-437.el9.x86_64 2024-05-16T00:09:07.291 INFO:teuthology.task.kernel:Running kernel on smithi045: 5.14.0-437.el9.x86_64 2024-05-16T00:09:07.291 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2024-05-16T00:09:09.650 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.1 MB 00:00 2024-05-16T00:09:09.714 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - BaseOS 9.0 MB/s | 8.1 MB 00:00 2024-05-16T00:09:11.576 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-05-16T00:09:11.690 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-05-16T00:09:12.801 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 2.1 MB/s | 8.1 MB 00:03 2024-05-16T00:09:14.635 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-05-16T00:09:15.790 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.2 MB 00:00 2024-05-16T00:09:15.910 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 9.5 MB/s | 6.2 MB 00:00 2024-05-16T00:09:17.266 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - Extras packages 68 kB/s | 16 kB 00:00 2024-05-16T00:09:17.536 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 69 kB/s | 16 kB 00:00 2024-05-16T00:09:18.712 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-05-16T00:09:18.870 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-05-16T00:09:20.378 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.2 MB 00:01 2024-05-16T00:09:21.853 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 61 kB/s | 16 kB 00:00 2024-05-16T00:09:23.823 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-05-16T00:09:23.912 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-16T00:09:24.151 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-05-16T00:09:25.901 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-16T00:09:25.902 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-16T00:09:25.996 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:09:26.004 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:09:26.005 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:09:26.005 INFO:teuthology.orchestra.run.smithi133.stdout:Install 4 Packages 2024-05-16T00:09:26.005 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:09:26.005 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 78 M 2024-05-16T00:09:26.005 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 123 M 2024-05-16T00:09:26.005 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:09:26.232 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-16T00:09:26.232 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-16T00:09:26.323 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:09:26.329 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:09:26.330 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-05-16T00:09:26.330 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:09:26.330 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:09:26.330 INFO:teuthology.orchestra.run.smithi063.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-16T00:09:26.330 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-16T00:09:26.330 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-16T00:09:26.330 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-16T00:09:26.330 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-16T00:09:26.330 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:09:26.330 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:09:26.331 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:09:26.331 INFO:teuthology.orchestra.run.smithi063.stdout:Install 4 Packages 2024-05-16T00:09:26.331 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:09:26.331 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 78 M 2024-05-16T00:09:26.331 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 123 M 2024-05-16T00:09:26.332 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:09:26.421 INFO:teuthology.orchestra.run.smithi133.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 3.7 MB/s | 550 kB 00:00 2024-05-16T00:09:26.738 INFO:teuthology.orchestra.run.smithi133.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 34 MB/s | 15 MB 00:00 2024-05-16T00:09:26.819 INFO:teuthology.orchestra.run.smithi063.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 3.0 MB/s | 550 kB 00:00 2024-05-16T00:09:27.222 INFO:teuthology.orchestra.run.smithi133.stdout:(3/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 36 MB/s | 34 MB 00:00 2024-05-16T00:09:27.522 INFO:teuthology.orchestra.run.smithi133.stdout:(4/4): kernel-modules-core-5.14.0-446.el9.x86_6 25 MB/s | 28 MB 00:01 2024-05-16T00:09:27.522 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:09:27.523 INFO:teuthology.orchestra.run.smithi133.stdout:Total 51 MB/s | 78 MB 00:01 2024-05-16T00:09:27.619 INFO:teuthology.orchestra.run.smithi063.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 16 MB/s | 15 MB 00:00 2024-05-16T00:09:28.028 INFO:teuthology.orchestra.run.smithi063.stdout:(3/4): kernel-modules-core-5.14.0-446.el9.x86_6 23 MB/s | 28 MB 00:01 2024-05-16T00:09:28.206 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:09:28.353 INFO:teuthology.orchestra.run.smithi063.stdout:(4/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 20 MB/s | 34 MB 00:01 2024-05-16T00:09:28.353 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:09:28.353 INFO:teuthology.orchestra.run.smithi063.stdout:Total 39 MB/s | 78 MB 00:02 2024-05-16T00:09:28.558 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:09:28.558 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:09:29.063 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:09:29.179 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 39 kB/s | 1.7 kB 00:00 2024-05-16T00:09:29.469 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:09:29.469 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:09:29.516 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:09:29.516 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:09:30.417 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:09:30.418 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:09:31.201 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-16T00:09:31.202 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-16T00:09:31.299 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:09:31.304 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:09:31.304 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-05-16T00:09:31.304 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:09:31.304 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:09:31.304 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-16T00:09:31.304 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-16T00:09:31.304 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-16T00:09:31.304 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-16T00:09:31.304 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-16T00:09:31.305 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:09:31.305 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:09:31.305 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:09:31.305 INFO:teuthology.orchestra.run.smithi045.stdout:Install 4 Packages 2024-05-16T00:09:31.305 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:09:31.305 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 78 M 2024-05-16T00:09:31.305 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 123 M 2024-05-16T00:09:31.306 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:09:31.613 INFO:teuthology.orchestra.run.smithi045.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 2.3 MB/s | 550 kB 00:00 2024-05-16T00:09:31.908 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:09:32.535 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-16T00:09:32.613 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-16T00:09:32.927 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:09:33.575 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-16T00:09:33.660 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-16T00:09:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 6.4 MB/s | 15 MB 00:02 2024-05-16T00:09:35.312 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-16T00:09:35.449 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-16T00:09:36.005 INFO:teuthology.orchestra.run.smithi045.stdout:(3/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 7.3 MB/s | 34 MB 00:04 2024-05-16T00:09:36.447 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-16T00:09:36.585 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-16T00:09:37.180 INFO:teuthology.orchestra.run.smithi045.stdout:(4/4): kernel-modules-core-5.14.0-446.el9.x86_6 5.0 MB/s | 28 MB 00:05 2024-05-16T00:09:37.181 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:09:37.181 INFO:teuthology.orchestra.run.smithi045.stdout:Total 13 MB/s | 78 MB 00:05 2024-05-16T00:09:37.890 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:09:38.275 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:09:38.275 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:09:39.234 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:09:39.235 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:09:40.192 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-16T00:09:40.309 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:09:41.653 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-16T00:09:41.696 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:09:41.792 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:09:42.419 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-16T00:09:42.512 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-16T00:09:45.048 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:09:45.323 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-16T00:09:45.461 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-16T00:09:46.796 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:09:50.539 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-16T00:09:50.598 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:09:55.699 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:14.195 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:14.233 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:14.605 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:14.606 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-16T00:10:14.606 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-16T00:10:14.606 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-16T00:10:15.407 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:15.407 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:10:15.407 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:10:15.407 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-16T00:10:15.407 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-16T00:10:15.407 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-16T00:10:15.407 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-16T00:10:15.408 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:10:15.408 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:10:15.759 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-05-16T00:10:15.832 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-16T00:10:15.832 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-16T00:10:15.833 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-16T00:10:15.833 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-16T00:10:15.833 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-16T00:10:15.833 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-16T00:10:15.833 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-05-16T00:10:15.833 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-05-16T00:10:15.886 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-16T00:10:15.886 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-16T00:10:15.886 DEBUG:teuthology.orchestra.run.smithi133:> sudo rpm -qi grub2-tools 2024-05-16T00:10:15.917 INFO:teuthology.orchestra.run.smithi133.stdout:Name : grub2-tools 2024-05-16T00:10:15.917 INFO:teuthology.orchestra.run.smithi133.stdout:Epoch : 1 2024-05-16T00:10:15.917 INFO:teuthology.orchestra.run.smithi133.stdout:Version : 2.06 2024-05-16T00:10:15.917 INFO:teuthology.orchestra.run.smithi133.stdout:Release : 68.el9 2024-05-16T00:10:15.917 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: x86_64 2024-05-16T00:10:15.917 INFO:teuthology.orchestra.run.smithi133.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-16T00:10:15.917 INFO:teuthology.orchestra.run.smithi133.stdout:Group : Unspecified 2024-05-16T00:10:15.917 INFO:teuthology.orchestra.run.smithi133.stdout:Size : 8264254 2024-05-16T00:10:15.917 INFO:teuthology.orchestra.run.smithi133.stdout:License : GPLv3+ 2024-05-16T00:10:15.917 INFO:teuthology.orchestra.run.smithi133.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:Packager : builder@centos.org 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:Vendor : CentOS 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:Summary : Support tools for GRUB. 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:Description : 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout:hardware devices. 2024-05-16T00:10:15.918 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:10:15.919 INFO:teuthology.orchestra.run.smithi133.stdout:This subpackage provides tools for support of all platforms. 2024-05-16T00:10:15.919 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-16T00:10:15.919 INFO:teuthology.task.kernel:Updating grub on smithi133 to boot 5.14.0-446.el9.x86_64 2024-05-16T00:10:15.920 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-16T00:10:16.533 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-05-16T00:10:17.813 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:17.852 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:17.946 INFO:teuthology.orchestra.run.smithi133.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-16T00:10:17.992 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-05-16T00:10:17.995 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-05-16T00:10:18.010 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.CRh1mu19av 2024-05-16T00:10:18.011 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.CRh1mu19av 2024-05-16T00:10:18.076 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.CRh1mu19av 2024-05-16T00:10:18.208 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.CRh1mu19av is 6KB 2024-05-16T00:10:18.246 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:18.246 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-16T00:10:18.246 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-16T00:10:18.246 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-16T00:10:18.257 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.CRh1mu19av 2024-05-16T00:10:18.271 DEBUG:teuthology.orchestra.run.smithi133:> sudo /bin/ls /boot/loader/entries || true 2024-05-16T00:10:18.333 INFO:teuthology.orchestra.run.smithi133.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-16T00:10:18.333 INFO:teuthology.orchestra.run.smithi133.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-16T00:10:18.333 INFO:teuthology.orchestra.run.smithi133.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-16T00:10:18.333 INFO:teuthology.orchestra.run.smithi133.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-16T00:10:18.334 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-16T00:10:18.478 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-05-16T00:10:19.070 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:19.070 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:10:19.070 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:10:19.070 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-16T00:10:19.070 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-16T00:10:19.071 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-16T00:10:19.071 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-16T00:10:19.071 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:10:19.071 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:10:19.443 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-05-16T00:10:19.515 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-16T00:10:19.515 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-16T00:10:19.515 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-16T00:10:19.515 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-16T00:10:19.515 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-16T00:10:19.515 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-16T00:10:19.515 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-05-16T00:10:19.515 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-05-16T00:10:19.569 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-16T00:10:19.569 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-16T00:10:19.569 DEBUG:teuthology.orchestra.run.smithi063:> sudo rpm -qi grub2-tools 2024-05-16T00:10:19.610 INFO:teuthology.orchestra.run.smithi063.stdout:Name : grub2-tools 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Epoch : 1 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Version : 2.06 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Release : 68.el9 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: x86_64 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Group : Unspecified 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Size : 8264254 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:License : GPLv3+ 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-16T00:10:19.611 INFO:teuthology.orchestra.run.smithi063.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:Packager : builder@centos.org 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:Vendor : CentOS 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:Summary : Support tools for GRUB. 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:Description : 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:hardware devices. 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:10:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:This subpackage provides tools for support of all platforms. 2024-05-16T00:10:19.614 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-16T00:10:19.614 INFO:teuthology.task.kernel:Updating grub on smithi063 to boot 5.14.0-446.el9.x86_64 2024-05-16T00:10:19.614 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-16T00:10:20.321 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-05-16T00:10:21.804 INFO:teuthology.orchestra.run.smithi063.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-16T00:10:21.836 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-05-16T00:10:21.838 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-05-16T00:10:21.858 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.OqdzR55uGC 2024-05-16T00:10:21.859 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OqdzR55uGC 2024-05-16T00:10:21.927 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.OqdzR55uGC 2024-05-16T00:10:22.060 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.OqdzR55uGC is 6KB 2024-05-16T00:10:22.110 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.OqdzR55uGC 2024-05-16T00:10:22.125 DEBUG:teuthology.orchestra.run.smithi063:> sudo /bin/ls /boot/loader/entries || true 2024-05-16T00:10:22.192 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-16T00:10:22.192 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-16T00:10:22.192 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-16T00:10:22.192 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-16T00:10:22.194 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-16T00:10:22.357 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-05-16T00:10:26.636 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:26.675 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:27.129 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:27.129 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-16T00:10:27.129 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-16T00:10:27.129 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-16T00:10:27.927 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-16T00:10:27.927 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:10:27.927 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:10:27.927 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-16T00:10:27.927 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-16T00:10:27.927 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-16T00:10:27.927 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-16T00:10:27.928 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:10:27.928 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:10:28.257 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-05-16T00:10:28.336 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-16T00:10:28.336 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-16T00:10:28.336 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-16T00:10:28.336 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-16T00:10:28.336 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-16T00:10:28.336 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-16T00:10:28.336 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2024-05-16T00:10:28.336 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-05-16T00:10:28.388 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-16T00:10:28.388 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-16T00:10:28.388 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2024-05-16T00:10:28.419 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2024-05-16T00:10:28.419 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2024-05-16T00:10:28.419 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.06 2024-05-16T00:10:28.419 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 68.el9 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Group : Unspecified 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 8264254 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : builder@centos.org 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2024-05-16T00:10:28.420 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2024-05-16T00:10:28.421 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:10:28.421 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-16T00:10:28.421 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-16T00:10:28.421 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-16T00:10:28.421 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2024-05-16T00:10:28.421 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:10:28.421 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2024-05-16T00:10:28.422 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-16T00:10:28.422 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 5.14.0-446.el9.x86_64 2024-05-16T00:10:28.422 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-16T00:10:29.112 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2024-05-16T00:10:30.493 INFO:teuthology.orchestra.run.smithi045.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-16T00:10:30.524 INFO:teuthology.orchestra.run.smithi045.stderr:done 2024-05-16T00:10:30.526 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2024-05-16T00:10:30.541 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.6HdrqeBHuj 2024-05-16T00:10:30.542 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6HdrqeBHuj 2024-05-16T00:10:30.619 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.6HdrqeBHuj 2024-05-16T00:10:30.762 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.6HdrqeBHuj is 6KB 2024-05-16T00:10:30.811 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.6HdrqeBHuj 2024-05-16T00:10:30.826 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2024-05-16T00:10:30.889 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-16T00:10:30.889 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-16T00:10:30.889 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-16T00:10:30.889 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-16T00:10:30.890 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-16T00:10:31.040 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2024-05-16T00:10:48.498 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-16T00:10:48.499 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-16T00:10:48.500 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:10:52.363 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-16T00:10:52.363 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-16T00:10:52.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:11:01.050 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-16T00:11:01.051 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-16T00:11:01.051 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:11:26.879 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-05-16T00:11:35.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-16T00:11:35.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:11:48.515 DEBUG:teuthology.orchestra.remote:timed out 2024-05-16T00:11:54.271 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-05-16T00:11:57.518 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-16T00:11:57.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:11:57.974 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-05-16T00:11:58.369 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-16T00:11:58.369 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-446.el9.x86_64"... 2024-05-16T00:11:58.370 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-05-16T00:11:58.384 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-446.el9.x86_64 2024-05-16T00:11:58.384 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-16T00:11:58.384 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-16T00:11:58.385 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-16T00:11:59.385 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-16T00:11:59.386 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-16T00:11:59.474 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-05-16T00:11:59.520 DEBUG:teuthology.parallel:result is None 2024-05-16T00:12:01.054 DEBUG:teuthology.orchestra.remote:timed out 2024-05-16T00:12:06.272 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-16T00:12:06.273 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:12:06.661 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-05-16T00:12:07.171 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-16T00:12:07.171 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-446.el9.x86_64"... 2024-05-16T00:12:07.171 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-05-16T00:12:07.186 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-446.el9.x86_64 2024-05-16T00:12:07.187 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-16T00:12:07.187 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-16T00:12:07.187 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-16T00:12:08.188 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-16T00:12:08.188 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-16T00:12:08.275 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-05-16T00:12:08.330 DEBUG:teuthology.parallel:result is None 2024-05-16T00:12:10.055 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-16T00:12:10.056 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:12:10.464 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-05-16T00:12:10.845 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-16T00:12:10.845 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-446.el9.x86_64"... 2024-05-16T00:12:10.845 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-05-16T00:12:10.861 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-446.el9.x86_64 2024-05-16T00:12:10.861 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-16T00:12:10.861 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-16T00:12:10.861 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-16T00:12:11.862 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-16T00:12:11.863 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-16T00:12:11.990 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2024-05-16T00:12:12.017 DEBUG:teuthology.parallel:result is None 2024-05-16T00:12:12.018 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-16T00:12:12.025 INFO:teuthology.task.internal:Creating test directory... 2024-05-16T00:12:12.025 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-16T00:12:12.028 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-16T00:12:12.030 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-16T00:12:12.050 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-16T00:12:12.056 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-16T00:12:12.065 INFO:teuthology.task.internal:Creating archive directory... 2024-05-16T00:12:12.065 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-16T00:12:12.084 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-16T00:12:12.091 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-16T00:12:12.224 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-16T00:12:12.232 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-16T00:12:12.232 DEBUG:teuthology.orchestra.run.smithi045:> 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-05-16T00:12:12.235 DEBUG:teuthology.orchestra.run.smithi063:> 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-05-16T00:12:12.237 DEBUG:teuthology.orchestra.run.smithi133:> 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-05-16T00:12:12.262 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-16T00:12:12.266 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-16T00:12:12.268 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-16T00:12:12.272 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-16T00:12:12.276 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-16T00:12:12.280 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-16T00:12:12.282 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-16T00:12:12.289 INFO:teuthology.task.internal:Configuring sudo... 2024-05-16T00:12:12.289 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-16T00:12:12.320 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-16T00:12:12.323 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-16T00:12:12.350 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-16T00:12:12.362 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-16T00:12:12.362 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-16T00:12:12.386 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-16T00:12:12.392 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-16T00:12:12.408 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-16T00:12:12.485 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-16T00:12:12.554 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-16T00:12:12.596 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-16T00:12:12.637 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:12:12.638 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-16T00:12:12.703 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-16T00:12:12.747 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-16T00:12:12.810 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-16T00:12:12.899 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-16T00:12:12.941 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:12:12.942 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-16T00:12:13.014 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-16T00:12:13.065 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-16T00:12:13.127 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-16T00:12:13.172 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-16T00:12:13.214 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:12:13.214 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-16T00:12:13.282 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2024-05-16T00:12:13.284 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-05-16T00:12:13.286 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-05-16T00:12:13.340 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-16T00:12:13.352 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-16T00:12:13.380 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-16T00:12:13.744 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-16T00:12:13.752 INFO:teuthology.task.internal:Starting timer... 2024-05-16T00:12:13.752 INFO:teuthology.run_tasks:Running task pcp... 2024-05-16T00:12:13.768 INFO:teuthology.run_tasks:Running task selinux... 2024-05-16T00:12:13.777 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-16T00:12:13.778 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2024-05-16T00:12:13.868 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2024-05-16T00:12:13.873 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2024-05-16T00:12:13.980 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2024-05-16T00:12:13.983 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-05-16T00:12:14.045 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-05-16T00:12:14.047 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-16T00:12:14.047 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2024-05-16T00:12:14.067 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2024-05-16T00:12:14.067 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2024-05-16T00:12:14.106 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2024-05-16T00:12:14.106 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-05-16T00:12:14.131 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-05-16T00:12:14.131 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive'} 2024-05-16T00:12:14.132 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-16T00:12:14.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:12:14.158 DEBUG:teuthology.orchestra.run.smithi063:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-16T00:12:14.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:12:14.209 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-16T00:12:14.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:12:14.234 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-16T00:12:14.234 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2024-05-16T00:12:14.265 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2024-05-16T00:12:14.425 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-05-16T00:12:14.451 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-16T00:12:14.461 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-16T00:12:14.477 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-05-16T00:12:14.478 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi063.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-16T00:16:44.892 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2024-05-16T00:16:44.893 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-16T00:16:44.894 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:16:44.973 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-05-16T00:16:45.052 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-16T00:16:45.053 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-16T00:16:45.053 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:16:45.127 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-05-16T00:16:45.215 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-16T00:16:45.216 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-16T00:16:45.216 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-16T00:16:45.294 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-05-16T00:16:45.376 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-16T00:16:45.376 INFO:teuthology.run_tasks:Running task clock... 2024-05-16T00:16:45.388 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-16T00:16:45.389 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-16T00:16:45.389 DEBUG:teuthology.orchestra.run.smithi045:> 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-05-16T00:16:45.392 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-16T00:16:45.392 DEBUG:teuthology.orchestra.run.smithi063:> 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-05-16T00:16:45.394 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-16T00:16:45.395 DEBUG:teuthology.orchestra.run.smithi133:> 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-05-16T00:16:45.425 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-16T00:16:45.426 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-16T00:16:45.441 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-16T00:16:45.442 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-16T00:16:45.447 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-16T00:16:45.462 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-16T00:16:45.467 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2024-05-16T00:16:45.469 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2024-05-16T00:16:45.479 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2024-05-16T00:16:45.481 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2024-05-16T00:16:45.486 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2024-05-16T00:16:45.494 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-16T00:16:45.497 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-16T00:16:45.497 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2024-05-16T00:16:45.509 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-16T00:16:45.511 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-16T00:16:45.512 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-16T00:16:45.525 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-16T00:16:45.567 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-05-16T00:16:45.568 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: ntpq: command not found 2024-05-16T00:16:45.571 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-16T00:16:45.571 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-05-16T00:16:45.571 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.571 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.571 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.571 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.572 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-16T00:16:45.573 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-05-16T00:16:45.573 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.573 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.573 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.573 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.580 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-05-16T00:16:45.583 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-16T00:16:45.583 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-05-16T00:16:45.583 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.584 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.584 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.584 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:16:45.585 INFO:teuthology.run_tasks:Running task pexec... 2024-05-16T00:16:45.594 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-16T00:16:45.594 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi045.front.sepia.ceph.com 2024-05-16T00:16:45.595 DEBUG:teuthology.orchestra.run.smithi045:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-16T00:16:45.595 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi063.front.sepia.ceph.com 2024-05-16T00:16:45.595 DEBUG:teuthology.orchestra.run.smithi063:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-16T00:16:45.595 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi133.front.sepia.ceph.com 2024-05-16T00:16:45.596 DEBUG:teuthology.orchestra.run.smithi133:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-16T00:16:46.227 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:07 ago on Thu 16 May 2024 12:15:39 AM UTC. 2024-05-16T00:16:46.228 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:07 ago on Thu 16 May 2024 12:15:39 AM UTC. 2024-05-16T00:16:46.239 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:08 ago on Thu 16 May 2024 12:15:37 AM UTC. 2024-05-16T00:16:46.351 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:16:46.353 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:16:46.359 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:16:46.363 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:16:46.363 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-05-16T00:16:46.363 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:16:46.364 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:16:46.364 INFO:teuthology.orchestra.run.smithi045.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-16T00:16:46.364 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:16:46.364 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:16:46.364 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:16:46.364 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-16T00:16:46.364 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:16:46.365 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:16:46.365 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-05-16T00:16:46.365 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:16:46.365 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:16:46.366 INFO:teuthology.orchestra.run.smithi063.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-16T00:16:46.366 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:16:46.366 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:16:46.366 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:16:46.366 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-16T00:16:46.366 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:16:46.367 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 3.1 M 2024-05-16T00:16:46.367 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 9.8 M 2024-05-16T00:16:46.367 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:16:46.375 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:16:46.376 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-05-16T00:16:46.376 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:16:46.376 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:16:46.376 INFO:teuthology.orchestra.run.smithi133.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-16T00:16:46.376 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:16:46.376 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:16:46.376 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:16:46.376 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-05-16T00:16:46.376 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:16:46.380 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 3.1 M 2024-05-16T00:16:46.380 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 9.8 M 2024-05-16T00:16:46.380 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:16:46.389 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 3.1 M 2024-05-16T00:16:46.390 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 9.8 M 2024-05-16T00:16:46.390 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:16:46.708 INFO:teuthology.orchestra.run.smithi045.stdout:runc-1.1.12-2.el9.x86_64.rpm 11 MB/s | 3.1 MB 00:00 2024-05-16T00:16:46.708 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:16:46.708 INFO:teuthology.orchestra.run.smithi045.stdout:Total 9.2 MB/s | 3.1 MB 00:00 2024-05-16T00:16:46.745 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:16:46.752 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:16:46.752 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:16:46.841 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:16:46.841 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:16:46.980 INFO:teuthology.orchestra.run.smithi133.stdout:runc-1.1.12-2.el9.x86_64.rpm 7.1 MB/s | 3.1 MB 00:00 2024-05-16T00:16:46.980 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:16:46.981 INFO:teuthology.orchestra.run.smithi133.stdout:Total 5.3 MB/s | 3.1 MB 00:00 2024-05-16T00:16:47.017 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:16:47.023 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:16:47.023 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:16:47.076 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:16:47.108 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:16:47.109 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:16:47.171 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-16T00:16:47.331 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:16:47.417 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-16T00:16:47.548 INFO:teuthology.orchestra.run.smithi063.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.0 MB/s | 3.1 MB 00:01 2024-05-16T00:16:47.548 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:16:47.548 INFO:teuthology.orchestra.run.smithi063.stdout:Total 2.7 MB/s | 3.1 MB 00:01 2024-05-16T00:16:47.588 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:16:47.595 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:16:47.595 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:16:47.683 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:16:47.684 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:16:47.761 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-16T00:16:47.913 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:16:47.967 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-16T00:16:47.985 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-16T00:16:47.985 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:16:47.985 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:16:47.985 INFO:teuthology.orchestra.run.smithi045.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-16T00:16:47.985 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:16:47.985 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:16:48.003 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-16T00:16:48.221 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-16T00:16:48.221 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:16:48.221 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:16:48.221 INFO:teuthology.orchestra.run.smithi133.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-16T00:16:48.221 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:16:48.221 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:16:48.237 DEBUG:teuthology.parallel:result is None 2024-05-16T00:16:48.465 DEBUG:teuthology.parallel:result is None 2024-05-16T00:16:48.512 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-16T00:16:48.789 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-16T00:16:48.789 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:16:48.789 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:16:48.789 INFO:teuthology.orchestra.run.smithi063.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-16T00:16:48.789 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:16:48.789 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:16:49.027 DEBUG:teuthology.parallel:result is None 2024-05-16T00:16:49.028 INFO:teuthology.run_tasks:Running task install... 2024-05-16T00:16:49.036 DEBUG:teuthology.task.install:project ceph 2024-05-16T00:16:49.037 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6cd0f8013e2dea00c3a29a0d8b10656b132d7c80'}} 2024-05-16T00:16:49.037 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '6cd0f8013e2dea00c3a29a0d8b10656b132d7c80'} 2024-05-16T00:16:49.037 INFO:teuthology.task.install:Using flavor: default 2024-05-16T00:16:49.043 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-05-16T00:16:49.043 INFO:teuthology.task.install:extra packages: [] 2024-05-16T00:16:49.043 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': '6cd0f8013e2dea00c3a29a0d8b10656b132d7c80', 'tag': None, 'wait_for_package': False} 2024-05-16T00:16:49.044 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:16:49.046 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': '6cd0f8013e2dea00c3a29a0d8b10656b132d7c80', 'tag': None, 'wait_for_package': False} 2024-05-16T00:16:49.046 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:16:49.047 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': '6cd0f8013e2dea00c3a29a0d8b10656b132d7c80', 'tag': None, 'wait_for_package': False} 2024-05-16T00:16:49.047 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:16:49.275 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/ 2024-05-16T00:16:49.275 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3728.g6cd0f801 2024-05-16T00:16:49.279 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/ 2024-05-16T00:16:49.280 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3728.g6cd0f801 2024-05-16T00:16:49.299 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/ 2024-05-16T00:16:49.299 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3728.g6cd0f801 2024-05-16T00:16:49.388 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-16T00:16:49.388 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:16:49.389 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-16T00:16:49.421 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-05-16T00:16:49.421 DEBUG:teuthology.orchestra.run.smithi045:> 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/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-16T00:16:49.451 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-16T00:16:49.452 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:16:49.452 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-16T00:16:49.468 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-16T00:16:49.468 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:16:49.468 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-16T00:16:49.478 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-05-16T00:16:49.479 DEBUG:teuthology.orchestra.run.smithi133:> 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/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-16T00:16:49.493 DEBUG:teuthology.orchestra.run.smithi045:> 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-05-16T00:16:49.495 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-05-16T00:16:49.496 DEBUG:teuthology.orchestra.run.smithi063:> 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/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-16T00:16:49.544 DEBUG:teuthology.orchestra.run.smithi133:> 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-05-16T00:16:49.563 DEBUG:teuthology.orchestra.run.smithi063:> 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-05-16T00:16:49.574 DEBUG:teuthology.orchestra.run.smithi045:> 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-05-16T00:16:49.619 DEBUG:teuthology.orchestra.run.smithi133:> 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-05-16T00:16:49.641 DEBUG:teuthology.orchestra.run.smithi063:> 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-05-16T00:16:49.641 INFO:teuthology.orchestra.run.smithi045.stdout:check_obsoletes = 1 2024-05-16T00:16:49.643 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum clean all 2024-05-16T00:16:49.684 INFO:teuthology.orchestra.run.smithi133.stdout:check_obsoletes = 1 2024-05-16T00:16:49.685 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum clean all 2024-05-16T00:16:49.706 INFO:teuthology.orchestra.run.smithi063.stdout:check_obsoletes = 1 2024-05-16T00:16:49.708 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum clean all 2024-05-16T00:16:49.891 INFO:teuthology.orchestra.run.smithi045.stdout:57 files removed 2024-05-16T00:16:49.918 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-radosgw 2024-05-16T00:16:49.924 INFO:teuthology.orchestra.run.smithi133.stdout:57 files removed 2024-05-16T00:16:49.951 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-radosgw 2024-05-16T00:16:49.958 INFO:teuthology.orchestra.run.smithi063.stdout:57 files removed 2024-05-16T00:16:49.986 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-radosgw 2024-05-16T00:16:50.622 INFO:teuthology.orchestra.run.smithi045.stdout:ceph packages for x86_64 201 kB/s | 84 kB 00:00 2024-05-16T00:16:50.635 INFO:teuthology.orchestra.run.smithi133.stdout:ceph packages for x86_64 204 kB/s | 84 kB 00:00 2024-05-16T00:16:50.686 INFO:teuthology.orchestra.run.smithi063.stdout:ceph packages for x86_64 203 kB/s | 84 kB 00:00 2024-05-16T00:16:50.997 INFO:teuthology.orchestra.run.smithi045.stdout:ceph noarch packages 37 kB/s | 12 kB 00:00 2024-05-16T00:16:51.069 INFO:teuthology.orchestra.run.smithi133.stdout:ceph noarch packages 31 kB/s | 12 kB 00:00 2024-05-16T00:16:51.136 INFO:teuthology.orchestra.run.smithi063.stdout:ceph noarch packages 30 kB/s | 12 kB 00:00 2024-05-16T00:16:51.381 INFO:teuthology.orchestra.run.smithi045.stdout:ceph source packages 5.6 kB/s | 1.9 kB 00:00 2024-05-16T00:16:51.445 INFO:teuthology.orchestra.run.smithi133.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-05-16T00:16:51.504 INFO:teuthology.orchestra.run.smithi063.stdout:ceph source packages 5.9 kB/s | 1.9 kB 00:00 2024-05-16T00:16:51.898 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.1 MB 00:00 2024-05-16T00:16:52.003 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.1 MB 00:00 2024-05-16T00:16:53.420 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - BaseOS 4.3 MB/s | 8.1 MB 00:01 2024-05-16T00:16:53.757 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-05-16T00:16:55.380 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-05-16T00:16:56.104 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 6.3 MB/s | 19 MB 00:03 2024-05-16T00:16:57.941 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-05-16T00:16:59.567 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 16 kB 00:00 2024-05-16T00:17:00.738 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 5.9 MB/s | 6.2 MB 00:01 2024-05-16T00:17:00.947 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.2 MB 00:01 2024-05-16T00:17:01.922 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 9.6 MB/s | 21 MB 00:02 2024-05-16T00:17:02.448 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - Extras packages 62 kB/s | 16 kB 00:00 2024-05-16T00:17:02.655 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 16 kB 00:00 2024-05-16T00:17:03.416 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 26 MB/s | 21 MB 00:00 2024-05-16T00:17:04.673 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-05-16T00:17:07.335 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-05-16T00:17:08.808 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 46 kB/s | 1.7 kB 00:00 2024-05-16T00:17:09.763 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:17:09.765 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:17:09.765 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 11 M 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrading: 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout: librados2 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 3.4 M 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 3.1 M 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 5.4 M 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 21 M 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 25 k 2024-05-16T00:17:09.766 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 747 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 501 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 5.4 M 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 45 k 2024-05-16T00:17:09.767 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 136 k 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 161 k 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 321 k 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 300 k 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 99 k 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout:Installing weak dependencies: 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:17:09.768 INFO:teuthology.orchestra.run.smithi045.stdout:Install 30 Packages 2024-05-16T00:17:09.769 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrade 2 Packages 2024-05-16T00:17:09.769 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:09.769 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 60 M 2024-05-16T00:17:09.769 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:17:09.848 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-05-16T00:17:11.003 INFO:teuthology.orchestra.run.smithi045.stdout:(1/32): ceph-base-19.0.0-3728.g6cd0f801.el9.x86 6.6 MB/s | 5.4 MB 00:00 2024-05-16T00:17:11.061 INFO:teuthology.orchestra.run.smithi045.stdout:(2/32): ceph-selinux-19.0.0-3728.g6cd0f801.el9. 434 kB/s | 25 kB 00:00 2024-05-16T00:17:11.195 INFO:teuthology.orchestra.run.smithi045.stdout:(3/32): libcephfs2-19.0.0-3728.g6cd0f801.el9.x8 5.5 MB/s | 747 kB 00:00 2024-05-16T00:17:11.294 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:17:11.297 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:17:11.297 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-16T00:17:11.297 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:17:11.297 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:17:11.297 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 11 M 2024-05-16T00:17:11.297 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrading: 2024-05-16T00:17:11.297 INFO:teuthology.orchestra.run.smithi063.stdout: librados2 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 3.4 M 2024-05-16T00:17:11.297 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 3.1 M 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 5.4 M 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 21 M 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 25 k 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 747 k 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-16T00:17:11.298 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 501 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 5.4 M 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 45 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 136 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 161 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 321 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 300 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 99 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-16T00:17:11.299 INFO:teuthology.orchestra.run.smithi063.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-16T00:17:11.300 INFO:teuthology.orchestra.run.smithi063.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-16T00:17:11.300 INFO:teuthology.orchestra.run.smithi063.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-16T00:17:11.300 INFO:teuthology.orchestra.run.smithi063.stdout:Installing weak dependencies: 2024-05-16T00:17:11.300 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-16T00:17:11.300 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:11.300 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:17:11.300 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:17:11.300 INFO:teuthology.orchestra.run.smithi063.stdout:Install 30 Packages 2024-05-16T00:17:11.300 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrade 2 Packages 2024-05-16T00:17:11.300 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:11.301 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 60 M 2024-05-16T00:17:11.301 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:17:11.320 INFO:teuthology.orchestra.run.smithi045.stdout:(4/32): libradosstriper1-19.0.0-3728.g6cd0f801. 3.9 MB/s | 501 kB 00:00 2024-05-16T00:17:11.546 INFO:teuthology.orchestra.run.smithi045.stdout:(5/32): ceph-radosgw-19.0.0-3728.g6cd0f801.el9. 7.9 MB/s | 11 MB 00:01 2024-05-16T00:17:11.621 INFO:teuthology.orchestra.run.smithi045.stdout:(6/32): python3-ceph-argparse-19.0.0-3728.g6cd0 604 kB/s | 45 kB 00:00 2024-05-16T00:17:11.705 INFO:teuthology.orchestra.run.smithi045.stdout:(7/32): python3-ceph-common-19.0.0-3728.g6cd0f8 1.6 MB/s | 136 kB 00:00 2024-05-16T00:17:11.796 INFO:teuthology.orchestra.run.smithi045.stdout:(8/32): python3-cephfs-19.0.0-3728.g6cd0f801.el 1.7 MB/s | 161 kB 00:00 2024-05-16T00:17:11.921 INFO:teuthology.orchestra.run.smithi045.stdout:(9/32): librgw2-19.0.0-3728.g6cd0f801.el9.x86_6 8.9 MB/s | 5.4 MB 00:00 2024-05-16T00:17:11.946 INFO:teuthology.orchestra.run.smithi045.stdout:(10/32): python3-rados-19.0.0-3728.g6cd0f801.el 2.1 MB/s | 321 kB 00:00 2024-05-16T00:17:11.997 INFO:teuthology.orchestra.run.smithi045.stdout:(11/32): python3-rbd-19.0.0-3728.g6cd0f801.el9. 3.9 MB/s | 300 kB 00:00 2024-05-16T00:17:12.031 INFO:teuthology.orchestra.run.smithi045.stdout:(12/32): python3-rgw-19.0.0-3728.g6cd0f801.el9. 1.2 MB/s | 99 kB 00:00 2024-05-16T00:17:12.206 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:17:12.208 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:17:12.208 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-05-16T00:17:12.208 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 11 M 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrading: 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout: librados2 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 3.4 M 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 3.1 M 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 5.4 M 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 21 M 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 25 k 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-16T00:17:12.209 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 747 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 501 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2 x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 5.4 M 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 45 k 2024-05-16T00:17:12.210 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 136 k 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 161 k 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 321 k 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 300 k 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 99 k 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout:Installing weak dependencies: 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:17:12.211 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:17:12.212 INFO:teuthology.orchestra.run.smithi133.stdout:Install 30 Packages 2024-05-16T00:17:12.212 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrade 2 Packages 2024-05-16T00:17:12.212 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:12.212 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 60 M 2024-05-16T00:17:12.212 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:17:12.231 INFO:teuthology.orchestra.run.smithi045.stdout:(13/32): ceph-common-19.0.0-3728.g6cd0f801.el9. 10 MB/s | 21 MB 00:02 2024-05-16T00:17:12.273 INFO:teuthology.orchestra.run.smithi045.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 388 kB/s | 107 kB 00:00 2024-05-16T00:17:12.332 INFO:teuthology.orchestra.run.smithi045.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 452 kB/s | 45 kB 00:00 2024-05-16T00:17:12.357 INFO:teuthology.orchestra.run.smithi045.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 492 kB/s | 160 kB 00:00 2024-05-16T00:17:12.407 INFO:teuthology.orchestra.run.smithi045.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 849 kB/s | 42 kB 00:00 2024-05-16T00:17:12.449 INFO:teuthology.orchestra.run.smithi045.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2024-05-16T00:17:12.474 INFO:teuthology.orchestra.run.smithi045.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-05-16T00:17:12.500 INFO:teuthology.orchestra.run.smithi045.stdout:(20/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.9 MB/s | 662 kB 00:00 2024-05-16T00:17:12.525 INFO:teuthology.orchestra.run.smithi045.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 477 kB/s | 36 kB 00:00 2024-05-16T00:17:12.550 INFO:teuthology.orchestra.run.smithi045.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 629 kB/s | 47 kB 00:00 2024-05-16T00:17:12.667 INFO:teuthology.orchestra.run.smithi063.stdout:(1/32): ceph-base-19.0.0-3728.g6cd0f801.el9.x86 5.2 MB/s | 5.4 MB 00:01 2024-05-16T00:17:12.718 INFO:teuthology.orchestra.run.smithi063.stdout:(2/32): ceph-selinux-19.0.0-3728.g6cd0f801.el9. 504 kB/s | 25 kB 00:00 2024-05-16T00:17:12.876 INFO:teuthology.orchestra.run.smithi063.stdout:(3/32): libcephfs2-19.0.0-3728.g6cd0f801.el9.x8 4.6 MB/s | 747 kB 00:00 2024-05-16T00:17:13.010 INFO:teuthology.orchestra.run.smithi063.stdout:(4/32): libradosstriper1-19.0.0-3728.g6cd0f801. 3.7 MB/s | 501 kB 00:00 2024-05-16T00:17:13.752 INFO:teuthology.orchestra.run.smithi063.stdout:(5/32): ceph-radosgw-19.0.0-3728.g6cd0f801.el9. 5.0 MB/s | 11 MB 00:02 2024-05-16T00:17:13.783 INFO:teuthology.orchestra.run.smithi045.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 21 kB/s | 26 kB 00:01 2024-05-16T00:17:13.827 INFO:teuthology.orchestra.run.smithi063.stdout:(6/32): python3-ceph-argparse-19.0.0-3728.g6cd0 603 kB/s | 45 kB 00:00 2024-05-16T00:17:13.910 INFO:teuthology.orchestra.run.smithi063.stdout:(7/32): librgw2-19.0.0-3728.g6cd0f801.el9.x86_6 6.0 MB/s | 5.4 MB 00:00 2024-05-16T00:17:13.917 INFO:teuthology.orchestra.run.smithi045.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 364 kB/s | 49 kB 00:00 2024-05-16T00:17:13.936 INFO:teuthology.orchestra.run.smithi063.stdout:(8/32): python3-ceph-common-19.0.0-3728.g6cd0f8 1.2 MB/s | 136 kB 00:00 2024-05-16T00:17:13.986 INFO:teuthology.orchestra.run.smithi063.stdout:(9/32): python3-cephfs-19.0.0-3728.g6cd0f801.el 2.1 MB/s | 161 kB 00:00 2024-05-16T00:17:14.017 INFO:teuthology.orchestra.run.smithi045.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 675 kB/s | 67 kB 00:00 2024-05-16T00:17:14.020 INFO:teuthology.orchestra.run.smithi063.stdout:(10/32): python3-rados-19.0.0-3728.g6cd0f801.el 3.8 MB/s | 321 kB 00:00 2024-05-16T00:17:14.059 INFO:teuthology.orchestra.run.smithi045.stdout:(26/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 198 kB/s | 309 kB 00:01 2024-05-16T00:17:14.070 INFO:teuthology.orchestra.run.smithi063.stdout:(11/32): python3-rbd-19.0.0-3728.g6cd0f801.el9. 3.5 MB/s | 300 kB 00:00 2024-05-16T00:17:14.104 INFO:teuthology.orchestra.run.smithi063.stdout:(12/32): python3-rgw-19.0.0-3728.g6cd0f801.el9. 1.2 MB/s | 99 kB 00:00 2024-05-16T00:17:14.391 INFO:teuthology.orchestra.run.smithi133.stdout:(1/32): ceph-radosgw-19.0.0-3728.g6cd0f801.el9. 5.3 MB/s | 11 MB 00:01 2024-05-16T00:17:14.466 INFO:teuthology.orchestra.run.smithi133.stdout:(2/32): ceph-base-19.0.0-3728.g6cd0f801.el9.x86 2.6 MB/s | 5.4 MB 00:02 2024-05-16T00:17:14.483 INFO:teuthology.orchestra.run.smithi133.stdout:(3/32): ceph-selinux-19.0.0-3728.g6cd0f801.el9. 274 kB/s | 25 kB 00:00 2024-05-16T00:17:14.529 INFO:teuthology.orchestra.run.smithi063.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 233 kB/s | 107 kB 00:00 2024-05-16T00:17:14.583 INFO:teuthology.orchestra.run.smithi133.stdout:(4/32): libradosstriper1-19.0.0-3728.g6cd0f801. 4.9 MB/s | 501 kB 00:00 2024-05-16T00:17:14.629 INFO:teuthology.orchestra.run.smithi063.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 305 kB/s | 160 kB 00:00 2024-05-16T00:17:14.654 INFO:teuthology.orchestra.run.smithi063.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 362 kB/s | 45 kB 00:00 2024-05-16T00:17:14.658 INFO:teuthology.orchestra.run.smithi133.stdout:(5/32): libcephfs2-19.0.0-3728.g6cd0f801.el9.x8 3.8 MB/s | 747 kB 00:00 2024-05-16T00:17:14.750 INFO:teuthology.orchestra.run.smithi133.stdout:(6/32): python3-ceph-argparse-19.0.0-3728.g6cd0 493 kB/s | 45 kB 00:00 2024-05-16T00:17:14.842 INFO:teuthology.orchestra.run.smithi133.stdout:(7/32): python3-ceph-common-19.0.0-3728.g6cd0f8 1.4 MB/s | 136 kB 00:00 2024-05-16T00:17:14.921 INFO:teuthology.orchestra.run.smithi063.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2024-05-16T00:17:14.943 INFO:teuthology.orchestra.run.smithi133.stdout:(8/32): python3-cephfs-19.0.0-3728.g6cd0f801.el 1.6 MB/s | 161 kB 00:00 2024-05-16T00:17:14.980 INFO:teuthology.orchestra.run.smithi063.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.8 MB/s | 662 kB 00:00 2024-05-16T00:17:15.093 INFO:teuthology.orchestra.run.smithi133.stdout:(9/32): python3-rados-19.0.0-3728.g6cd0f801.el9 2.1 MB/s | 321 kB 00:00 2024-05-16T00:17:15.203 INFO:teuthology.orchestra.run.smithi063.stdout:(18/32): ceph-common-19.0.0-3728.g6cd0f801.el9. 5.9 MB/s | 21 MB 00:03 2024-05-16T00:17:15.222 INFO:teuthology.orchestra.run.smithi063.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 140 kB/s | 42 kB 00:00 2024-05-16T00:17:15.235 INFO:teuthology.orchestra.run.smithi133.stdout:(10/32): python3-rbd-19.0.0-3728.g6cd0f801.el9. 2.1 MB/s | 300 kB 00:00 2024-05-16T00:17:15.247 INFO:teuthology.orchestra.run.smithi063.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 826 kB/s | 221 kB 00:00 2024-05-16T00:17:15.319 INFO:teuthology.orchestra.run.smithi133.stdout:(11/32): librgw2-19.0.0-3728.g6cd0f801.el9.x86_ 7.3 MB/s | 5.4 MB 00:00 2024-05-16T00:17:15.344 INFO:teuthology.orchestra.run.smithi133.stdout:(12/32): python3-rgw-19.0.0-3728.g6cd0f801.el9. 916 kB/s | 99 kB 00:00 2024-05-16T00:17:15.348 INFO:teuthology.orchestra.run.smithi063.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 378 kB/s | 47 kB 00:00 2024-05-16T00:17:15.465 INFO:teuthology.orchestra.run.smithi063.stdout:(22/32): qatlib-service-24.02.0-1.el9.x86_64.rp 134 kB/s | 36 kB 00:00 2024-05-16T00:17:15.536 INFO:teuthology.orchestra.run.smithi133.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 493 kB/s | 107 kB 00:00 2024-05-16T00:17:15.561 INFO:teuthology.orchestra.run.smithi133.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 739 kB/s | 160 kB 00:00 2024-05-16T00:17:15.576 INFO:teuthology.orchestra.run.smithi045.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 126 kB/s | 192 kB 00:01 2024-05-16T00:17:15.595 INFO:teuthology.orchestra.run.smithi133.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 773 kB/s | 45 kB 00:00 2024-05-16T00:17:15.674 INFO:teuthology.orchestra.run.smithi063.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 726 kB/s | 309 kB 00:00 2024-05-16T00:17:15.710 INFO:teuthology.orchestra.run.smithi045.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 496 kB/s | 839 kB 00:01 2024-05-16T00:17:15.724 INFO:teuthology.orchestra.run.smithi063.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 100 kB/s | 26 kB 00:00 2024-05-16T00:17:15.757 INFO:teuthology.orchestra.run.smithi063.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 583 kB/s | 49 kB 00:00 2024-05-16T00:17:15.827 INFO:teuthology.orchestra.run.smithi045.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 1.3 MB/s | 4.4 MB 00:03 2024-05-16T00:17:15.828 INFO:teuthology.orchestra.run.smithi133.stdout:(16/32): ceph-common-19.0.0-3728.g6cd0f801.el9. 6.2 MB/s | 21 MB 00:03 2024-05-16T00:17:15.853 INFO:teuthology.orchestra.run.smithi133.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2024-05-16T00:17:15.868 INFO:teuthology.orchestra.run.smithi045.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.4 MB/s | 1.6 MB 00:00 2024-05-16T00:17:15.874 INFO:teuthology.orchestra.run.smithi063.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 449 kB/s | 67 kB 00:00 2024-05-16T00:17:15.887 INFO:teuthology.orchestra.run.smithi133.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.0 MB/s | 662 kB 00:00 2024-05-16T00:17:15.924 INFO:teuthology.orchestra.run.smithi063.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.9 MB/s | 839 kB 00:00 2024-05-16T00:17:15.929 INFO:teuthology.orchestra.run.smithi133.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-05-16T00:17:15.954 INFO:teuthology.orchestra.run.smithi133.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 538 kB/s | 36 kB 00:00 2024-05-16T00:17:15.996 INFO:teuthology.orchestra.run.smithi133.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 711 kB/s | 47 kB 00:00 2024-05-16T00:17:16.038 INFO:teuthology.orchestra.run.smithi133.stdout:(22/32): python3-prettytable-0.7.2-27.el9.noarc 202 kB/s | 42 kB 00:00 2024-05-16T00:17:16.049 INFO:teuthology.orchestra.run.smithi063.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.3 MB/s | 4.4 MB 00:00 2024-05-16T00:17:16.075 INFO:teuthology.orchestra.run.smithi063.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 956 kB/s | 192 kB 00:00 2024-05-16T00:17:16.086 INFO:teuthology.orchestra.run.smithi045.stdout:(31/32): librados2-19.0.0-3728.g6cd0f801.el9.x8 9.0 MB/s | 3.4 MB 00:00 2024-05-16T00:17:16.155 INFO:teuthology.orchestra.run.smithi133.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 223 kB/s | 26 kB 00:00 2024-05-16T00:17:16.169 INFO:teuthology.orchestra.run.smithi045.stdout:(32/32): librbd1-19.0.0-3728.g6cd0f801.el9.x86_ 9.2 MB/s | 3.1 MB 00:00 2024-05-16T00:17:16.175 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:17:16.175 INFO:teuthology.orchestra.run.smithi045.stdout:Total 9.4 MB/s | 60 MB 00:06 2024-05-16T00:17:16.180 INFO:teuthology.orchestra.run.smithi133.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.3 MB/s | 309 kB 00:00 2024-05-16T00:17:16.192 INFO:teuthology.orchestra.run.smithi063.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.9 MB/s | 1.6 MB 00:00 2024-05-16T00:17:16.239 INFO:teuthology.orchestra.run.smithi133.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 583 kB/s | 49 kB 00:00 2024-05-16T00:17:16.264 INFO:teuthology.orchestra.run.smithi133.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 805 kB/s | 67 kB 00:00 2024-05-16T00:17:16.286 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:17:16.327 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:17:16.328 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:17:16.331 INFO:teuthology.orchestra.run.smithi133.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-05-16T00:17:16.416 INFO:teuthology.orchestra.run.smithi133.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.7 MB/s | 839 kB 00:00 2024-05-16T00:17:16.459 INFO:teuthology.orchestra.run.smithi063.stdout:(31/32): librados2-19.0.0-3728.g6cd0f801.el9.x8 8.3 MB/s | 3.4 MB 00:00 2024-05-16T00:17:16.509 INFO:teuthology.orchestra.run.smithi063.stdout:(32/32): librbd1-19.0.0-3728.g6cd0f801.el9.x86_ 7.2 MB/s | 3.1 MB 00:00 2024-05-16T00:17:16.514 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:17:16.515 INFO:teuthology.orchestra.run.smithi063.stdout:Total 12 MB/s | 60 MB 00:05 2024-05-16T00:17:16.540 INFO:teuthology.orchestra.run.smithi133.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 7.6 MB/s | 1.6 MB 00:00 2024-05-16T00:17:16.599 INFO:teuthology.orchestra.run.smithi133.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 7.3 MB/s | 4.4 MB 00:00 2024-05-16T00:17:16.621 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:17:16.661 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:17:16.661 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:17:16.866 INFO:teuthology.orchestra.run.smithi133.stdout:(31/32): librbd1-19.0.0-3728.g6cd0f801.el9.x86_ 9.7 MB/s | 3.1 MB 00:00 2024-05-16T00:17:16.978 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:17:16.978 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:17:17.158 INFO:teuthology.orchestra.run.smithi133.stdout:(32/32): librados2-19.0.0-3728.g6cd0f801.el9.x8 4.6 MB/s | 3.4 MB 00:00 2024-05-16T00:17:17.160 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:17:17.160 INFO:teuthology.orchestra.run.smithi133.stdout:Total 12 MB/s | 60 MB 00:04 2024-05-16T00:17:17.266 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:17:17.300 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:17:17.301 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:17:17.301 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:17:17.301 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:17:17.926 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:17:17.926 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:17:18.436 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:17:18.512 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-16T00:17:18.549 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-16T00:17:18.585 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-16T00:17:18.613 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-16T00:17:18.641 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-16T00:17:18.729 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:17:18.802 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-16T00:17:18.830 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-16T00:17:18.832 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-16T00:17:18.856 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-16T00:17:18.887 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-16T00:17:18.897 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-16T00:17:18.911 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-16T00:17:19.065 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-16T00:17:19.119 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-16T00:17:19.292 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-16T00:17:19.350 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 7/34 2024-05-16T00:17:19.384 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:17:19.444 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 7/34 2024-05-16T00:17:19.467 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-16T00:17:19.477 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-16T00:17:19.496 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-16T00:17:19.533 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 8/34 2024-05-16T00:17:19.534 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-16T00:17:19.560 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 9/34 2024-05-16T00:17:19.561 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-16T00:17:19.585 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-16T00:17:19.590 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 7/34 2024-05-16T00:17:19.623 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 9/34 2024-05-16T00:17:19.652 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-16T00:17:19.684 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 7/34 2024-05-16T00:17:19.696 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-argparse-2:19.0.0-3728.g6cd0f801.el9. 11/34 2024-05-16T00:17:19.766 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 12/34 2024-05-16T00:17:19.773 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 8/34 2024-05-16T00:17:19.779 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-16T00:17:19.788 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_6 13/34 2024-05-16T00:17:19.800 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 9/34 2024-05-16T00:17:19.833 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-16T00:17:19.835 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_6 13/34 2024-05-16T00:17:19.855 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 9/34 2024-05-16T00:17:19.870 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-16T00:17:19.883 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-16T00:17:19.927 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-argparse-2:19.0.0-3728.g6cd0f801.el9. 11/34 2024-05-16T00:17:19.990 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-16T00:17:20.004 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 12/34 2024-05-16T00:17:20.020 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-16T00:17:20.027 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_6 13/34 2024-05-16T00:17:20.080 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-16T00:17:20.091 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_6 13/34 2024-05-16T00:17:20.119 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-16T00:17:20.126 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-16T00:17:20.148 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-16T00:17:20.180 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-16T00:17:20.219 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-16T00:17:20.237 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-16T00:17:20.269 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-16T00:17:20.273 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 7/34 2024-05-16T00:17:20.310 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-16T00:17:20.342 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-16T00:17:20.366 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 7/34 2024-05-16T00:17:20.371 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-16T00:17:20.404 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-16T00:17:20.464 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 8/34 2024-05-16T00:17:20.491 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 9/34 2024-05-16T00:17:20.511 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-16T00:17:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 9/34 2024-05-16T00:17:20.560 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 22/34 2024-05-16T00:17:20.583 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-16T00:17:20.626 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-argparse-2:19.0.0-3728.g6cd0f801.el9. 11/34 2024-05-16T00:17:20.635 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 22/34 2024-05-16T00:17:20.681 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 23/34 2024-05-16T00:17:20.696 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 12/34 2024-05-16T00:17:20.718 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-16T00:17:20.719 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_6 13/34 2024-05-16T00:17:20.733 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-16T00:17:20.775 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 22/34 2024-05-16T00:17:20.782 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_6 13/34 2024-05-16T00:17:20.817 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-16T00:17:20.875 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 22/34 2024-05-16T00:17:20.905 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 23/34 2024-05-16T00:17:20.927 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-16T00:17:20.941 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-16T00:17:20.959 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-16T00:17:21.010 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-16T00:17:21.042 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-16T00:17:21.062 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-16T00:17:21.095 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-16T00:17:21.233 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-16T00:17:21.262 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 26/34 2024-05-16T00:17:21.334 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 26/34 2024-05-16T00:17:21.412 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-16T00:17:21.414 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 27/34 2024-05-16T00:17:21.447 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-16T00:17:21.448 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-common-2:19.0.0-3728.g6cd0f801.el9.x8 28/34 2024-05-16T00:17:21.458 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 22/34 2024-05-16T00:17:21.478 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 26/34 2024-05-16T00:17:21.532 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 26/34 2024-05-16T00:17:21.541 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 22/34 2024-05-16T00:17:21.571 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 23/34 2024-05-16T00:17:21.604 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 27/34 2024-05-16T00:17:21.606 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-16T00:17:21.630 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-common-2:19.0.0-3728.g6cd0f801.el9.x8 28/34 2024-05-16T00:17:22.086 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-16T00:17:22.110 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 26/34 2024-05-16T00:17:22.174 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 26/34 2024-05-16T00:17:22.251 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 27/34 2024-05-16T00:17:22.280 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-common-2:19.0.0-3728.g6cd0f801.el9.x8 28/34 2024-05-16T00:17:23.851 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 29/34 2024-05-16T00:17:23.936 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 29/34 2024-05-16T00:17:24.056 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 29/34 2024-05-16T00:17:24.093 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 29/34 2024-05-16T00:17:24.537 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 29/34 2024-05-16T00:17:24.573 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 29/34 2024-05-16T00:17:24.574 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 30/34 2024-05-16T00:17:24.601 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 29/34 2024-05-16T00:17:24.661 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 30/34 2024-05-16T00:17:24.662 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-16T00:17:24.662 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-16T00:17:24.662 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:24.680 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 29/34 2024-05-16T00:17:24.691 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 31/34 2024-05-16T00:17:24.713 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 30/34 2024-05-16T00:17:24.790 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 30/34 2024-05-16T00:17:24.790 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-16T00:17:24.790 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-16T00:17:24.791 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:24.881 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 31/34 2024-05-16T00:17:25.156 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 29/34 2024-05-16T00:17:25.197 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 30/34 2024-05-16T00:17:25.290 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 30/34 2024-05-16T00:17:25.290 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-16T00:17:25.290 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-16T00:17:25.290 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:25.323 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 31/34 2024-05-16T00:17:34.544 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 31/34 2024-05-16T00:17:34.544 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /sys 2024-05-16T00:17:34.544 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /proc 2024-05-16T00:17:34.544 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /mnt 2024-05-16T00:17:34.544 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /var/tmp 2024-05-16T00:17:34.545 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /home 2024-05-16T00:17:34.545 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /root 2024-05-16T00:17:34.545 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /tmp 2024-05-16T00:17:34.545 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:34.926 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 31/34 2024-05-16T00:17:34.927 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /sys 2024-05-16T00:17:34.927 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /proc 2024-05-16T00:17:34.927 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /mnt 2024-05-16T00:17:34.927 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /var/tmp 2024-05-16T00:17:34.927 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /home 2024-05-16T00:17:34.927 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /root 2024-05-16T00:17:34.927 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /tmp 2024-05-16T00:17:34.927 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:34.948 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 31/34 2024-05-16T00:17:34.948 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /sys 2024-05-16T00:17:34.948 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /proc 2024-05-16T00:17:34.948 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /mnt 2024-05-16T00:17:34.948 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /var/tmp 2024-05-16T00:17:34.948 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /home 2024-05-16T00:17:34.949 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /root 2024-05-16T00:17:34.949 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /tmp 2024-05-16T00:17:34.949 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:35.550 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/34 2024-05-16T00:17:35.578 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/34 2024-05-16T00:17:35.578 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:17:35.578 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-16T00:17:35.578 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-16T00:17:35.578 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-16T00:17:35.578 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:35.580 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-16T00:17:35.670 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-16T00:17:35.670 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-16T00:17:35.957 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/34 2024-05-16T00:17:35.975 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/34 2024-05-16T00:17:35.983 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/34 2024-05-16T00:17:35.984 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:17:35.984 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-16T00:17:35.984 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-16T00:17:35.984 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-16T00:17:35.984 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:35.986 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-16T00:17:36.001 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/34 2024-05-16T00:17:36.001 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:17:36.001 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-16T00:17:36.002 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-16T00:17:36.002 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-16T00:17:36.002 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:36.004 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-16T00:17:36.076 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-16T00:17:36.077 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-16T00:17:36.094 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-16T00:17:36.094 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-16T00:17:36.923 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 5/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_6 6/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 7/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3728.g6cd0f801.el9. 8/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-common-2:19.0.0-3728.g6cd0f801.el9.x8 9/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 10/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 11/34 2024-05-16T00:17:36.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 12/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 13/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-16T00:17:36.925 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-16T00:17:36.926 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-16T00:17:36.926 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-16T00:17:36.926 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-16T00:17:36.926 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-16T00:17:36.926 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-16T00:17:36.926 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 31/34 2024-05-16T00:17:36.926 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-16T00:17:36.926 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 33/34 2024-05-16T00:17:37.259 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-16T00:17:37.259 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/34 2024-05-16T00:17:37.259 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/34 2024-05-16T00:17:37.259 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 5/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_6 6/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 7/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3728.g6cd0f801.el9. 8/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-common-2:19.0.0-3728.g6cd0f801.el9.x8 9/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 10/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 11/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 12/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 13/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-16T00:17:37.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-16T00:17:37.261 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-16T00:17:37.262 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-16T00:17:37.262 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 31/34 2024-05-16T00:17:37.262 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-16T00:17:37.262 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 33/34 2024-05-16T00:17:37.298 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-16T00:17:37.298 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/34 2024-05-16T00:17:37.298 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/34 2024-05-16T00:17:37.298 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 5/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_6 6/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 7/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3728.g6cd0f801.el9. 8/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-common-2:19.0.0-3728.g6cd0f801.el9.x8 9/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 10/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 11/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 12/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 13/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-16T00:17:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-16T00:17:37.300 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-16T00:17:37.300 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-16T00:17:37.300 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-16T00:17:37.300 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-16T00:17:37.300 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-16T00:17:37.300 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-16T00:17:37.300 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-16T00:17:37.300 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-16T00:17:37.300 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-16T00:17:37.300 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-16T00:17:37.301 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-16T00:17:37.301 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-16T00:17:37.301 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-16T00:17:37.301 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 31/34 2024-05-16T00:17:37.301 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-16T00:17:37.301 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 33/34 2024-05-16T00:17:37.699 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-16T00:17:37.699 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:37.699 INFO:teuthology.orchestra.run.smithi045.stdout:Upgraded: 2024-05-16T00:17:37.699 INFO:teuthology.orchestra.run.smithi045.stdout: librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.699 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.699 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:17:37.699 INFO:teuthology.orchestra.run.smithi045.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-16T00:17:37.699 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.699 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.700 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:37.702 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-16T00:17:37.702 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-16T00:17:37.702 INFO:teuthology.orchestra.run.smithi045.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-16T00:17:37.702 INFO:teuthology.orchestra.run.smithi045.stdout: re2-1:20211101-3.el9.x86_64 2024-05-16T00:17:37.702 INFO:teuthology.orchestra.run.smithi045.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-16T00:17:37.702 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:37.702 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:17:38.061 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-test 2024-05-16T00:17:38.085 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-16T00:17:38.085 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:38.085 INFO:teuthology.orchestra.run.smithi133.stdout:Upgraded: 2024-05-16T00:17:38.085 INFO:teuthology.orchestra.run.smithi133.stdout: librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.085 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.085 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:17:38.086 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-16T00:17:38.086 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.086 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.086 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.086 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.087 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-16T00:17:38.087 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-16T00:17:38.087 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-16T00:17:38.087 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.087 INFO:teuthology.orchestra.run.smithi133.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-16T00:17:38.087 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-16T00:17:38.087 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.088 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.089 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.089 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-16T00:17:38.089 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-16T00:17:38.089 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-16T00:17:38.089 INFO:teuthology.orchestra.run.smithi133.stdout: re2-1:20211101-3.el9.x86_64 2024-05-16T00:17:38.089 INFO:teuthology.orchestra.run.smithi133.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-16T00:17:38.089 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:38.089 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:17:38.140 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-16T00:17:38.141 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:38.141 INFO:teuthology.orchestra.run.smithi063.stdout:Upgraded: 2024-05-16T00:17:38.141 INFO:teuthology.orchestra.run.smithi063.stdout: librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.141 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.141 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:17:38.142 INFO:teuthology.orchestra.run.smithi063.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-16T00:17:38.142 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.142 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.142 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.142 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.143 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-16T00:17:38.143 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-16T00:17:38.143 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-16T00:17:38.143 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.143 INFO:teuthology.orchestra.run.smithi063.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-16T00:17:38.143 INFO:teuthology.orchestra.run.smithi063.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-16T00:17:38.143 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-16T00:17:38.143 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.144 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-16T00:17:38.144 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.144 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-16T00:17:38.145 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-16T00:17:38.145 INFO:teuthology.orchestra.run.smithi063.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-16T00:17:38.145 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.145 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.145 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.145 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-16T00:17:38.146 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.146 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.146 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:38.146 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-16T00:17:38.146 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-16T00:17:38.146 INFO:teuthology.orchestra.run.smithi063.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-16T00:17:38.146 INFO:teuthology.orchestra.run.smithi063.stdout: re2-1:20211101-3.el9.x86_64 2024-05-16T00:17:38.147 INFO:teuthology.orchestra.run.smithi063.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-16T00:17:38.147 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:38.147 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:17:38.464 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-test 2024-05-16T00:17:38.469 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-test 2024-05-16T00:17:38.661 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:31 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:17:38.787 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:17:38.788 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:17:38.788 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-16T00:17:38.788 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:17:38.788 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:17:38.788 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 49 M 2024-05-16T00:17:38.789 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-16T00:17:38.789 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 163 k 2024-05-16T00:17:38.789 INFO:teuthology.orchestra.run.smithi045.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-16T00:17:38.789 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-16T00:17:38.789 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:38.789 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:17:38.789 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:17:38.789 INFO:teuthology.orchestra.run.smithi045.stdout:Install 4 Packages 2024-05-16T00:17:38.789 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:38.790 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 50 M 2024-05-16T00:17:38.790 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 211 M 2024-05-16T00:17:38.790 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:17:39.044 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:30 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:17:39.066 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:31 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:17:39.117 INFO:teuthology.orchestra.run.smithi045.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.6 MB/s | 305 kB 00:00 2024-05-16T00:17:39.150 INFO:teuthology.orchestra.run.smithi045.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2024-05-16T00:17:39.164 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:17:39.165 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:17:39.165 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-05-16T00:17:39.165 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:17:39.165 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:17:39.165 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 49 M 2024-05-16T00:17:39.165 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-05-16T00:17:39.165 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 163 k 2024-05-16T00:17:39.166 INFO:teuthology.orchestra.run.smithi133.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-16T00:17:39.166 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-16T00:17:39.166 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:39.166 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:17:39.166 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:17:39.166 INFO:teuthology.orchestra.run.smithi133.stdout:Install 4 Packages 2024-05-16T00:17:39.166 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:39.167 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 50 M 2024-05-16T00:17:39.167 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 211 M 2024-05-16T00:17:39.167 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:17:39.192 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:17:39.192 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:17:39.193 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-16T00:17:39.193 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:17:39.193 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:17:39.193 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 49 M 2024-05-16T00:17:39.193 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-16T00:17:39.193 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 163 k 2024-05-16T00:17:39.193 INFO:teuthology.orchestra.run.smithi063.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-16T00:17:39.194 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-16T00:17:39.194 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:39.194 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:17:39.194 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:17:39.194 INFO:teuthology.orchestra.run.smithi063.stdout:Install 4 Packages 2024-05-16T00:17:39.195 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:39.195 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 50 M 2024-05-16T00:17:39.196 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 211 M 2024-05-16T00:17:39.196 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:17:39.300 INFO:teuthology.orchestra.run.smithi045.stdout:(3/4): libcephsqlite-19.0.0-3728.g6cd0f801.el9. 446 kB/s | 163 kB 00:00 2024-05-16T00:17:39.490 INFO:teuthology.orchestra.run.smithi133.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.9 MB/s | 305 kB 00:00 2024-05-16T00:17:39.533 INFO:teuthology.orchestra.run.smithi133.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-05-16T00:17:39.546 INFO:teuthology.orchestra.run.smithi063.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.3 MB/s | 305 kB 00:00 2024-05-16T00:17:39.596 INFO:teuthology.orchestra.run.smithi063.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-05-16T00:17:39.940 INFO:teuthology.orchestra.run.smithi133.stdout:(3/4): libcephsqlite-19.0.0-3728.g6cd0f801.el9. 267 kB/s | 163 kB 00:00 2024-05-16T00:17:39.971 INFO:teuthology.orchestra.run.smithi063.stdout:(3/4): libcephsqlite-19.0.0-3728.g6cd0f801.el9. 248 kB/s | 163 kB 00:00 2024-05-16T00:17:41.551 INFO:teuthology.orchestra.run.smithi045.stdout:(4/4): ceph-test-19.0.0-3728.g6cd0f801.el9.x86_ 19 MB/s | 49 MB 00:02 2024-05-16T00:17:41.553 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:17:41.553 INFO:teuthology.orchestra.run.smithi045.stdout:Total 18 MB/s | 50 MB 00:02 2024-05-16T00:17:41.582 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:17:41.605 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:17:41.605 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:17:41.996 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:17:41.996 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:17:42.550 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:17:42.636 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-16T00:17:42.675 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-16T00:17:42.703 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/4 2024-05-16T00:17:43.647 INFO:teuthology.orchestra.run.smithi063.stdout:(4/4): ceph-test-19.0.0-3728.g6cd0f801.el9.x86_ 11 MB/s | 49 MB 00:04 2024-05-16T00:17:43.650 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:17:43.650 INFO:teuthology.orchestra.run.smithi063.stdout:Total 11 MB/s | 50 MB 00:04 2024-05-16T00:17:43.679 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:17:43.702 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:17:43.702 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:17:44.093 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:17:44.094 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:17:44.647 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:17:44.730 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-16T00:17:44.780 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-16T00:17:44.807 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/4 2024-05-16T00:17:46.173 INFO:teuthology.orchestra.run.smithi133.stdout:(4/4): ceph-test-19.0.0-3728.g6cd0f801.el9.x86_ 7.2 MB/s | 49 MB 00:06 2024-05-16T00:17:46.175 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:17:46.175 INFO:teuthology.orchestra.run.smithi133.stdout:Total 7.1 MB/s | 50 MB 00:07 2024-05-16T00:17:46.201 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:17:46.220 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:17:46.220 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:17:46.593 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:17:46.593 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:17:47.113 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:17:47.191 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-16T00:17:47.230 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-16T00:17:47.258 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/4 2024-05-16T00:17:47.613 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/4 2024-05-16T00:17:47.723 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/4 2024-05-16T00:17:49.754 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/4 2024-05-16T00:17:49.834 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/4 2024-05-16T00:17:50.091 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/4 2024-05-16T00:17:50.091 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/4 2024-05-16T00:17:50.091 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/4 2024-05-16T00:17:50.092 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-16T00:17:50.365 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-16T00:17:50.365 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:50.365 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:17:50.365 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:50.365 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:50.365 INFO:teuthology.orchestra.run.smithi045.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-16T00:17:50.365 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-16T00:17:50.365 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:50.366 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:17:50.652 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph 2024-05-16T00:17:51.262 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:44 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:17:51.394 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:17:51.397 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:17:51.397 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-16T00:17:51.397 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:17:51.397 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: ceph x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 6.6 k 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 2.4 M 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 1.5 M 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 274 k 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 4.7 M 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 17 M 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-16T00:17:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-collections 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-16T00:17:51.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-16T00:17:51.400 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-16T00:17:51.401 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:51.401 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:17:51.401 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:17:51.401 INFO:teuthology.orchestra.run.smithi045.stdout:Install 36 Packages 2024-05-16T00:17:51.401 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:17:51.402 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 30 M 2024-05-16T00:17:51.402 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 108 M 2024-05-16T00:17:51.402 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:17:51.956 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/4 2024-05-16T00:17:52.049 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/4 2024-05-16T00:17:52.160 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/4 2024-05-16T00:17:52.160 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/4 2024-05-16T00:17:52.160 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/4 2024-05-16T00:17:52.160 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-16T00:17:52.439 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-16T00:17:52.439 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:52.440 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:17:52.440 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:52.440 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:52.440 INFO:teuthology.orchestra.run.smithi063.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-16T00:17:52.440 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-16T00:17:52.440 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:52.440 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:17:52.653 INFO:teuthology.orchestra.run.smithi045.stdout:(1/36): ceph-19.0.0-3728.g6cd0f801.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-05-16T00:17:52.697 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph 2024-05-16T00:17:52.828 INFO:teuthology.orchestra.run.smithi045.stdout:(2/36): ceph-mds-19.0.0-3728.g6cd0f801.el9.x86_ 5.7 MB/s | 2.4 MB 00:00 2024-05-16T00:17:53.154 INFO:teuthology.orchestra.run.smithi045.stdout:(3/36): ceph-mgr-19.0.0-3728.g6cd0f801.el9.x86_ 2.1 MB/s | 1.5 MB 00:00 2024-05-16T00:17:53.290 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:45 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:17:53.420 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:17:53.423 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:17:53.423 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-16T00:17:53.423 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:17:53.423 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:17:53.423 INFO:teuthology.orchestra.run.smithi063.stdout: ceph x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 6.6 k 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mds x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 2.4 M 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 1.5 M 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 274 k 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mon x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 4.7 M 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-osd x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 17 M 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-16T00:17:53.424 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-collections 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-16T00:17:53.425 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-16T00:17:53.426 INFO:teuthology.orchestra.run.smithi063.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-16T00:17:53.427 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:53.427 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:17:53.427 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:17:53.427 INFO:teuthology.orchestra.run.smithi063.stdout:Install 36 Packages 2024-05-16T00:17:53.427 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:17:53.427 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 30 M 2024-05-16T00:17:53.428 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 108 M 2024-05-16T00:17:53.428 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:17:54.013 INFO:teuthology.orchestra.run.smithi045.stdout:(4/36): ceph-osd-19.0.0-3728.g6cd0f801.el9.x86_ 14 MB/s | 17 MB 00:01 2024-05-16T00:17:54.038 INFO:teuthology.orchestra.run.smithi045.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3728.g6cd0 311 kB/s | 274 kB 00:00 2024-05-16T00:17:54.117 INFO:teuthology.orchestra.run.smithi063.stdout:(1/36): ceph-19.0.0-3728.g6cd0f801.el9.x86_64.r 25 kB/s | 6.6 kB 00:00 2024-05-16T00:17:54.268 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/4 2024-05-16T00:17:54.268 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/4 2024-05-16T00:17:54.268 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/4 2024-05-16T00:17:54.268 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-16T00:17:54.562 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-16T00:17:54.562 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:54.562 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:17:54.562 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:54.562 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:17:54.562 INFO:teuthology.orchestra.run.smithi133.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-16T00:17:54.562 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-16T00:17:54.563 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:54.563 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:17:54.827 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph 2024-05-16T00:17:55.201 INFO:teuthology.orchestra.run.smithi063.stdout:(2/36): ceph-mgr-19.0.0-3728.g6cd0f801.el9.x86_ 1.1 MB/s | 1.5 MB 00:01 2024-05-16T00:17:55.409 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:46 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:17:55.533 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout: ceph x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 6.6 k 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 2.4 M 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 1.5 M 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 274 k 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 4.7 M 2024-05-16T00:17:55.536 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 17 M 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections 2024-05-16T00:17:55.537 INFO:teuthology.orchestra.run.smithi133.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-16T00:17:55.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout:Install 36 Packages 2024-05-16T00:17:55.539 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:17:55.540 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 30 M 2024-05-16T00:17:55.540 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 108 M 2024-05-16T00:17:55.540 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:17:56.050 INFO:teuthology.orchestra.run.smithi063.stdout:(3/36): ceph-mds-19.0.0-3728.g6cd0f801.el9.x86_ 1.1 MB/s | 2.4 MB 00:02 2024-05-16T00:17:56.193 INFO:teuthology.orchestra.run.smithi063.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3728.g6cd0 1.9 MB/s | 274 kB 00:00 2024-05-16T00:17:56.357 INFO:teuthology.orchestra.run.smithi133.stdout:(1/36): ceph-19.0.0-3728.g6cd0f801.el9.x86_64.r 27 kB/s | 6.6 kB 00:00 2024-05-16T00:17:56.359 INFO:teuthology.orchestra.run.smithi063.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-05-16T00:17:56.652 INFO:teuthology.orchestra.run.smithi063.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 4.2 MB/s | 1.2 MB 00:00 2024-05-16T00:17:56.702 INFO:teuthology.orchestra.run.smithi063.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-05-16T00:17:56.752 INFO:teuthology.orchestra.run.smithi063.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-05-16T00:17:56.802 INFO:teuthology.orchestra.run.smithi063.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.5 MB/s | 125 kB 00:00 2024-05-16T00:17:56.886 INFO:teuthology.orchestra.run.smithi063.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-05-16T00:17:56.991 INFO:teuthology.orchestra.run.smithi133.stdout:(2/36): ceph-mds-19.0.0-3728.g6cd0f801.el9.x86_ 2.7 MB/s | 2.4 MB 00:00 2024-05-16T00:17:57.136 INFO:teuthology.orchestra.run.smithi063.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 754 kB/s | 188 kB 00:00 2024-05-16T00:17:57.203 INFO:teuthology.orchestra.run.smithi063.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-05-16T00:17:57.262 INFO:teuthology.orchestra.run.smithi063.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 597 kB/s | 35 kB 00:00 2024-05-16T00:17:57.321 INFO:teuthology.orchestra.run.smithi063.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 874 kB/s | 51 kB 00:00 2024-05-16T00:17:57.379 INFO:teuthology.orchestra.run.smithi063.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 717 kB/s | 42 kB 00:00 2024-05-16T00:17:57.646 INFO:teuthology.orchestra.run.smithi063.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 83 kB/s | 22 kB 00:00 2024-05-16T00:17:57.650 INFO:teuthology.orchestra.run.smithi133.stdout:(3/36): ceph-mgr-19.0.0-3728.g6cd0f801.el9.x86_ 1.0 MB/s | 1.5 MB 00:01 2024-05-16T00:17:57.771 INFO:teuthology.orchestra.run.smithi045.stdout:(6/36): ceph-mon-19.0.0-3728.g6cd0f801.el9.x86_ 940 kB/s | 4.7 MB 00:05 2024-05-16T00:17:57.925 INFO:teuthology.orchestra.run.smithi133.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3728.g6cd0 1.0 MB/s | 274 kB 00:00 2024-05-16T00:17:58.055 INFO:teuthology.orchestra.run.smithi063.stdout:(17/36): ceph-osd-19.0.0-3728.g6cd0f801.el9.x86 5.9 MB/s | 17 MB 00:02 2024-05-16T00:17:58.075 INFO:teuthology.orchestra.run.smithi133.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-05-16T00:17:58.175 INFO:teuthology.orchestra.run.smithi133.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 12 MB/s | 1.2 MB 00:00 2024-05-16T00:17:58.226 INFO:teuthology.orchestra.run.smithi133.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-05-16T00:17:58.272 INFO:teuthology.orchestra.run.smithi063.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 242 kB/s | 151 kB 00:00 2024-05-16T00:17:58.275 INFO:teuthology.orchestra.run.smithi133.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.7 MB/s | 135 kB 00:00 2024-05-16T00:17:58.335 INFO:teuthology.orchestra.run.smithi133.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-05-16T00:17:58.385 INFO:teuthology.orchestra.run.smithi133.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-05-16T00:17:58.472 INFO:teuthology.orchestra.run.smithi063.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 864 kB/s | 172 kB 00:00 2024-05-16T00:17:58.502 INFO:teuthology.orchestra.run.smithi133.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 188 kB 00:00 2024-05-16T00:17:58.522 INFO:teuthology.orchestra.run.smithi063.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 93 kB/s | 43 kB 00:00 2024-05-16T00:17:58.568 INFO:teuthology.orchestra.run.smithi133.stdout:(12/36): ceph-mon-19.0.0-3728.g6cd0f801.el9.x86 2.1 MB/s | 4.7 MB 00:02 2024-05-16T00:17:58.594 INFO:teuthology.orchestra.run.smithi133.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-05-16T00:17:58.636 INFO:teuthology.orchestra.run.smithi133.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.2 MB/s | 51 kB 00:00 2024-05-16T00:17:58.647 INFO:teuthology.orchestra.run.smithi063.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 85 kB/s | 11 kB 00:00 2024-05-16T00:17:58.661 INFO:teuthology.orchestra.run.smithi133.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 378 kB/s | 35 kB 00:00 2024-05-16T00:17:58.673 INFO:teuthology.orchestra.run.smithi063.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-05-16T00:17:58.686 INFO:teuthology.orchestra.run.smithi133.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 830 kB/s | 42 kB 00:00 2024-05-16T00:17:58.765 INFO:teuthology.orchestra.run.smithi063.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-05-16T00:17:58.790 INFO:teuthology.orchestra.run.smithi063.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-05-16T00:17:58.890 INFO:teuthology.orchestra.run.smithi063.stdout:(25/36): python3-jaraco-text-3.2.0-6.el9.noarch 197 kB/s | 20 kB 00:00 2024-05-16T00:17:58.916 INFO:teuthology.orchestra.run.smithi063.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 129 kB/s | 19 kB 00:00 2024-05-16T00:17:58.991 INFO:teuthology.orchestra.run.smithi063.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 461 kB/s | 46 kB 00:00 2024-05-16T00:17:59.028 INFO:teuthology.orchestra.run.smithi133.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 442 kB/s | 151 kB 00:00 2024-05-16T00:17:59.116 INFO:teuthology.orchestra.run.smithi063.stdout:(28/36): ceph-mon-19.0.0-3728.g6cd0f801.el9.x86 963 kB/s | 4.7 MB 00:04 2024-05-16T00:17:59.133 INFO:teuthology.orchestra.run.smithi063.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 363 kB/s | 79 kB 00:00 2024-05-16T00:17:59.158 INFO:teuthology.orchestra.run.smithi063.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.6 MB/s | 272 kB 00:00 2024-05-16T00:17:59.259 INFO:teuthology.orchestra.run.smithi063.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 358 kB/s | 36 kB 00:00 2024-05-16T00:17:59.284 INFO:teuthology.orchestra.run.smithi063.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 597 kB/s | 90 kB 00:00 2024-05-16T00:17:59.287 INFO:teuthology.orchestra.run.smithi133.stdout:(18/36): ceph-osd-19.0.0-3728.g6cd0f801.el9.x86 7.3 MB/s | 17 MB 00:02 2024-05-16T00:17:59.312 INFO:teuthology.orchestra.run.smithi133.stdout:(19/36): lua-devel-5.4.4-4.el9.x86_64.rpm 34 kB/s | 22 kB 00:00 2024-05-16T00:17:59.329 INFO:teuthology.orchestra.run.smithi133.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 145 kB/s | 43 kB 00:00 2024-05-16T00:17:59.376 INFO:teuthology.orchestra.run.smithi063.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.9 MB/s | 230 kB 00:00 2024-05-16T00:17:59.460 INFO:teuthology.orchestra.run.smithi063.stdout:(34/36): python3-portend-3.1.0-2.el9.noarch.rpm 48 kB/s | 16 kB 00:00 2024-05-16T00:17:59.476 INFO:teuthology.orchestra.run.smithi063.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-05-16T00:17:59.488 INFO:teuthology.orchestra.run.smithi133.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.2 MB/s | 358 kB 00:00 2024-05-16T00:17:59.530 INFO:teuthology.orchestra.run.smithi133.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 53 kB/s | 11 kB 00:00 2024-05-16T00:17:59.551 INFO:teuthology.orchestra.run.smithi063.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2024-05-16T00:17:59.557 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:17:59.557 INFO:teuthology.orchestra.run.smithi063.stdout:Total 4.9 MB/s | 30 MB 00:06 2024-05-16T00:17:59.571 INFO:teuthology.orchestra.run.smithi133.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 211 kB/s | 18 kB 00:00 2024-05-16T00:17:59.708 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:17:59.753 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:17:59.753 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:00.063 INFO:teuthology.orchestra.run.smithi133.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 221 kB/s | 172 kB 00:00 2024-05-16T00:18:00.089 INFO:teuthology.orchestra.run.smithi133.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 38 kB/s | 19 kB 00:00 2024-05-16T00:18:00.122 INFO:teuthology.orchestra.run.smithi133.stdout:(26/36): python3-jaraco-collections-3.0.0-8.el9 39 kB/s | 23 kB 00:00 2024-05-16T00:18:00.216 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:00.217 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:00.264 INFO:teuthology.orchestra.run.smithi133.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 98 kB/s | 20 kB 00:00 2024-05-16T00:18:00.424 INFO:teuthology.orchestra.run.smithi133.stdout:(28/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-05-16T00:18:00.531 INFO:teuthology.orchestra.run.smithi133.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-05-16T00:18:00.565 INFO:teuthology.orchestra.run.smithi133.stdout:(30/36): python3-logutils-0.3.5-21.el9.noarch.r 97 kB/s | 46 kB 00:00 2024-05-16T00:18:00.607 INFO:teuthology.orchestra.run.smithi133.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-05-16T00:18:00.665 INFO:teuthology.orchestra.run.smithi133.stdout:(32/36): python3-more-itertools-8.12.0-2.el9.no 145 kB/s | 79 kB 00:00 2024-05-16T00:18:00.699 INFO:teuthology.orchestra.run.smithi133.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-05-16T00:18:00.799 INFO:teuthology.orchestra.run.smithi133.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-05-16T00:18:00.824 INFO:teuthology.orchestra.run.smithi133.stdout:(35/36): python3-tempora-5.0.0-2.el9.noarch.rpm 138 kB/s | 36 kB 00:00 2024-05-16T00:18:00.958 INFO:teuthology.orchestra.run.smithi133.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.4 MB/s | 427 kB 00:00 2024-05-16T00:18:00.963 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:00.964 INFO:teuthology.orchestra.run.smithi133.stdout:Total 5.6 MB/s | 30 MB 00:05 2024-05-16T00:18:01.106 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:18:01.146 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:18:01.146 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:18:01.482 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:01.538 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-16T00:18:01.581 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-16T00:18:01.594 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:18:01.594 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:18:01.615 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-16T00:18:01.692 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-16T00:18:01.741 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-16T00:18:01.773 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-16T00:18:01.868 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-16T00:18:01.946 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-16T00:18:01.992 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-16T00:18:02.027 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-16T00:18:02.056 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-16T00:18:02.091 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-16T00:18:02.124 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-16T00:18:02.165 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-16T00:18:02.226 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-16T00:18:02.259 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-16T00:18:02.299 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-16T00:18:02.376 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-16T00:18:02.528 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-16T00:18:02.609 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-16T00:18:02.669 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-16T00:18:02.715 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-16T00:18:02.774 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-16T00:18:02.838 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-16T00:18:02.840 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:18:02.910 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-16T00:18:02.947 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-16T00:18:02.980 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-16T00:18:03.039 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-16T00:18:03.050 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-16T00:18:03.094 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-16T00:18:03.112 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-16T00:18:03.145 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-16T00:18:03.174 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-16T00:18:03.241 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-16T00:18:03.282 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-16T00:18:03.315 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-16T00:18:03.318 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-16T00:18:03.364 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-16T00:18:03.398 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-16T00:18:03.428 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-16T00:18:03.449 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-16T00:18:03.463 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-16T00:18:03.496 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-16T00:18:03.537 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-16T00:18:03.572 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-16T00:18:03.606 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-16T00:18:03.613 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3728.g6cd0f801.el9. 31/36 2024-05-16T00:18:03.636 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-16T00:18:03.644 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/36 2024-05-16T00:18:03.672 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/36 2024-05-16T00:18:03.672 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:03.672 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-16T00:18:03.672 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-16T00:18:03.673 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-16T00:18:03.673 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:03.709 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-16T00:18:03.858 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-16T00:18:03.935 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-16T00:18:03.988 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-16T00:18:04.027 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-16T00:18:04.075 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-16T00:18:04.131 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-16T00:18:04.324 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-16T00:18:04.373 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-16T00:18:04.451 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-16T00:18:04.540 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-16T00:18:04.587 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-16T00:18:04.714 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-16T00:18:04.878 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3728.g6cd0f801.el9. 31/36 2024-05-16T00:18:04.907 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/36 2024-05-16T00:18:04.934 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/36 2024-05-16T00:18:04.934 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:04.934 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-16T00:18:04.934 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-16T00:18:04.934 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-16T00:18:04.934 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:05.203 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 33/36 2024-05-16T00:18:05.232 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 33/36 2024-05-16T00:18:05.233 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:05.233 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-16T00:18:05.233 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-16T00:18:05.233 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-16T00:18:05.234 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:05.696 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 34/36 2024-05-16T00:18:05.721 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 34/36 2024-05-16T00:18:05.722 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:05.722 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-16T00:18:05.722 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-16T00:18:05.722 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-16T00:18:05.723 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:05.963 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 35/36 2024-05-16T00:18:05.988 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 35/36 2024-05-16T00:18:05.989 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:05.989 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-16T00:18:05.989 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-16T00:18:05.989 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-16T00:18:05.989 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:06.055 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 36/36 2024-05-16T00:18:06.375 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 33/36 2024-05-16T00:18:06.402 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 33/36 2024-05-16T00:18:06.403 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:06.403 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-16T00:18:06.403 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-16T00:18:06.403 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-16T00:18:06.403 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:06.853 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 34/36 2024-05-16T00:18:06.876 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 34/36 2024-05-16T00:18:06.877 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:06.877 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-16T00:18:06.877 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-16T00:18:06.877 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-16T00:18:06.877 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:07.103 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 35/36 2024-05-16T00:18:07.127 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 35/36 2024-05-16T00:18:07.127 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:07.127 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-16T00:18:07.128 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-16T00:18:07.128 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-16T00:18:07.128 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:07.192 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 36/36 2024-05-16T00:18:07.733 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 36/36 2024-05-16T00:18:07.733 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/36 2024-05-16T00:18:07.733 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/36 2024-05-16T00:18:07.733 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/36 2024-05-16T00:18:07.733 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/36 2024-05-16T00:18:07.733 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 5/36 2024-05-16T00:18:07.733 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3728.g6cd0f801.el9. 6/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-16T00:18:07.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-16T00:18:07.735 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-16T00:18:07.735 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-16T00:18:07.735 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-16T00:18:07.735 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-16T00:18:07.735 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-16T00:18:07.735 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-16T00:18:07.735 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-16T00:18:07.735 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-16T00:18:07.735 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-16T00:18:07.736 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-16T00:18:07.736 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-16T00:18:07.736 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-16T00:18:07.736 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-16T00:18:07.737 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-16T00:18:07.737 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-16T00:18:07.737 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-16T00:18:07.737 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-16T00:18:08.750 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-16T00:18:08.750 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:08.750 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:08.750 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:08.750 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:08.750 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:08.750 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: lua-5.4.4-4.el9.x86_64 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-16T00:18:08.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ply-3.11-14.el9.noarch 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-16T00:18:08.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-16T00:18:08.753 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-16T00:18:08.753 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-16T00:18:08.753 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-16T00:18:08.753 INFO:teuthology.orchestra.run.smithi063.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-16T00:18:08.753 INFO:teuthology.orchestra.run.smithi063.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-16T00:18:08.753 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-16T00:18:08.753 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-16T00:18:08.753 INFO:teuthology.orchestra.run.smithi063.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-16T00:18:08.753 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:08.753 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:08.929 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 36/36 2024-05-16T00:18:08.929 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/36 2024-05-16T00:18:08.929 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/36 2024-05-16T00:18:08.929 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/36 2024-05-16T00:18:08.929 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/36 2024-05-16T00:18:08.929 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 5/36 2024-05-16T00:18:08.929 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3728.g6cd0f801.el9. 6/36 2024-05-16T00:18:08.929 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-16T00:18:08.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-16T00:18:08.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-16T00:18:08.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-16T00:18:08.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-16T00:18:08.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-16T00:18:08.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-16T00:18:08.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-16T00:18:08.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-16T00:18:08.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-16T00:18:08.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-16T00:18:08.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-16T00:18:08.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-16T00:18:08.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-16T00:18:08.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-16T00:18:08.933 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-16T00:18:09.052 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-base 2024-05-16T00:18:09.651 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:01 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:09.733 INFO:teuthology.orchestra.run.smithi063.stdout:Package ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:09.777 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:09.778 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-16T00:18:09.778 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:09.842 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install cephadm 2024-05-16T00:18:09.863 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-16T00:18:09.863 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:09.863 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:18:09.863 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:09.863 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:09.863 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:09.863 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:09.863 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:09.863 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: lua-5.4.4-4.el9.x86_64 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-16T00:18:09.864 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply-3.11-14.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-16T00:18:09.865 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-16T00:18:09.866 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:09.866 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:18:10.189 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-base 2024-05-16T00:18:10.435 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:02 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:10.562 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout: cephadm noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 763 k 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 763 k 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 770 k 2024-05-16T00:18:10.563 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:18:10.770 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:01 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:18:10.851 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:10.894 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:18:10.895 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-05-16T00:18:10.895 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:18:10.962 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install cephadm 2024-05-16T00:18:11.004 INFO:teuthology.orchestra.run.smithi063.stdout:cephadm-19.0.0-3728.g6cd0f801.el9.noarch.rpm 1.7 MB/s | 763 kB 00:00 2024-05-16T00:18:11.005 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:11.005 INFO:teuthology.orchestra.run.smithi063.stdout:Total 1.7 MB/s | 763 kB 00:00 2024-05-16T00:18:11.005 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:18:11.011 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:18:11.011 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:11.017 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:11.017 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:11.095 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:11.534 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:02 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:18:11.583 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:11.654 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:18:11.655 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:11.655 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-05-16T00:18:11.655 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:11.655 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:18:11.656 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 763 k 2024-05-16T00:18:11.656 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:11.656 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:18:11.656 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:11.656 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-05-16T00:18:11.656 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:11.656 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 763 k 2024-05-16T00:18:11.656 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 770 k 2024-05-16T00:18:11.656 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:18:11.678 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:12.119 INFO:teuthology.orchestra.run.smithi133.stdout:cephadm-19.0.0-3728.g6cd0f801.el9.noarch.rpm 1.6 MB/s | 763 kB 00:00 2024-05-16T00:18:12.120 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:12.120 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.6 MB/s | 763 kB 00:00 2024-05-16T00:18:12.120 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:18:12.125 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:18:12.126 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:18:12.132 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:18:12.132 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:18:12.146 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:12.205 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:18:12.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:12.371 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:12.371 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:12.371 INFO:teuthology.orchestra.run.smithi063.stdout: cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:12.371 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:12.371 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:12.542 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-immutable-object-cache 2024-05-16T00:18:12.688 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:12.774 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:13.136 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:13.141 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:05 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:13.269 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:13.270 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:13.270 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-05-16T00:18:13.270 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:13.270 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:18:13.271 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 145 k 2024-05-16T00:18:13.271 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:13.271 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:18:13.271 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:13.271 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-16T00:18:13.271 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:13.271 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 145 k 2024-05-16T00:18:13.271 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 435 k 2024-05-16T00:18:13.271 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:18:13.375 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:13.375 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:13.375 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:18:13.375 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:13.375 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:13.375 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:18:13.494 INFO:teuthology.orchestra.run.smithi063.stdout:ceph-immutable-object-cache-19.0.0-3728.g6cd0f8 651 kB/s | 145 kB 00:00 2024-05-16T00:18:13.495 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:13.495 INFO:teuthology.orchestra.run.smithi063.stdout:Total 647 kB/s | 145 kB 00:00 2024-05-16T00:18:13.495 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:18:13.503 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:18:13.503 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:13.565 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:13.565 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:13.589 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-immutable-object-cache 2024-05-16T00:18:13.709 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:13.787 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801. 1/1 2024-05-16T00:18:13.813 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801. 1/1 2024-05-16T00:18:13.814 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:13.814 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-16T00:18:13.814 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:14.165 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:05 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:18:14.288 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:18:14.288 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 145 k 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 145 k 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 435 k 2024-05-16T00:18:14.289 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:18:14.516 INFO:teuthology.orchestra.run.smithi133.stdout:ceph-immutable-object-cache-19.0.0-3728.g6cd0f8 639 kB/s | 145 kB 00:00 2024-05-16T00:18:14.517 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:14.518 INFO:teuthology.orchestra.run.smithi133.stdout:Total 634 kB/s | 145 kB 00:00 2024-05-16T00:18:14.518 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:18:14.525 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:18:14.525 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:18:14.581 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:18:14.582 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:18:14.722 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:18:14.722 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801. 1/1 2024-05-16T00:18:14.723 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:14.723 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:14.723 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:14.723 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:14.723 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:14.809 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801. 1/1 2024-05-16T00:18:14.835 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801. 1/1 2024-05-16T00:18:14.835 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:14.835 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-16T00:18:14.835 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:14.953 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr 2024-05-16T00:18:15.552 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:07 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:15.636 INFO:teuthology.orchestra.run.smithi063.stdout:Package ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:15.680 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:15.681 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-16T00:18:15.681 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:15.725 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801. 1/1 2024-05-16T00:18:15.725 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:15.725 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:18:15.725 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:15.725 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:15.725 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:18:15.744 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-dashboard 2024-05-16T00:18:15.970 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr 2024-05-16T00:18:16.339 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:08 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:16.469 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:16.470 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:16.470 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-16T00:18:16.470 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:16.470 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:18:16.470 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 3.5 M 2024-05-16T00:18:16.470 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-16T00:18:16.470 INFO:teuthology.orchestra.run.smithi063.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 34 k 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 16 k 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout:Install 12 Packages 2024-05-16T00:18:16.471 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:16.472 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 8.7 M 2024-05-16T00:18:16.472 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 104 M 2024-05-16T00:18:16.472 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:18:16.554 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:07 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:18:16.639 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:16.683 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:18:16.684 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-05-16T00:18:16.684 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:18:16.750 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-dashboard 2024-05-16T00:18:17.141 INFO:teuthology.orchestra.run.smithi063.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3728.g6c 166 kB/s | 34 kB 00:00 2024-05-16T00:18:17.165 INFO:teuthology.orchestra.run.smithi063.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3728.g6cd 71 kB/s | 16 kB 00:00 2024-05-16T00:18:17.319 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:08 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:18:17.399 INFO:teuthology.orchestra.run.smithi063.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3728.g6cd0f80 7.6 MB/s | 3.5 MB 00:00 2024-05-16T00:18:17.442 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 3.5 M 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 34 k 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 16 k 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-16T00:18:17.444 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-16T00:18:17.445 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-16T00:18:17.445 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-16T00:18:17.445 INFO:teuthology.orchestra.run.smithi133.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-16T00:18:17.445 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-16T00:18:17.445 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-16T00:18:17.445 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:17.445 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:18:17.445 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:17.445 INFO:teuthology.orchestra.run.smithi133.stdout:Install 12 Packages 2024-05-16T00:18:17.445 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:17.446 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 8.7 M 2024-05-16T00:18:17.446 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 104 M 2024-05-16T00:18:17.446 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:18:17.641 INFO:teuthology.orchestra.run.smithi063.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.4 MB/s | 863 kB 00:00 2024-05-16T00:18:17.829 INFO:teuthology.orchestra.run.smithi133.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3728.g6cd 90 kB/s | 16 kB 00:00 2024-05-16T00:18:17.879 INFO:teuthology.orchestra.run.smithi133.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3728.g6c 146 kB/s | 34 kB 00:00 2024-05-16T00:18:17.950 INFO:teuthology.orchestra.run.smithi063.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.7 MB/s | 548 kB 00:00 2024-05-16T00:18:18.008 INFO:teuthology.orchestra.run.smithi063.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 334 kB/s | 19 kB 00:00 2024-05-16T00:18:18.042 INFO:teuthology.orchestra.run.smithi063.stdout:(7/12): python3-protobuf-3.14.0-13.el9.noarch.r 307 kB/s | 269 kB 00:00 2024-05-16T00:18:18.167 INFO:teuthology.orchestra.run.smithi063.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 13 MB/s | 2.0 MB 00:00 2024-05-16T00:18:18.201 INFO:teuthology.orchestra.run.smithi063.stdout:(9/12): protobuf-3.14.0-13.el9.x86_64.rpm 974 kB/s | 1.0 MB 00:01 2024-05-16T00:18:18.226 INFO:teuthology.orchestra.run.smithi063.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 525 kB/s | 31 kB 00:00 2024-05-16T00:18:18.251 INFO:teuthology.orchestra.run.smithi063.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 692 kB/s | 144 kB 00:00 2024-05-16T00:18:18.313 INFO:teuthology.orchestra.run.smithi133.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3728.g6cd0f80 5.3 MB/s | 3.5 MB 00:00 2024-05-16T00:18:18.452 INFO:teuthology.orchestra.run.smithi063.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 754 kB/s | 188 kB 00:00 2024-05-16T00:18:18.454 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:18.454 INFO:teuthology.orchestra.run.smithi063.stdout:Total 4.4 MB/s | 8.7 MB 00:01 2024-05-16T00:18:18.471 INFO:teuthology.orchestra.run.smithi133.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 455 kB/s | 269 kB 00:00 2024-05-16T00:18:18.509 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:18:18.528 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:18:18.528 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:18.682 INFO:teuthology.orchestra.run.smithi133.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-05-16T00:18:18.717 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:18.718 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:19.055 INFO:teuthology.orchestra.run.smithi133.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 52 kB/s | 19 kB 00:00 2024-05-16T00:18:19.239 INFO:teuthology.orchestra.run.smithi133.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 714 kB/s | 548 kB 00:00 2024-05-16T00:18:19.299 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:19.364 INFO:teuthology.orchestra.run.smithi133.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.1 MB/s | 144 kB 00:00 2024-05-16T00:18:19.370 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-16T00:18:19.414 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-16T00:18:19.461 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-16T00:18:19.481 INFO:teuthology.orchestra.run.smithi133.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 263 kB/s | 31 kB 00:00 2024-05-16T00:18:19.498 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-16T00:18:19.606 INFO:teuthology.orchestra.run.smithi133.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.5 MB/s | 188 kB 00:00 2024-05-16T00:18:19.617 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-16T00:18:19.731 INFO:teuthology.orchestra.run.smithi133.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.0 MB/s | 2.0 MB 00:00 2024-05-16T00:18:19.789 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-16T00:18:19.881 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-16T00:18:19.929 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-16T00:18:19.957 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-16T00:18:19.981 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3728.g6cd0f801.el9 10/12 2024-05-16T00:18:21.091 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3728.g6cd0f801.el 11/12 2024-05-16T00:18:21.139 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noa 12/12 2024-05-16T00:18:22.440 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noa 12/12 2024-05-16T00:18:22.440 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3728.g6cd0f801.el 1/12 2024-05-16T00:18:22.440 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noa 2/12 2024-05-16T00:18:22.440 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3728.g6cd0f801.el9 3/12 2024-05-16T00:18:22.440 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-16T00:18:22.440 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-16T00:18:22.440 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-16T00:18:22.440 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-16T00:18:22.440 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-16T00:18:22.440 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-16T00:18:22.441 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-16T00:18:22.441 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-16T00:18:22.754 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-grafana-dashboards-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-prometheus-alerts-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-16T00:18:22.755 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-16T00:18:22.756 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:22.756 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:22.977 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-16T00:18:23.575 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:15 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:23.704 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:23.704 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================= 2024-05-16T00:18:23.705 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-16T00:18:23.705 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================= 2024-05-16T00:18:23.705 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:18:23.705 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 7.4 M 2024-05-16T00:18:23.705 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-16T00:18:23.705 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-16T00:18:23.705 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-16T00:18:23.705 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-16T00:18:23.705 INFO:teuthology.orchestra.run.smithi063.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================= 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout:Install 12 Packages 2024-05-16T00:18:23.706 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:23.707 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 38 M 2024-05-16T00:18:23.707 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 209 M 2024-05-16T00:18:23.707 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:18:24.019 INFO:teuthology.orchestra.run.smithi063.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.3 MB/s | 195 kB 00:00 2024-05-16T00:18:24.103 INFO:teuthology.orchestra.run.smithi063.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 391 kB/s | 33 kB 00:00 2024-05-16T00:18:24.128 INFO:teuthology.orchestra.run.smithi063.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.1 MB/s | 803 kB 00:00 2024-05-16T00:18:24.212 INFO:teuthology.orchestra.run.smithi063.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 218 kB/s | 18 kB 00:00 2024-05-16T00:18:24.271 INFO:teuthology.orchestra.run.smithi063.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 604 kB/s | 35 kB 00:00 2024-05-16T00:18:24.329 INFO:teuthology.orchestra.run.smithi063.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-05-16T00:18:24.429 INFO:teuthology.orchestra.run.smithi063.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 30 MB/s | 4.7 MB 00:00 2024-05-16T00:18:24.471 INFO:teuthology.orchestra.run.smithi063.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.7 MB/s | 244 kB 00:00 2024-05-16T00:18:24.572 INFO:teuthology.orchestra.run.smithi063.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 36 MB/s | 5.1 MB 00:00 2024-05-16T00:18:24.597 INFO:teuthology.orchestra.run.smithi063.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.0 MB/s | 250 kB 00:00 2024-05-16T00:18:24.830 INFO:teuthology.orchestra.run.smithi063.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-3 7.7 MB/s | 7.4 MB 00:00 2024-05-16T00:18:24.989 INFO:teuthology.orchestra.run.smithi063.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 39 MB/s | 16 MB 00:00 2024-05-16T00:18:24.990 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:24.990 INFO:teuthology.orchestra.run.smithi063.stdout:Total 30 MB/s | 38 MB 00:01 2024-05-16T00:18:25.356 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:18:25.384 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:18:25.384 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:25.833 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:25.833 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:26.613 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:26.684 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-16T00:18:26.730 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-16T00:18:26.836 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-16T00:18:26.872 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-16T00:18:27.050 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-16T00:18:27.088 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-16T00:18:27.167 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-16T00:18:27.850 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-16T00:18:27.972 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-16T00:18:29.299 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-16T00:18:30.396 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-16T00:18:30.421 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f 12/12 2024-05-16T00:18:32.946 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f 12/12 2024-05-16T00:18:32.946 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f 1/12 2024-05-16T00:18:32.947 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-16T00:18:32.947 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-16T00:18:32.947 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-16T00:18:32.947 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-16T00:18:32.947 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-16T00:18:32.947 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-16T00:18:32.947 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-16T00:18:32.947 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-16T00:18:32.947 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-16T00:18:32.947 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-16T00:18:33.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-16T00:18:33.371 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-16T00:18:33.372 INFO:teuthology.orchestra.run.smithi063.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-16T00:18:33.372 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:33.372 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:33.751 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-rook 2024-05-16T00:18:34.356 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:26 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:34.483 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:34.484 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:34.484 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-16T00:18:34.484 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:34.484 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-rook noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 49 k 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-16T00:18:34.485 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-16T00:18:34.486 INFO:teuthology.orchestra.run.smithi063.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-16T00:18:34.486 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:34.486 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:18:34.486 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:34.486 INFO:teuthology.orchestra.run.smithi063.stdout:Install 13 Packages 2024-05-16T00:18:34.486 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:34.487 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 2.2 M 2024-05-16T00:18:34.487 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 26 M 2024-05-16T00:18:34.487 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:18:34.962 INFO:teuthology.orchestra.run.smithi063.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 256 kB/s | 19 kB 00:00 2024-05-16T00:18:34.979 INFO:teuthology.orchestra.run.smithi063.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 279 kB/s | 26 kB 00:00 2024-05-16T00:18:35.062 INFO:teuthology.orchestra.run.smithi063.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-05-16T00:18:35.087 INFO:teuthology.orchestra.run.smithi063.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-05-16T00:18:35.113 INFO:teuthology.orchestra.run.smithi063.stdout:(5/13): ceph-mgr-rook-19.0.0-3728.g6cd0f801.el9 218 kB/s | 49 kB 00:00 2024-05-16T00:18:35.138 INFO:teuthology.orchestra.run.smithi063.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-05-16T00:18:35.163 INFO:teuthology.orchestra.run.smithi063.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-05-16T00:18:35.255 INFO:teuthology.orchestra.run.smithi063.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 128 kB/s | 15 kB 00:00 2024-05-16T00:18:35.280 INFO:teuthology.orchestra.run.smithi063.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 193 kB/s | 32 kB 00:00 2024-05-16T00:18:35.372 INFO:teuthology.orchestra.run.smithi063.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 984 kB/s | 206 kB 00:00 2024-05-16T00:18:35.423 INFO:teuthology.orchestra.run.smithi063.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 416 kB/s | 59 kB 00:00 2024-05-16T00:18:35.448 INFO:teuthology.orchestra.run.smithi063.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-05-16T00:18:35.540 INFO:teuthology.orchestra.run.smithi063.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.6 MB/s | 1.0 MB 00:00 2024-05-16T00:18:35.540 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:35.540 INFO:teuthology.orchestra.run.smithi063.stdout:Total 2.1 MB/s | 2.2 MB 00:01 2024-05-16T00:18:35.610 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:18:35.626 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:18:35.627 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:35.721 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:35.722 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:36.247 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:36.429 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-16T00:18:36.493 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-16T00:18:36.549 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-16T00:18:36.584 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-16T00:18:36.626 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-16T00:18:36.726 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-16T00:18:36.843 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-16T00:18:36.904 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-16T00:18:37.671 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-16T00:18:37.724 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-16T00:18:37.758 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-16T00:18:37.807 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-16T00:18:37.835 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 13/13 2024-05-16T00:18:38.612 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 13/13 2024-05-16T00:18:38.612 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 1/13 2024-05-16T00:18:38.612 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-16T00:18:38.613 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-16T00:18:38.613 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-16T00:18:38.613 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-16T00:18:38.613 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-16T00:18:38.613 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-16T00:18:38.613 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-16T00:18:38.613 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-16T00:18:38.613 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-16T00:18:38.613 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-16T00:18:38.613 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-16T00:18:38.927 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-16T00:18:38.927 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:38.927 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:38.927 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:38.927 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:38.928 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:39.199 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-cephadm 2024-05-16T00:18:39.805 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:31 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:39.933 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:39.934 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:39.934 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-16T00:18:39.934 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:39.934 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:18:39.934 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 143 k 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout:Install 6 Packages 2024-05-16T00:18:39.935 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:39.936 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 7.0 M 2024-05-16T00:18:39.936 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 33 M 2024-05-16T00:18:39.936 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:18:40.082 INFO:teuthology.orchestra.run.smithi045.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 kB/s | 106 kB 00:42 2024-05-16T00:18:40.124 INFO:teuthology.orchestra.run.smithi045.stdout:(8/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.5 kB/s | 253 kB 00:46 2024-05-16T00:18:40.175 INFO:teuthology.orchestra.run.smithi045.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 27 kB/s | 1.2 MB 00:46 2024-05-16T00:18:40.191 INFO:teuthology.orchestra.run.smithi045.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 1.2 MB/s | 135 kB 00:00 2024-05-16T00:18:40.217 INFO:teuthology.orchestra.run.smithi045.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 1.3 MB/s | 125 kB 00:00 2024-05-16T00:18:40.275 INFO:teuthology.orchestra.run.smithi045.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.1 MB/s | 215 kB 00:00 2024-05-16T00:18:40.366 INFO:teuthology.orchestra.run.smithi063.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.2 MB/s | 248 kB 00:00 2024-05-16T00:18:40.426 INFO:teuthology.orchestra.run.smithi045.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 232 kB/s | 35 kB 00:00 2024-05-16T00:18:40.475 INFO:teuthology.orchestra.run.smithi063.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3728.g6cd0f801.e 660 kB/s | 143 kB 00:00 2024-05-16T00:18:40.476 INFO:teuthology.orchestra.run.smithi045.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 666 kB/s | 172 kB 00:00 2024-05-16T00:18:40.510 INFO:teuthology.orchestra.run.smithi045.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 593 kB/s | 188 kB 00:00 2024-05-16T00:18:40.551 INFO:teuthology.orchestra.run.smithi045.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 553 kB/s | 42 kB 00:00 2024-05-16T00:18:40.585 INFO:teuthology.orchestra.run.smithi045.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 320 kB/s | 51 kB 00:00 2024-05-16T00:18:40.610 INFO:teuthology.orchestra.run.smithi045.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-05-16T00:18:40.902 INFO:teuthology.orchestra.run.smithi045.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 137 kB/s | 43 kB 00:00 2024-05-16T00:18:40.936 INFO:teuthology.orchestra.run.smithi045.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 393 kB/s | 151 kB 00:00 2024-05-16T00:18:40.936 INFO:teuthology.orchestra.run.smithi133.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 38 kB/s | 863 kB 00:22 2024-05-16T00:18:40.941 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:40.942 INFO:teuthology.orchestra.run.smithi133.stdout:Total 377 kB/s | 8.7 MB 00:23 2024-05-16T00:18:40.975 INFO:teuthology.orchestra.run.smithi063.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 122 kB/s | 58 kB 00:00 2024-05-16T00:18:40.993 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:18:41.003 INFO:teuthology.orchestra.run.smithi045.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 161 kB/s | 11 kB 00:00 2024-05-16T00:18:41.011 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:18:41.011 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:18:41.053 INFO:teuthology.orchestra.run.smithi045.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 443 kB/s | 172 kB 00:00 2024-05-16T00:18:41.070 INFO:teuthology.orchestra.run.smithi045.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 265 kB/s | 18 kB 00:00 2024-05-16T00:18:41.120 INFO:teuthology.orchestra.run.smithi045.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 348 kB/s | 23 kB 00:00 2024-05-16T00:18:41.126 INFO:teuthology.orchestra.run.smithi063.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 340 kB/s | 51 kB 00:00 2024-05-16T00:18:41.147 INFO:teuthology.orchestra.run.smithi045.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-05-16T00:18:41.151 INFO:teuthology.orchestra.run.smithi063.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 699 kB/s | 548 kB 00:00 2024-05-16T00:18:41.162 INFO:teuthology.orchestra.run.smithi045.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-05-16T00:18:41.188 INFO:teuthology.orchestra.run.smithi045.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 292 kB/s | 20 kB 00:00 2024-05-16T00:18:41.192 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:18:41.192 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:18:41.230 INFO:teuthology.orchestra.run.smithi045.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 552 kB/s | 46 kB 00:00 2024-05-16T00:18:41.255 INFO:teuthology.orchestra.run.smithi045.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 854 kB/s | 79 kB 00:00 2024-05-16T00:18:41.284 INFO:teuthology.orchestra.run.smithi063.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.8 MB/s | 6.0 MB 00:01 2024-05-16T00:18:41.287 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:41.287 INFO:teuthology.orchestra.run.smithi063.stdout:Total 5.2 MB/s | 7.0 MB 00:01 2024-05-16T00:18:41.313 INFO:teuthology.orchestra.run.smithi045.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 197 kB/s | 16 kB 00:00 2024-05-16T00:18:41.339 INFO:teuthology.orchestra.run.smithi045.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-05-16T00:18:41.361 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:18:41.372 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:18:41.372 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:41.389 INFO:teuthology.orchestra.run.smithi045.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 672 kB/s | 90 kB 00:00 2024-05-16T00:18:41.414 INFO:teuthology.orchestra.run.smithi045.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 356 kB/s | 36 kB 00:00 2024-05-16T00:18:41.431 INFO:teuthology.orchestra.run.smithi045.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-05-16T00:18:41.476 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:41.477 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:41.490 INFO:teuthology.orchestra.run.smithi045.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 265 kB/s | 20 kB 00:00 2024-05-16T00:18:41.515 INFO:teuthology.orchestra.run.smithi045.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-05-16T00:18:41.520 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:41.520 INFO:teuthology.orchestra.run.smithi045.stdout:Total 617 kB/s | 30 MB 00:50 2024-05-16T00:18:41.658 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:18:41.703 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:18:41.703 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:18:41.773 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:18:41.802 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:41.853 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-16T00:18:41.897 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-16T00:18:41.943 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-16T00:18:41.974 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-16T00:18:41.989 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-16T00:18:42.037 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-16T00:18:42.083 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-16T00:18:42.158 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:18:42.159 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:18:42.207 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-16T00:18:42.294 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-16T00:18:42.337 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-16T00:18:42.365 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-16T00:18:42.398 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3728.g6cd0f801.el9 10/12 2024-05-16T00:18:42.589 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-16T00:18:42.675 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-16T00:18:42.746 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-16T00:18:42.773 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 6/6 2024-05-16T00:18:43.429 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:18:43.437 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3728.g6cd0f801.el 11/12 2024-05-16T00:18:43.493 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-16T00:18:43.498 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noa 12/12 2024-05-16T00:18:43.513 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 6/6 2024-05-16T00:18:43.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/6 2024-05-16T00:18:43.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-16T00:18:43.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-16T00:18:43.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-16T00:18:43.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-16T00:18:43.535 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-16T00:18:43.570 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-16T00:18:43.644 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-16T00:18:43.695 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-16T00:18:43.728 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-16T00:18:43.776 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-16T00:18:43.777 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:43.777 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:43.777 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:43.777 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-16T00:18:43.777 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-16T00:18:43.777 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-16T00:18:43.777 INFO:teuthology.orchestra.run.smithi063.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-16T00:18:43.777 INFO:teuthology.orchestra.run.smithi063.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-16T00:18:43.777 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:43.777 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:43.822 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-16T00:18:43.917 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-16T00:18:43.964 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-16T00:18:43.999 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-16T00:18:44.028 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-16T00:18:44.034 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-fuse 2024-05-16T00:18:44.063 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-16T00:18:44.096 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-16T00:18:44.138 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-16T00:18:44.181 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-16T00:18:44.215 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-16T00:18:44.245 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-16T00:18:44.321 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-16T00:18:44.472 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-16T00:18:44.556 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-16T00:18:44.616 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-16T00:18:44.631 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:36 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:44.661 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-16T00:18:44.720 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-16T00:18:44.758 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:44.758 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-fuse x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 890 k 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout:Install 2 Packages 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 970 k 2024-05-16T00:18:44.759 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 2.8 M 2024-05-16T00:18:44.760 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:18:44.772 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noa 12/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3728.g6cd0f801.el 1/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noa 2/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3728.g6cd0f801.el9 3/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-16T00:18:44.773 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-16T00:18:44.784 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-16T00:18:44.992 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-16T00:18:45.049 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-16T00:18:45.088 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-16T00:18:45.089 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-16T00:18:45.090 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-16T00:18:45.090 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:45.090 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:18:45.131 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-16T00:18:45.220 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-16T00:18:45.265 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-16T00:18:45.358 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-16T00:18:45.396 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-16T00:18:45.503 INFO:teuthology.orchestra.run.smithi063.stdout:(1/2): ceph-fuse-19.0.0-3728.g6cd0f801.el9.x86_ 1.9 MB/s | 890 kB 00:00 2024-05-16T00:18:45.568 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3728.g6cd0f801.el9. 31/36 2024-05-16T00:18:45.600 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/36 2024-05-16T00:18:45.628 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 32/36 2024-05-16T00:18:45.628 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:45.628 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-16T00:18:45.628 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-16T00:18:45.628 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-16T00:18:45.629 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:45.711 INFO:teuthology.orchestra.run.smithi063.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 119 kB/s | 80 kB 00:00 2024-05-16T00:18:45.712 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:45.712 INFO:teuthology.orchestra.run.smithi063.stdout:Total 1.0 MB/s | 970 kB 00:00 2024-05-16T00:18:45.725 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:18:45.749 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:18:45.749 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:45.834 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:45.834 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:45.936 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:36 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:18:46.028 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:46.060 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:18:46.061 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 7.4 M 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-16T00:18:46.062 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-16T00:18:46.063 INFO:teuthology.orchestra.run.smithi133.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-16T00:18:46.063 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-16T00:18:46.063 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-16T00:18:46.063 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-16T00:18:46.063 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:46.063 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:18:46.063 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-05-16T00:18:46.063 INFO:teuthology.orchestra.run.smithi133.stdout:Install 12 Packages 2024-05-16T00:18:46.063 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:46.064 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 38 M 2024-05-16T00:18:46.064 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 209 M 2024-05-16T00:18:46.064 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:18:46.167 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-16T00:18:46.238 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/2 2024-05-16T00:18:46.453 INFO:teuthology.orchestra.run.smithi133.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-05-16T00:18:46.478 INFO:teuthology.orchestra.run.smithi133.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.8 MB/s | 803 kB 00:00 2024-05-16T00:18:46.545 INFO:teuthology.orchestra.run.smithi133.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 356 kB/s | 33 kB 00:00 2024-05-16T00:18:46.587 INFO:teuthology.orchestra.run.smithi133.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 435 kB/s | 18 kB 00:00 2024-05-16T00:18:46.629 INFO:teuthology.orchestra.run.smithi133.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 847 kB/s | 35 kB 00:00 2024-05-16T00:18:46.853 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/2 2024-05-16T00:18:46.853 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/2 2024-05-16T00:18:46.887 INFO:teuthology.orchestra.run.smithi133.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.3 MB/s | 3.0 MB 00:00 2024-05-16T00:18:46.954 INFO:teuthology.orchestra.run.smithi133.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 15 MB/s | 4.7 MB 00:00 2024-05-16T00:18:46.980 INFO:teuthology.orchestra.run.smithi133.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.6 MB/s | 244 kB 00:00 2024-05-16T00:18:47.063 INFO:teuthology.orchestra.run.smithi133.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-37 9.3 MB/s | 7.4 MB 00:00 2024-05-16T00:18:47.089 INFO:teuthology.orchestra.run.smithi133.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.3 MB/s | 250 kB 00:00 2024-05-16T00:18:47.124 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-16T00:18:47.125 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:47.125 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:47.125 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-16T00:18:47.125 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:47.125 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:47.151 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 33/36 2024-05-16T00:18:47.179 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 33/36 2024-05-16T00:18:47.179 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:47.179 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-16T00:18:47.179 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-16T00:18:47.179 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-16T00:18:47.179 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:47.222 INFO:teuthology.orchestra.run.smithi133.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 5.1 MB 00:00 2024-05-16T00:18:47.378 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-volume 2024-05-16T00:18:47.643 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 34/36 2024-05-16T00:18:47.667 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 34/36 2024-05-16T00:18:47.668 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:47.668 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-16T00:18:47.668 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-16T00:18:47.668 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-16T00:18:47.668 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:47.902 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 35/36 2024-05-16T00:18:47.926 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 35/36 2024-05-16T00:18:47.927 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:47.927 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-16T00:18:47.927 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-16T00:18:47.927 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-16T00:18:47.927 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:47.993 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 36/36 2024-05-16T00:18:48.163 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:40 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:48.293 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-volume noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 273 k 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout:Install 2 Packages 2024-05-16T00:18:48.294 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:48.295 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 350 k 2024-05-16T00:18:48.295 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 1.5 M 2024-05-16T00:18:48.295 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:18:48.572 INFO:teuthology.orchestra.run.smithi133.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-05-16T00:18:48.573 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:48.574 INFO:teuthology.orchestra.run.smithi133.stdout:Total 15 MB/s | 38 MB 00:02 2024-05-16T00:18:48.591 INFO:teuthology.orchestra.run.smithi063.stdout:(1/2): ceph-volume-19.0.0-3728.g6cd0f801.el9.no 1.1 MB/s | 273 kB 00:00 2024-05-16T00:18:48.936 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:18:48.962 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:18:48.963 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:18:49.040 INFO:teuthology.orchestra.run.smithi063.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 110 kB/s | 77 kB 00:00 2024-05-16T00:18:49.041 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:49.041 INFO:teuthology.orchestra.run.smithi063.stdout:Total 469 kB/s | 350 kB 00:00 2024-05-16T00:18:49.054 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:18:49.065 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:18:49.065 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:49.100 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:49.100 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:49.255 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:49.401 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:18:49.402 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:18:49.448 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-16T00:18:49.484 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 2/2 2024-05-16T00:18:49.501 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 2/2 2024-05-16T00:18:49.501 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:49.501 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-16T00:18:49.501 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:49.768 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 36/36 2024-05-16T00:18:49.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/36 2024-05-16T00:18:49.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/36 2024-05-16T00:18:49.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 3/36 2024-05-16T00:18:49.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 4/36 2024-05-16T00:18:49.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 5/36 2024-05-16T00:18:49.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3728.g6cd0f801.el9. 6/36 2024-05-16T00:18:49.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-16T00:18:49.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-16T00:18:49.770 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-16T00:18:50.169 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:18:50.171 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 1/2 2024-05-16T00:18:50.234 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-16T00:18:50.279 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-16T00:18:50.380 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-16T00:18:50.430 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-16T00:18:50.434 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-16T00:18:50.434 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:50.434 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:50.434 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:50.434 INFO:teuthology.orchestra.run.smithi063.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-16T00:18:50.434 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:50.434 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:50.609 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-16T00:18:50.637 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-16T00:18:50.724 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-16T00:18:50.755 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: lua-5.4.4-4.el9.x86_64 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-16T00:18:50.756 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-16T00:18:50.757 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ply-3.11-14.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-16T00:18:50.758 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-16T00:18:50.759 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:50.759 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:18:50.760 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librados-devel 2024-05-16T00:18:51.139 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-base 2024-05-16T00:18:51.360 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:43 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:51.399 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-16T00:18:51.490 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout: librados-devel x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 127 k 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 127 k 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 456 k 2024-05-16T00:18:51.491 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:18:51.510 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-16T00:18:51.739 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:44 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:18:51.805 INFO:teuthology.orchestra.run.smithi063.stdout:librados-devel-19.0.0-3728.g6cd0f801.el9.x86_64 404 kB/s | 127 kB 00:00 2024-05-16T00:18:51.806 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:51.806 INFO:teuthology.orchestra.run.smithi063.stdout:Total 402 kB/s | 127 kB 00:00 2024-05-16T00:18:51.806 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:18:51.812 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:18:51.812 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:51.822 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-base-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:51.866 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:18:51.867 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-16T00:18:51.867 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:18:51.881 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:51.881 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:51.949 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install cephadm 2024-05-16T00:18:52.038 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:52.148 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:18:52.544 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:45 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:18:52.573 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:18:52.670 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:18:52.671 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:18:52.671 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-16T00:18:52.671 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:18:52.671 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:18:52.671 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 763 k 2024-05-16T00:18:52.671 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:52.672 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:18:52.672 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:18:52.672 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-16T00:18:52.672 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:52.672 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 763 k 2024-05-16T00:18:52.672 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 770 k 2024-05-16T00:18:52.672 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:18:52.767 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-16T00:18:52.842 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:18:52.843 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:52.843 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:52.843 INFO:teuthology.orchestra.run.smithi063.stdout: librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:52.843 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:52.843 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:52.969 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm-19.0.0-3728.g6cd0f801.el9.noarch.rpm 2.5 MB/s | 763 kB 00:00 2024-05-16T00:18:52.969 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:52.970 INFO:teuthology.orchestra.run.smithi045.stdout:Total 2.5 MB/s | 763 kB 00:00 2024-05-16T00:18:52.970 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:18:52.976 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:18:52.976 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:18:52.982 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:18:52.982 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:18:53.059 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:18:53.066 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install libcephfs2 2024-05-16T00:18:53.523 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:53.625 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:53.672 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:45 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:53.758 INFO:teuthology.orchestra.run.smithi063.stdout:Package libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:53.803 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:53.804 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-16T00:18:53.805 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:53.861 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install libcephfs-devel 2024-05-16T00:18:53.973 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:53.980 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-16T00:18:54.020 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f 12/12 2024-05-16T00:18:54.243 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/1 2024-05-16T00:18:54.243 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:54.243 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:18:54.243 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:54.243 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:54.244 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:18:54.449 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-immutable-object-cache 2024-05-16T00:18:54.466 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:46 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:54.597 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:54.597 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:54.597 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-05-16T00:18:54.597 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:54.598 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:18:54.598 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-devel x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 32 k 2024-05-16T00:18:54.598 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:54.598 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:18:54.598 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:18:54.598 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-16T00:18:54.598 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:54.598 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 32 k 2024-05-16T00:18:54.598 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 142 k 2024-05-16T00:18:54.598 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:18:54.757 INFO:teuthology.orchestra.run.smithi063.stdout:libcephfs-devel-19.0.0-3728.g6cd0f801.el9.x86_6 200 kB/s | 32 kB 00:00 2024-05-16T00:18:54.757 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:54.757 INFO:teuthology.orchestra.run.smithi063.stdout:Total 198 kB/s | 32 kB 00:00 2024-05-16T00:18:54.758 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:18:54.761 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:18:54.761 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:18:54.777 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:18:54.777 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:18:54.862 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:18:54.965 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:18:55.045 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:48 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:18:55.172 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:18:55.173 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:18:55.173 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-05-16T00:18:55.173 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:18:55.173 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:18:55.173 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 145 k 2024-05-16T00:18:55.173 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:55.173 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:18:55.173 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:18:55.174 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-16T00:18:55.174 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:55.174 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 145 k 2024-05-16T00:18:55.174 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 435 k 2024-05-16T00:18:55.174 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:18:55.309 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:18:55.483 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-immutable-object-cache-19.0.0-3728.g6cd0f8 469 kB/s | 145 kB 00:00 2024-05-16T00:18:55.484 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:55.484 INFO:teuthology.orchestra.run.smithi045.stdout:Total 467 kB/s | 145 kB 00:00 2024-05-16T00:18:55.484 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:18:55.492 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:18:55.493 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:18:55.542 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:18:55.542 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:55.542 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:18:55.542 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:55.542 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:18:55.542 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:55.552 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:18:55.553 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:18:55.693 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librados2 2024-05-16T00:18:55.707 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:18:55.760 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801. 1/1 2024-05-16T00:18:55.786 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801. 1/1 2024-05-16T00:18:55.786 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:18:55.786 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-16T00:18:55.786 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:56.297 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:48 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:56.381 INFO:teuthology.orchestra.run.smithi063.stdout:Package librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:56.426 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:56.427 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-16T00:18:56.427 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:56.490 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librbd1 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f 12/12 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f 1/12 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-16T00:18:56.579 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-16T00:18:56.580 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-16T00:18:56.642 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801. 1/1 2024-05-16T00:18:56.642 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:56.642 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:18:56.642 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:18:56.642 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:56.642 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:18:56.914 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr 2024-05-16T00:18:57.006 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-16T00:18:57.006 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:57.006 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:18:57.006 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:57.007 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:18:57.084 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:49 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:57.168 INFO:teuthology.orchestra.run.smithi063.stdout:Package librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:57.212 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:57.213 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-16T00:18:57.213 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:57.269 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rados 2024-05-16T00:18:57.327 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-rook 2024-05-16T00:18:57.509 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:50 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:18:57.594 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-mgr-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:57.638 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:18:57.639 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-16T00:18:57.639 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:18:57.723 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-dashboard 2024-05-16T00:18:57.868 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:49 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:57.908 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:48 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:18:57.951 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:57.995 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:57.996 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-16T00:18:57.996 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:58.029 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:18:58.030 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:58.030 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-05-16T00:18:58.030 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 49 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-16T00:18:58.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-16T00:18:58.032 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:58.032 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:18:58.032 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:18:58.032 INFO:teuthology.orchestra.run.smithi133.stdout:Install 13 Packages 2024-05-16T00:18:58.032 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:18:58.032 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 2.2 M 2024-05-16T00:18:58.032 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 26 M 2024-05-16T00:18:58.033 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:18:58.052 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rgw 2024-05-16T00:18:58.284 INFO:teuthology.orchestra.run.smithi133.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 295 kB/s | 26 kB 00:00 2024-05-16T00:18:58.309 INFO:teuthology.orchestra.run.smithi133.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 171 kB/s | 19 kB 00:00 2024-05-16T00:18:58.317 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:51 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:18:58.401 INFO:teuthology.orchestra.run.smithi133.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 222 kB 00:00 2024-05-16T00:18:58.426 INFO:teuthology.orchestra.run.smithi133.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 159 kB 00:00 2024-05-16T00:18:58.447 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:18:58.448 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:18:58.448 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-16T00:18:58.448 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:18:58.448 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:18:58.448 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 3.5 M 2024-05-16T00:18:58.448 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-16T00:18:58.448 INFO:teuthology.orchestra.run.smithi045.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-16T00:18:58.448 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 34 k 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 16 k 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout:Install 12 Packages 2024-05-16T00:18:58.449 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:18:58.450 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 8.7 M 2024-05-16T00:18:58.450 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 104 M 2024-05-16T00:18:58.450 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:18:58.460 INFO:teuthology.orchestra.run.smithi133.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.7 MB/s | 279 kB 00:00 2024-05-16T00:18:58.485 INFO:teuthology.orchestra.run.smithi133.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 927 kB/s | 54 kB 00:00 2024-05-16T00:18:58.646 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:50 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:58.660 INFO:teuthology.orchestra.run.smithi133.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 161 kB/s | 32 kB 00:00 2024-05-16T00:18:58.685 INFO:teuthology.orchestra.run.smithi133.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 75 kB/s | 15 kB 00:00 2024-05-16T00:18:58.730 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:58.775 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:58.777 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-16T00:18:58.777 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:58.840 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-cephfs 2024-05-16T00:18:58.861 INFO:teuthology.orchestra.run.smithi133.stdout:(9/13): ceph-mgr-rook-19.0.0-3728.g6cd0f801.el9 74 kB/s | 49 kB 00:00 2024-05-16T00:18:58.994 INFO:teuthology.orchestra.run.smithi133.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 666 kB/s | 206 kB 00:00 2024-05-16T00:18:59.153 INFO:teuthology.orchestra.run.smithi133.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 566 kB/s | 90 kB 00:00 2024-05-16T00:18:59.178 INFO:teuthology.orchestra.run.smithi133.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 186 kB/s | 59 kB 00:00 2024-05-16T00:18:59.442 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:51 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:18:59.445 INFO:teuthology.orchestra.run.smithi045.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3728.g6c 104 kB/s | 34 kB 00:00 2024-05-16T00:18:59.471 INFO:teuthology.orchestra.run.smithi045.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3728.g6cd 47 kB/s | 16 kB 00:00 2024-05-16T00:18:59.526 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:18:59.570 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:18:59.572 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-16T00:18:59.572 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:18:59.636 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rbd 2024-05-16T00:18:59.728 INFO:teuthology.orchestra.run.smithi133.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.0 MB/s | 1.0 MB 00:01 2024-05-16T00:18:59.729 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:18:59.729 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-05-16T00:18:59.796 INFO:teuthology.orchestra.run.smithi045.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3728.g6cd0f80 5.2 MB/s | 3.5 MB 00:00 2024-05-16T00:18:59.802 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:18:59.818 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:18:59.818 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:18:59.904 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:18:59.905 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:19:00.080 INFO:teuthology.orchestra.run.smithi045.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.0 MB/s | 863 kB 00:00 2024-05-16T00:19:00.234 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:52 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:19:00.297 INFO:teuthology.orchestra.run.smithi045.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 326 kB/s | 269 kB 00:00 2024-05-16T00:19:00.318 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:00.363 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:19:00.364 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-16T00:19:00.364 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:19:00.430 INFO:teuthology.orchestra.run.smithi045.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.0 MB/s | 1.0 MB 00:00 2024-05-16T00:19:00.431 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-fuse 2024-05-16T00:19:00.450 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:19:00.497 INFO:teuthology.orchestra.run.smithi045.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.3 MB/s | 548 kB 00:00 2024-05-16T00:19:00.514 INFO:teuthology.orchestra.run.smithi045.stdout:(8/12): grpc-data-1.46.7-10.el9.noarch.rpm 90 kB/s | 19 kB 00:00 2024-05-16T00:19:00.622 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-16T00:19:00.671 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-16T00:19:00.726 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-16T00:19:00.772 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-16T00:19:00.813 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-16T00:19:00.907 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-16T00:19:01.016 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-16T00:19:01.038 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:53 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:19:01.074 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-16T00:19:01.081 INFO:teuthology.orchestra.run.smithi045.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 3.1 MB/s | 2.0 MB 00:00 2024-05-16T00:19:01.106 INFO:teuthology.orchestra.run.smithi045.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 237 kB/s | 144 kB 00:00 2024-05-16T00:19:01.131 INFO:teuthology.orchestra.run.smithi045.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 50 kB/s | 31 kB 00:00 2024-05-16T00:19:01.167 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-fuse x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 85 k 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 85 k 2024-05-16T00:19:01.168 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 231 k 2024-05-16T00:19:01.169 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:19:01.215 INFO:teuthology.orchestra.run.smithi045.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.4 MB/s | 188 kB 00:00 2024-05-16T00:19:01.219 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:01.220 INFO:teuthology.orchestra.run.smithi045.stdout:Total 3.1 MB/s | 8.7 MB 00:02 2024-05-16T00:19:01.274 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:01.294 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:01.294 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:01.484 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:01.485 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:01.506 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-fuse-19.0.0-3728.g6cd0f801.el9.x86_64.rpm 253 kB/s | 85 kB 00:00 2024-05-16T00:19:01.506 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:01.507 INFO:teuthology.orchestra.run.smithi063.stdout:Total 252 kB/s | 85 kB 00:00 2024-05-16T00:19:01.507 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:19:01.515 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:19:01.515 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:19:01.581 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:19:01.582 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:19:01.729 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:19:01.782 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-16T00:19:01.829 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-16T00:19:01.832 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:01.862 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-16T00:19:01.910 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-16T00:19:01.932 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 13/13 2024-05-16T00:19:02.093 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:02.179 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-16T00:19:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:02.218 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-16T00:19:02.266 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-16T00:19:02.295 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-16T00:19:02.412 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-16T00:19:02.467 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:02.467 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:02.467 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:19:02.467 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:02.467 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:02.467 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:19:02.552 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-16T00:19:02.646 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 13/13 2024-05-16T00:19:02.648 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 1/13 2024-05-16T00:19:02.648 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-16T00:19:02.648 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-16T00:19:02.648 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-16T00:19:02.648 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-16T00:19:02.648 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-16T00:19:02.648 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-16T00:19:02.649 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-16T00:19:02.649 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-16T00:19:02.649 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-16T00:19:02.649 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-16T00:19:02.649 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-16T00:19:02.652 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-16T00:19:02.696 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-mirror 2024-05-16T00:19:02.710 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-16T00:19:02.737 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-16T00:19:02.769 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3728.g6cd0f801.el9 10/12 2024-05-16T00:19:02.961 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-16T00:19:02.961 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:02.961 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:19:02.961 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:19:02.961 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-16T00:19:02.961 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-16T00:19:02.961 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-16T00:19:02.961 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-16T00:19:02.961 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-16T00:19:02.962 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-16T00:19:02.962 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-16T00:19:02.962 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-16T00:19:02.962 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-16T00:19:02.962 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-16T00:19:02.962 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-16T00:19:02.962 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-16T00:19:02.962 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:02.962 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:03.219 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-cephadm 2024-05-16T00:19:03.303 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:55 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:19:03.432 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:19:03.433 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:19:03.433 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-05-16T00:19:03.433 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:19:03.433 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:19:03.433 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-mirror x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 3.1 M 2024-05-16T00:19:03.434 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:03.434 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:19:03.434 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:19:03.434 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-16T00:19:03.434 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:03.434 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 3.1 M 2024-05-16T00:19:03.434 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 13 M 2024-05-16T00:19:03.434 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:19:03.799 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:54 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:03.874 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3728.g6cd0f801.el 11/12 2024-05-16T00:19:03.877 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-mirror-19.0.0-3728.g6cd0f801.el9.x86_64.rpm 7.0 MB/s | 3.1 MB 00:00 2024-05-16T00:19:03.878 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:03.879 INFO:teuthology.orchestra.run.smithi063.stdout:Total 6.9 MB/s | 3.1 MB 00:00 2024-05-16T00:19:03.879 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:19:03.889 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:19:03.889 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:19:03.910 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noa 12/12 2024-05-16T00:19:03.926 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:03.926 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:03.926 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 143 k 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:03.927 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2024-05-16T00:19:03.928 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:03.928 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 7.0 M 2024-05-16T00:19:03.928 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 33 M 2024-05-16T00:19:03.928 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:19:03.974 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:19:03.975 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:19:04.419 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:19:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:04.539 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:04.540 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:19:04.540 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-16T00:19:04.540 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-16T00:19:04.540 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-16T00:19:04.540 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:04.713 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3728.g6cd0f801.e 460 kB/s | 143 kB 00:00 2024-05-16T00:19:04.989 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 423 kB/s | 248 kB 00:00 2024-05-16T00:19:05.022 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.7 MB/s | 548 kB 00:00 2024-05-16T00:19:05.081 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 872 kB/s | 51 kB 00:00 2024-05-16T00:19:05.156 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 346 kB/s | 58 kB 00:00 2024-05-16T00:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noa 12/12 2024-05-16T00:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3728.g6cd0f801.el 1/12 2024-05-16T00:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noa 2/12 2024-05-16T00:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3728.g6cd0f801.el9 3/12 2024-05-16T00:19:05.247 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-16T00:19:05.247 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-16T00:19:05.247 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-16T00:19:05.247 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-16T00:19:05.247 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-16T00:19:05.247 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-16T00:19:05.247 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-16T00:19:05.247 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-16T00:19:05.562 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-16T00:19:05.562 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:05.562 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:05.562 INFO:teuthology.orchestra.run.smithi045.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-16T00:19:05.562 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:19:05.562 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:19:05.562 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:19:05.563 INFO:teuthology.orchestra.run.smithi045.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-16T00:19:05.563 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-16T00:19:05.563 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-16T00:19:05.563 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-16T00:19:05.563 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-16T00:19:05.563 INFO:teuthology.orchestra.run.smithi045.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-16T00:19:05.563 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-16T00:19:05.563 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-16T00:19:05.563 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:05.563 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:05.607 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:05.607 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:05.607 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:19:05.607 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:05.607 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:05.607 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:19:05.714 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.5 MB/s | 6.0 MB 00:01 2024-05-16T00:19:05.715 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:05.715 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.9 MB/s | 7.0 MB 00:01 2024-05-16T00:19:05.787 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:19:05.798 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:19:05.798 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:19:05.816 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-16T00:19:05.850 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-nbd 2024-05-16T00:19:05.897 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:19:05.897 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:19:06.199 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:19:06.363 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-16T00:19:06.416 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-16T00:19:06.417 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:59 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:06.453 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:58 ago on Thu 16 May 2024 12:17:08 AM UTC. 2024-05-16T00:19:06.547 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:06.548 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================= 2024-05-16T00:19:06.548 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-16T00:19:06.548 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================= 2024-05-16T00:19:06.548 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:19:06.548 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 7.4 M 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:19:06.549 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================= 2024-05-16T00:19:06.550 INFO:teuthology.orchestra.run.smithi045.stdout:Install 12 Packages 2024-05-16T00:19:06.550 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:06.550 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 38 M 2024-05-16T00:19:06.550 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 209 M 2024-05-16T00:19:06.550 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:19:06.582 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-nbd x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 171 k 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 171 k 2024-05-16T00:19:06.583 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 494 k 2024-05-16T00:19:06.584 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-16T00:19:06.781 INFO:teuthology.orchestra.run.smithi045.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.3 MB/s | 195 kB 00:00 2024-05-16T00:19:06.848 INFO:teuthology.orchestra.run.smithi045.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.7 MB/s | 803 kB 00:00 2024-05-16T00:19:06.925 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-nbd-19.0.0-3728.g6cd0f801.el9.x86_64.rpm 500 kB/s | 171 kB 00:00 2024-05-16T00:19:06.926 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:06.926 INFO:teuthology.orchestra.run.smithi063.stdout:Total 497 kB/s | 171 kB 00:00 2024-05-16T00:19:06.926 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-16T00:19:06.935 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-16T00:19:06.935 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-16T00:19:06.944 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-16T00:19:07.005 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-16T00:19:07.005 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-16T00:19:07.044 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-16T00:19:07.107 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-16T00:19:07.136 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 6/6 2024-05-16T00:19:07.180 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-16T00:19:07.293 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:07.432 INFO:teuthology.orchestra.run.smithi045.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 50 kB/s | 33 kB 00:00 2024-05-16T00:19:07.703 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:07.732 INFO:teuthology.orchestra.run.smithi045.stdout:(4/12): ceph-mgr-diskprediction-local-19.0.0-37 6.8 MB/s | 7.4 MB 00:01 2024-05-16T00:19:07.889 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 6/6 2024-05-16T00:19:07.889 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/6 2024-05-16T00:19:07.889 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-16T00:19:07.889 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-16T00:19:07.890 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-16T00:19:07.890 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-16T00:19:07.949 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:07.949 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:07.949 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-16T00:19:07.949 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:07.949 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-16T00:19:07.949 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-16T00:19:08.082 INFO:teuthology.orchestra.run.smithi045.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 28 kB/s | 18 kB 00:00 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:08.141 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:08.205 DEBUG:teuthology.parallel:result is None 2024-05-16T00:19:08.415 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-fuse 2024-05-16T00:19:08.499 INFO:teuthology.orchestra.run.smithi045.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 1.8 MB/s | 3.0 MB 00:01 2024-05-16T00:19:08.524 INFO:teuthology.orchestra.run.smithi045.stdout:(7/12): openblas-0.3.21-2.el9.x86_64.rpm 46 kB/s | 35 kB 00:00 2024-05-16T00:19:08.992 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:59 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:09.117 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:09.117 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:09.117 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-05-16T00:19:09.117 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:09.118 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:19:09.118 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 890 k 2024-05-16T00:19:09.118 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-05-16T00:19:09.118 INFO:teuthology.orchestra.run.smithi133.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-16T00:19:09.118 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:09.118 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:19:09.118 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:09.118 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-05-16T00:19:09.118 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:09.119 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 970 k 2024-05-16T00:19:09.119 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 2.8 M 2024-05-16T00:19:09.119 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:19:09.316 INFO:teuthology.orchestra.run.smithi045.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 299 kB/s | 244 kB 00:00 2024-05-16T00:19:09.383 INFO:teuthology.orchestra.run.smithi045.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 3.6 MB/s | 4.7 MB 00:01 2024-05-16T00:19:09.482 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): ceph-fuse-19.0.0-3728.g6cd0f801.el9.x86_ 3.1 MB/s | 890 kB 00:00 2024-05-16T00:19:09.775 INFO:teuthology.orchestra.run.smithi045.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.1 MB/s | 5.1 MB 00:01 2024-05-16T00:19:09.899 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 114 kB/s | 80 kB 00:00 2024-05-16T00:19:09.900 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:09.900 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.2 MB/s | 970 kB 00:00 2024-05-16T00:19:09.913 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:19:09.935 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:19:09.936 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:19:10.014 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:19:10.014 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:19:10.192 INFO:teuthology.orchestra.run.smithi045.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 286 kB/s | 250 kB 00:00 2024-05-16T00:19:10.201 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:19:10.334 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-16T00:19:10.407 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/2 2024-05-16T00:19:10.984 INFO:teuthology.orchestra.run.smithi045.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 10 MB/s | 16 MB 00:01 2024-05-16T00:19:10.986 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:10.986 INFO:teuthology.orchestra.run.smithi045.stdout:Total 8.6 MB/s | 38 MB 00:04 2024-05-16T00:19:11.060 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/2 2024-05-16T00:19:11.060 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/2 2024-05-16T00:19:11.322 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-16T00:19:11.323 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:11.323 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:19:11.323 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-16T00:19:11.323 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:11.323 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:11.354 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:11.382 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:11.383 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:11.567 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-volume 2024-05-16T00:19:11.842 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:11.843 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:12.158 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:03 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:12.285 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 273 k 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-05-16T00:19:12.286 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:12.287 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 350 k 2024-05-16T00:19:12.287 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 1.5 M 2024-05-16T00:19:12.287 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:19:12.445 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 679 kB/s | 77 kB 00:00 2024-05-16T00:19:12.635 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:12.713 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-16T00:19:12.729 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): ceph-volume-19.0.0-3728.g6cd0f801.el9.no 687 kB/s | 273 kB 00:00 2024-05-16T00:19:12.730 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:12.730 INFO:teuthology.orchestra.run.smithi133.stdout:Total 790 kB/s | 350 kB 00:00 2024-05-16T00:19:12.741 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:19:12.751 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:19:12.751 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:19:12.758 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-16T00:19:12.784 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:19:12.784 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:19:12.864 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-16T00:19:12.909 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-16T00:19:12.929 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:19:13.094 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-16T00:19:13.111 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-16T00:19:13.124 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-16T00:19:13.157 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 2/2 2024-05-16T00:19:13.172 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 2/2 2024-05-16T00:19:13.173 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:19:13.173 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-16T00:19:13.173 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:13.209 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-16T00:19:13.904 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-16T00:19:13.915 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 1/2 2024-05-16T00:19:14.035 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-16T00:19:14.241 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-16T00:19:14.241 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:14.241 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:19:14.241 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:19:14.241 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-16T00:19:14.241 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:14.241 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:14.595 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados-devel 2024-05-16T00:19:15.202 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:06 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:15.326 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:15.326 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:15.326 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 127 k 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 127 k 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 456 k 2024-05-16T00:19:15.327 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:19:15.370 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-16T00:19:15.560 INFO:teuthology.orchestra.run.smithi133.stdout:librados-devel-19.0.0-3728.g6cd0f801.el9.x86_64 545 kB/s | 127 kB 00:00 2024-05-16T00:19:15.560 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:15.561 INFO:teuthology.orchestra.run.smithi133.stdout:Total 542 kB/s | 127 kB 00:00 2024-05-16T00:19:15.561 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:19:15.566 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:19:15.566 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:19:15.630 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:19:15.631 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:19:15.802 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:19:15.909 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:16.389 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:16.467 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-16T00:19:16.493 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f 12/12 2024-05-16T00:19:16.645 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:16.645 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:16.646 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:19:16.646 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:16.646 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:16.646 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:16.862 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs2 2024-05-16T00:19:17.442 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:08 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:17.524 INFO:teuthology.orchestra.run.smithi133.stdout:Package libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:17.568 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:17.569 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-05-16T00:19:17.569 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:17.632 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs-devel 2024-05-16T00:19:18.202 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:09 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:18.325 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:18.325 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:18.325 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-05-16T00:19:18.325 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:18.325 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:19:18.325 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 32 k 2024-05-16T00:19:18.325 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:18.326 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:19:18.326 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:18.326 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-05-16T00:19:18.326 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:18.326 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 32 k 2024-05-16T00:19:18.327 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 142 k 2024-05-16T00:19:18.327 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:19:18.589 INFO:teuthology.orchestra.run.smithi133.stdout:libcephfs-devel-19.0.0-3728.g6cd0f801.el9.x86_6 121 kB/s | 32 kB 00:00 2024-05-16T00:19:18.589 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:18.589 INFO:teuthology.orchestra.run.smithi133.stdout:Total 120 kB/s | 32 kB 00:00 2024-05-16T00:19:18.589 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:19:18.593 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:19:18.593 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:19:18.611 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:19:18.611 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:19:18.691 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:19:18.802 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:19.103 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f 12/12 2024-05-16T00:19:19.103 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f 1/12 2024-05-16T00:19:19.103 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-16T00:19:19.103 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-16T00:19:19.103 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-16T00:19:19.104 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-16T00:19:19.104 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-16T00:19:19.104 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-16T00:19:19.104 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-16T00:19:19.104 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-16T00:19:19.104 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-16T00:19:19.104 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-16T00:19:19.189 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:19.390 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:19.390 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:19.391 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:19:19.391 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:19.391 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:19.391 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:19.509 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-16T00:19:19.509 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:19.509 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:19.509 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:19:19.509 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-16T00:19:19.509 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-16T00:19:19.509 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-16T00:19:19.509 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-16T00:19:19.509 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-16T00:19:19.510 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-16T00:19:19.510 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-16T00:19:19.510 INFO:teuthology.orchestra.run.smithi045.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-16T00:19:19.510 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-16T00:19:19.510 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-16T00:19:19.510 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-16T00:19:19.510 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:19.510 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:19.586 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados2 2024-05-16T00:19:19.865 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-rook 2024-05-16T00:19:20.163 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:11 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:20.245 INFO:teuthology.orchestra.run.smithi133.stdout:Package librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:20.286 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:20.287 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-05-16T00:19:20.287 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:20.351 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librbd1 2024-05-16T00:19:20.466 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:13 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:20.593 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:20.595 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-16T00:19:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:19:20.595 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 49 k 2024-05-16T00:19:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-16T00:19:20.595 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-16T00:19:20.595 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-16T00:19:20.595 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2024-05-16T00:19:20.596 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:20.597 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 2.2 M 2024-05-16T00:19:20.597 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 26 M 2024-05-16T00:19:20.597 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:19:20.917 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:11 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:20.998 INFO:teuthology.orchestra.run.smithi133.stdout:Package librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:21.039 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:21.040 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-05-16T00:19:21.040 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:21.103 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rados 2024-05-16T00:19:21.254 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 410 kB/s | 19 kB 00:00 2024-05-16T00:19:21.305 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 264 kB/s | 26 kB 00:00 2024-05-16T00:19:21.372 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.4 MB/s | 222 kB 00:00 2024-05-16T00:19:21.388 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 159 kB 00:00 2024-05-16T00:19:21.447 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 920 kB/s | 54 kB 00:00 2024-05-16T00:19:21.489 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.3 MB/s | 279 kB 00:00 2024-05-16T00:19:21.515 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): ceph-mgr-rook-19.0.0-3728.g6cd0f801.el9 160 kB/s | 49 kB 00:00 2024-05-16T00:19:21.648 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 160 kB/s | 32 kB 00:00 2024-05-16T00:19:21.674 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 81 kB/s | 15 kB 00:00 2024-05-16T00:19:21.678 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:12 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:21.760 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:21.791 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 507 kB/s | 59 kB 00:00 2024-05-16T00:19:21.802 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:21.803 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-05-16T00:19:21.803 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:21.816 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 683 kB/s | 206 kB 00:00 2024-05-16T00:19:21.873 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rgw 2024-05-16T00:19:21.908 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 769 kB/s | 90 kB 00:00 2024-05-16T00:19:21.958 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.3 MB/s | 1.0 MB 00:00 2024-05-16T00:19:21.959 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:21.960 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-05-16T00:19:22.031 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:22.048 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:22.048 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:22.142 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:22.142 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:22.448 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:13 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:22.528 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:22.571 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:22.572 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-05-16T00:19:22.572 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:22.639 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-cephfs 2024-05-16T00:19:22.657 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:22.827 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-16T00:19:22.887 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-16T00:19:22.943 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-16T00:19:22.978 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-16T00:19:23.020 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-16T00:19:23.126 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-16T00:19:23.210 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:14 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:23.246 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-16T00:19:23.290 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:23.306 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-16T00:19:23.332 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:23.333 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-05-16T00:19:23.333 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:23.406 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rbd 2024-05-16T00:19:23.983 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:14 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:24.063 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:24.081 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-16T00:19:24.106 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:24.107 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-05-16T00:19:24.107 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:24.119 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-16T00:19:24.153 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-16T00:19:24.184 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-fuse 2024-05-16T00:19:24.202 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-16T00:19:24.230 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 13/13 2024-05-16T00:19:24.763 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:15 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:24.888 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:24.889 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:24.889 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-05-16T00:19:24.889 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:24.889 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:19:24.889 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 85 k 2024-05-16T00:19:24.889 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:24.889 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:19:24.889 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:24.889 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-05-16T00:19:24.889 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:24.890 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 85 k 2024-05-16T00:19:24.890 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 231 k 2024-05-16T00:19:24.890 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:19:25.075 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 13/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 1/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-16T00:19:25.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-16T00:19:25.398 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-16T00:19:25.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-16T00:19:25.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-16T00:19:25.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-16T00:19:25.399 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-16T00:19:25.399 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:25.399 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:25.677 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-cephadm 2024-05-16T00:19:26.049 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-fuse-19.0.0-3728.g6cd0f801.el9.x86_64.rpm 74 kB/s | 85 kB 00:01 2024-05-16T00:19:26.049 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:26.049 INFO:teuthology.orchestra.run.smithi133.stdout:Total 73 kB/s | 85 kB 00:01 2024-05-16T00:19:26.050 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:19:26.058 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:19:26.058 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:19:26.125 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:19:26.125 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:19:26.280 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:19:26.281 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:19 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:26.389 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:26.410 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:26.411 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:26.411 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-16T00:19:26.411 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:26.411 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 143 k 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2024-05-16T00:19:26.412 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:26.413 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 7.0 M 2024-05-16T00:19:26.413 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 33 M 2024-05-16T00:19:26.413 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:19:26.782 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:27.020 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:27.021 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:27.021 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:19:27.021 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:27.021 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:27.021 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:27.289 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-mirror 2024-05-16T00:19:27.874 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:18 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:27.999 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:28.000 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:28.000 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-05-16T00:19:28.000 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:28.000 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:19:28.000 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 3.1 M 2024-05-16T00:19:28.000 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:28.000 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:19:28.000 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:28.001 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-05-16T00:19:28.001 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:28.001 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 3.1 M 2024-05-16T00:19:28.001 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 13 M 2024-05-16T00:19:28.001 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:19:28.399 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-mirror-19.0.0-3728.g6cd0f801.el9.x86_64.rpm 7.8 MB/s | 3.1 MB 00:00 2024-05-16T00:19:28.400 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:28.400 INFO:teuthology.orchestra.run.smithi133.stdout:Total 7.7 MB/s | 3.1 MB 00:00 2024-05-16T00:19:28.401 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:19:28.410 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:19:28.410 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:19:28.490 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:19:28.490 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:19:28.936 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:19:29.000 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:29.026 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:29.026 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:19:29.026 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-16T00:19:29.026 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-16T00:19:29.026 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-16T00:19:29.026 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:30.110 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:30.110 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:30.110 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:19:30.110 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:30.110 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:30.110 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:30.338 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-nbd 2024-05-16T00:19:30.904 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-05-16T00:19:30.923 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:21 ago on Thu 16 May 2024 12:17:09 AM UTC. 2024-05-16T00:19:31.050 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-05-16T00:19:31.050 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 171 k 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 171 k 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 494 k 2024-05-16T00:19:31.051 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-05-16T00:19:31.096 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-05-16T00:19:31.121 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3728.g6cd0f801.e 343 kB/s | 143 kB 00:00 2024-05-16T00:19:31.146 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.2 MB/s | 548 kB 00:00 2024-05-16T00:19:31.197 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 575 kB/s | 58 kB 00:00 2024-05-16T00:19:31.222 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 508 kB/s | 51 kB 00:00 2024-05-16T00:19:31.223 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:31.223 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.5 MB/s | 7.0 MB 00:04 2024-05-16T00:19:31.299 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:31.311 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:31.311 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:31.396 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-nbd-19.0.0-3728.g6cd0f801.el9.x86_64.rpm 497 kB/s | 171 kB 00:00 2024-05-16T00:19:31.397 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:31.397 INFO:teuthology.orchestra.run.smithi133.stdout:Total 494 kB/s | 171 kB 00:00 2024-05-16T00:19:31.397 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-05-16T00:19:31.405 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-05-16T00:19:31.405 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-05-16T00:19:31.415 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:31.416 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:31.469 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-05-16T00:19:31.470 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-05-16T00:19:31.620 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-05-16T00:19:31.723 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:31.727 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:31.904 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-16T00:19:31.958 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-16T00:19:32.116 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:32.355 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:32.355 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:32.356 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-05-16T00:19:32.356 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:32.356 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:19:32.356 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-05-16T00:19:32.508 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-16T00:19:32.596 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-16T00:19:32.654 DEBUG:teuthology.parallel:result is None 2024-05-16T00:19:32.667 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-16T00:19:32.695 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 6/6 2024-05-16T00:19:33.448 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 6/6 2024-05-16T00:19:33.448 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 1/6 2024-05-16T00:19:33.448 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-16T00:19:33.448 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-16T00:19:33.449 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-16T00:19:33.449 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-16T00:19:33.697 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-16T00:19:33.698 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:33.698 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:33.698 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:19:33.698 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-16T00:19:33.698 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-16T00:19:33.698 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-16T00:19:33.698 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-16T00:19:33.698 INFO:teuthology.orchestra.run.smithi045.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-16T00:19:33.698 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:33.698 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:33.989 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-fuse 2024-05-16T00:19:34.587 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:27 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:34.715 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:34.715 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:34.715 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-16T00:19:34.716 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:34.716 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:19:34.716 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 890 k 2024-05-16T00:19:34.716 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-16T00:19:34.716 INFO:teuthology.orchestra.run.smithi045.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-16T00:19:34.716 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:34.716 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:19:34.716 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:34.716 INFO:teuthology.orchestra.run.smithi045.stdout:Install 2 Packages 2024-05-16T00:19:34.716 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:34.717 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 970 k 2024-05-16T00:19:34.717 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 2.8 M 2024-05-16T00:19:34.717 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:19:34.984 INFO:teuthology.orchestra.run.smithi045.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 574 kB/s | 80 kB 00:00 2024-05-16T00:19:35.308 INFO:teuthology.orchestra.run.smithi045.stdout:(2/2): ceph-fuse-19.0.0-3728.g6cd0f801.el9.x86_ 1.9 MB/s | 890 kB 00:00 2024-05-16T00:19:35.309 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:35.309 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.6 MB/s | 970 kB 00:00 2024-05-16T00:19:35.322 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:35.347 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:35.347 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:35.430 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:35.431 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:35.623 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:35.773 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-16T00:19:35.852 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/2 2024-05-16T00:19:36.542 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2/2 2024-05-16T00:19:36.543 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/2 2024-05-16T00:19:36.804 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-16T00:19:36.804 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:36.804 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:36.804 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-16T00:19:36.804 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:36.804 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:37.106 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-volume 2024-05-16T00:19:37.711 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:30 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:37.841 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:37.841 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:37.841 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-16T00:19:37.841 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:37.842 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:19:37.842 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume noarch 2:19.0.0-3728.g6cd0f801.el9 ceph-noarch 273 k 2024-05-16T00:19:37.842 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-16T00:19:37.842 INFO:teuthology.orchestra.run.smithi045.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-16T00:19:37.842 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:37.842 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:19:37.842 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:37.842 INFO:teuthology.orchestra.run.smithi045.stdout:Install 2 Packages 2024-05-16T00:19:37.842 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:37.843 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 350 k 2024-05-16T00:19:37.843 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 1.5 M 2024-05-16T00:19:37.843 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:19:38.281 INFO:teuthology.orchestra.run.smithi045.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 470 kB/s | 77 kB 00:00 2024-05-16T00:19:38.356 INFO:teuthology.orchestra.run.smithi045.stdout:(2/2): ceph-volume-19.0.0-3728.g6cd0f801.el9.no 1.1 MB/s | 273 kB 00:00 2024-05-16T00:19:38.357 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:38.357 INFO:teuthology.orchestra.run.smithi045.stdout:Total 680 kB/s | 350 kB 00:00 2024-05-16T00:19:38.370 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:38.381 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:38.381 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:38.419 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:38.419 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:38.566 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:38.763 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-16T00:19:38.801 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 2/2 2024-05-16T00:19:38.818 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 2/2 2024-05-16T00:19:38.818 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:19:38.818 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-16T00:19:38.818 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:39.507 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 1/2 2024-05-16T00:19:39.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-16T00:19:39.795 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:39.795 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:39.795 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume-2:19.0.0-3728.g6cd0f801.el9.noarch 2024-05-16T00:19:39.795 INFO:teuthology.orchestra.run.smithi045.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-16T00:19:39.795 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:39.795 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:40.123 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados-devel 2024-05-16T00:19:40.723 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:33 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 127 k 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:40.855 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 127 k 2024-05-16T00:19:40.856 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 456 k 2024-05-16T00:19:40.856 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:19:41.205 INFO:teuthology.orchestra.run.smithi045.stdout:librados-devel-19.0.0-3728.g6cd0f801.el9.x86_64 362 kB/s | 127 kB 00:00 2024-05-16T00:19:41.206 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:41.206 INFO:teuthology.orchestra.run.smithi045.stdout:Total 360 kB/s | 127 kB 00:00 2024-05-16T00:19:41.206 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:41.212 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:41.212 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:41.281 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:41.281 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:41.439 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:41.564 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:41.995 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:42.265 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:42.265 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:42.265 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:42.265 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:42.265 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:42.265 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:42.522 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs2 2024-05-16T00:19:43.124 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:36 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:43.209 INFO:teuthology.orchestra.run.smithi045.stdout:Package libcephfs2-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:43.254 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:43.256 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-16T00:19:43.256 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:43.330 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs-devel 2024-05-16T00:19:43.928 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:36 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:44.059 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:44.060 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:44.060 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-05-16T00:19:44.060 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:44.060 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:19:44.060 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 32 k 2024-05-16T00:19:44.060 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:44.060 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:19:44.061 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:44.061 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-16T00:19:44.061 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:44.061 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 32 k 2024-05-16T00:19:44.061 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 142 k 2024-05-16T00:19:44.061 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:19:44.225 INFO:teuthology.orchestra.run.smithi045.stdout:libcephfs-devel-19.0.0-3728.g6cd0f801.el9.x86_6 193 kB/s | 32 kB 00:00 2024-05-16T00:19:44.226 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:44.226 INFO:teuthology.orchestra.run.smithi045.stdout:Total 191 kB/s | 32 kB 00:00 2024-05-16T00:19:44.226 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:44.230 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:44.230 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:44.249 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:44.249 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:44.332 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:44.460 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:44.840 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:45.076 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:45.076 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:45.077 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:45.077 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:45.077 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:45.077 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:45.260 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados2 2024-05-16T00:19:45.859 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:38 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:45.942 INFO:teuthology.orchestra.run.smithi045.stdout:Package librados2-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:45.986 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:45.987 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-16T00:19:45.987 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:46.063 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librbd1 2024-05-16T00:19:46.668 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:39 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:46.755 INFO:teuthology.orchestra.run.smithi045.stdout:Package librbd1-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:46.800 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:46.801 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-16T00:19:46.801 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:46.881 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rados 2024-05-16T00:19:47.484 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:40 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:47.568 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rados-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:47.612 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:47.613 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-16T00:19:47.613 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:47.695 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rgw 2024-05-16T00:19:48.294 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:41 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:48.377 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rgw-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:48.421 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:48.422 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-16T00:19:48.422 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:48.507 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-cephfs 2024-05-16T00:19:49.108 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:42 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:49.193 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-cephfs-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:49.237 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:49.238 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-16T00:19:49.238 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:49.320 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rbd 2024-05-16T00:19:49.917 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:42 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:50.001 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 is already installed. 2024-05-16T00:19:50.046 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:50.047 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-16T00:19:50.047 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:50.121 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-fuse 2024-05-16T00:19:50.716 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:43 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:50.844 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:50.845 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:50.845 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-05-16T00:19:50.845 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:50.846 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:19:50.846 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 85 k 2024-05-16T00:19:50.846 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:50.846 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:19:50.846 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:50.846 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-16T00:19:50.846 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:50.846 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 85 k 2024-05-16T00:19:50.846 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 231 k 2024-05-16T00:19:50.846 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:19:51.055 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-fuse-19.0.0-3728.g6cd0f801.el9.x86_64.rpm 409 kB/s | 85 kB 00:00 2024-05-16T00:19:51.056 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:51.056 INFO:teuthology.orchestra.run.smithi045.stdout:Total 405 kB/s | 85 kB 00:00 2024-05-16T00:19:51.056 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:51.064 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:51.064 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:51.132 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:51.133 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:51.285 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:51.398 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:51.752 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:51.991 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:51.992 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:51.992 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:51.992 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:51.992 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:51.992 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:52.258 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-mirror 2024-05-16T00:19:52.858 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:45 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:52.989 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-05-16T00:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 3.1 M 2024-05-16T00:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-16T00:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:52.991 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 3.1 M 2024-05-16T00:19:52.991 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 13 M 2024-05-16T00:19:52.991 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:19:53.369 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-mirror-19.0.0-3728.g6cd0f801.el9.x86_64.rpm 8.2 MB/s | 3.1 MB 00:00 2024-05-16T00:19:53.370 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:53.371 INFO:teuthology.orchestra.run.smithi045.stdout:Total 8.1 MB/s | 3.1 MB 00:00 2024-05-16T00:19:53.371 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:53.381 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:53.381 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:53.467 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:53.467 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:53.917 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:53.979 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:54.006 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:54.006 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-16T00:19:54.006 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-16T00:19:54.006 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-16T00:19:54.006 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-16T00:19:54.006 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:55.078 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:55.079 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:55.079 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:55.079 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:55.079 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:55.079 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:55.341 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-nbd 2024-05-16T00:19:55.944 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:48 ago on Thu 16 May 2024 12:17:07 AM UTC. 2024-05-16T00:19:56.072 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd x86_64 2:19.0.0-3728.g6cd0f801.el9 ceph 171 k 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 171 k 2024-05-16T00:19:56.073 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 494 k 2024-05-16T00:19:56.074 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-16T00:19:56.327 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-nbd-19.0.0-3728.g6cd0f801.el9.x86_64.rpm 677 kB/s | 171 kB 00:00 2024-05-16T00:19:56.327 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:19:56.327 INFO:teuthology.orchestra.run.smithi045.stdout:Total 673 kB/s | 171 kB 00:00 2024-05-16T00:19:56.327 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-16T00:19:56.336 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-16T00:19:56.336 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-16T00:19:56.405 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-16T00:19:56.405 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-16T00:19:56.576 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-16T00:19:56.678 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:57.098 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:57.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 1/1 2024-05-16T00:19:57.361 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:57.361 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-16T00:19:57.361 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd-2:19.0.0-3728.g6cd0f801.el9.x86_64 2024-05-16T00:19:57.361 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:19:57.361 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-16T00:19:57.620 DEBUG:teuthology.parallel:result is None 2024-05-16T00:19:57.621 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:19:57.765 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-16T00:19:57.787 INFO:teuthology.orchestra.run.smithi045.stdout:19.0.0-3728.g6cd0f801.el9 2024-05-16T00:19:57.788 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3728.g6cd0f801.el9 2024-05-16T00:19:57.788 INFO:teuthology.task.install:The correct ceph version 19.0.0-3728.g6cd0f801 is installed. 2024-05-16T00:19:57.790 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:19:57.928 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-16T00:19:57.954 INFO:teuthology.orchestra.run.smithi063.stdout:19.0.0-3728.g6cd0f801.el9 2024-05-16T00:19:57.954 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3728.g6cd0f801.el9 2024-05-16T00:19:57.954 INFO:teuthology.task.install:The correct ceph version 19.0.0-3728.g6cd0f801 is installed. 2024-05-16T00:19:57.957 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:19:58.109 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-16T00:19:58.134 INFO:teuthology.orchestra.run.smithi133.stdout:19.0.0-3728.g6cd0f801.el9 2024-05-16T00:19:58.134 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3728.g6cd0f801.el9 2024-05-16T00:19:58.134 INFO:teuthology.task.install:The correct ceph version 19.0.0-3728.g6cd0f801 is installed. 2024-05-16T00:19:58.136 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-16T00:19:58.136 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:19:58.137 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-16T00:19:58.164 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:19:58.164 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-16T00:19:58.196 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:19:58.196 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-16T00:19:58.227 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-16T00:19:58.227 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:19:58.227 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/daemon-helper 2024-05-16T00:19:58.254 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-16T00:19:58.321 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:19:58.321 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/daemon-helper 2024-05-16T00:19:58.352 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-16T00:19:58.423 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:19:58.423 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-05-16T00:19:58.452 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-16T00:19:58.521 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-16T00:19:58.521 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:19:58.521 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-16T00:19:58.548 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-16T00:19:58.615 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:19:58.615 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-16T00:19:58.646 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-16T00:19:58.713 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:19:58.713 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-16T00:19:58.739 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-16T00:19:58.803 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-16T00:19:58.803 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:19:58.804 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/stdin-killer 2024-05-16T00:19:58.830 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-16T00:19:58.896 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:19:58.897 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/stdin-killer 2024-05-16T00:19:58.923 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-16T00:19:58.989 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:19:58.989 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-05-16T00:19:59.015 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-16T00:19:59.079 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-16T00:19:59.180 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, '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_HOST', 'CEPHADM_STRAY_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '6cd0f8013e2dea00c3a29a0d8b10656b132d7c80'} 2024-05-16T00:19:59.181 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:19:59.181 INFO:tasks.cephadm:Cluster fsid is 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:19:59.181 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-16T00:19:59.181 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.45', 'mon.b': '172.21.15.63', 'mon.c': '172.21.15.133'} 2024-05-16T00:19:59.182 INFO:tasks.cephadm:First mon is mon.a on smithi045 2024-05-16T00:19:59.182 INFO:tasks.cephadm:First mgr is a 2024-05-16T00:19:59.182 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-16T00:19:59.182 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2024-05-16T00:19:59.210 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-05-16T00:19:59.236 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-05-16T00:19:59.262 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-16T00:19:59.262 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:19:59.411 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '6cd0f8013e2dea00c3a29a0d8b10656b132d7c80', '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/79412/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3728-g6cd0f801', 'node_name': '172.21.2.1+braggi01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3728.g6cd0f801'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-15 18:51:13.956235', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri5-testing-2024-05-15-0804', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-05-16T00:19:59.551 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri5-testing-2024-05-15-0804, sha1 6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:19:59.553 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/x86_64/flavors/default/cephadm 2024-05-16T00:19:59.553 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/x86_64/flavors/default/cephadm 2024-05-16T00:19:59.553 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-16T00:19:59.982 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-r--r--. 1 ubuntu ubuntu 782797 May 16 00:19 /home/ubuntu/cephtest/cephadm 2024-05-16T00:19:59.983 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-16T00:20:00.566 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-r--r--. 1 ubuntu ubuntu 782797 May 16 00:20 /home/ubuntu/cephtest/cephadm 2024-05-16T00:20:00.566 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri5-testing-2024-05-15-0804/6cd0f8013e2dea00c3a29a0d8b10656b132d7c80/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-16T00:20:01.141 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-r--r--. 1 ubuntu ubuntu 782797 May 16 00:20 /home/ubuntu/cephtest/cephadm 2024-05-16T00:20:01.141 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-16T00:20:01.162 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-16T00:20:01.183 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-16T00:20:01.214 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 on all hosts... 2024-05-16T00:20:01.214 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 pull 2024-05-16T00:20:01.216 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 pull 2024-05-16T00:20:01.225 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 pull 2024-05-16T00:20:02.100 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80... 2024-05-16T00:20:02.120 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80... 2024-05-16T00:20:02.165 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80... 2024-05-16T00:20:34.749 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2024-05-16T00:20:34.750 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 19.0.0-3728-g6cd0f801 (6cd0f8013e2dea00c3a29a0d8b10656b132d7c80) squid (dev)", 2024-05-16T00:20:34.750 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3", 2024-05-16T00:20:34.750 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2024-05-16T00:20:34.750 INFO:teuthology.orchestra.run.smithi045.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185" 2024-05-16T00:20:34.750 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2024-05-16T00:20:34.750 INFO:teuthology.orchestra.run.smithi045.stdout:} 2024-05-16T00:20:55.074 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-05-16T00:20:55.074 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 19.0.0-3728-g6cd0f801 (6cd0f8013e2dea00c3a29a0d8b10656b132d7c80) squid (dev)", 2024-05-16T00:20:55.074 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3", 2024-05-16T00:20:55.074 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-05-16T00:20:55.074 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185" 2024-05-16T00:20:55.074 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-05-16T00:20:55.074 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-05-16T00:20:55.429 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-05-16T00:20:55.429 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph_version": "ceph version 19.0.0-3728-g6cd0f801 (6cd0f8013e2dea00c3a29a0d8b10656b132d7c80) squid (dev)", 2024-05-16T00:20:55.429 INFO:teuthology.orchestra.run.smithi063.stdout: "image_id": "41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3", 2024-05-16T00:20:55.429 INFO:teuthology.orchestra.run.smithi063.stdout: "repo_digests": [ 2024-05-16T00:20:55.429 INFO:teuthology.orchestra.run.smithi063.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185" 2024-05-16T00:20:55.429 INFO:teuthology.orchestra.run.smithi063.stdout: ] 2024-05-16T00:20:55.430 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-05-16T00:20:55.455 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2024-05-16T00:20:55.490 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2024-05-16T00:20:55.518 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-05-16T00:20:55.547 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2024-05-16T00:20:55.577 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2024-05-16T00:20:55.603 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-05-16T00:20:55.628 INFO:tasks.cephadm:Writing seed config... 2024-05-16T00:20:55.629 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-16T00:20:55.630 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-16T00:20:55.630 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-16T00:20:55.630 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-16T00:20:55.630 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-16T00:20:55.630 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-16T00:20:55.630 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-16T00:20:55.630 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-16T00:20:55.630 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-16T00:20:55.631 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:20:55.631 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-16T00:20:55.650 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 = 07bf125e-131a-11ef-bc99-c7b262605968 mon election default strategy = 3 [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 = True [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-05-16T00:20:55.650 DEBUG:teuthology.orchestra.run.smithi045:mon.a> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.a.service 2024-05-16T00:20:55.692 DEBUG:teuthology.orchestra.run.smithi045:mgr.a> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.a.service 2024-05-16T00:20:55.735 INFO:tasks.cephadm:Bootstrapping... 2024-05-16T00:20:55.735 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 -v bootstrap --fsid 07bf125e-131a-11ef-bc99-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.45 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-16T00:20:55.937 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-16T00:20:55.937 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80', '-v', 'bootstrap', '--fsid', '07bf125e-131a-11ef-bc99-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.45', '--skip-admin-label'] 2024-05-16T00:20:55.938 INFO:teuthology.orchestra.run.smithi045.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-16T00:20:55.938 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying podman|docker is present... 2024-05-16T00:20:55.964 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 5.0.2 2024-05-16T00:20:55.964 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying lvm2 is present... 2024-05-16T00:20:55.965 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying time synchronization is in place... 2024-05-16T00:20:55.972 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-16T00:20:55.973 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-16T00:20:55.979 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-16T00:20:55.979 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-16T00:20:55.986 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2024-05-16T00:20:55.992 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2024-05-16T00:20:55.993 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2024-05-16T00:20:55.993 INFO:teuthology.orchestra.run.smithi045.stdout:Repeating the final host check... 2024-05-16T00:20:56.018 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 5.0.2 2024-05-16T00:20:56.018 INFO:teuthology.orchestra.run.smithi045.stdout:podman (/bin/podman) version 5.0.2 is present 2024-05-16T00:20:56.018 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl is present 2024-05-16T00:20:56.018 INFO:teuthology.orchestra.run.smithi045.stdout:lvcreate is present 2024-05-16T00:20:56.024 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-16T00:20:56.024 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-16T00:20:56.031 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-16T00:20:56.031 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-16T00:20:56.037 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2024-05-16T00:20:56.044 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2024-05-16T00:20:56.045 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2024-05-16T00:20:56.045 INFO:teuthology.orchestra.run.smithi045.stdout:Host looks OK 2024-05-16T00:20:56.045 INFO:teuthology.orchestra.run.smithi045.stdout:Cluster fsid: 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:20:56.045 INFO:teuthology.orchestra.run.smithi045.stdout:Acquiring lock 140695792987680 on /run/cephadm/07bf125e-131a-11ef-bc99-c7b262605968.lock 2024-05-16T00:20:56.045 INFO:teuthology.orchestra.run.smithi045.stdout:Lock 140695792987680 acquired on /run/cephadm/07bf125e-131a-11ef-bc99-c7b262605968.lock 2024-05-16T00:20:56.045 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 3300 ... 2024-05-16T00:20:56.045 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 6789 ... 2024-05-16T00:20:56.046 INFO:teuthology.orchestra.run.smithi045.stdout:Base mon IP(s) is [172.21.15.45:3300, 172.21.15.45:6789], mon addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-05-16T00:20:56.049 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.45 metric 100 2024-05-16T00:20:56.049 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 metric 100 2024-05-16T00:20:56.053 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-16T00:20:56.053 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-05-16T00:20:56.053 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-05-16T00:20:56.054 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-16T00:20:56.054 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-16T00:20:56.055 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-16T00:20:56.055 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-16T00:20:56.055 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:12be/64 scope link noprefixroute 2024-05-16T00:20:56.055 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-16T00:20:56.055 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2024-05-16T00:20:56.055 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2024-05-16T00:20:56.055 INFO:teuthology.orchestra.run.smithi045.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-16T00:20:56.056 INFO:teuthology.orchestra.run.smithi045.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-16T00:20:56.056 INFO:teuthology.orchestra.run.smithi045.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80... 2024-05-16T00:20:56.549 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 2024-05-16T00:20:56.549 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80... 2024-05-16T00:20:56.550 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Getting image source signatures 2024-05-16T00:20:56.550 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:322a931fbf62dac647a06ca6d7cc6d0c80fc5fd5d3ff1649477e88a311b8685a 2024-05-16T00:20:56.550 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:d0e808cd455827ca3108db1b0125dcee9ffc148daa1d7dde963f550bc831d501 2024-05-16T00:20:56.550 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying config sha256:41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 2024-05-16T00:20:56.550 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-16T00:20:57.547 INFO:teuthology.orchestra.run.smithi045.stdout:ceph: stdout ceph version 19.0.0-3728-g6cd0f801 (6cd0f8013e2dea00c3a29a0d8b10656b132d7c80) squid (dev) 2024-05-16T00:20:57.547 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph version: ceph version 19.0.0-3728-g6cd0f801 (6cd0f8013e2dea00c3a29a0d8b10656b132d7c80) squid (dev) 2024-05-16T00:20:57.547 INFO:teuthology.orchestra.run.smithi045.stdout:Extracting ceph user uid/gid from container image... 2024-05-16T00:21:00.148 INFO:teuthology.orchestra.run.smithi045.stdout:stat: stdout 167 167 2024-05-16T00:21:00.148 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial keys... 2024-05-16T00:21:10.136 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQBvUUVmSLPLAxAAqOpF2UHd5PllvE7ALPVbqQ== 2024-05-16T00:21:11.889 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQB3UUVmIXy6FBAACDfCEgJn7oY2qwMfDsp/bw== 2024-05-16T00:21:12.794 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQB4UUVmav0CDxAA+n76jyTHtK/6llITHxSvuA== 2024-05-16T00:21:12.795 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial monmap... 2024-05-16T00:21:13.750 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-16T00:21:13.750 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-16T00:21:13.750 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:13.750 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-16T00:21:13.750 INFO:teuthology.orchestra.run.smithi045.stdout:monmaptool for a [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-16T00:21:13.750 INFO:teuthology.orchestra.run.smithi045.stdout:setting min_mon_release = quincy 2024-05-16T00:21:13.750 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: set fsid to 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:13.751 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-16T00:21:13.751 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:21:13.751 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mon... 2024-05-16T00:21:14.638 INFO:teuthology.orchestra.run.smithi045.stdout:create mon.a on 2024-05-16T00:21:14.837 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-05-16T00:21:14.983 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-16T00:21:15.161 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-07bf125e-131a-11ef-bc99-c7b262605968.target → /etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968.target. 2024-05-16T00:21:15.162 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-07bf125e-131a-11ef-bc99-c7b262605968.target → /etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968.target. 2024-05-16T00:21:15.408 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.a 2024-05-16T00:21:15.408 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.a.service: Unit ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.a.service not loaded. 2024-05-16T00:21:15.576 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968.target.wants/ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.a.service → /etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968@.service. 2024-05-16T00:21:16.090 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:16 smithi045 ceph-mon[29113]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-16T00:21:16.091 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:16 smithi045 bash[29075]: 14c8a7ee763dd4324d841046253e7765db29f6f6d1dfdf2ab9c911cc2bf75e74 2024-05-16T00:21:16.107 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-16T00:21:16.107 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-16T00:21:16.111 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-16T00:21:16.111 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-16T00:21:16.111 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-16T00:21:16.112 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2024-05-16T00:21:16.112 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon to start... 2024-05-16T00:21:16.112 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon... 2024-05-16T00:21:16.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:16 smithi045 systemd[1]: Started Ceph mon.a for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:21:17.218 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout cluster: 2024-05-16T00:21:17.218 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout id: 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:17.218 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-16T00:21:17.218 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:17.218 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout services: 2024-05-16T00:21:17.218 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.610673s) 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout data: 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pgs: 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:mon is available 2024-05-16T00:21:17.219 INFO:teuthology.orchestra.run.smithi045.stdout:Assimilating anything we can from ceph.conf... 2024-05-16T00:21:17.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-16T00:21:17.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: monmap epoch 1 2024-05-16T00:21:17.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:17.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: last_changed 2024-05-16T00:21:13.180873+0000 2024-05-16T00:21:17.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: created 2024-05-16T00:21:13.180873+0000 2024-05-16T00:21:17.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: min_mon_release 19 (squid) 2024-05-16T00:21:17.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: election_strategy: 1 2024-05-16T00:21:17.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-16T00:21:17.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: fsmap 2024-05-16T00:21:17.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: osdmap e1: 0 total, 0 up, 0 in 2024-05-16T00:21:17.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: mgrmap e1: no daemons active 2024-05-16T00:21:17.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:17 smithi045 ceph-mon[29113]: from='client.? 172.21.15.45:0/1038473112' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-16T00:21:18.311 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:18 smithi045 ceph-mon[29113]: from='client.? 172.21.15.45:0/3297309131' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-16T00:21:18.312 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:18 smithi045 ceph-mon[29113]: from='client.? 172.21.15.45:0/3297309131' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-16T00:21:18.315 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:18.315 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:18.316 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2024-05-16T00:21:18.317 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-16T00:21:18.317 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-16T00:21:18.317 INFO:teuthology.orchestra.run.smithi045.stdout:Generating new minimal ceph.conf... 2024-05-16T00:21:19.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:19 smithi045 ceph-mon[29113]: from='client.? 172.21.15.45:0/3601185661' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:21:19.395 INFO:teuthology.orchestra.run.smithi045.stdout:Restarting the monitor... 2024-05-16T00:21:19.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:19 smithi045 systemd[1]: Stopping Ceph mon.a for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:21:20.095 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:19 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a[29090]: 2024-05-16T00:21:19.681+0000 7fcded0da700 -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-05-16T00:21:20.096 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:19 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a[29090]: 2024-05-16T00:21:19.681+0000 7fcded0da700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-16T00:21:20.096 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:19 smithi045 podman[29444]: 2024-05-16 00:21:19.835782362 +0000 UTC m=+0.266928702 container died 14c8a7ee763dd4324d841046253e7765db29f6f6d1dfdf2ab9c911cc2bf75e74 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240514, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, ceph=True) 2024-05-16T00:21:20.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:20 smithi045 podman[29444]: 2024-05-16 00:21:20.195024098 +0000 UTC m=+0.626170436 container cleanup 14c8a7ee763dd4324d841046253e7765db29f6f6d1dfdf2ab9c911cc2bf75e74 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a, maintainer=Guillaume Abrioux , GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-05-16T00:21:20.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:20 smithi045 bash[29444]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a 2024-05-16T00:21:20.763 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:20 smithi045 podman[29461]: 2024-05-16 00:21:20.412605588 +0000 UTC m=+0.580099882 container remove 14c8a7ee763dd4324d841046253e7765db29f6f6d1dfdf2ab9c911cc2bf75e74 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240514) 2024-05-16T00:21:20.763 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:20 smithi045 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-16T00:21:20.763 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:20 smithi045 systemd[1]: Stopped Ceph mon.a for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:21:20.763 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:20 smithi045 systemd[1]: Starting Ceph mon.a for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:21:21.017 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:20 smithi045 podman[29556]: 2024-05-16 00:21:20.763552998 +0000 UTC m=+0.108708682 container create 186d95c38bbb54908e45be7bcb4a42d7c62f38ddd213a08e6a75380e0f95ea8f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-16T00:21:21.017 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:20 smithi045 podman[29556]: 2024-05-16 00:21:20.672466371 +0000 UTC m=+0.017622028 image pull 41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:21:21.017 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:20 smithi045 podman[29556]: 2024-05-16 00:21:20.982383262 +0000 UTC m=+0.327538904 container init 186d95c38bbb54908e45be7bcb4a42d7c62f38ddd213a08e6a75380e0f95ea8f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a, CEPH_POINT_RELEASE=, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, ceph=True) 2024-05-16T00:21:21.017 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:20 smithi045 podman[29556]: 2024-05-16 00:21:20.988436995 +0000 UTC m=+0.333592637 container start 186d95c38bbb54908e45be7bcb4a42d7c62f38ddd213a08e6a75380e0f95ea8f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-16T00:21:21.017 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: set uid:gid to 167:167 (ceph:ceph) 2024-05-16T00:21:21.017 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: ceph version 19.0.0-3728-g6cd0f801 (6cd0f8013e2dea00c3a29a0d8b10656b132d7c80) squid (dev), process ceph-mon, pid 7 2024-05-16T00:21:21.017 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: pidfile_write: ignore empty --pid-file 2024-05-16T00:21:21.018 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: load: jerasure load: lrc 2024-05-16T00:21:21.069 INFO:teuthology.orchestra.run.smithi045.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-16T00:21:21.284 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: RocksDB version: 7.9.2 2024-05-16T00:21:21.284 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Git sha 0 2024-05-16T00:21:21.284 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Compile date 2024-05-15 18:21:30 2024-05-16T00:21:21.284 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: DB SUMMARY 2024-05-16T00:21:21.284 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: DB Session ID: XTTF6O5MYFF84UTJXLFD 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: CURRENT file: CURRENT 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: IDENTITY file: IDENTITY 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88555 ; 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.error_if_exists: 0 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.create_if_missing: 0 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.paranoid_checks: 1 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-16T00:21:21.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.env: 0x5578ea098cc0 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.fs: PosixFileSystem 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.info_log: 0x5578eaac7d80 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_file_opening_threads: 16 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.statistics: (nil) 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.use_fsync: 0 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_log_file_size: 0 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.keep_log_file_num: 1000 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.recycle_log_file_num: 0 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.allow_fallocate: 1 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.allow_mmap_reads: 0 2024-05-16T00:21:21.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.allow_mmap_writes: 0 2024-05-16T00:21:21.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.use_direct_reads: 0 2024-05-16T00:21:21.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-16T00:21:21.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.create_missing_column_families: 0 2024-05-16T00:21:21.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.db_log_dir: 2024-05-16T00:21:21.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.wal_dir: 2024-05-16T00:21:21.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-16T00:21:21.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-16T00:21:21.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-16T00:21:21.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.advise_random_on_open: 1 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.db_write_buffer_size: 0 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.write_buffer_manager: 0x5578eaa990e0 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.rate_limiter: (nil) 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.wal_recovery_mode: 2 2024-05-16T00:21:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.enable_thread_tracking: 0 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.enable_pipelined_write: 0 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.unordered_write: 0 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.row_cache: None 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.wal_filter: None 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.allow_ingest_behind: 0 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.two_write_queues: 0 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.manual_wal_flush: 0 2024-05-16T00:21:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.wal_compression: 0 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.atomic_flush: 0 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.log_readahead_size: 0 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.best_efforts_recovery: 0 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.allow_data_in_errors: 0 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.db_host_id: __hostname__ 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-16T00:21:21.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_background_jobs: 2 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_background_compactions: -1 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_subcompactions: 1 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_total_wal_size: 0 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_open_files: -1 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bytes_per_sync: 0 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-16T00:21:21.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_readahead_size: 0 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_background_flushes: -1 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Compression algorithms supported: 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: kZSTD supported: 0 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: kXpressCompression supported: 0 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: kLZ4HCCompression supported: 1 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: kZlibCompression supported: 1 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: kSnappyCompression supported: 1 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: kLZ4Compression supported: 1 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: kBZip2Compression supported: 0 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-16T00:21:21.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.merge_operator: 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_filter: None 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_filter_factory: None 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.sst_partitioner_factory: None 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5578eaac7f40) 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout: cache_index_and_filter_blocks: 1 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout: pin_top_level_index_and_filter: 1 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_type: 0 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout: data_block_index_type: 0 2024-05-16T00:21:21.294 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_shortening: 1 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: checksum: 4 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: no_block_cache: 0 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache: 0x5578eaacb1f0 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_name: BinnedLRUCache 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_options: 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: capacity : 536870912 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: num_shard_bits : 4 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: strict_capacity_limit : 0 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: high_pri_pool_ratio: 0.000 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_compressed: (nil) 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: persistent_cache: (nil) 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_size: 4096 2024-05-16T00:21:21.295 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_size_deviation: 10 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_restart_interval: 16 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_block_restart_interval: 1 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: metadata_block_size: 4096 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: partition_filters: 0 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: use_delta_encoding: 1 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: filter_policy: bloomfilter 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: whole_key_filtering: 1 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: verify_compression: 0 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: read_amp_bytes_per_bit: 0 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: format_version: 5 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: enable_index_compression: 1 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_align: 0 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: max_auto_readahead_size: 262144 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: prepopulate_block_cache: 0 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: initial_auto_readahead_size: 8192 2024-05-16T00:21:21.296 INFO:journalctl@ceph.mon.a.smithi045.stdout: num_file_reads_for_auto_readahead: 2 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.write_buffer_size: 33554432 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_write_buffer_number: 2 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compression: NoCompression 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bottommost_compression: Disabled 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.prefix_extractor: nullptr 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.num_levels: 7 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-16T00:21:21.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compression_opts.level: 32767 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compression_opts.strategy: 0 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compression_opts.enabled: false 2024-05-16T00:21:21.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.target_file_size_base: 67108864 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-16T00:21:21.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.arena_block_size: 1048576 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.disable_auto_compactions: 0 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-16T00:21:21.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.inplace_update_support: 0 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.bloom_locality: 0 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.max_successive_merges: 0 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.paranoid_file_checks: 0 2024-05-16T00:21:21.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.force_consistency_checks: 1 2024-05-16T00:21:21.302 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.report_bg_io_stats: 0 2024-05-16T00:21:21.302 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.ttl: 2592000 2024-05-16T00:21:21.302 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-16T00:21:21.302 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-16T00:21:21.302 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-16T00:21:21.302 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.enable_blob_files: false 2024-05-16T00:21:21.302 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.min_blob_size: 0 2024-05-16T00:21:21.302 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.blob_file_size: 268435456 2024-05-16T00:21:21.302 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-16T00:21:21.302 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.blob_file_starting_level: 0 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: 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-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 95f5c79e-5235-45c6-8a30-30988fe5c1d3 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715818881019401, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715818881020410, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85294, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83441, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77653, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": 1715818881, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "95f5c79e-5235-45c6-8a30-30988fe5c1d3", "db_session_id": "XTTF6O5MYFF84UTJXLFD", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715818881020494, "job": 1, "event": "recovery_finished"} 2024-05-16T00:21:21.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: 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-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5578eabe8000 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: DB pointer 0x5578eabd4000 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** DB Stats ** 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.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-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.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-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-16T00:21:21.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** Compaction Stats [default] ** 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.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-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout: L0 2/0 85.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout: Sum 2/0 85.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.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 124.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** Compaction Stats [default] ** 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.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-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.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 124.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-16T00:21:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative compaction: 0.00 GB write, 25.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval compaction: 0.00 GB write, 25.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.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-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: Block cache BinnedLRUCache@0x5578eaacb1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.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-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-16T00:21:21.306 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: starting mon.a rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: mon.a@-1(???) e1 preinit fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: mon.a@-1(???).mds e1 new map 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: mon.a@-1(???).mds e1 print_map 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout: e1 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.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-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout: legacy client fscid: -1 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout: No filesystems configured 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-16T00:21:21.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 bash[29556]: 186d95c38bbb54908e45be7bcb4a42d7c62f38ddd213a08e6a75380e0f95ea8f 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 systemd[1]: Started Ceph mon.a for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: monmap epoch 1 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: last_changed 2024-05-16T00:21:13.180873+0000 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: created 2024-05-16T00:21:13.180873+0000 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: min_mon_release 19 (squid) 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: election_strategy: 1 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-16T00:21:21.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: fsmap 2024-05-16T00:21:21.309 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: osdmap e1: 0 total, 0 up, 0 in 2024-05-16T00:21:21.309 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:21 smithi045 ceph-mon[29593]: mgrmap e1: no daemons active 2024-05-16T00:21:22.191 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-16T00:21:22.212 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-16T00:21:22.212 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mgr... 2024-05-16T00:21:22.213 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-16T00:21:22.213 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-16T00:21:22.472 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.a 2024-05-16T00:21:22.472 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.a.service: Unit ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.a.service not loaded. 2024-05-16T00:21:22.624 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968.target.wants/ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968@.service. 2024-05-16T00:21:22.857 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:22 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/567211973' entity='client.admin' 2024-05-16T00:21:22.857 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:22 smithi045 systemd[1]: Starting Ceph mgr.a for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:21:23.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:22 smithi045 podman[29834]: 2024-05-16 00:21:22.857305813 +0000 UTC m=+0.108500776 container create 2271aee59fe2639a92f98727b798d46cc7f7894a59818aea8fb6bad3d2501cde (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240514) 2024-05-16T00:21:23.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:22 smithi045 podman[29834]: 2024-05-16 00:21:22.766253919 +0000 UTC m=+0.017448902 image pull 41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 2024-05-16T00:21:23.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:23 smithi045 podman[29834]: 2024-05-16 00:21:23.059836781 +0000 UTC m=+0.311031757 container init 2271aee59fe2639a92f98727b798d46cc7f7894a59818aea8fb6bad3d2501cde (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240514) 2024-05-16T00:21:23.150 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:23 smithi045 podman[29834]: 2024-05-16 00:21:23.065531396 +0000 UTC m=+0.316726367 container start 2271aee59fe2639a92f98727b798d46cc7f7894a59818aea8fb6bad3d2501cde (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240514, org.label-schema.license=GPLv2) 2024-05-16T00:21:23.198 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-16T00:21:23.199 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-16T00:21:23.206 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-16T00:21:23.206 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-16T00:21:23.206 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-16T00:21:23.207 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2024-05-16T00:21:23.216 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-16T00:21:23.216 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-16T00:21:23.223 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-16T00:21:23.224 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-16T00:21:23.224 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-16T00:21:23.224 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-16T00:21:23.224 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr to start... 2024-05-16T00:21:23.224 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr... 2024-05-16T00:21:23.459 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:23 smithi045 bash[29834]: 2271aee59fe2639a92f98727b798d46cc7f7894a59818aea8fb6bad3d2501cde 2024-05-16T00:21:23.459 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:23 smithi045 systemd[1]: Started Ceph mgr.a for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:21:23.459 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:23 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:23.221+0000 7fb658d40200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-16T00:21:23.459 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:23 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:23.425+0000 7fb658d40200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-16T00:21:23.777 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:23 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:23.541+0000 7fb658d40200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-16T00:21:24.073 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:23 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1431680318' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-16T00:21:24.074 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:23 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:23.877+0000 7fb658d40200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-16T00:21:24.074 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:23 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:23.966+0000 7fb658d40200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-16T00:21:24.326 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:24.329 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-16T00:21:24.329 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "07bf125e-131a-11ef-bc99-c7b262605968", 2024-05-16T00:21:24.329 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-05-16T00:21:24.329 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-16T00:21:24.329 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-16T00:21:24.329 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-16T00:21:24.329 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:24.329 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-16T00:21:24.330 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-16T00:21:24.331 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-16T00:21:24.334 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-16T00:21:24.334 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-16T00:21:24.334 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-16T00:21:24.334 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-16T00:21:24.335 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-05-16T00:21:16.054057+0000", 2024-05-16T00:21:24.337 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-16T00:21:24.337 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:24.337 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-16T00:21:24.337 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-16T00:21:24.337 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (1/15)... 2024-05-16T00:21:25.594 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:25 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:25.240+0000 7fb658d40200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-16T00:21:25.594 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:25 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:25.416+0000 7fb658d40200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-16T00:21:25.594 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:25 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:25.594+0000 7fb658d40200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-16T00:21:26.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:25 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:25.894+0000 7fb658d40200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-16T00:21:26.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:25 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:25.990+0000 7fb658d40200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-16T00:21:26.454 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:26 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:26.201+0000 7fb658d40200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-16T00:21:26.454 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:26 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:26.407+0000 7fb658d40200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-16T00:21:27.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:26 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/4052347427' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-16T00:21:27.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:27 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:27.052+0000 7fb658d40200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-16T00:21:27.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:27 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:27.289+0000 7fb658d40200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-16T00:21:27.477 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:27.477 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-16T00:21:27.477 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "07bf125e-131a-11ef-bc99-c7b262605968", 2024-05-16T00:21:27.477 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-05-16T00:21:27.477 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-16T00:21:27.477 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:27.478 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-16T00:21:27.479 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-16T00:21:27.479 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:27.479 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-16T00:21:27.479 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:27.479 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-16T00:21:27.479 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-16T00:21:27.479 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-16T00:21:27.482 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:27.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:27.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-16T00:21:27.485 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:27.485 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-05-16T00:21:16.054057+0000", 2024-05-16T00:21:27.485 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-16T00:21:27.485 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:27.485 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-16T00:21:27.485 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-16T00:21:27.485 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (2/15)... 2024-05-16T00:21:28.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:27 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:27.733+0000 7fb658d40200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-16T00:21:28.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:27 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:27.834+0000 7fb658d40200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-16T00:21:28.620 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:28 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:28.245+0000 7fb658d40200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-16T00:21:28.621 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:28 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:28.620+0000 7fb658d40200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-16T00:21:28.899 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:28 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:28.718+0000 7fb658d40200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-16T00:21:29.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:28 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:28.977+0000 7fb658d40200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-16T00:21:29.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:29 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:29.120+0000 7fb658d40200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-16T00:21:29.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:29 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:29.220+0000 7fb658d40200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-16T00:21:29.891 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:29 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:29.571+0000 7fb658d40200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-16T00:21:29.891 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:29 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:29.668+0000 7fb658d40200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-16T00:21:30.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:30 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1498942884' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-16T00:21:30.578 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:30 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:30.316+0000 7fb658d40200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-16T00:21:30.578 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:30 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:30.545+0000 7fb658d40200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-16T00:21:30.584 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:30.584 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-16T00:21:30.584 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "07bf125e-131a-11ef-bc99-c7b262605968", 2024-05-16T00:21:30.584 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-05-16T00:21:30.584 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-16T00:21:30.584 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-16T00:21:30.584 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-16T00:21:30.584 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:30.584 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-16T00:21:30.584 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-16T00:21:30.585 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-16T00:21:30.586 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-16T00:21:30.589 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-16T00:21:30.589 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-16T00:21:30.589 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-16T00:21:30.589 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:30.589 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-16T00:21:30.589 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-16T00:21:30.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-05-16T00:21:16.054057+0000", 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-16T00:21:30.591 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:30.592 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-16T00:21:30.592 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-16T00:21:30.592 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (3/15)... 2024-05-16T00:21:31.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: Activating manager daemon a 2024-05-16T00:21:31.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: mgrmap e2: a(active, starting, since 0.00331198s) 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: from='mgr.14100 172.21.15.45:0/2121307777' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: from='mgr.14100 172.21.15.45:0/2121307777' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: from='mgr.14100 172.21.15.45:0/2121307777' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: from='mgr.14100 172.21.15.45:0/2121307777' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: from='mgr.14100 172.21.15.45:0/2121307777' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: Manager daemon a is now available 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: from='mgr.14100 172.21.15.45:0/2121307777' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: from='mgr.14100 172.21.15.45:0/2121307777' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: from='mgr.14100 172.21.15.45:0/2121307777' entity='mgr.a' 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: from='mgr.14100 172.21.15.45:0/2121307777' entity='mgr.a' 2024-05-16T00:21:31.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:31 smithi045 ceph-mon[29593]: from='mgr.14100 172.21.15.45:0/2121307777' entity='mgr.a' 2024-05-16T00:21:32.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:32 smithi045 ceph-mon[29593]: mgrmap e3: a(active, since 1.00805s) 2024-05-16T00:21:33.851 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:33 smithi045 ceph-mon[29593]: mgrmap e4: a(active, since 2s) 2024-05-16T00:21:33.851 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:33 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2878452452' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-16T00:21:33.855 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "07bf125e-131a-11ef-bc99-c7b262605968", 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-05-16T00:21:33.856 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-16T00:21:33.857 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-16T00:21:33.861 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-05-16T00:21:33.862 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-16T00:21:33.863 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-16T00:21:33.863 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:33.863 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-16T00:21:33.863 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-16T00:21:33.863 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-05-16T00:21:16.054057+0000", 2024-05-16T00:21:33.863 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-16T00:21:33.863 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-16T00:21:33.863 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-16T00:21:33.863 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-16T00:21:33.863 INFO:teuthology.orchestra.run.smithi045.stdout:mgr is available 2024-05-16T00:21:34.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:34 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1619599514' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-16T00:21:34.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:34 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1619599514' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-16T00:21:35.132 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:35.132 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2024-05-16T00:21:35.132 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:35.132 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-16T00:21:35.133 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-16T00:21:35.133 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-16T00:21:35.133 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-16T00:21:35.133 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-16T00:21:35.133 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:35.133 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-16T00:21:35.134 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-16T00:21:35.134 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-16T00:21:35.134 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2024-05-16T00:21:35.134 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-16T00:21:35.134 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-16T00:21:35.134 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling cephadm module... 2024-05-16T00:21:36.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:35 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2330599904' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-16T00:21:36.214 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:35 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: ignoring --setuser ceph since I am not root 2024-05-16T00:21:36.214 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:35 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: ignoring --setgroup ceph since I am not root 2024-05-16T00:21:36.214 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:36 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:36.102+0000 7fb8f317a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-16T00:21:36.505 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:36 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:36.297+0000 7fb8f317a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-16T00:21:36.506 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:36 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:36.404+0000 7fb8f317a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-16T00:21:36.774 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:36 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:36.739+0000 7fb8f317a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-16T00:21:37.026 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:36 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2330599904' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-16T00:21:37.026 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:36 smithi045 ceph-mon[29593]: mgrmap e5: a(active, since 5s) 2024-05-16T00:21:37.026 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:36 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:36.834+0000 7fb8f317a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-16T00:21:37.891 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-16T00:21:37.891 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-16T00:21:37.891 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-16T00:21:37.891 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-16T00:21:37.891 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-16T00:21:37.891 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-16T00:21:37.891 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2024-05-16T00:21:37.891 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 5... 2024-05-16T00:21:38.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:37 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1492021527' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-16T00:21:38.281 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:38 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:38.123+0000 7fb8f317a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-16T00:21:38.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:38 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:38.308+0000 7fb8f317a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-16T00:21:38.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:38 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:38.487+0000 7fb8f317a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-16T00:21:39.098 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:38 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:38.790+0000 7fb8f317a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-16T00:21:39.098 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:38 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:38.886+0000 7fb8f317a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-16T00:21:39.098 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:39 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:39.097+0000 7fb8f317a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-16T00:21:39.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:39 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:39.299+0000 7fb8f317a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-16T00:21:40.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:39 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:39.930+0000 7fb8f317a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-16T00:21:40.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:40 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:40.160+0000 7fb8f317a200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-16T00:21:40.899 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:40 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:40.602+0000 7fb8f317a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-16T00:21:40.899 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:40 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:40.702+0000 7fb8f317a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-16T00:21:41.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:41 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:41.087+0000 7fb8f317a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-16T00:21:41.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:41 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:41.460+0000 7fb8f317a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-16T00:21:41.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:41 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:41.557+0000 7fb8f317a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-16T00:21:42.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:41 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:41.812+0000 7fb8f317a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-16T00:21:42.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:41 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:41.952+0000 7fb8f317a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-16T00:21:42.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:42 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:42.052+0000 7fb8f317a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-16T00:21:42.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:42 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:42.390+0000 7fb8f317a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-16T00:21:42.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:42 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:42.487+0000 7fb8f317a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-16T00:21:43.398 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:43.118+0000 7fb8f317a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-16T00:21:43.398 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:21:43.345+0000 7fb8f317a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-16T00:21:43.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: Active manager daemon a restarted 2024-05-16T00:21:43.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: Activating manager daemon a 2024-05-16T00:21:43.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: osdmap e2: 0 total, 0 up, 0 in 2024-05-16T00:21:43.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: mgrmap e6: a(active, starting, since 0.003251s) 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: Manager daemon a is now available 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:21:43.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:43 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:21:44.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:44 smithi045 ceph-mon[29593]: Found migration_current of "None". Setting to last migration. 2024-05-16T00:21:44.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:44 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-16T00:21:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:44 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-16T00:21:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:44 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:21:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:44 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:21:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:44 smithi045 ceph-mon[29593]: [16/May/2024:00:21:43] ENGINE Bus STARTING 2024-05-16T00:21:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:44 smithi045 ceph-mon[29593]: [16/May/2024:00:21:43] ENGINE Serving on https://172.21.15.45:7150 2024-05-16T00:21:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:44 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:21:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:44 smithi045 ceph-mon[29593]: mgrmap e7: a(active, since 1.0067s) 2024-05-16T00:21:44.905 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-16T00:21:44.905 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-16T00:21:44.905 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-16T00:21:44.905 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-16T00:21:44.905 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 5 is available 2024-05-16T00:21:44.905 INFO:teuthology.orchestra.run.smithi045.stdout:Setting orchestrator backend to cephadm... 2024-05-16T00:21:45.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:45 smithi045 ceph-mon[29593]: [16/May/2024:00:21:44] ENGINE Serving on http://172.21.15.45:8765 2024-05-16T00:21:45.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:45 smithi045 ceph-mon[29593]: [16/May/2024:00:21:44] ENGINE Bus STARTED 2024-05-16T00:21:45.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:45 smithi045 ceph-mon[29593]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-16T00:21:45.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:45 smithi045 ceph-mon[29593]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-16T00:21:46.535 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:46 smithi045 ceph-mon[29593]: mgrmap e8: a(active, since 2s) 2024-05-16T00:21:46.535 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:46 smithi045 ceph-mon[29593]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:21:46.535 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:46 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:21:46.535 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:46 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:21:47.491 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-16T00:21:47.491 INFO:teuthology.orchestra.run.smithi045.stdout:Generating ssh key... 2024-05-16T00:21:47.597 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:47 smithi045 ceph-mon[29593]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:21:49.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-mon[29593]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:21:49.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-mon[29593]: Generating ssh key... 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: Generating public/private rsa key pair. 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: Your identification has been saved in /tmp/tmp4fpj9sw2/key. 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: Your public key has been saved in /tmp/tmp4fpj9sw2/key.pub. 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: The key fingerprint is: 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: SHA256:di89+iQnc3swm+DmokSCYxjvStq3NsQNFPfkBCBCzjo ceph-07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: The key's randomart image is: 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: +---[RSA 3072]----+ 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: |o.. ooo.o | 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: |o. ... = | 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: |.o . o | 2024-05-16T00:21:49.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: |.+ .. | 2024-05-16T00:21:49.401 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: |E =..o. S . | 2024-05-16T00:21:49.401 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: | + .oo.. ..oo | 2024-05-16T00:21:49.401 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: | ... . .=.B= | 2024-05-16T00:21:49.401 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: |oo +. . oXoo. | 2024-05-16T00:21:49.401 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: |o .o.o.. +o.o. | 2024-05-16T00:21:49.401 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:21:49 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: +----[SHA256]-----+ 2024-05-16T00:21:50.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:50 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:21:50.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:50 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:21:50.979 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAKVQItGPsaaJb3kPAVpJ8O5VegKTvAb9kY6G7nr1OwmIjQthJNuHah/Y021JgKX5831yMuL9k+g6nz8gt3rztIzhXvpUD8Vq8UdDxhQzOAEnni4B+y3T7qHXXCgQUNw0sZki5UZFjj4zxSn4TQGwvFXXYWlA/+ffg6RXzZH4q5+GeyYpw6H9cFDostjoKVmTJ2ZfowsrwgmyzXHkKrQpyXUAmubIBkPVRGEXT90EoSQR3SCRGrvAKF29K7lJI2T/MdTa8xWiwhh+SvBqEnE7qeeRxZ+GrgZYCypUL5BKQMTnQvnl+zeTpS9c9wzMnHlP3xLa1Y8ftNUhopxHZuSjC6sM0OXRHH9xrArrPeoVM4DJfKap3AmKcRomtxxZvzBWROVA5YBZ3h5Hd6z/ATRqobPnZEe96DmwmU0M0p78nHxEFnWvJKBkpUy5WsUOmVMX+YL5gx6v1ywLK44vPKjqU4nPs29bkirp0GCsMFOts47MH63UEKEFn6vINgmP66ts= ceph-07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:21:50.979 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-16T00:21:50.979 INFO:teuthology.orchestra.run.smithi045.stdout:Adding key to root@localhost authorized_keys... 2024-05-16T00:21:50.979 INFO:teuthology.orchestra.run.smithi045.stdout:Adding host smithi045... 2024-05-16T00:21:51.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:51 smithi045 ceph-mon[29593]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:21:52.265 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:52 smithi045 ceph-mon[29593]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:21:53.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:53 smithi045 ceph-mon[29593]: Deploying cephadm binary to smithi045 2024-05-16T00:21:56.495 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Added host 'smithi045' with addr '172.21.15.45' 2024-05-16T00:21:56.495 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying unmanaged mon service... 2024-05-16T00:21:57.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:56 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:21:57.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:56 smithi045 ceph-mon[29593]: Added host smithi045 2024-05-16T00:21:57.215 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:56 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:21:58.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-16T00:21:58.164 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying unmanaged mgr service... 2024-05-16T00:21:58.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:58 smithi045 ceph-mon[29593]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:21:58.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:58 smithi045 ceph-mon[29593]: Saving service mon spec with placement count:5 2024-05-16T00:21:58.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:21:58 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:21:59.757 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-16T00:22:00.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:00 smithi045 ceph-mon[29593]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:22:00.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:00 smithi045 ceph-mon[29593]: Saving service mgr spec with placement count:2 2024-05-16T00:22:00.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:00 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:22:00.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:00 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:22:00.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:00 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:22:01.834 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:01 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2975768475' entity='client.admin' 2024-05-16T00:22:02.757 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling the dashboard module... 2024-05-16T00:22:03.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:03 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:22:03.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:03 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:22:03.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:03 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:22:03.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:03 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' 2024-05-16T00:22:03.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:03 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-05-16T00:22:03.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:03 smithi045 ceph-mon[29593]: from='mgr.14120 172.21.15.45:0/1816999434' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2024-05-16T00:22:03.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:03 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1748811346' entity='client.admin' 2024-05-16T00:22:03.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:03 smithi045 ceph-mon[29593]: Deploying daemon agent.smithi045 on smithi045 2024-05-16T00:22:04.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:04 smithi045 ceph-mon[29593]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:04.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:04 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1109069918' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-16T00:22:04.650 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:04 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: ignoring --setuser ceph since I am not root 2024-05-16T00:22:04.650 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:04 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: ignoring --setgroup ceph since I am not root 2024-05-16T00:22:04.650 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:04 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:04.549+0000 7f54e1dee200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-16T00:22:04.969 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:04 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:04.751+0000 7f54e1dee200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-16T00:22:04.970 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:04 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:04.859+0000 7f54e1dee200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-16T00:22:05.293 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:05 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:05.200+0000 7f54e1dee200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-16T00:22:05.294 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:05 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:05.293+0000 7f54e1dee200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-16T00:22:05.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:05 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1109069918' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-16T00:22:05.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:05 smithi045 ceph-mon[29593]: mgrmap e9: a(active, since 21s) 2024-05-16T00:22:06.337 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-16T00:22:06.338 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-16T00:22:06.338 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-16T00:22:06.338 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-16T00:22:06.338 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-16T00:22:06.338 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-16T00:22:06.338 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2024-05-16T00:22:06.338 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 9... 2024-05-16T00:22:06.591 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:06 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/604855775' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-16T00:22:06.592 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:06 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:06.579+0000 7f54e1dee200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-16T00:22:06.845 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:06 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:06.766+0000 7f54e1dee200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-16T00:22:07.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:06 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:06.946+0000 7f54e1dee200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-16T00:22:07.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:07 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:07.249+0000 7f54e1dee200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-16T00:22:07.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:07 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:07.346+0000 7f54e1dee200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-16T00:22:07.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:07 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:07.557+0000 7f54e1dee200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-16T00:22:07.899 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:07 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:07.760+0000 7f54e1dee200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-16T00:22:08.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:08 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:08.392+0000 7f54e1dee200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-16T00:22:08.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:08 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:08.624+0000 7f54e1dee200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-16T00:22:09.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:09 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:09.068+0000 7f54e1dee200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-16T00:22:09.399 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:09 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:09.170+0000 7f54e1dee200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-16T00:22:09.899 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:09 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:09.554+0000 7f54e1dee200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-16T00:22:10.286 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:09 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:09.930+0000 7f54e1dee200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-16T00:22:10.287 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:10 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:10.028+0000 7f54e1dee200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-16T00:22:10.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:10 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:10.286+0000 7f54e1dee200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-16T00:22:10.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:10 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:10.427+0000 7f54e1dee200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-16T00:22:10.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:10 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:10.528+0000 7f54e1dee200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-16T00:22:11.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:10 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:10.867+0000 7f54e1dee200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-16T00:22:11.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:10 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:10.963+0000 7f54e1dee200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-16T00:22:11.881 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:11.599+0000 7f54e1dee200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-16T00:22:11.881 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:22:11.827+0000 7f54e1dee200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-16T00:22:12.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: Active manager daemon a restarted 2024-05-16T00:22:12.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: Activating manager daemon a 2024-05-16T00:22:12.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: osdmap e3: 0 total, 0 up, 0 in 2024-05-16T00:22:12.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: mgrmap e10: a(active, starting, since 0.00308164s) 2024-05-16T00:22:12.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:22:12.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-16T00:22:12.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-16T00:22:12.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-16T00:22:12.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-16T00:22:12.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: Manager daemon a is now available 2024-05-16T00:22:12.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:12.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:11 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:13.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:12 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-16T00:22:13.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:12 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-16T00:22:13.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:12 smithi045 ceph-mon[29593]: mgrmap e11: a(active, since 1.00628s) 2024-05-16T00:22:13.512 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-16T00:22:13.512 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-16T00:22:13.512 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-16T00:22:13.512 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-16T00:22:13.512 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 9 is available 2024-05-16T00:22:13.512 INFO:teuthology.orchestra.run.smithi045.stdout:Generating a dashboard self-signed certificate... 2024-05-16T00:22:14.082 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:13 smithi045 ceph-mon[29593]: [16/May/2024:00:22:12] ENGINE Bus STARTING 2024-05-16T00:22:14.082 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:13 smithi045 ceph-mon[29593]: [16/May/2024:00:22:12] ENGINE Serving on https://172.21.15.45:7150 2024-05-16T00:22:14.082 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:13 smithi045 ceph-mon[29593]: [16/May/2024:00:22:12] ENGINE Serving on http://172.21.15.45:8765 2024-05-16T00:22:14.082 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:13 smithi045 ceph-mon[29593]: [16/May/2024:00:22:12] ENGINE Bus STARTED 2024-05-16T00:22:14.082 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:13 smithi045 ceph-mon[29593]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-16T00:22:14.083 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:13 smithi045 ceph-mon[29593]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-16T00:22:14.983 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:14 smithi045 ceph-mon[29593]: mgrmap e12: a(active, since 2s) 2024-05-16T00:22:14.984 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:14 smithi045 ceph-mon[29593]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:22:14.984 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:14.984 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:22:14.984 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:14.984 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-05-16T00:22:14.984 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:14.984 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:14.986 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-16T00:22:14.986 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial admin user... 2024-05-16T00:22:16.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:15 smithi045 ceph-mon[29593]: Deploying daemon agent.smithi045 on smithi045 2024-05-16T00:22:16.520 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$CdtYzBKIVvSMFiOdHg.XPudYcTFjKUvFy/qBFVqvZ7edSqr5LDDbq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1715818935, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-16T00:22:16.520 INFO:teuthology.orchestra.run.smithi045.stdout:Fetching dashboard port number... 2024-05-16T00:22:17.235 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:16 smithi045 ceph-mon[29593]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:22:17.235 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:17.884 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 8443 2024-05-16T00:22:17.894 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-16T00:22:17.894 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-16T00:22:17.902 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-16T00:22:17.903 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-16T00:22:17.903 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-16T00:22:17.903 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-16T00:22:17.905 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph Dashboard is now available at: 2024-05-16T00:22:17.905 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:17.905 INFO:teuthology.orchestra.run.smithi045.stdout: URL: https://smithi045.front.sepia.ceph.com:8443/ 2024-05-16T00:22:17.905 INFO:teuthology.orchestra.run.smithi045.stdout: User: admin 2024-05-16T00:22:17.905 INFO:teuthology.orchestra.run.smithi045.stdout: Password: 81w6g2c4b7 2024-05-16T00:22:17.905 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:17.906 INFO:teuthology.orchestra.run.smithi045.stdout:Saving cluster configuration to /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config directory 2024-05-16T00:22:17.906 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling autotune for osd_memory_target 2024-05-16T00:22:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:17 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2957024175' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-16T00:22:19.220 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:18 smithi045 ceph-mon[29593]: mgrmap e13: a(active, since 6s) 2024-05-16T00:22:20.629 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-16T00:22:20.629 INFO:teuthology.orchestra.run.smithi045.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout:Or, if you are only running a single cluster on this host: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: ceph telemetry on 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout:For more information see: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:20.630 INFO:teuthology.orchestra.run.smithi045.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-16T00:22:20.631 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:20.631 INFO:teuthology.orchestra.run.smithi045.stdout:Bootstrap complete. 2024-05-16T00:22:20.674 INFO:tasks.cephadm:Fetching config... 2024-05-16T00:22:20.674 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:22:20.675 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-16T00:22:20.692 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-16T00:22:20.692 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:22:20.692 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-16T00:22:20.749 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-16T00:22:20.749 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:22:20.749 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-16T00:22:20.926 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-16T00:22:20.926 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:22:20.926 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-16T00:22:20.990 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-16T00:22:20.991 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAKVQItGPsaaJb3kPAVpJ8O5VegKTvAb9kY6G7nr1OwmIjQthJNuHah/Y021JgKX5831yMuL9k+g6nz8gt3rztIzhXvpUD8Vq8UdDxhQzOAEnni4B+y3T7qHXXCgQUNw0sZki5UZFjj4zxSn4TQGwvFXXYWlA/+ffg6RXzZH4q5+GeyYpw6H9cFDostjoKVmTJ2ZfowsrwgmyzXHkKrQpyXUAmubIBkPVRGEXT90EoSQR3SCRGrvAKF29K7lJI2T/MdTa8xWiwhh+SvBqEnE7qeeRxZ+GrgZYCypUL5BKQMTnQvnl+zeTpS9c9wzMnHlP3xLa1Y8ftNUhopxHZuSjC6sM0OXRHH9xrArrPeoVM4DJfKap3AmKcRomtxxZvzBWROVA5YBZ3h5Hd6z/ATRqobPnZEe96DmwmU0M0p78nHxEFnWvJKBkpUy5WsUOmVMX+YL5gx6v1ywLK44vPKjqU4nPs29bkirp0GCsMFOts47MH63UEKEFn6vINgmP66ts= ceph-07bf125e-131a-11ef-bc99-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-16T00:22:21.137 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAKVQItGPsaaJb3kPAVpJ8O5VegKTvAb9kY6G7nr1OwmIjQthJNuHah/Y021JgKX5831yMuL9k+g6nz8gt3rztIzhXvpUD8Vq8UdDxhQzOAEnni4B+y3T7qHXXCgQUNw0sZki5UZFjj4zxSn4TQGwvFXXYWlA/+ffg6RXzZH4q5+GeyYpw6H9cFDostjoKVmTJ2ZfowsrwgmyzXHkKrQpyXUAmubIBkPVRGEXT90EoSQR3SCRGrvAKF29K7lJI2T/MdTa8xWiwhh+SvBqEnE7qeeRxZ+GrgZYCypUL5BKQMTnQvnl+zeTpS9c9wzMnHlP3xLa1Y8ftNUhopxHZuSjC6sM0OXRHH9xrArrPeoVM4DJfKap3AmKcRomtxxZvzBWROVA5YBZ3h5Hd6z/ATRqobPnZEe96DmwmU0M0p78nHxEFnWvJKBkpUy5WsUOmVMX+YL5gx6v1ywLK44vPKjqU4nPs29bkirp0GCsMFOts47MH63UEKEFn6vINgmP66ts= ceph-07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:22:21.149 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAKVQItGPsaaJb3kPAVpJ8O5VegKTvAb9kY6G7nr1OwmIjQthJNuHah/Y021JgKX5831yMuL9k+g6nz8gt3rztIzhXvpUD8Vq8UdDxhQzOAEnni4B+y3T7qHXXCgQUNw0sZki5UZFjj4zxSn4TQGwvFXXYWlA/+ffg6RXzZH4q5+GeyYpw6H9cFDostjoKVmTJ2ZfowsrwgmyzXHkKrQpyXUAmubIBkPVRGEXT90EoSQR3SCRGrvAKF29K7lJI2T/MdTa8xWiwhh+SvBqEnE7qeeRxZ+GrgZYCypUL5BKQMTnQvnl+zeTpS9c9wzMnHlP3xLa1Y8ftNUhopxHZuSjC6sM0OXRHH9xrArrPeoVM4DJfKap3AmKcRomtxxZvzBWROVA5YBZ3h5Hd6z/ATRqobPnZEe96DmwmU0M0p78nHxEFnWvJKBkpUy5WsUOmVMX+YL5gx6v1ywLK44vPKjqU4nPs29bkirp0GCsMFOts47MH63UEKEFn6vINgmP66ts= ceph-07bf125e-131a-11ef-bc99-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-16T00:22:21.193 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAKVQItGPsaaJb3kPAVpJ8O5VegKTvAb9kY6G7nr1OwmIjQthJNuHah/Y021JgKX5831yMuL9k+g6nz8gt3rztIzhXvpUD8Vq8UdDxhQzOAEnni4B+y3T7qHXXCgQUNw0sZki5UZFjj4zxSn4TQGwvFXXYWlA/+ffg6RXzZH4q5+GeyYpw6H9cFDostjoKVmTJ2ZfowsrwgmyzXHkKrQpyXUAmubIBkPVRGEXT90EoSQR3SCRGrvAKF29K7lJI2T/MdTa8xWiwhh+SvBqEnE7qeeRxZ+GrgZYCypUL5BKQMTnQvnl+zeTpS9c9wzMnHlP3xLa1Y8ftNUhopxHZuSjC6sM0OXRHH9xrArrPeoVM4DJfKap3AmKcRomtxxZvzBWROVA5YBZ3h5Hd6z/ATRqobPnZEe96DmwmU0M0p78nHxEFnWvJKBkpUy5WsUOmVMX+YL5gx6v1ywLK44vPKjqU4nPs29bkirp0GCsMFOts47MH63UEKEFn6vINgmP66ts= ceph-07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:22:21.206 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAKVQItGPsaaJb3kPAVpJ8O5VegKTvAb9kY6G7nr1OwmIjQthJNuHah/Y021JgKX5831yMuL9k+g6nz8gt3rztIzhXvpUD8Vq8UdDxhQzOAEnni4B+y3T7qHXXCgQUNw0sZki5UZFjj4zxSn4TQGwvFXXYWlA/+ffg6RXzZH4q5+GeyYpw6H9cFDostjoKVmTJ2ZfowsrwgmyzXHkKrQpyXUAmubIBkPVRGEXT90EoSQR3SCRGrvAKF29K7lJI2T/MdTa8xWiwhh+SvBqEnE7qeeRxZ+GrgZYCypUL5BKQMTnQvnl+zeTpS9c9wzMnHlP3xLa1Y8ftNUhopxHZuSjC6sM0OXRHH9xrArrPeoVM4DJfKap3AmKcRomtxxZvzBWROVA5YBZ3h5Hd6z/ATRqobPnZEe96DmwmU0M0p78nHxEFnWvJKBkpUy5WsUOmVMX+YL5gx6v1ywLK44vPKjqU4nPs29bkirp0GCsMFOts47MH63UEKEFn6vINgmP66ts= ceph-07bf125e-131a-11ef-bc99-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-16T00:22:21.248 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAKVQItGPsaaJb3kPAVpJ8O5VegKTvAb9kY6G7nr1OwmIjQthJNuHah/Y021JgKX5831yMuL9k+g6nz8gt3rztIzhXvpUD8Vq8UdDxhQzOAEnni4B+y3T7qHXXCgQUNw0sZki5UZFjj4zxSn4TQGwvFXXYWlA/+ffg6RXzZH4q5+GeyYpw6H9cFDostjoKVmTJ2ZfowsrwgmyzXHkKrQpyXUAmubIBkPVRGEXT90EoSQR3SCRGrvAKF29K7lJI2T/MdTa8xWiwhh+SvBqEnE7qeeRxZ+GrgZYCypUL5BKQMTnQvnl+zeTpS9c9wzMnHlP3xLa1Y8ftNUhopxHZuSjC6sM0OXRHH9xrArrPeoVM4DJfKap3AmKcRomtxxZvzBWROVA5YBZ3h5Hd6z/ATRqobPnZEe96DmwmU0M0p78nHxEFnWvJKBkpUy5WsUOmVMX+YL5gx6v1ywLK44vPKjqU4nPs29bkirp0GCsMFOts47MH63UEKEFn6vINgmP66ts= ceph-07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:22:21.261 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-16T00:22:21.284 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:21 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1812809567' entity='client.admin' 2024-05-16T00:22:21.693 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:22:22.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:23.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:23 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:23.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:23 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1380284100' entity='client.admin' 2024-05-16T00:22:24.657 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-16T00:22:24.657 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-16T00:22:24.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:24.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:25.336 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:22:26.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:26 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:26.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:26 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:28.743 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi063 2024-05-16T00:22:28.743 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:22:28.743 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.conf 2024-05-16T00:22:28.763 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:22:28.763 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:22:28.821 INFO:tasks.cephadm:Adding host smithi063 to orchestrator... 2024-05-16T00:22:28.822 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch host add smithi063 2024-05-16T00:22:29.080 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:28 smithi045 ceph-mon[29593]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:22:29.080 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:29.081 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:29.081 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:22:29.081 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:22:29.081 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:28 smithi045 ceph-mon[29593]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-16T00:22:29.081 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:28 smithi045 ceph-mon[29593]: Updating smithi045:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:22:29.081 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:28 smithi045 ceph-mon[29593]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:22:29.153 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:22:29.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:29 smithi045 ceph-mon[29593]: Updating smithi045:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.client.admin.keyring 2024-05-16T00:22:29.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:29.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:29.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:29.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:31.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:31 smithi045 ceph-mon[29593]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:22:32.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:32 smithi045 ceph-mon[29593]: Deploying cephadm binary to smithi063 2024-05-16T00:22:32.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:32 smithi045 ceph-mon[29593]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:35.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:34 smithi045 ceph-mon[29593]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:35.277 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi063' with addr '172.21.15.63' 2024-05-16T00:22:35.895 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch host ls --format=json 2024-05-16T00:22:36.142 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:22:36.516 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:36 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:36.517 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:36 smithi045 ceph-mon[29593]: Added host smithi063 2024-05-16T00:22:36.517 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:36 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:36.517 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:36 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:37.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:37 smithi045 ceph-mon[29593]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:37.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:22:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:22:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:22:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:37 smithi045 ceph-mon[29593]: Updating smithi063:/etc/ceph/ceph.conf 2024-05-16T00:22:37.949 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:37.950 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}] 2024-05-16T00:22:38.550 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:38 smithi045 ceph-mon[29593]: Updating smithi063:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:22:38.551 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:38 smithi045 ceph-mon[29593]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:22:38.551 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:38 smithi045 ceph-mon[29593]: Updating smithi063:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.client.admin.keyring 2024-05-16T00:22:38.551 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:38.551 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:38.551 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-05-16T00:22:38.551 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-05-16T00:22:38.583 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-05-16T00:22:38.583 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:22:38.584 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-05-16T00:22:38.604 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:22:38.604 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:22:38.661 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-05-16T00:22:38.662 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch host add smithi133 2024-05-16T00:22:38.906 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:22:39.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:39 smithi045 ceph-mon[29593]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:39.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:39 smithi045 ceph-mon[29593]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:22:40.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: Deploying daemon agent.smithi063 on smithi063 2024-05-16T00:22:40.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:40.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:40.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:40.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:40.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:22:40.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:22:40.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:40.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:40.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:22:40.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:22:40.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:40.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:41.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:41 smithi045 ceph-mon[29593]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:41.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:41 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:41.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:41 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:42.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:42 smithi045 ceph-mon[29593]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:22:42.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:42 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:43.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:43 smithi045 ceph-mon[29593]: Deploying cephadm binary to smithi133 2024-05-16T00:22:43.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:43 smithi045 ceph-mon[29593]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:43.521 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:43 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:43.521 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:43 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:45.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:44 smithi045 ceph-mon[29593]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:45.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:44 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:45.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:44 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:45.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:44 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:45.206 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi133' with addr '172.21.15.133' 2024-05-16T00:22:46.146 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch host ls --format=json 2024-05-16T00:22:46.398 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:22:46.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:46.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:46 smithi045 ceph-mon[29593]: Added host smithi133 2024-05-16T00:22:46.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:46.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:47.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:47.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:47.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:47.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:22:47.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:22:47.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:22:47.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: Updating smithi133:/etc/ceph/ceph.conf 2024-05-16T00:22:47.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:47.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:47.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-16T00:22:47.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-16T00:22:48.263 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:22:48.263 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-05-16T00:22:48.644 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:48 smithi045 ceph-mon[29593]: Updating smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:22:48.644 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:48 smithi045 ceph-mon[29593]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:22:48.644 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:48 smithi045 ceph-mon[29593]: Updating smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.client.admin.keyring 2024-05-16T00:22:48.899 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-16T00:22:48.899 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd crush tunables default 2024-05-16T00:22:49.143 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:22:49.519 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: Deploying daemon agent.smithi133 on smithi133 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:49.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:49.521 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:49.521 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:51.425 INFO:teuthology.orchestra.run.smithi045.stderr:adjusted tunables profile to default 2024-05-16T00:22:51.739 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:51 smithi045 ceph-mon[29593]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:51.739 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:51 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2231108514' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-16T00:22:52.054 INFO:tasks.cephadm:Adding mon.a on smithi045 2024-05-16T00:22:52.054 INFO:tasks.cephadm:Adding mon.b on smithi063 2024-05-16T00:22:52.054 INFO:tasks.cephadm:Adding mon.c on smithi133 2024-05-16T00:22:52.055 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch apply mon '3;smithi045:172.21.15.45=a;smithi063:172.21.15.63=b;smithi133:172.21.15.133=c' 2024-05-16T00:22:52.301 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:22:52.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:52 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2231108514' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-16T00:22:52.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:52 smithi045 ceph-mon[29593]: osdmap e4: 0 total, 0 up, 0 in 2024-05-16T00:22:52.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:52.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:52.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:53.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:53 smithi045 ceph-mon[29593]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:54.031 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mon update... 2024-05-16T00:22:54.607 DEBUG:teuthology.orchestra.run.smithi063:mon.b> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.b.service 2024-05-16T00:22:54.610 DEBUG:teuthology.orchestra.run.smithi133:mon.c> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service 2024-05-16T00:22:54.612 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-16T00:22:54.612 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph mon dump -f json 2024-05-16T00:22:55.346 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:22:55.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:55.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi063:172.21.15.63=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:22:55.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi063:172.21.15.63=b;smithi133:172.21.15.133=c;count:3 2024-05-16T00:22:55.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:55.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:22:55.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:22:55.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:22:55.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:22:55.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:22:55.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:22:55.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:55 smithi045 ceph-mon[29593]: Deploying daemon mon.c on smithi133 2024-05-16T00:22:57.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:57 smithi045 ceph-mon[29593]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:58.546 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:22:58.547 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"07bf125e-131a-11ef-bc99-c7b262605968","modified":"2024-05-16T00:21:13.180873Z","created":"2024-05-16T00:21:13.180873Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-16T00:22:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-05-16T00:22:59.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:59 smithi045 ceph-mon[29593]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:22:59.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:22:59 smithi045 ceph-mon[29593]: from='client.? 172.21.15.133:0/1051229219' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-16T00:22:59.899 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-16T00:23:00.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: 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-05-16T00:23:00.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-16T00:23:00.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-16T00:23:00.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-16T00:23:00.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-16T00:23:00.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-16T00:23:00.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Deploying cephadm binary to smithi063 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Added host smithi063 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Updating smithi063:/etc/ceph/ceph.conf 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Updating smithi063:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Updating smithi063:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.client.admin.keyring 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:23:00.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Deploying daemon agent.smithi063 on smithi063 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Deploying cephadm binary to smithi133 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.289 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Added host smithi133 2024-05-16T00:23:00.290 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:00.290 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.290 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.290 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.290 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.290 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:23:00.290 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:00.290 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Updating smithi133:/etc/ceph/ceph.conf 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Updating smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Updating smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.client.admin.keyring 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Deploying daemon agent.smithi133 on smithi133 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.291 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.292 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/2231108514' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/2231108514' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: osdmap e4: 0 total, 0 up, 0 in 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi063:172.21.15.63=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi063:172.21.15.63=b;smithi133:172.21.15.133=c;count:3 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:00.293 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:00.294 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:00.294 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:00.294 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: Deploying daemon mon.c on smithi133 2024-05-16T00:23:00.294 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.294 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:00.294 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: from='client.? 172.21.15.133:0/1051229219' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-16T00:23:00.294 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 ceph-mon[31330]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-16T00:23:00.294 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 bash[31293]: 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d 2024-05-16T00:23:00.294 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:22:59 smithi133 systemd[1]: Started Ceph mon.c for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:23:00.401 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-16T00:23:00.401 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph mon dump -f json 2024-05-16T00:23:00.636 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.c/config 2024-05-16T00:23:05.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:05.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:23:05.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: mon.a calling monitor election 2024-05-16T00:23:05.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: mon.c calling monitor election 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: monmap epoch 2 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: last_changed 2024-05-16T00:22:59.906206+0000 2024-05-16T00:23:05.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: created 2024-05-16T00:21:13.180873+0000 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: min_mon_release 19 (squid) 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: election_strategy: 1 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: fsmap 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: osdmap e4: 0 total, 0 up, 0 in 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: mgrmap e13: a(active, since 53s) 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: overall HEALTH_OK 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:05.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:04 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: mon.a calling monitor election 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: mon.c calling monitor election 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:05.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: monmap epoch 2 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: last_changed 2024-05-16T00:22:59.906206+0000 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: created 2024-05-16T00:21:13.180873+0000 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: min_mon_release 19 (squid) 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: election_strategy: 1 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: fsmap 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: osdmap e4: 0 total, 0 up, 0 in 2024-05-16T00:23:05.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: mgrmap e13: a(active, since 53s) 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: overall HEALTH_OK 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:05.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:04 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:05.652 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:23:05.652 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":2,"fsid":"07bf125e-131a-11ef-bc99-c7b262605968","modified":"2024-05-16T00:22:59.906206Z","created":"2024-05-16T00:21:13.180873Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-16T00:23:05.655 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 2 2024-05-16T00:23:06.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:05 smithi133 ceph-mon[31330]: Deploying daemon mon.b on smithi063 2024-05-16T00:23:06.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:05 smithi133 ceph-mon[31330]: from='client.? 172.21.15.133:0/1071683839' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-16T00:23:06.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:05 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:06.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:05 smithi045 ceph-mon[29593]: Deploying daemon mon.b on smithi063 2024-05-16T00:23:06.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:05 smithi045 ceph-mon[29593]: from='client.? 172.21.15.133:0/1071683839' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-16T00:23:06.308 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:07.282 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-16T00:23:07.282 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph mon dump -f json 2024-05-16T00:23:07.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:06 smithi133 ceph-mon[31330]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:07.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:06 smithi045 ceph-mon[29593]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:07.400 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:23:06 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:23:06.906+0000 7f54a7a9f700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-05-16T00:23:07.529 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.c/config 2024-05-16T00:23:09.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:09.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:09.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:09 smithi063 ceph-mon[31538]: Deploying daemon mon.b on smithi063 2024-05-16T00:23:09.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:09 smithi063 ceph-mon[31538]: from='client.? 172.21.15.133:0/1071683839' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-16T00:23:09.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:09.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:09 smithi063 ceph-mon[31538]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:09.239 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:08 smithi133 ceph-mon[31330]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:09.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:09 smithi063 ceph-mon[31538]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:09.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:09 smithi063 ceph-mon[31538]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-16T00:23:09.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:09 smithi063 bash[31500]: 3c0350d22fadcc5c12ffba6b5c53b1be315c9cefe6f2ab8cd16c150d08d42ff2 2024-05-16T00:23:09.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:09 smithi063 systemd[1]: Started Ceph mon.b for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:23:09.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:08 smithi045 ceph-mon[29593]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:14.029 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-16T00:23:14.029 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":3,"fsid":"07bf125e-131a-11ef-bc99-c7b262605968","modified":"2024-05-16T00:23:09.014822Z","created":"2024-05-16T00:21:13.180873Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-16T00:23:14.031 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 3 2024-05-16T00:23:14.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:23:14.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: mon.a calling monitor election 2024-05-16T00:23:14.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: mon.c calling monitor election 2024-05-16T00:23:14.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:14.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='client.? 172.21.15.133:0/362023247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: mon.b calling monitor election 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: monmap epoch 3 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: last_changed 2024-05-16T00:23:09.014822+0000 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: created 2024-05-16T00:21:13.180873+0000 2024-05-16T00:23:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: min_mon_release 19 (squid) 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: election_strategy: 1 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: 2: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: fsmap 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: osdmap e4: 0 total, 0 up, 0 in 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: mgrmap e13: a(active, since 62s) 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: overall HEALTH_OK 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:23:14.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: mon.a calling monitor election 2024-05-16T00:23:14.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: mon.c calling monitor election 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='client.? 172.21.15.133:0/362023247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: mon.b calling monitor election 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: monmap epoch 3 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: last_changed 2024-05-16T00:23:09.014822+0000 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: created 2024-05-16T00:21:13.180873+0000 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: min_mon_release 19 (squid) 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: election_strategy: 1 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: 2: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: fsmap 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: osdmap e4: 0 total, 0 up, 0 in 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: mgrmap e13: a(active, since 62s) 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: overall HEALTH_OK 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.340 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.340 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.340 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:23:14.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: mon.a calling monitor election 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: mon.c calling monitor election 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='client.? 172.21.15.133:0/362023247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: mon.b calling monitor election 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-16T00:23:14.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: monmap epoch 3 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: last_changed 2024-05-16T00:23:09.014822+0000 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: created 2024-05-16T00:21:13.180873+0000 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: min_mon_release 19 (squid) 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: election_strategy: 1 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: 2: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: fsmap 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: osdmap e4: 0 total, 0 up, 0 in 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: mgrmap e13: a(active, since 62s) 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: overall HEALTH_OK 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:14.687 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-16T00:23:14.687 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph config generate-minimal-conf 2024-05-16T00:23:14.945 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:23:15.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:15.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: Updating smithi063:/etc/ceph/ceph.conf 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: Updating smithi133:/etc/ceph/ceph.conf 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:15.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:15.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: Updating smithi063:/etc/ceph/ceph.conf 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: Updating smithi133:/etc/ceph/ceph.conf 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:15.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:15.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:15.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:15.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:15.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-16T00:23:15.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: Updating smithi063:/etc/ceph/ceph.conf 2024-05-16T00:23:15.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: Updating smithi133:/etc/ceph/ceph.conf 2024-05-16T00:23:15.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:15.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:23:16.216 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: Updating smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: Updating smithi045:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: Updating smithi063:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: Reconfiguring mon.a (unknown last config time)... 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: Reconfiguring daemon mon.a on smithi045 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:16.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:16.219 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: Updating smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:16.219 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: Updating smithi045:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:16.219 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: Updating smithi063:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:16.219 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-16T00:23:16.220 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: Reconfiguring mon.a (unknown last config time)... 2024-05-16T00:23:16.220 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:16.220 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:23:16.220 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:16.220 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: Reconfiguring daemon mon.a on smithi045 2024-05-16T00:23:16.220 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:16.220 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:16.220 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: Updating smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: Updating smithi045:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: Updating smithi063:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:23:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-16T00:23:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: Reconfiguring mon.a (unknown last config time)... 2024-05-16T00:23:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:23:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: Reconfiguring daemon mon.a on smithi045 2024-05-16T00:23:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:16.857 INFO:teuthology.orchestra.run.smithi045.stdout:# minimal ceph.conf for 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:23:16.857 INFO:teuthology.orchestra.run.smithi045.stdout:[global] 2024-05-16T00:23:16.857 INFO:teuthology.orchestra.run.smithi045.stdout: fsid = 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:23:16.857 INFO:teuthology.orchestra.run.smithi045.stdout: mon_host = [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-05-16T00:23:17.249 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:17 smithi133 ceph-mon[31330]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:17.249 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:17 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/1144634653' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:17.250 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:17 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:17.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:17 smithi063 ceph-mon[31538]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:17.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:17 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/1144634653' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:17.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:17 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:17.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:17 smithi045 ceph-mon[29593]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:17.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:17 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1144634653' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:17.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:17 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:17.543 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-16T00:23:17.543 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:23:17.543 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2024-05-16T00:23:17.572 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:23:17.572 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:23:17.638 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:23:17.638 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.conf 2024-05-16T00:23:17.668 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:23:17.668 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:23:17.736 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:23:17.736 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-05-16T00:23:17.767 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:23:17.767 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:23:17.833 INFO:tasks.cephadm:Adding mgr.a on smithi045 2024-05-16T00:23:17.833 INFO:tasks.cephadm:Adding mgr.b on smithi063 2024-05-16T00:23:17.834 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch apply mgr '2;smithi045=a;smithi063=b' 2024-05-16T00:23:18.108 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.c/config 2024-05-16T00:23:18.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:18.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:23:18.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:18.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.684 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.684 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.684 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.684 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:18.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:23:18.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:18.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.686 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.686 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.686 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.686 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.686 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.686 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.686 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:18.686 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:23:18.687 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:18.687 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.687 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:18.687 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:19.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:19 smithi133 ceph-mon[31330]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:19.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:19 smithi133 ceph-mon[31330]: Reconfiguring mon.b (monmap changed)... 2024-05-16T00:23:19.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:19 smithi133 ceph-mon[31330]: Reconfiguring daemon mon.b on smithi063 2024-05-16T00:23:19.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:19 smithi063 ceph-mon[31538]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:19.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:19 smithi063 ceph-mon[31538]: Reconfiguring mon.b (monmap changed)... 2024-05-16T00:23:19.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:19 smithi063 ceph-mon[31538]: Reconfiguring daemon mon.b on smithi063 2024-05-16T00:23:19.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:19 smithi045 ceph-mon[29593]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:19.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:19 smithi045 ceph-mon[29593]: Reconfiguring mon.b (monmap changed)... 2024-05-16T00:23:19.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:19 smithi045 ceph-mon[29593]: Reconfiguring daemon mon.b on smithi063 2024-05-16T00:23:19.898 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mgr update... 2024-05-16T00:23:20.417 DEBUG:teuthology.orchestra.run.smithi063:mgr.b> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.b.service 2024-05-16T00:23:20.420 INFO:tasks.cephadm:Deploying OSDs... 2024-05-16T00:23:20.420 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-16T00:23:20.420 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2024-05-16T00:23:20.441 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-05-16T00:23:20.441 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2024-05-16T00:23:20.501 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-16T00:23:20.501 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:20.501 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-05-16T00:23:20.501 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:20.501 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:20.501 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-16 00:23:03.473274538 +0000 2024-05-16T00:23:20.501 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-16 00:16:01.829584037 +0000 2024-05-16T00:23:20.501 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-16 00:16:01.829584037 +0000 2024-05-16T00:23:20.501 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-16 00:16:01.829584037 +0000 2024-05-16T00:23:20.501 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-16T00:23:20.570 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-16T00:23:20.570 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-16T00:23:20.570 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000129994 s, 3.9 MB/s 2024-05-16T00:23:20.572 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-16T00:23:20.632 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2024-05-16T00:23:20.691 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-16T00:23:20.692 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:20.692 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-16T00:23:20.692 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:20.692 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:20.692 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-16 00:23:03.473274538 +0000 2024-05-16T00:23:20.692 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-16 00:16:02.179578687 +0000 2024-05-16T00:23:20.692 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-16 00:16:02.179578687 +0000 2024-05-16T00:23:20.692 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-16 00:16:02.179578687 +0000 2024-05-16T00:23:20.692 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-16T00:23:20.761 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-16T00:23:20.762 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-16T00:23:20.762 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000130189 s, 3.9 MB/s 2024-05-16T00:23:20.763 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: Reconfiguring mon.c (monmap changed)... 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: Reconfiguring daemon mon.c on smithi133 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: Saving service mgr spec with placement smithi045=a;smithi063=b;count:2 2024-05-16T00:23:20.801 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:20 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:20.823 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2024-05-16T00:23:20.882 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-16T00:23:20.882 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:20.882 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-05-16T00:23:20.882 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:20.882 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:20.883 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-16 00:23:03.473274538 +0000 2024-05-16T00:23:20.883 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-16 00:16:02.522573444 +0000 2024-05-16T00:23:20.883 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-16 00:16:02.522573444 +0000 2024-05-16T00:23:20.883 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-16 00:16:02.522573444 +0000 2024-05-16T00:23:20.883 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-16T00:23:20.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:20.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:20.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: Reconfiguring mon.c (monmap changed)... 2024-05-16T00:23:20.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:20.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:23:20.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:20.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: Reconfiguring daemon mon.c on smithi133 2024-05-16T00:23:20.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:20.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:20.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: Saving service mgr spec with placement smithi045=a;smithi063=b;count:2 2024-05-16T00:23:20.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:20 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:20.927 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-16T00:23:20.927 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-16T00:23:20.928 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000123029 s, 4.2 MB/s 2024-05-16T00:23:20.929 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-16T00:23:20.944 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:20.944 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:20.944 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: Reconfiguring mon.c (monmap changed)... 2024-05-16T00:23:20.944 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:23:20.945 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:23:20.945 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:20.945 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: Reconfiguring daemon mon.c on smithi133 2024-05-16T00:23:20.945 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:20.945 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:20.945 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: Saving service mgr spec with placement smithi045=a;smithi063=b;count:2 2024-05-16T00:23:20.945 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:20 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:20.989 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2024-05-16T00:23:21.048 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-16T00:23:21.048 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:21.048 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-05-16T00:23:21.048 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:21.048 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:21.048 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-16 00:23:03.473274538 +0000 2024-05-16T00:23:21.049 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-16 00:16:02.856568339 +0000 2024-05-16T00:23:21.049 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-16 00:16:02.856568339 +0000 2024-05-16T00:23:21.049 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-16 00:16:02.856568339 +0000 2024-05-16T00:23:21.049 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-16T00:23:21.118 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-16T00:23:21.118 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-16T00:23:21.118 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 9.7304e-05 s, 5.3 MB/s 2024-05-16T00:23:21.119 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-16T00:23:21.178 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-16T00:23:21.178 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-05-16T00:23:21.199 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-05-16T00:23:21.200 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2024-05-16T00:23:21.259 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-16T00:23:21.259 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:21.259 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-05-16T00:23:21.259 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:21.260 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:21.260 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-05-16 00:23:16.804787992 +0000 2024-05-16T00:23:21.260 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-05-16 00:16:05.383384356 +0000 2024-05-16T00:23:21.260 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-05-16 00:16:05.383384356 +0000 2024-05-16T00:23:21.260 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-05-16 00:16:05.383384356 +0000 2024-05-16T00:23:21.260 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-16T00:23:21.328 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-05-16T00:23:21.329 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-05-16T00:23:21.329 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000264897 s, 1.9 MB/s 2024-05-16T00:23:21.330 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-16T00:23:21.390 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2024-05-16T00:23:21.447 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-16T00:23:21.447 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:21.447 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-05-16T00:23:21.447 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:21.447 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:21.447 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-05-16 00:23:16.804787992 +0000 2024-05-16T00:23:21.447 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-05-16 00:16:05.752381016 +0000 2024-05-16T00:23:21.447 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-05-16 00:16:05.752381016 +0000 2024-05-16T00:23:21.448 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-05-16 00:16:05.752381016 +0000 2024-05-16T00:23:21.448 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-16T00:23:21.512 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-05-16T00:23:21.512 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-05-16T00:23:21.512 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000194186 s, 2.6 MB/s 2024-05-16T00:23:21.514 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-16T00:23:21.572 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2024-05-16T00:23:21.628 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-16T00:23:21.628 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:21.628 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-16T00:23:21.628 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:21.629 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:21.629 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-05-16 00:23:16.804787992 +0000 2024-05-16T00:23:21.629 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-05-16 00:16:06.099377875 +0000 2024-05-16T00:23:21.629 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-05-16 00:16:06.099377875 +0000 2024-05-16T00:23:21.629 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-05-16 00:16:06.099377875 +0000 2024-05-16T00:23:21.629 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-16T00:23:21.693 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-05-16T00:23:21.693 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-05-16T00:23:21.693 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000212239 s, 2.4 MB/s 2024-05-16T00:23:21.694 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-16T00:23:21.752 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2024-05-16T00:23:21.810 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-16T00:23:21.810 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:21.810 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-05-16T00:23:21.810 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:21.810 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:21.810 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-05-16 00:23:16.804787992 +0000 2024-05-16T00:23:21.811 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-05-16 00:16:06.466374553 +0000 2024-05-16T00:23:21.811 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-05-16 00:16:06.466374553 +0000 2024-05-16T00:23:21.811 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-05-16 00:16:06.466374553 +0000 2024-05-16T00:23:21.811 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-16T00:23:21.874 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-05-16T00:23:21.875 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-05-16T00:23:21.875 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000167591 s, 3.1 MB/s 2024-05-16T00:23:21.876 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-16T00:23:21.932 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-16T00:23:21.933 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-05-16T00:23:21.951 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-05-16T00:23:21.951 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-05-16T00:23:22.008 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-16T00:23:22.008 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:22.008 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-16T00:23:22.008 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:22.008 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:22.008 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-16 00:23:16.508229089 +0000 2024-05-16T00:23:22.009 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-16 00:16:01.621480746 +0000 2024-05-16T00:23:22.009 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-16 00:16:01.621480746 +0000 2024-05-16T00:23:22.009 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-05-16 00:16:01.621480746 +0000 2024-05-16T00:23:22.009 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-16T00:23:22.075 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-16T00:23:22.075 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-16T00:23:22.075 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000210769 s, 2.4 MB/s 2024-05-16T00:23:22.077 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-16T00:23:22.133 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-05-16T00:23:22.189 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-16T00:23:22.189 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:22.189 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-16T00:23:22.189 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:22.189 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:22.189 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-16 00:23:16.508229089 +0000 2024-05-16T00:23:22.189 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-16 00:16:01.969474129 +0000 2024-05-16T00:23:22.189 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-16 00:16:01.969474129 +0000 2024-05-16T00:23:22.190 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-05-16 00:16:01.969474129 +0000 2024-05-16T00:23:22.190 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-16T00:23:22.254 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-16T00:23:22.254 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-16T00:23:22.254 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.00020553 s, 2.5 MB/s 2024-05-16T00:23:22.255 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-16T00:23:22.312 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-05-16T00:23:22.368 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-16T00:23:22.369 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:22.369 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-16T00:23:22.369 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:22.369 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:22.369 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-16 00:23:16.508229089 +0000 2024-05-16T00:23:22.369 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-16 00:16:02.313467587 +0000 2024-05-16T00:23:22.369 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-16 00:16:02.313467587 +0000 2024-05-16T00:23:22.369 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-05-16 00:16:02.313467587 +0000 2024-05-16T00:23:22.369 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-16T00:23:22.434 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-16T00:23:22.434 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-16T00:23:22.434 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000207106 s, 2.5 MB/s 2024-05-16T00:23:22.435 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-16T00:23:22.492 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-05-16T00:23:22.547 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-16T00:23:22.547 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-16T00:23:22.547 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-16T00:23:22.547 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-16T00:23:22.547 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-05-16T00:23:22.547 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-16 00:23:16.508229089 +0000 2024-05-16T00:23:22.547 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-16 00:16:02.667460856 +0000 2024-05-16T00:23:22.547 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-16 00:16:02.667460856 +0000 2024-05-16T00:23:22.547 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-05-16 00:16:02.667460856 +0000 2024-05-16T00:23:22.548 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-16T00:23:22.611 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-16T00:23:22.611 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-16T00:23:22.611 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000218729 s, 2.3 MB/s 2024-05-16T00:23:22.613 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-16T00:23:22.669 INFO:tasks.cephadm:Deploying osd.0 on smithi045 with /dev/vg_nvme/lv_4... 2024-05-16T00:23:22.669 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-16T00:23:22.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:22.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:22.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:22.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:22.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:22.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:22.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-16T00:23:22.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-16T00:23:22.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-16T00:23:22.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:22.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: Deploying daemon mgr.b on smithi063 2024-05-16T00:23:22.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:22 smithi045 ceph-mon[29593]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:22.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:22.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:22.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:22.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:22.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:22.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:22.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-16T00:23:22.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-16T00:23:22.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-16T00:23:22.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:22.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: Deploying daemon mgr.b on smithi063 2024-05-16T00:23:22.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:22 smithi063 ceph-mon[31538]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:22.923 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:23:23.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:23.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:23.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:23.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:23.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:23.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:23.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-16T00:23:23.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-16T00:23:23.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-16T00:23:23.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:23.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: Deploying daemon mgr.b on smithi063 2024-05-16T00:23:23.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:22 smithi133 ceph-mon[31330]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:23.772 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:23 smithi063 systemd[1]: Starting Ceph mgr.b for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:23:24.074 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:23 smithi063 podman[33163]: 2024-05-16 00:23:23.772497874 +0000 UTC m=+0.100810880 container create 64b2ce535c365995eddde5053536122751df32b542bf8ecfcd5eeb3346b127f4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True) 2024-05-16T00:23:24.074 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:23 smithi063 podman[33163]: 2024-05-16 00:23:23.689447577 +0000 UTC m=+0.017760573 image pull 41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185 2024-05-16T00:23:24.075 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:23 smithi063 podman[33163]: 2024-05-16 00:23:23.974721222 +0000 UTC m=+0.303034197 container init 64b2ce535c365995eddde5053536122751df32b542bf8ecfcd5eeb3346b127f4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b, io.buildah.version=1.33.5, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-05-16T00:23:24.075 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:23 smithi063 podman[33163]: 2024-05-16 00:23:23.980754062 +0000 UTC m=+0.309067045 container start 64b2ce535c365995eddde5053536122751df32b542bf8ecfcd5eeb3346b127f4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True, org.label-schema.build-date=20240514) 2024-05-16T00:23:24.075 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:24 smithi063 ceph-mgr[33201]: -- 172.21.15.63:0/2273020925 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55faf1b6c5a0 con 0x55faf1b41000 2024-05-16T00:23:24.075 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:24 smithi063 bash[33163]: 64b2ce535c365995eddde5053536122751df32b542bf8ecfcd5eeb3346b127f4 2024-05-16T00:23:24.337 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:24 smithi063 systemd[1]: Started Ceph mgr.b for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:23:24.337 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:24 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:24.153+0000 7f00278c9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-16T00:23:24.784 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:24 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:24.349+0000 7f00278c9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-16T00:23:24.784 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:24 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:24.457+0000 7f00278c9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-16T00:23:25.087 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:24 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:24.784+0000 7f00278c9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-16T00:23:25.087 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:24 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:24.874+0000 7f00278c9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-16T00:23:25.340 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:25.340 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.341 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.341 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.341 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.341 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:25.342 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:25.342 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:25.342 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.342 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-16T00:23:25.342 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-16T00:23:25.342 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-16T00:23:25.343 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:25.343 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.343 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.343 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.424 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.426 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.495 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-16T00:23:25.495 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-16T00:23:25.495 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2024-05-16T00:23:25.495 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2024-05-16T00:23:25.495 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00855606 s, 1.2 GB/s 2024-05-16T00:23:25.496 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 2024-05-16T00:23:25.496 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2024-05-16T00:23:25.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:25.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:25.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:25.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:25.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-16T00:23:25.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-16T00:23:25.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-16T00:23:25.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:25.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:25.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:25 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:26.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:26 smithi045 ceph-mon[29593]: Reconfiguring mgr.a (unknown last config time)... 2024-05-16T00:23:26.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:26 smithi045 ceph-mon[29593]: Reconfiguring daemon mgr.a on smithi045 2024-05-16T00:23:26.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:26 smithi063 ceph-mon[31538]: Reconfiguring mgr.a (unknown last config time)... 2024-05-16T00:23:26.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:26 smithi063 ceph-mon[31538]: Reconfiguring daemon mgr.a on smithi045 2024-05-16T00:23:26.338 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:26 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:26.226+0000 7f00278c9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-16T00:23:26.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:26 smithi133 ceph-mon[31330]: Reconfiguring mgr.a (unknown last config time)... 2024-05-16T00:23:26.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:26 smithi133 ceph-mon[31330]: Reconfiguring daemon mgr.a on smithi045 2024-05-16T00:23:26.611 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:26 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:26.422+0000 7f00278c9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-16T00:23:26.612 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:26 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:26.611+0000 7f00278c9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-16T00:23:26.869 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch daemon add osd smithi045:vg_nvme/lv_4 2024-05-16T00:23:27.160 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:23:27.286 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:26 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:26.961+0000 7f00278c9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-16T00:23:27.286 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:27.066+0000 7f00278c9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-16T00:23:27.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:27 smithi045 ceph-mon[29593]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:27.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:27.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:27.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:27.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:27 smithi045 ceph-mon[29593]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-16T00:23:27.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.587 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:27.285+0000 7f00278c9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-16T00:23:27.587 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:27.488+0000 7f00278c9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-16T00:23:27.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-mon[31538]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:27.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:27.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:27.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:27.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-mon[31538]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-16T00:23:27.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:27 smithi133 ceph-mon[31330]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:27.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:27.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:27.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:27.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:27.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:27 smithi133 ceph-mon[31330]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-16T00:23:27.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:28.337 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:28 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:28.153+0000 7f00278c9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-16T00:23:28.832 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:28 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:28.388+0000 7f00278c9200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-16T00:23:28.832 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:28 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:28.831+0000 7f00278c9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-16T00:23:29.087 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:28 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:28.932+0000 7f00278c9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-16T00:23:29.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:29.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:29.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:29.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:29.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:23:29.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:23:29.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:29.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:29.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:29.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:29.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:29.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:23:29.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:23:29.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:29.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:29.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:29.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:29.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:29.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:29.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:23:29.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:23:29.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:29.587 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:29.319+0000 7f00278c9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-16T00:23:30.048 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:29.695+0000 7f00278c9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-16T00:23:30.049 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:29 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:29.792+0000 7f00278c9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-16T00:23:30.049 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:30 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:30.048+0000 7f00278c9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-16T00:23:30.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:30 smithi045 ceph-mon[29593]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:30.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:30 smithi063 ceph-mon[31538]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:30.337 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:30 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:30.188+0000 7f00278c9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-16T00:23:30.337 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:30 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:30.289+0000 7f00278c9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-16T00:23:30.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:30 smithi133 ceph-mon[31330]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:31.071 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:30 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:30.630+0000 7f00278c9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-16T00:23:31.071 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:30 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:30.727+0000 7f00278c9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-16T00:23:31.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:31 smithi045 ceph-mon[29593]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:31.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:31 smithi063 ceph-mon[31538]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:31.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:31 smithi133 ceph-mon[31330]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:31.837 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:31 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:31.363+0000 7f00278c9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-16T00:23:31.837 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:23:31 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b[33178]: 2024-05-16T00:23:31.590+0000 7f00278c9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-16T00:23:32.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:32 smithi063 ceph-mon[31538]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-16T00:23:32.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:32 smithi063 ceph-mon[31538]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-16T00:23:32.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:32 smithi063 ceph-mon[31538]: Standby manager daemon b started 2024-05-16T00:23:32.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:32 smithi063 ceph-mon[31538]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-16T00:23:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:32 smithi063 ceph-mon[31538]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-16T00:23:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:32 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/3321531598' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bc588d-3f24-42bc-92e1-b42cfe984f46"}]: dispatch 2024-05-16T00:23:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:32 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/3321531598' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4bc588d-3f24-42bc-92e1-b42cfe984f46"}]': finished 2024-05-16T00:23:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:32 smithi063 ceph-mon[31538]: osdmap e5: 1 total, 0 up, 1 in 2024-05-16T00:23:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:32 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:32.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:32 smithi045 ceph-mon[29593]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-16T00:23:32.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:32 smithi045 ceph-mon[29593]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-16T00:23:32.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:32 smithi045 ceph-mon[29593]: Standby manager daemon b started 2024-05-16T00:23:32.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:32 smithi045 ceph-mon[29593]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-16T00:23:32.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:32 smithi045 ceph-mon[29593]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-16T00:23:32.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:32 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/3321531598' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bc588d-3f24-42bc-92e1-b42cfe984f46"}]: dispatch 2024-05-16T00:23:32.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:32 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/3321531598' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4bc588d-3f24-42bc-92e1-b42cfe984f46"}]': finished 2024-05-16T00:23:32.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:32 smithi045 ceph-mon[29593]: osdmap e5: 1 total, 0 up, 1 in 2024-05-16T00:23:32.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:32 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:32.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:32 smithi133 ceph-mon[31330]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-16T00:23:32.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:32 smithi133 ceph-mon[31330]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-16T00:23:32.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:32 smithi133 ceph-mon[31330]: Standby manager daemon b started 2024-05-16T00:23:32.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:32 smithi133 ceph-mon[31330]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-16T00:23:32.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:32 smithi133 ceph-mon[31330]: from='mgr.? 172.21.15.63:0/742674758' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-16T00:23:32.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:32 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/3321531598' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bc588d-3f24-42bc-92e1-b42cfe984f46"}]: dispatch 2024-05-16T00:23:32.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:32 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/3321531598' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4bc588d-3f24-42bc-92e1-b42cfe984f46"}]': finished 2024-05-16T00:23:32.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:32 smithi133 ceph-mon[31330]: osdmap e5: 1 total, 0 up, 1 in 2024-05-16T00:23:32.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:32 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:33.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:33 smithi063 ceph-mon[31538]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:33.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:33 smithi063 ceph-mon[31538]: mgrmap e14: a(active, since 80s), standbys: b 2024-05-16T00:23:33.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:33 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-16T00:23:33.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:33 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/1545183748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:23:33.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:33 smithi045 ceph-mon[29593]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:33.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:33 smithi045 ceph-mon[29593]: mgrmap e14: a(active, since 80s), standbys: b 2024-05-16T00:23:33.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:33 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-16T00:23:33.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:33 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1545183748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:23:33.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:33 smithi133 ceph-mon[31330]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:33.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:33 smithi133 ceph-mon[31330]: mgrmap e14: a(active, since 80s), standbys: b 2024-05-16T00:23:33.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:33 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-16T00:23:33.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:33 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/1545183748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:23:35.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:35 smithi063 ceph-mon[31538]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:35.357 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:35 smithi045 ceph-mon[29593]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:35.366 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:35 smithi133 ceph-mon[31330]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:37.237 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:37 smithi045 ceph-mon[29593]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:37.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:37 smithi133 ceph-mon[31330]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:37.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:37 smithi063 ceph-mon[31538]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:38.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:38.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:38.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:38.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-16T00:23:38.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:38.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:38 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:38.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:38 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:38.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:38 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:38.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:38 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-16T00:23:38.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:38 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:38.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:38.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:38.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:38.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-16T00:23:38.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:39.609 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:39 smithi045 ceph-mon[29593]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:39.609 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:39 smithi045 ceph-mon[29593]: Deploying daemon osd.0 on smithi045 2024-05-16T00:23:39.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:39 smithi133 ceph-mon[31330]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:39.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:39 smithi133 ceph-mon[31330]: Deploying daemon osd.0 on smithi045 2024-05-16T00:23:39.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:39 smithi063 ceph-mon[31538]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:39.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:39 smithi063 ceph-mon[31538]: Deploying daemon osd.0 on smithi045 2024-05-16T00:23:41.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:41 smithi045 ceph-mon[29593]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:41.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:41 smithi133 ceph-mon[31330]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:41.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:41 smithi063 ceph-mon[31538]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:43.475 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:43 smithi045 ceph-mon[29593]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:43.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:43 smithi133 ceph-mon[31330]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:43.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:43 smithi063 ceph-mon[31538]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:45.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:45.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:45.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:45.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:45.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:45.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:45.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:45.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:45.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:45.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:45.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:45.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:45.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:45.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:47.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:47 smithi045 ceph-mon[29593]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:47.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:47.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:47.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:47.688 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:47 smithi063 ceph-mon[31538]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:47.688 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:47 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:47.688 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:47 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:47.688 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:47 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:47.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:47 smithi133 ceph-mon[31330]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:47.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:47 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:47.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:47 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:47.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:47 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:48 smithi045 ceph-mon[29593]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-16T00:23:48.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:48 smithi045 ceph-mon[29593]: Detected new or changed devices on smithi045 2024-05-16T00:23:48.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:48 smithi045 ceph-mon[29593]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:48.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:48.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:48.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:48.520 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:48 smithi133 ceph-mon[31330]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-16T00:23:48.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:48 smithi133 ceph-mon[31330]: Detected new or changed devices on smithi045 2024-05-16T00:23:48.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:48 smithi133 ceph-mon[31330]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:48.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:48.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:48.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:48.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:48 smithi063 ceph-mon[31538]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-16T00:23:48.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:48 smithi063 ceph-mon[31538]: Detected new or changed devices on smithi045 2024-05-16T00:23:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:48 smithi063 ceph-mon[31538]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:48.863 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 0 on host 'smithi045' 2024-05-16T00:23:49.549 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: osdmap e6: 1 total, 0 up, 1 in 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: Adjusting osd_memory_target on smithi045 to 16069M 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:49.599 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:49.600 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.601 DEBUG:teuthology.orchestra.run.smithi045:osd.0> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.0.service 2024-05-16T00:23:49.604 INFO:tasks.cephadm:Deploying osd.1 on smithi045 with /dev/vg_nvme/lv_3... 2024-05-16T00:23:49.604 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-16T00:23:49.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-16T00:23:49.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: osdmap e6: 1 total, 0 up, 1 in 2024-05-16T00:23:49.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-16T00:23:49.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:49.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:49.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:23:49.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: Adjusting osd_memory_target on smithi045 to 16069M 2024-05-16T00:23:49.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:49.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:49.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-16T00:23:49.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: osdmap e6: 1 total, 0 up, 1 in 2024-05-16T00:23:49.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-16T00:23:49.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:49.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:23:49.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:23:49.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: Adjusting osd_memory_target on smithi045 to 16069M 2024-05-16T00:23:49.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:49.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:23:49.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:49.891 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:23:50.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:50 smithi045 ceph-mon[29593]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-16T00:23:50.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:50 smithi045 ceph-mon[29593]: osdmap e7: 1 total, 0 up, 1 in 2024-05-16T00:23:50.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:50 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:50.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:50 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:50.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:50 smithi045 ceph-mon[29593]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:50.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:50 smithi133 ceph-mon[31330]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-16T00:23:50.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:50 smithi133 ceph-mon[31330]: osdmap e7: 1 total, 0 up, 1 in 2024-05-16T00:23:50.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:50 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:50.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:50 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:50.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:50 smithi133 ceph-mon[31330]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:50.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:50 smithi063 ceph-mon[31538]: from='osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-16T00:23:50.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:50 smithi063 ceph-mon[31538]: osdmap e7: 1 total, 0 up, 1 in 2024-05-16T00:23:50.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:50 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:50.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:50 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:50.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:50 smithi063 ceph-mon[31538]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-16T00:23:51.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:51 smithi133 ceph-mon[31330]: purged_snaps scrub starts 2024-05-16T00:23:51.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:51 smithi133 ceph-mon[31330]: purged_snaps scrub ok 2024-05-16T00:23:51.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:51 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:51.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:51 smithi133 ceph-mon[31330]: osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030] boot 2024-05-16T00:23:51.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:51 smithi133 ceph-mon[31330]: osdmap e8: 1 total, 1 up, 1 in 2024-05-16T00:23:51.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:51 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:51.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:51 smithi045 ceph-mon[29593]: purged_snaps scrub starts 2024-05-16T00:23:51.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:51 smithi045 ceph-mon[29593]: purged_snaps scrub ok 2024-05-16T00:23:51.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:51 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:51.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:51 smithi045 ceph-mon[29593]: osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030] boot 2024-05-16T00:23:51.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:51 smithi045 ceph-mon[29593]: osdmap e8: 1 total, 1 up, 1 in 2024-05-16T00:23:51.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:51 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:51.810 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-16T00:23:51.810 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-16T00:23:51.810 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2024-05-16T00:23:51.810 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2024-05-16T00:23:51.811 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00927561 s, 1.1 GB/s 2024-05-16T00:23:51.811 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2024-05-16T00:23:51.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:51 smithi063 ceph-mon[31538]: purged_snaps scrub starts 2024-05-16T00:23:51.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:51 smithi063 ceph-mon[31538]: purged_snaps scrub ok 2024-05-16T00:23:51.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:51 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:51.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:51 smithi063 ceph-mon[31538]: osd.0 [v2:172.21.15.45:6802/2471767030,v1:172.21.15.45:6803/2471767030] boot 2024-05-16T00:23:51.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:51 smithi063 ceph-mon[31538]: osdmap e8: 1 total, 1 up, 1 in 2024-05-16T00:23:51.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:51 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-16T00:23:52.406 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch daemon add osd smithi045:vg_nvme/lv_3 2024-05-16T00:23:52.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:52 smithi045 ceph-mon[29593]: osdmap e9: 1 total, 1 up, 1 in 2024-05-16T00:23:52.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:52 smithi045 ceph-mon[29593]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:52.656 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:23:52.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:52 smithi133 ceph-mon[31330]: osdmap e9: 1 total, 1 up, 1 in 2024-05-16T00:23:52.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:52 smithi133 ceph-mon[31330]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:52.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:52 smithi063 ceph-mon[31538]: osdmap e9: 1 total, 1 up, 1 in 2024-05-16T00:23:52.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:52 smithi063 ceph-mon[31538]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:55.187 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:54 smithi045 ceph-mon[29593]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:55.187 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:54 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:23:55.187 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:54 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:23:55.188 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:54 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:55.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:54 smithi133 ceph-mon[31330]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:55.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:54 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:23:55.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:54 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:23:55.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:54 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:55.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:54 smithi063 ceph-mon[31538]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:55.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:54 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:23:55.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:54 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:23:55.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:54 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:23:55.994 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:55 smithi133 ceph-mon[31330]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:56.120 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:55 smithi045 ceph-mon[29593]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:56.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:55 smithi063 ceph-mon[31538]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:23:57.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:56 smithi133 ceph-mon[31330]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:57.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:56 smithi063 ceph-mon[31538]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:57.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:56 smithi045 ceph-mon[29593]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:58.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:57 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/99387109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0798a16b-7475-49da-8bd2-766d0991326a"}]: dispatch 2024-05-16T00:23:58.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:57 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/99387109' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0798a16b-7475-49da-8bd2-766d0991326a"}]': finished 2024-05-16T00:23:58.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:57 smithi133 ceph-mon[31330]: osdmap e10: 2 total, 1 up, 2 in 2024-05-16T00:23:58.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:23:58.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:58.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:58.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:58.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:57 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/99387109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0798a16b-7475-49da-8bd2-766d0991326a"}]: dispatch 2024-05-16T00:23:58.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:57 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/99387109' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0798a16b-7475-49da-8bd2-766d0991326a"}]': finished 2024-05-16T00:23:58.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:57 smithi063 ceph-mon[31538]: osdmap e10: 2 total, 1 up, 2 in 2024-05-16T00:23:58.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:23:58.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:58.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:58.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:58.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:57 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/99387109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0798a16b-7475-49da-8bd2-766d0991326a"}]: dispatch 2024-05-16T00:23:58.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:57 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/99387109' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0798a16b-7475-49da-8bd2-766d0991326a"}]': finished 2024-05-16T00:23:58.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:57 smithi045 ceph-mon[29593]: osdmap e10: 2 total, 1 up, 2 in 2024-05-16T00:23:58.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:23:58.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:58.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:58.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:23:59.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:58 smithi133 ceph-mon[31330]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:59.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:23:58 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/79571206' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:23:59.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:58 smithi063 ceph-mon[31538]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:59.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:23:58 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/79571206' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:23:59.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:58 smithi045 ceph-mon[29593]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:23:59.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:23:58 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/79571206' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:24:01.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:00 smithi133 ceph-mon[31330]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:01.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:00 smithi063 ceph-mon[31538]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:01.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:00 smithi045 ceph-mon[29593]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:03.018 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:02 smithi045 ceph-mon[29593]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:03.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:02 smithi133 ceph-mon[31330]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:03.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:02 smithi063 ceph-mon[31538]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:04.232 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:03 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-16T00:24:04.232 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:03 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:04.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:03 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-16T00:24:04.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:03 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:04.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:03 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-16T00:24:04.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:03 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:04.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:04 smithi045 ceph-mon[29593]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:04.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:04 smithi045 ceph-mon[29593]: Deploying daemon osd.1 on smithi045 2024-05-16T00:24:05.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:04 smithi133 ceph-mon[31330]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:05.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:04 smithi133 ceph-mon[31330]: Deploying daemon osd.1 on smithi045 2024-05-16T00:24:05.340 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:04 smithi063 ceph-mon[31538]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:05.340 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:04 smithi063 ceph-mon[31538]: Deploying daemon osd.1 on smithi045 2024-05-16T00:24:07.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:06 smithi045 ceph-mon[29593]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:07.178 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:06 smithi063 ceph-mon[31538]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:07.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:06 smithi133 ceph-mon[31330]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:08.334 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.334 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.334 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.334 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.334 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.334 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.515 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:08.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:09.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:09 smithi133 ceph-mon[31330]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:09.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:09 smithi063 ceph-mon[31538]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:09.636 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:09 smithi045 ceph-mon[29593]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:10.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:10.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:10.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:10.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:10.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:10.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:10.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.595 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-16T00:24:10.595 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:10.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:10.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:10.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:10.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:10.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:10.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:10.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-16T00:24:10.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:10.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-16T00:24:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:11.605 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:11 smithi045 ceph-mon[29593]: Reconfiguring osd.1 (unknown last config time)... 2024-05-16T00:24:11.605 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:11 smithi045 ceph-mon[29593]: Reconfiguring daemon osd.1 on smithi045 2024-05-16T00:24:11.605 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:11 smithi045 ceph-mon[29593]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-16T00:24:11.605 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:11 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:11.605 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:11 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:11.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:11 smithi133 ceph-mon[31330]: Reconfiguring osd.1 (unknown last config time)... 2024-05-16T00:24:11.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:11 smithi133 ceph-mon[31330]: Reconfiguring daemon osd.1 on smithi045 2024-05-16T00:24:11.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:11 smithi133 ceph-mon[31330]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-16T00:24:11.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:11 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:11.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:11 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:11 smithi063 ceph-mon[31538]: Reconfiguring osd.1 (unknown last config time)... 2024-05-16T00:24:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:11 smithi063 ceph-mon[31538]: Reconfiguring daemon osd.1 on smithi045 2024-05-16T00:24:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:11 smithi063 ceph-mon[31538]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-16T00:24:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:11 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:11 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:12 smithi045 ceph-mon[29593]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:12 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:12 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:12 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:12 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:12 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:12 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:12.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:12 smithi133 ceph-mon[31330]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:12.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:12 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:12.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:12 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:12.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:12 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:12.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:12 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:12.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:12 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:12.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:12 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:12.829 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:12 smithi063 ceph-mon[31538]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:12.829 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:12 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:12.829 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:12 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:12.830 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:12 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:12.830 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:12 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:12.830 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:12 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:12.830 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:12 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:13.619 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:13 smithi045 ceph-mon[29593]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:13.619 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:13 smithi045 ceph-mon[29593]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-16T00:24:13.620 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:13 smithi045 ceph-mon[29593]: Cluster is now healthy 2024-05-16T00:24:13.620 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:13 smithi045 ceph-mon[29593]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-16T00:24:13.656 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:13 smithi133 ceph-mon[31330]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:13.656 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:13 smithi133 ceph-mon[31330]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-16T00:24:13.656 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:13 smithi133 ceph-mon[31330]: Cluster is now healthy 2024-05-16T00:24:13.656 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:13 smithi133 ceph-mon[31330]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-16T00:24:13.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:13 smithi063 ceph-mon[31538]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:13.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:13 smithi063 ceph-mon[31538]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-16T00:24:13.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:13 smithi063 ceph-mon[31538]: Cluster is now healthy 2024-05-16T00:24:13.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:13 smithi063 ceph-mon[31538]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-16T00:24:14.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:14 smithi045 ceph-mon[29593]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-16T00:24:14.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:14 smithi045 ceph-mon[29593]: osdmap e11: 2 total, 1 up, 2 in 2024-05-16T00:24:14.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:14 smithi045 ceph-mon[29593]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-16T00:24:14.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:14 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:14.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:14 smithi045 ceph-mon[29593]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-16T00:24:14.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:14 smithi133 ceph-mon[31330]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-16T00:24:14.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:14 smithi133 ceph-mon[31330]: osdmap e11: 2 total, 1 up, 2 in 2024-05-16T00:24:14.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:14 smithi133 ceph-mon[31330]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-16T00:24:14.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:14 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:14.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:14 smithi133 ceph-mon[31330]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-16T00:24:14.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:14 smithi063 ceph-mon[31538]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-16T00:24:14.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:14 smithi063 ceph-mon[31538]: osdmap e11: 2 total, 1 up, 2 in 2024-05-16T00:24:14.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:14 smithi063 ceph-mon[31538]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-16T00:24:14.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:14 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:14.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:14 smithi063 ceph-mon[31538]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-16T00:24:15.563 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 1 on host 'smithi045' 2024-05-16T00:24:15.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:15 smithi133 ceph-mon[31330]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:15.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:15 smithi133 ceph-mon[31330]: osdmap e12: 2 total, 1 up, 2 in 2024-05-16T00:24:15.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:15.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:15.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:15 smithi133 ceph-mon[31330]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' 2024-05-16T00:24:15.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:15 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:15.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:15 smithi063 ceph-mon[31538]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:15.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:15 smithi063 ceph-mon[31538]: osdmap e12: 2 total, 1 up, 2 in 2024-05-16T00:24:15.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:15.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:15.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:15 smithi063 ceph-mon[31538]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' 2024-05-16T00:24:15.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:15.864 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:15 smithi045 ceph-mon[29593]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:15.864 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:15 smithi045 ceph-mon[29593]: osdmap e12: 2 total, 1 up, 2 in 2024-05-16T00:24:15.864 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:15.864 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:15.864 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:15 smithi045 ceph-mon[29593]: from='osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636]' entity='osd.1' 2024-05-16T00:24:15.864 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:16.189 DEBUG:teuthology.orchestra.run.smithi045:osd.1> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.1.service 2024-05-16T00:24:16.192 INFO:tasks.cephadm:Deploying osd.2 on smithi063 with /dev/vg_nvme/lv_4... 2024-05-16T00:24:16.193 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-16T00:24:16.452 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.b/config 2024-05-16T00:24:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: purged_snaps scrub starts 2024-05-16T00:24:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: purged_snaps scrub ok 2024-05-16T00:24:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:24:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:24:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: Adjusting osd_memory_target on smithi045 to 8034M 2024-05-16T00:24:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636] boot 2024-05-16T00:24:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: osdmap e13: 2 total, 2 up, 2 in 2024-05-16T00:24:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:16 smithi133 ceph-mon[31330]: pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:16.834 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: purged_snaps scrub starts 2024-05-16T00:24:16.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: purged_snaps scrub ok 2024-05-16T00:24:16.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: Adjusting osd_memory_target on smithi045 to 8034M 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636] boot 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: osdmap e13: 2 total, 2 up, 2 in 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:16.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:16 smithi063 ceph-mon[31538]: pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:16.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: purged_snaps scrub starts 2024-05-16T00:24:16.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: purged_snaps scrub ok 2024-05-16T00:24:16.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:16.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:24:16.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:24:16.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: Adjusting osd_memory_target on smithi045 to 8034M 2024-05-16T00:24:16.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:16.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:16.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:16.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: osd.1 [v2:172.21.15.45:6810/2018642636,v1:172.21.15.45:6811/2018642636] boot 2024-05-16T00:24:16.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: osdmap e13: 2 total, 2 up, 2 in 2024-05-16T00:24:16.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-16T00:24:16.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:16 smithi045 ceph-mon[29593]: pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-16T00:24:17.916 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:17 smithi063 ceph-mon[31538]: osdmap e14: 2 total, 2 up, 2 in 2024-05-16T00:24:17.916 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:17 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:17.916 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:17 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:17.916 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:17 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:18.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:17 smithi133 ceph-mon[31330]: osdmap e14: 2 total, 2 up, 2 in 2024-05-16T00:24:18.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:17 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:18.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:17 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:18.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:17 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:17 smithi045 ceph-mon[29593]: osdmap e14: 2 total, 2 up, 2 in 2024-05-16T00:24:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:17 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:17 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:17 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:18.379 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-16T00:24:18.379 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-16T00:24:18.379 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-05-16T00:24:18.379 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-05-16T00:24:18.379 INFO:teuthology.orchestra.run.smithi063.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0116308 s, 902 MB/s 2024-05-16T00:24:18.379 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-05-16T00:24:18.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:18 smithi133 ceph-mon[31330]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:18.887 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_4 2024-05-16T00:24:19.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:18 smithi063 ceph-mon[31538]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:19.133 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.b/config 2024-05-16T00:24:19.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:18 smithi045 ceph-mon[29593]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:20.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:20 smithi063 ceph-mon[31538]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:21.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:20 smithi133 ceph-mon[31330]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:21.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:20 smithi045 ceph-mon[29593]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:21.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:21 smithi063 ceph-mon[31538]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:24:21.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:21 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:24:21.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:21 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:24:21.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:21 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:22.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:21 smithi133 ceph-mon[31330]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:24:22.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:21 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:24:22.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:21 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:24:22.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:21 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:22.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:21 smithi045 ceph-mon[29593]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:24:22.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:21 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:24:22.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:21 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:24:22.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:21 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:23.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:22 smithi133 ceph-mon[31330]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:23.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:22 smithi063 ceph-mon[31538]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:23.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:22 smithi045 ceph-mon[29593]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:24.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:23 smithi133 ceph-mon[31330]: from='client.? 172.21.15.63:0/1711101243' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f"}]: dispatch 2024-05-16T00:24:24.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:23 smithi133 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f"}]: dispatch 2024-05-16T00:24:24.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:23 smithi133 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f"}]': finished 2024-05-16T00:24:24.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:23 smithi133 ceph-mon[31330]: osdmap e15: 3 total, 2 up, 3 in 2024-05-16T00:24:24.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:23 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:24.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:23 smithi063 ceph-mon[31538]: from='client.? 172.21.15.63:0/1711101243' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f"}]: dispatch 2024-05-16T00:24:24.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:23 smithi063 ceph-mon[31538]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f"}]: dispatch 2024-05-16T00:24:24.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:23 smithi063 ceph-mon[31538]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f"}]': finished 2024-05-16T00:24:24.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:23 smithi063 ceph-mon[31538]: osdmap e15: 3 total, 2 up, 3 in 2024-05-16T00:24:24.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:23 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:24.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:23 smithi045 ceph-mon[29593]: from='client.? 172.21.15.63:0/1711101243' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f"}]: dispatch 2024-05-16T00:24:24.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:23 smithi045 ceph-mon[29593]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f"}]: dispatch 2024-05-16T00:24:24.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:23 smithi045 ceph-mon[29593]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f"}]': finished 2024-05-16T00:24:24.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:23 smithi045 ceph-mon[29593]: osdmap e15: 3 total, 2 up, 3 in 2024-05-16T00:24:24.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:23 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:25.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:24 smithi133 ceph-mon[31330]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:25.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:24 smithi133 ceph-mon[31330]: from='client.? 172.21.15.63:0/3428774349' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:24:25.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:24 smithi063 ceph-mon[31538]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:25.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:24 smithi063 ceph-mon[31538]: from='client.? 172.21.15.63:0/3428774349' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:24:25.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:24 smithi045 ceph-mon[29593]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:25.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:24 smithi045 ceph-mon[29593]: from='client.? 172.21.15.63:0/3428774349' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:24:27.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:26 smithi133 ceph-mon[31330]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:27.059 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:26 smithi063 ceph-mon[31538]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:27.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:26 smithi045 ceph-mon[29593]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:28.493 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:28.493 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:28.493 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:28.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:28.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:28.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:28.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:28 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:28.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:28 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:28.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:28 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:29.500 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:29 smithi063 ceph-mon[31538]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:29.500 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:29.500 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:29.501 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:29.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:29 smithi045 ceph-mon[29593]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:29.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:29.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:29.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:29.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:29 smithi133 ceph-mon[31330]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:29.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:29.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:29.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:30.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:30 smithi063 ceph-mon[31538]: Detected new or changed devices on smithi045 2024-05-16T00:24:30.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:30 smithi045 ceph-mon[29593]: Detected new or changed devices on smithi045 2024-05-16T00:24:30.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:30 smithi133 ceph-mon[31330]: Detected new or changed devices on smithi045 2024-05-16T00:24:31.418 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:31 smithi063 ceph-mon[31538]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:31.583 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:31 smithi045 ceph-mon[29593]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:31.744 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:31 smithi133 ceph-mon[31330]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:32.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:32 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-16T00:24:32.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:32 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:32.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:32 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-16T00:24:32.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:32 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:32.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:32 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-16T00:24:32.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:32 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:33.585 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:33 smithi063 ceph-mon[31538]: Deploying daemon osd.2 on smithi063 2024-05-16T00:24:33.585 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:33 smithi063 ceph-mon[31538]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:33.649 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:33 smithi133 ceph-mon[31330]: Deploying daemon osd.2 on smithi063 2024-05-16T00:24:33.649 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:33 smithi133 ceph-mon[31330]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:33.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:33 smithi045 ceph-mon[29593]: Deploying daemon osd.2 on smithi063 2024-05-16T00:24:33.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:33 smithi045 ceph-mon[29593]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:35.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:35 smithi063 ceph-mon[31538]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:35.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:35 smithi045 ceph-mon[29593]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:35.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:35 smithi133 ceph-mon[31330]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:37.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:37 smithi133 ceph-mon[31330]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:37.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:37 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:37.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:37 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:37.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:37 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:37.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:37 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:37.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:37 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:37.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:37 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:37.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:37 smithi063 ceph-mon[31538]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:37.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:37.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:37.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:37.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:37.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:37.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:37.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:37 smithi045 ceph-mon[29593]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:37.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:37.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:39.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:38 smithi133 ceph-mon[31330]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:39.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:38 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:39.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:38 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:39.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:38 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:39.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:38 smithi063 ceph-mon[31538]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:39.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:39.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:39.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:39.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:38 smithi045 ceph-mon[29593]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:39.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:39.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:39.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:39.861 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 2 on host 'smithi063' 2024-05-16T00:24:40.461 DEBUG:teuthology.orchestra.run.smithi063:osd.2> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.2.service 2024-05-16T00:24:40.463 INFO:tasks.cephadm:Deploying osd.3 on smithi063 with /dev/vg_nvme/lv_3... 2024-05-16T00:24:40.464 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-16T00:24:40.746 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.b/config 2024-05-16T00:24:41.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:41.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:41.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:24:41.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: Adjusting osd_memory_target on smithi063 to 16064M 2024-05-16T00:24:41.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:41.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:41.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: from='osd.2 [v2:172.21.15.63:6800/1867345159,v1:172.21.15.63:6801/1867345159]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-16T00:24:41.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:40 smithi063 ceph-mon[31538]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-16T00:24:41.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:41.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:41.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:24:41.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: Adjusting osd_memory_target on smithi063 to 16064M 2024-05-16T00:24:41.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:41.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:41.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: from='osd.2 [v2:172.21.15.63:6800/1867345159,v1:172.21.15.63:6801/1867345159]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-16T00:24:41.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:40 smithi045 ceph-mon[29593]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-16T00:24:41.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: Adjusting osd_memory_target on smithi063 to 16064M 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: from='osd.2 [v2:172.21.15.63:6800/1867345159,v1:172.21.15.63:6801/1867345159]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-16T00:24:41.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:40 smithi133 ceph-mon[31330]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-16T00:24:41.980 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:41 smithi063 ceph-mon[31538]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-16T00:24:41.980 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:41 smithi063 ceph-mon[31538]: osdmap e16: 3 total, 2 up, 3 in 2024-05-16T00:24:41.981 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:41 smithi063 ceph-mon[31538]: from='osd.2 [v2:172.21.15.63:6800/1867345159,v1:172.21.15.63:6801/1867345159]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:24:41.981 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:41 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:41.981 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:41 smithi063 ceph-mon[31538]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:24:42.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:41 smithi045 ceph-mon[29593]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-16T00:24:42.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:41 smithi045 ceph-mon[29593]: osdmap e16: 3 total, 2 up, 3 in 2024-05-16T00:24:42.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:41 smithi045 ceph-mon[29593]: from='osd.2 [v2:172.21.15.63:6800/1867345159,v1:172.21.15.63:6801/1867345159]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:24:42.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:41 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:42.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:41 smithi045 ceph-mon[29593]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:24:42.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:41 smithi133 ceph-mon[31330]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-16T00:24:42.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:41 smithi133 ceph-mon[31330]: osdmap e16: 3 total, 2 up, 3 in 2024-05-16T00:24:42.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:41 smithi133 ceph-mon[31330]: from='osd.2 [v2:172.21.15.63:6800/1867345159,v1:172.21.15.63:6801/1867345159]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:24:42.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:41 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:42.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:41 smithi133 ceph-mon[31330]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:24:42.580 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-16T00:24:42.581 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-16T00:24:42.581 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-05-16T00:24:42.581 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-05-16T00:24:42.581 INFO:teuthology.orchestra.run.smithi063.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123732 s, 847 MB/s 2024-05-16T00:24:42.581 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-05-16T00:24:42.581 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:24:42 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2[37282]: 2024-05-16T00:24:42.285+0000 7fdcb27e7700 -1 osd.2 0 waiting for initial osdmap 2024-05-16T00:24:42.581 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:24:42 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2[37282]: 2024-05-16T00:24:42.288+0000 7fdcaa5d2700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-16T00:24:43.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:42 smithi045 ceph-mon[29593]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:43.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:42 smithi045 ceph-mon[29593]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-05-16T00:24:43.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:42 smithi045 ceph-mon[29593]: osdmap e17: 3 total, 2 up, 3 in 2024-05-16T00:24:43.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:42 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:43.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:42 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:43.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:42 smithi045 ceph-mon[29593]: from='osd.2 ' entity='osd.2' 2024-05-16T00:24:43.178 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:42 smithi063 ceph-mon[31538]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:43.179 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:42 smithi063 ceph-mon[31538]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-05-16T00:24:43.179 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:42 smithi063 ceph-mon[31538]: osdmap e17: 3 total, 2 up, 3 in 2024-05-16T00:24:43.179 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:42 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:43.179 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:42 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:43.179 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:42 smithi063 ceph-mon[31538]: from='osd.2 ' entity='osd.2' 2024-05-16T00:24:43.208 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_3 2024-05-16T00:24:43.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:42 smithi133 ceph-mon[31330]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:43.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:42 smithi133 ceph-mon[31330]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-05-16T00:24:43.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:42 smithi133 ceph-mon[31330]: osdmap e17: 3 total, 2 up, 3 in 2024-05-16T00:24:43.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:42 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:43.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:42 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:43.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:42 smithi133 ceph-mon[31330]: from='osd.2 ' entity='osd.2' 2024-05-16T00:24:43.456 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.b/config 2024-05-16T00:24:44.127 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:43 smithi063 ceph-mon[31538]: purged_snaps scrub starts 2024-05-16T00:24:44.127 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:43 smithi063 ceph-mon[31538]: purged_snaps scrub ok 2024-05-16T00:24:44.127 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:43 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:44.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:43 smithi063 ceph-mon[31538]: osd.2 [v2:172.21.15.63:6800/1867345159,v1:172.21.15.63:6801/1867345159] boot 2024-05-16T00:24:44.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:43 smithi063 ceph-mon[31538]: osdmap e18: 3 total, 3 up, 3 in 2024-05-16T00:24:44.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:43 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:44.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:43 smithi045 ceph-mon[29593]: purged_snaps scrub starts 2024-05-16T00:24:44.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:43 smithi045 ceph-mon[29593]: purged_snaps scrub ok 2024-05-16T00:24:44.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:43 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:44.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:43 smithi045 ceph-mon[29593]: osd.2 [v2:172.21.15.63:6800/1867345159,v1:172.21.15.63:6801/1867345159] boot 2024-05-16T00:24:44.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:43 smithi045 ceph-mon[29593]: osdmap e18: 3 total, 3 up, 3 in 2024-05-16T00:24:44.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:43 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:44.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:43 smithi133 ceph-mon[31330]: purged_snaps scrub starts 2024-05-16T00:24:44.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:43 smithi133 ceph-mon[31330]: purged_snaps scrub ok 2024-05-16T00:24:44.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:43 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:44.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:43 smithi133 ceph-mon[31330]: osd.2 [v2:172.21.15.63:6800/1867345159,v1:172.21.15.63:6801/1867345159] boot 2024-05-16T00:24:44.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:43 smithi133 ceph-mon[31330]: osdmap e18: 3 total, 3 up, 3 in 2024-05-16T00:24:44.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:43 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-16T00:24:45.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:44 smithi063 ceph-mon[31538]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:45.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:44 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' 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-05-16T00:24:45.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:44 smithi045 ceph-mon[29593]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:45.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:44 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' 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-05-16T00:24:45.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:44 smithi133 ceph-mon[31330]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-16T00:24:45.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:44 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' 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-05-16T00:24:46.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' 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-05-16T00:24:46.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:45 smithi045 ceph-mon[29593]: osdmap e19: 3 total, 3 up, 3 in 2024-05-16T00:24:46.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-16T00:24:46.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:45 smithi045 ceph-mon[29593]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:24:46.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:24:46.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:24:46.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:46.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' 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-05-16T00:24:46.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:45 smithi063 ceph-mon[31538]: osdmap e19: 3 total, 3 up, 3 in 2024-05-16T00:24:46.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-16T00:24:46.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:45 smithi063 ceph-mon[31538]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:24:46.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:24:46.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:24:46.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:46.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' 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-05-16T00:24:46.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:45 smithi133 ceph-mon[31330]: osdmap e19: 3 total, 3 up, 3 in 2024-05-16T00:24:46.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-16T00:24:46.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:45 smithi133 ceph-mon[31330]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:24:46.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:24:46.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:24:46.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:46.405 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39018]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-16T00:24:46.405 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39018]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.405 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39018]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.405 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39018]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47660]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-16T00:24:46.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47660]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47660]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47660]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.464 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47654]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-16T00:24:46.464 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47654]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.464 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47654]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.464 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47654]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.464 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47657]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-16T00:24:46.464 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47657]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.464 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47657]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.464 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47657]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.465 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47648]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-16T00:24:46.465 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47648]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.465 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47648]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.465 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47648]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.465 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47651]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-16T00:24:46.465 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47651]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.465 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47651]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.465 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47651]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47663]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-16T00:24:46.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47663]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47663]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 sudo[47663]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.756 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39021]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-16T00:24:46.756 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39021]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.756 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39021]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.757 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39021]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.757 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39024]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-16T00:24:46.757 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39024]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.757 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39024]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.757 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39024]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.757 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39027]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-16T00:24:46.757 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39027]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.757 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39027]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.757 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 sudo[39027]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 sudo[34802]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-16T00:24:46.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 sudo[34802]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 sudo[34802]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 sudo[34802]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 sudo[34805]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-16T00:24:46.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 sudo[34805]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-16T00:24:46.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 sudo[34805]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-16T00:24:46.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 sudo[34805]: pam_unix(sudo:session): session closed for user root 2024-05-16T00:24:46.986 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: pgmap v89: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:46.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-16T00:24:46.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-16T00:24:46.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: osdmap e20: 3 total, 3 up, 3 in 2024-05-16T00:24:46.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:46.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:46.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: Detected new or changed devices on smithi063 2024-05-16T00:24:46.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:46.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:46.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:46.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:24:46.988 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:24:46.989 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:46 smithi045 ceph-mon[29593]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-16T00:24:47.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: pgmap v89: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:47.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: osdmap e20: 3 total, 3 up, 3 in 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: Detected new or changed devices on smithi063 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:24:47.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:24:47.089 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:46 smithi063 ceph-mon[31538]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-16T00:24:47.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: pgmap v89: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: osdmap e20: 3 total, 3 up, 3 in 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: Detected new or changed devices on smithi063 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-16T00:24:47.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:24:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:24:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:24:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-16T00:24:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:24:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:24:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:24:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-16T00:24:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-16T00:24:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:24:47.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:24:47.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-16T00:24:47.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:46 smithi133 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-16T00:24:48.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:48 smithi063 ceph-mon[31538]: osdmap e21: 3 total, 3 up, 3 in 2024-05-16T00:24:48.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:48.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:48.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:48.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:48 smithi045 ceph-mon[29593]: osdmap e21: 3 total, 3 up, 3 in 2024-05-16T00:24:48.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:48.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:48.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:48.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:48 smithi133 ceph-mon[31330]: osdmap e21: 3 total, 3 up, 3 in 2024-05-16T00:24:48.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:48.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:48.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:49.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:49 smithi063 ceph-mon[31538]: pgmap v92: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:49.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:49 smithi063 ceph-mon[31538]: from='client.? 172.21.15.63:0/313242839' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2"}]: dispatch 2024-05-16T00:24:49.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:49 smithi063 ceph-mon[31538]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2"}]: dispatch 2024-05-16T00:24:49.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:49 smithi063 ceph-mon[31538]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2"}]': finished 2024-05-16T00:24:49.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:49 smithi063 ceph-mon[31538]: osdmap e22: 4 total, 3 up, 4 in 2024-05-16T00:24:49.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:24:49.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:49 smithi063 ceph-mon[31538]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-16T00:24:49.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:49 smithi063 ceph-mon[31538]: Cluster is now healthy 2024-05-16T00:24:49.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:49 smithi063 ceph-mon[31538]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-16T00:24:49.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:49 smithi063 ceph-mon[31538]: from='client.? 172.21.15.63:0/1873836417' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:24:49.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:49 smithi045 ceph-mon[29593]: pgmap v92: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:49.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:49 smithi045 ceph-mon[29593]: from='client.? 172.21.15.63:0/313242839' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2"}]: dispatch 2024-05-16T00:24:49.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:49 smithi045 ceph-mon[29593]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2"}]: dispatch 2024-05-16T00:24:49.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:49 smithi045 ceph-mon[29593]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2"}]': finished 2024-05-16T00:24:49.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:49 smithi045 ceph-mon[29593]: osdmap e22: 4 total, 3 up, 4 in 2024-05-16T00:24:49.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:24:49.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:49 smithi045 ceph-mon[29593]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-16T00:24:49.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:49 smithi045 ceph-mon[29593]: Cluster is now healthy 2024-05-16T00:24:49.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:49 smithi045 ceph-mon[29593]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-16T00:24:49.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:49 smithi045 ceph-mon[29593]: from='client.? 172.21.15.63:0/1873836417' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:24:49.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:49 smithi133 ceph-mon[31330]: pgmap v92: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:49 smithi133 ceph-mon[31330]: from='client.? 172.21.15.63:0/313242839' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2"}]: dispatch 2024-05-16T00:24:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:49 smithi133 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2"}]: dispatch 2024-05-16T00:24:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:49 smithi133 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2"}]': finished 2024-05-16T00:24:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:49 smithi133 ceph-mon[31330]: osdmap e22: 4 total, 3 up, 4 in 2024-05-16T00:24:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:24:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:49 smithi133 ceph-mon[31330]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-16T00:24:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:49 smithi133 ceph-mon[31330]: Cluster is now healthy 2024-05-16T00:24:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:49 smithi133 ceph-mon[31330]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-16T00:24:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:49 smithi133 ceph-mon[31330]: from='client.? 172.21.15.63:0/1873836417' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:24:51.337 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:51 smithi133 ceph-mon[31330]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:51.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:51 smithi063 ceph-mon[31538]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:51.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:51 smithi045 ceph-mon[29593]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:53.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:53 smithi063 ceph-mon[31538]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:53.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:53 smithi045 ceph-mon[29593]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:53.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:53 smithi133 ceph-mon[31330]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:55.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:55 smithi063 ceph-mon[31538]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:55.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:55 smithi045 ceph-mon[29593]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:55.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:55 smithi133 ceph-mon[31330]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:56.335 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-16T00:24:56.335 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:56.336 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:56 smithi063 ceph-mon[31538]: Deploying daemon osd.3 on smithi063 2024-05-16T00:24:56.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-16T00:24:56.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:56.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:56 smithi045 ceph-mon[29593]: Deploying daemon osd.3 on smithi063 2024-05-16T00:24:56.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-16T00:24:56.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:24:56.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:56 smithi133 ceph-mon[31330]: Deploying daemon osd.3 on smithi063 2024-05-16T00:24:57.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:57 smithi063 ceph-mon[31538]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:57.369 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:57 smithi133 ceph-mon[31330]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:57.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:57 smithi045 ceph-mon[29593]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:59.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:58 smithi063 ceph-mon[31538]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:59.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:58 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:59.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:58 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:59.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:24:58 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:59.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:58 smithi045 ceph-mon[29593]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:59.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:58 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:59.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:58 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:59.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:24:58 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:59.260 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:58 smithi133 ceph-mon[31330]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:24:59.260 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:58 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:59.260 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:58 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:24:59.260 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:24:58 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:01.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:00 smithi045 ceph-mon[29593]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:01.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:00 smithi133 ceph-mon[31330]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:01.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:00 smithi063 ceph-mon[31538]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:02.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:02 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:02.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:02 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:02.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:02 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:02.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:02 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:02.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:02 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:02.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:02 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:02.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:02 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:02.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:02 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:02.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:02 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:02.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:02 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:02.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:02 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:02.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:02 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:02.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:02 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:02.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:02 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:02.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:02 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:02.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:02 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:02.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:02 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:02.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:02 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:03.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:03 smithi045 ceph-mon[29593]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:03.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:03 smithi133 ceph-mon[31330]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:03.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:03 smithi063 ceph-mon[31538]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:04.157 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 3 on host 'smithi063' 2024-05-16T00:25:04.748 DEBUG:teuthology.orchestra.run.smithi063:osd.3> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.3.service 2024-05-16T00:25:04.750 INFO:tasks.cephadm:Deploying osd.4 on smithi133 with /dev/vg_nvme/lv_4... 2024-05-16T00:25:04.750 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-16T00:25:04.999 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.c/config 2024-05-16T00:25:05.318 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:05.318 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='osd.3 [v2:172.21.15.63:6808/2397156142,v1:172.21.15.63:6809/2397156142]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-16T00:25:05.319 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-16T00:25:05.319 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.319 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.319 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:05.319 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:05.320 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:05.320 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: Adjusting osd_memory_target on smithi063 to 8032M 2024-05-16T00:25:05.320 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.320 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:05.320 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:05.320 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:05 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.337 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:05.337 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='osd.3 [v2:172.21.15.63:6808/2397156142,v1:172.21.15.63:6809/2397156142]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-16T00:25:05.337 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-16T00:25:05.337 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.338 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.338 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:05.338 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:05.338 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:05.338 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: Adjusting osd_memory_target on smithi063 to 8032M 2024-05-16T00:25:05.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:05.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:05.342 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.342 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:05.342 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='osd.3 [v2:172.21.15.63:6808/2397156142,v1:172.21.15.63:6809/2397156142]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-16T00:25:05.343 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-16T00:25:05.343 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.343 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.343 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:05.343 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:05.343 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:05.344 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: Adjusting osd_memory_target on smithi063 to 8032M 2024-05-16T00:25:05.344 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:05.344 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:05.344 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:05.344 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:06.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:06 smithi133 ceph-mon[31330]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-16T00:25:06.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:06 smithi133 ceph-mon[31330]: osdmap e23: 4 total, 3 up, 4 in 2024-05-16T00:25:06.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:06 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:06.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:06 smithi133 ceph-mon[31330]: from='osd.3 [v2:172.21.15.63:6808/2397156142,v1:172.21.15.63:6809/2397156142]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:25:06.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:06 smithi133 ceph-mon[31330]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:25:06.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:06 smithi063 ceph-mon[31538]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-16T00:25:06.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:06 smithi063 ceph-mon[31538]: osdmap e23: 4 total, 3 up, 4 in 2024-05-16T00:25:06.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:06 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:06.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:06 smithi063 ceph-mon[31538]: from='osd.3 [v2:172.21.15.63:6808/2397156142,v1:172.21.15.63:6809/2397156142]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:25:06.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:06 smithi063 ceph-mon[31538]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:25:06.338 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:25:06 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3[41080]: 2024-05-16T00:25:06.047+0000 7f0d923a9700 -1 osd.3 0 waiting for initial osdmap 2024-05-16T00:25:06.338 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:25:06 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3[41080]: 2024-05-16T00:25:06.051+0000 7f0d8e19c700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-16T00:25:06.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:06 smithi045 ceph-mon[29593]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-16T00:25:06.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:06 smithi045 ceph-mon[29593]: osdmap e23: 4 total, 3 up, 4 in 2024-05-16T00:25:06.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:06 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:06.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:06 smithi045 ceph-mon[29593]: from='osd.3 [v2:172.21.15.63:6808/2397156142,v1:172.21.15.63:6809/2397156142]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:25:06.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:06 smithi045 ceph-mon[29593]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-16T00:25:06.959 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-16T00:25:06.960 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-16T00:25:06.960 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-05-16T00:25:06.960 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-05-16T00:25:06.960 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0134217 s, 781 MB/s 2024-05-16T00:25:06.960 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-05-16T00:25:07.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:07.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-05-16T00:25:07.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: osdmap e24: 4 total, 3 up, 4 in 2024-05-16T00:25:07.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:07.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:07.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: osdmap e25: 4 total, 3 up, 4 in 2024-05-16T00:25:07.152 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:07.152 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.152 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.152 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: Detected new or changed devices on smithi063 2024-05-16T00:25:07.152 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.152 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:07.152 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:07.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:07.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.280 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:07.280 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-05-16T00:25:07.280 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: osdmap e24: 4 total, 3 up, 4 in 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: osdmap e25: 4 total, 3 up, 4 in 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: Detected new or changed devices on smithi063 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:07.281 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.324 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: osdmap e24: 4 total, 3 up, 4 in 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: osdmap e25: 4 total, 3 up, 4 in 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: Detected new or changed devices on smithi063 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:07.325 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:07.326 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:07.617 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-05-16T00:25:07.853 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.c/config 2024-05-16T00:25:08.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: purged_snaps scrub starts 2024-05-16T00:25:08.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: purged_snaps scrub ok 2024-05-16T00:25:08.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:08.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: osd.3 [v2:172.21.15.63:6808/2397156142,v1:172.21.15.63:6809/2397156142] boot 2024-05-16T00:25:08.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: osdmap e26: 4 total, 4 up, 4 in 2024-05-16T00:25:08.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: purged_snaps scrub starts 2024-05-16T00:25:08.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: purged_snaps scrub ok 2024-05-16T00:25:08.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:08.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: osd.3 [v2:172.21.15.63:6808/2397156142,v1:172.21.15.63:6809/2397156142] boot 2024-05-16T00:25:08.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: osdmap e26: 4 total, 4 up, 4 in 2024-05-16T00:25:08.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:08.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:08.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:08.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:08.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: purged_snaps scrub starts 2024-05-16T00:25:08.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: purged_snaps scrub ok 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: osd.3 [v2:172.21.15.63:6808/2397156142,v1:172.21.15.63:6809/2397156142] boot 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: osdmap e26: 4 total, 4 up, 4 in 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:08.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:09.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:09 smithi063 ceph-mon[31538]: pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:09.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:09 smithi063 ceph-mon[31538]: osdmap e27: 4 total, 4 up, 4 in 2024-05-16T00:25:09.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:09 smithi045 ceph-mon[29593]: pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:09.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:09 smithi045 ceph-mon[29593]: osdmap e27: 4 total, 4 up, 4 in 2024-05-16T00:25:09.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:09 smithi133 ceph-mon[31330]: pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-16T00:25:09.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:09 smithi133 ceph-mon[31330]: osdmap e27: 4 total, 4 up, 4 in 2024-05-16T00:25:10.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:10 smithi063 ceph-mon[31538]: osdmap e28: 4 total, 4 up, 4 in 2024-05-16T00:25:10.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:25:10.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:25:10.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:10.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:10 smithi045 ceph-mon[29593]: osdmap e28: 4 total, 4 up, 4 in 2024-05-16T00:25:10.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:25:10.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:25:10.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:10.400 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:10 smithi133 ceph-mon[31330]: osdmap e28: 4 total, 4 up, 4 in 2024-05-16T00:25:10.400 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:25:10.400 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:25:10.401 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:10 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:11.305 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:11 smithi133 ceph-mon[31330]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:25:11.305 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:11 smithi133 ceph-mon[31330]: pgmap v110: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:11.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:11 smithi063 ceph-mon[31538]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:25:11.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:11 smithi063 ceph-mon[31538]: pgmap v110: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:11.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:11 smithi045 ceph-mon[29593]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:25:11.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:11 smithi045 ceph-mon[29593]: pgmap v110: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:13.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:13 smithi063 ceph-mon[31538]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 358 GiB / 358 GiB avail 2024-05-16T00:25:13.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:13 smithi063 ceph-mon[31538]: from='client.? 172.21.15.133:0/570727224' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b259c82-476e-4640-8bd9-324935fbc44a"}]: dispatch 2024-05-16T00:25:13.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:13 smithi063 ceph-mon[31538]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b259c82-476e-4640-8bd9-324935fbc44a"}]: dispatch 2024-05-16T00:25:13.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:13 smithi063 ceph-mon[31538]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b259c82-476e-4640-8bd9-324935fbc44a"}]': finished 2024-05-16T00:25:13.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:13 smithi063 ceph-mon[31538]: osdmap e29: 5 total, 4 up, 5 in 2024-05-16T00:25:13.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:13 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:13.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:13 smithi063 ceph-mon[31538]: from='client.? 172.21.15.133:0/1674314658' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:25:13.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:13 smithi045 ceph-mon[29593]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 358 GiB / 358 GiB avail 2024-05-16T00:25:13.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:13 smithi045 ceph-mon[29593]: from='client.? 172.21.15.133:0/570727224' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b259c82-476e-4640-8bd9-324935fbc44a"}]: dispatch 2024-05-16T00:25:13.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:13 smithi045 ceph-mon[29593]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b259c82-476e-4640-8bd9-324935fbc44a"}]: dispatch 2024-05-16T00:25:13.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:13 smithi045 ceph-mon[29593]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b259c82-476e-4640-8bd9-324935fbc44a"}]': finished 2024-05-16T00:25:13.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:13 smithi045 ceph-mon[29593]: osdmap e29: 5 total, 4 up, 5 in 2024-05-16T00:25:13.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:13 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:13.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:13 smithi045 ceph-mon[29593]: from='client.? 172.21.15.133:0/1674314658' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:25:13.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:13 smithi133 ceph-mon[31330]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 358 GiB / 358 GiB avail 2024-05-16T00:25:13.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:13 smithi133 ceph-mon[31330]: from='client.? 172.21.15.133:0/570727224' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b259c82-476e-4640-8bd9-324935fbc44a"}]: dispatch 2024-05-16T00:25:13.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:13 smithi133 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b259c82-476e-4640-8bd9-324935fbc44a"}]: dispatch 2024-05-16T00:25:13.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:13 smithi133 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b259c82-476e-4640-8bd9-324935fbc44a"}]': finished 2024-05-16T00:25:13.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:13 smithi133 ceph-mon[31330]: osdmap e29: 5 total, 4 up, 5 in 2024-05-16T00:25:13.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:13 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:13.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:13 smithi133 ceph-mon[31330]: from='client.? 172.21.15.133:0/1674314658' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:25:15.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:15 smithi063 ceph-mon[31538]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-16T00:25:15.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:15 smithi045 ceph-mon[29593]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-16T00:25:15.465 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:15 smithi133 ceph-mon[31330]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-16T00:25:17.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:17 smithi063 ceph-mon[31538]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-16T00:25:17.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:17 smithi045 ceph-mon[29593]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-16T00:25:17.418 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:17 smithi133 ceph-mon[31330]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-16T00:25:19.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:18 smithi133 ceph-mon[31330]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-05-16T00:25:19.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:19.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:19.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:18 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:19.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:18 smithi063 ceph-mon[31538]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-05-16T00:25:19.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:19.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:19.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:19.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:18 smithi045 ceph-mon[29593]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-05-16T00:25:19.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:19.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:19.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:20.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:19 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-16T00:25:20.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:19 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:20.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:19 smithi133 ceph-mon[31330]: Deploying daemon osd.4 on smithi133 2024-05-16T00:25:20.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:19 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-16T00:25:20.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:19 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:20.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:19 smithi063 ceph-mon[31538]: Deploying daemon osd.4 on smithi133 2024-05-16T00:25:20.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:19 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-16T00:25:20.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:19 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:20.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:19 smithi045 ceph-mon[29593]: Deploying daemon osd.4 on smithi133 2024-05-16T00:25:21.272 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:20 smithi133 ceph-mon[31330]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:21.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:20 smithi063 ceph-mon[31538]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:21.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:20 smithi045 ceph-mon[29593]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:23.248 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:22 smithi133 ceph-mon[31330]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:23.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:22 smithi063 ceph-mon[31538]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:23.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:22 smithi045 ceph-mon[29593]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:25.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:24 smithi133 ceph-mon[31330]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-05-16T00:25:25.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:24 smithi045 ceph-mon[29593]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-05-16T00:25:25.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:24 smithi063 ceph-mon[31538]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-05-16T00:25:26.270 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:26.270 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:26.270 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:26.270 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:26.270 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:26.270 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:26.273 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:26 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:26.273 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:26 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:26.273 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:26 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:26.273 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:26 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:26.273 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:26 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:26.273 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:26 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:26.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:26 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:26.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:26 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:26.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:26 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:26.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:26 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:26.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:26 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:26.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:26 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:27.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:27 smithi045 ceph-mon[29593]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:27.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:27.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:27.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:27.274 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:27 smithi133 ceph-mon[31330]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:27.274 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:27.274 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:27.274 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:27.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:27 smithi063 ceph-mon[31538]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:27.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:27.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:27.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:28.697 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:28 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:28.697 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:28 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:28.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:28 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:28.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:28 smithi133 ceph-mon[31330]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:28.775 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 4 on host 'smithi133' 2024-05-16T00:25:29.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:29.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:29.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:29.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:28 smithi063 ceph-mon[31538]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:29.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:29.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:29.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:29.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:28 smithi045 ceph-mon[29593]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:29.437 DEBUG:teuthology.orchestra.run.smithi133:osd.4> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.4.service 2024-05-16T00:25:29.439 INFO:tasks.cephadm:Deploying osd.5 on smithi133 with /dev/vg_nvme/lv_3... 2024-05-16T00:25:29.439 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-16T00:25:29.713 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.c/config 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: from='osd.4 [v2:172.21.15.133:6800/2621622865,v1:172.21.15.133:6801/2621622865]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: Adjusting osd_memory_target on smithi133 to 20160M 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:29.971 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:30.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: from='osd.4 [v2:172.21.15.133:6800/2621622865,v1:172.21.15.133:6801/2621622865]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-16T00:25:30.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-16T00:25:30.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:30.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:30.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:30.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:30.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: Adjusting osd_memory_target on smithi133 to 20160M 2024-05-16T00:25:30.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:30.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:30.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:30.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:30.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: from='osd.4 [v2:172.21.15.133:6800/2621622865,v1:172.21.15.133:6801/2621622865]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-16T00:25:30.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-16T00:25:30.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:30.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:30.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:30.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:30.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: Adjusting osd_memory_target on smithi133 to 20160M 2024-05-16T00:25:30.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:30.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:30.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:30.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:30.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:30 smithi133 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-16T00:25:30.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:30 smithi133 ceph-mon[31330]: osdmap e30: 5 total, 4 up, 5 in 2024-05-16T00:25:30.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:30 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:30.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:30 smithi133 ceph-mon[31330]: from='osd.4 [v2:172.21.15.133:6800/2621622865,v1:172.21.15.133:6801/2621622865]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:30.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:30 smithi133 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:30.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:30 smithi133 ceph-mon[31330]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:30.785 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:25:30 smithi133 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4[37884]: 2024-05-16T00:25:30.719+0000 7fcf55c70700 -1 osd.4 0 waiting for initial osdmap 2024-05-16T00:25:30.785 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:25:30 smithi133 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4[37884]: 2024-05-16T00:25:30.722+0000 7fcf51a63700 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-16T00:25:30.927 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:30 smithi063 ceph-mon[31538]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-16T00:25:30.928 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:30 smithi063 ceph-mon[31538]: osdmap e30: 5 total, 4 up, 5 in 2024-05-16T00:25:30.928 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:30 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:30.928 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:30 smithi063 ceph-mon[31538]: from='osd.4 [v2:172.21.15.133:6800/2621622865,v1:172.21.15.133:6801/2621622865]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:30.928 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:30 smithi063 ceph-mon[31538]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:30.928 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:30 smithi063 ceph-mon[31538]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:30 smithi045 ceph-mon[29593]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-16T00:25:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:30 smithi045 ceph-mon[29593]: osdmap e30: 5 total, 4 up, 5 in 2024-05-16T00:25:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:30 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:30 smithi045 ceph-mon[29593]: from='osd.4 [v2:172.21.15.133:6800/2621622865,v1:172.21.15.133:6801/2621622865]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:31.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:30 smithi045 ceph-mon[29593]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:31.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:30 smithi045 ceph-mon[29593]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:25:31.687 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-16T00:25:31.687 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-16T00:25:31.687 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-05-16T00:25:31.687 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-05-16T00:25:31.687 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0125039 s, 839 MB/s 2024-05-16T00:25:31.688 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-05-16T00:25:32.025 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:31 smithi133 ceph-mon[31330]: purged_snaps scrub starts 2024-05-16T00:25:32.025 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:31 smithi133 ceph-mon[31330]: purged_snaps scrub ok 2024-05-16T00:25:32.025 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:31 smithi133 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-16T00:25:32.025 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:31 smithi133 ceph-mon[31330]: osdmap e31: 5 total, 4 up, 5 in 2024-05-16T00:25:32.025 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:31 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:32.026 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:31 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:32.026 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:31 smithi133 ceph-mon[31330]: osd.4 [v2:172.21.15.133:6800/2621622865,v1:172.21.15.133:6801/2621622865] boot 2024-05-16T00:25:32.026 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:31 smithi133 ceph-mon[31330]: osdmap e32: 5 total, 5 up, 5 in 2024-05-16T00:25:32.026 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:31 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:32.074 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:31 smithi063 ceph-mon[31538]: purged_snaps scrub starts 2024-05-16T00:25:32.074 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:31 smithi063 ceph-mon[31538]: purged_snaps scrub ok 2024-05-16T00:25:32.074 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:31 smithi063 ceph-mon[31538]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-16T00:25:32.074 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:31 smithi063 ceph-mon[31538]: osdmap e31: 5 total, 4 up, 5 in 2024-05-16T00:25:32.074 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:31 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:32.074 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:31 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:32.074 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:31 smithi063 ceph-mon[31538]: osd.4 [v2:172.21.15.133:6800/2621622865,v1:172.21.15.133:6801/2621622865] boot 2024-05-16T00:25:32.074 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:31 smithi063 ceph-mon[31538]: osdmap e32: 5 total, 5 up, 5 in 2024-05-16T00:25:32.075 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:31 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:32.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:31 smithi045 ceph-mon[29593]: purged_snaps scrub starts 2024-05-16T00:25:32.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:31 smithi045 ceph-mon[29593]: purged_snaps scrub ok 2024-05-16T00:25:32.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:31 smithi045 ceph-mon[29593]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-16T00:25:32.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:31 smithi045 ceph-mon[29593]: osdmap e31: 5 total, 4 up, 5 in 2024-05-16T00:25:32.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:31 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:32.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:31 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:32.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:31 smithi045 ceph-mon[29593]: osd.4 [v2:172.21.15.133:6800/2621622865,v1:172.21.15.133:6801/2621622865] boot 2024-05-16T00:25:32.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:31 smithi045 ceph-mon[29593]: osdmap e32: 5 total, 5 up, 5 in 2024-05-16T00:25:32.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:31 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-16T00:25:32.339 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_3 2024-05-16T00:25:32.574 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.c/config 2024-05-16T00:25:33.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:33 smithi133 ceph-mon[31330]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:33.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:33 smithi133 ceph-mon[31330]: osdmap e33: 5 total, 5 up, 5 in 2024-05-16T00:25:33.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:33 smithi063 ceph-mon[31538]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:33.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:33 smithi063 ceph-mon[31538]: osdmap e33: 5 total, 5 up, 5 in 2024-05-16T00:25:33.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:33 smithi045 ceph-mon[29593]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:33.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:33 smithi045 ceph-mon[29593]: osdmap e33: 5 total, 5 up, 5 in 2024-05-16T00:25:34.232 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:34 smithi133 ceph-mon[31330]: osdmap e34: 5 total, 5 up, 5 in 2024-05-16T00:25:34.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:34 smithi063 ceph-mon[31538]: osdmap e34: 5 total, 5 up, 5 in 2024-05-16T00:25:34.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:34 smithi045 ceph-mon[29593]: osdmap e34: 5 total, 5 up, 5 in 2024-05-16T00:25:35.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:35 smithi063 ceph-mon[31538]: pgmap v128: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:35.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:35 smithi063 ceph-mon[31538]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:25:35.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:25:35.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:25:35.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:35.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:35 smithi133 ceph-mon[31330]: pgmap v128: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:35.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:35 smithi133 ceph-mon[31330]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:25:35.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:35 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:25:35.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:35 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:25:35.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:35 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:35 smithi045 ceph-mon[29593]: pgmap v128: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:35 smithi045 ceph-mon[29593]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:25:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-16T00:25:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-16T00:25:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:36.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:36 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:36.499 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:36 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:36.499 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:36 smithi063 ceph-mon[31538]: Detected new or changed devices on smithi133 2024-05-16T00:25:36.499 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:36 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:36.502 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:36 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:36.502 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:36 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:36.502 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:36 smithi133 ceph-mon[31330]: Detected new or changed devices on smithi133 2024-05-16T00:25:36.502 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:36 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:36.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:36 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:36.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:36 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:36.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:36 smithi045 ceph-mon[29593]: Detected new or changed devices on smithi133 2024-05-16T00:25:36.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:36 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:37.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:37 smithi133 ceph-mon[31330]: pgmap v129: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:37.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:37 smithi063 ceph-mon[31538]: pgmap v129: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:37.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:37 smithi045 ceph-mon[29593]: pgmap v129: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:38.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:38 smithi133 ceph-mon[31330]: from='client.? 172.21.15.133:0/2084077699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80922858-f976-463d-af2e-91c01e4128bc"}]: dispatch 2024-05-16T00:25:38.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:38 smithi133 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80922858-f976-463d-af2e-91c01e4128bc"}]: dispatch 2024-05-16T00:25:38.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:38 smithi133 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80922858-f976-463d-af2e-91c01e4128bc"}]': finished 2024-05-16T00:25:38.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:38 smithi133 ceph-mon[31330]: osdmap e35: 6 total, 5 up, 6 in 2024-05-16T00:25:38.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:38 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:38.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:38 smithi133 ceph-mon[31330]: from='client.? 172.21.15.133:0/1896063683' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:25:38.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:38 smithi063 ceph-mon[31538]: from='client.? 172.21.15.133:0/2084077699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80922858-f976-463d-af2e-91c01e4128bc"}]: dispatch 2024-05-16T00:25:38.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:38 smithi063 ceph-mon[31538]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80922858-f976-463d-af2e-91c01e4128bc"}]: dispatch 2024-05-16T00:25:38.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:38 smithi063 ceph-mon[31538]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80922858-f976-463d-af2e-91c01e4128bc"}]': finished 2024-05-16T00:25:38.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:38 smithi063 ceph-mon[31538]: osdmap e35: 6 total, 5 up, 6 in 2024-05-16T00:25:38.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:38.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:38 smithi063 ceph-mon[31538]: from='client.? 172.21.15.133:0/1896063683' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:25:38.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:38 smithi045 ceph-mon[29593]: from='client.? 172.21.15.133:0/2084077699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80922858-f976-463d-af2e-91c01e4128bc"}]: dispatch 2024-05-16T00:25:38.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:38 smithi045 ceph-mon[29593]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80922858-f976-463d-af2e-91c01e4128bc"}]: dispatch 2024-05-16T00:25:38.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:38 smithi045 ceph-mon[29593]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80922858-f976-463d-af2e-91c01e4128bc"}]': finished 2024-05-16T00:25:38.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:38 smithi045 ceph-mon[29593]: osdmap e35: 6 total, 5 up, 6 in 2024-05-16T00:25:38.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:38.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:38 smithi045 ceph-mon[29593]: from='client.? 172.21.15.133:0/1896063683' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-16T00:25:39.645 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:39 smithi133 ceph-mon[31330]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:39.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:39 smithi045 ceph-mon[29593]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:39.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:39 smithi063 ceph-mon[31538]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:41.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:41 smithi045 ceph-mon[29593]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-16T00:25:41.675 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:41 smithi133 ceph-mon[31330]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-16T00:25:41.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:41 smithi063 ceph-mon[31538]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-16T00:25:43.400 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:43 smithi133 ceph-mon[31330]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-16T00:25:43.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:43 smithi045 ceph-mon[29593]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-16T00:25:43.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:43 smithi063 ceph-mon[31538]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-16T00:25:45.639 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:45 smithi133 ceph-mon[31330]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:45.639 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-16T00:25:45.639 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:45 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:45.639 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:45 smithi133 ceph-mon[31330]: Deploying daemon osd.5 on smithi133 2024-05-16T00:25:45.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:45 smithi045 ceph-mon[29593]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:45.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-16T00:25:45.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:45.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:45 smithi045 ceph-mon[29593]: Deploying daemon osd.5 on smithi133 2024-05-16T00:25:45.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:45 smithi063 ceph-mon[31538]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:45.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-16T00:25:45.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:45.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:45 smithi063 ceph-mon[31538]: Deploying daemon osd.5 on smithi133 2024-05-16T00:25:47.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:47 smithi133 ceph-mon[31330]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:47.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:47 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:47.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:47 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:47.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:47 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:47.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:47 smithi045 ceph-mon[29593]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:47.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:47.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:47.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:47.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:47 smithi063 ceph-mon[31538]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-16T00:25:47.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:47 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:47.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:47 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:47.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:47 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:49.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:48 smithi063 ceph-mon[31538]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-05-16T00:25:49.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:49.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:49.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:49.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:48 smithi045 ceph-mon[29593]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-05-16T00:25:49.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:49.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:49.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:49.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:48 smithi133 ceph-mon[31330]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-05-16T00:25:49.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:49.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:49.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:48 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:50.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:50.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:50.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:50.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:50.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:50.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:50.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:50.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:50.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:50.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:50.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:50.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:50.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:50.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:50.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:50.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:50.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:50.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:51.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:50 smithi133 ceph-mon[31330]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-16T00:25:51.081 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:50 smithi063 ceph-mon[31538]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-16T00:25:51.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:50 smithi045 ceph-mon[29593]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-16T00:25:52.759 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 5 on host 'smithi133' 2024-05-16T00:25:53.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:52 smithi133 ceph-mon[31330]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:53.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:52 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:52 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:52 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:53.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:52 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:53.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:52 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:53.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:52 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:52 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:53.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:52 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:53.035 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:52 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:52 smithi045 ceph-mon[29593]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:53.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:53.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:53.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:53.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:53.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:53.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:52 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:52 smithi063 ceph-mon[31538]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:53.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:52 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:52 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:52 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:53.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:52 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:53.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:52 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-16T00:25:53.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:52 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:52 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:53.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:52 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:53.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:52 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:53.375 DEBUG:teuthology.orchestra.run.smithi133:osd.5> sudo journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.5.service 2024-05-16T00:25:53.377 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-05-16T00:25:53.380 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd stat -f json 2024-05-16T00:25:53.646 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:25:54.026 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:53 smithi045 ceph-mon[29593]: Adjusting osd_memory_target on smithi133 to 10080M 2024-05-16T00:25:54.026 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:53 smithi045 ceph-mon[29593]: from='osd.5 [v2:172.21.15.133:6808/4262415214,v1:172.21.15.133:6809/4262415214]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-16T00:25:54.026 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:53 smithi045 ceph-mon[29593]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-16T00:25:54.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:53 smithi133 ceph-mon[31330]: Adjusting osd_memory_target on smithi133 to 10080M 2024-05-16T00:25:54.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:53 smithi133 ceph-mon[31330]: from='osd.5 [v2:172.21.15.133:6808/4262415214,v1:172.21.15.133:6809/4262415214]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-16T00:25:54.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:53 smithi133 ceph-mon[31330]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-16T00:25:54.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:53 smithi063 ceph-mon[31538]: Adjusting osd_memory_target on smithi133 to 10080M 2024-05-16T00:25:54.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:53 smithi063 ceph-mon[31538]: from='osd.5 [v2:172.21.15.133:6808/4262415214,v1:172.21.15.133:6809/4262415214]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-16T00:25:54.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:53 smithi063 ceph-mon[31538]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-16T00:25:55.065 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:54 smithi045 ceph-mon[29593]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:55.065 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:54 smithi045 ceph-mon[29593]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-16T00:25:55.065 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:54 smithi045 ceph-mon[29593]: osdmap e36: 6 total, 5 up, 6 in 2024-05-16T00:25:55.065 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:54 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:55.065 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:54 smithi045 ceph-mon[29593]: from='osd.5 [v2:172.21.15.133:6808/4262415214,v1:172.21.15.133:6809/4262415214]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:55.065 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:54 smithi045 ceph-mon[29593]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:55.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:54 smithi133 ceph-mon[31330]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:55.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:54 smithi133 ceph-mon[31330]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-16T00:25:55.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:54 smithi133 ceph-mon[31330]: osdmap e36: 6 total, 5 up, 6 in 2024-05-16T00:25:55.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:54 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:55.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:54 smithi133 ceph-mon[31330]: from='osd.5 [v2:172.21.15.133:6808/4262415214,v1:172.21.15.133:6809/4262415214]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:55.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:54 smithi133 ceph-mon[31330]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:55.199 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:25:54 smithi133 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5[41616]: 2024-05-16T00:25:54.854+0000 7fd19aa1b700 -1 osd.5 0 waiting for initial osdmap 2024-05-16T00:25:55.199 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:25:54 smithi133 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5[41616]: 2024-05-16T00:25:54.861+0000 7fd19680e700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-16T00:25:55.239 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:54 smithi063 ceph-mon[31538]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:55.239 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:54 smithi063 ceph-mon[31538]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-16T00:25:55.239 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:54 smithi063 ceph-mon[31538]: osdmap e36: 6 total, 5 up, 6 in 2024-05-16T00:25:55.239 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:54 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:55.239 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:54 smithi063 ceph-mon[31538]: from='osd.5 [v2:172.21.15.133:6808/4262415214,v1:172.21.15.133:6809/4262415214]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:55.239 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:54 smithi063 ceph-mon[31538]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-16T00:25:55.554 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:25:56.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-16T00:25:56.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: osdmap e37: 6 total, 5 up, 6 in 2024-05-16T00:25:56.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:56.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:56.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: Detected new or changed devices on smithi133 2024-05-16T00:25:56.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:56.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:56.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:56.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:55 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1498398610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-16T00:25:56.177 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":37,"num_osds":6,"num_up_osds":5,"osd_up_since":1715819131,"num_in_osds":6,"osd_in_since":1715819137,"num_remapped_pgs":0} 2024-05-16T00:25:56.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-16T00:25:56.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: osdmap e37: 6 total, 5 up, 6 in 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: Detected new or changed devices on smithi133 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:55 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/1498398610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-16T00:25:56.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-16T00:25:56.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: osdmap e37: 6 total, 5 up, 6 in 2024-05-16T00:25:56.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:56.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:56.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: Detected new or changed devices on smithi133 2024-05-16T00:25:56.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:56.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:56.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:56.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:56.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:55 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/1498398610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-16T00:25:57.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: purged_snaps scrub starts 2024-05-16T00:25:57.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: purged_snaps scrub ok 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: osd.5 [v2:172.21.15.133:6808/4262415214,v1:172.21.15.133:6809/4262415214] boot 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: osdmap e38: 6 total, 6 up, 6 in 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: osdmap e39: 6 total, 6 up, 6 in 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:57.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:56 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.179 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd stat -f json 2024-05-16T00:25:57.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: purged_snaps scrub starts 2024-05-16T00:25:57.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: purged_snaps scrub ok 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: osd.5 [v2:172.21.15.133:6808/4262415214,v1:172.21.15.133:6809/4262415214] boot 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: osdmap e38: 6 total, 6 up, 6 in 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: osdmap e39: 6 total, 6 up, 6 in 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:57.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:56 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: purged_snaps scrub starts 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: purged_snaps scrub ok 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: osd.5 [v2:172.21.15.133:6808/4262415214,v1:172.21.15.133:6809/4262415214] boot 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: osdmap e38: 6 total, 6 up, 6 in 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: osdmap e39: 6 total, 6 up, 6 in 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:25:57.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:25:57.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:56 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:25:57.438 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:25:58.247 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:58 smithi045 ceph-mon[29593]: osdmap e40: 6 total, 6 up, 6 in 2024-05-16T00:25:58.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:58 smithi063 ceph-mon[31538]: osdmap e40: 6 total, 6 up, 6 in 2024-05-16T00:25:58.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:58 smithi133 ceph-mon[31330]: osdmap e40: 6 total, 6 up, 6 in 2024-05-16T00:25:59.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:25:59 smithi045 ceph-mon[29593]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:25:59.304 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:25:59.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:25:59 smithi063 ceph-mon[31538]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:25:59.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:25:59 smithi133 ceph-mon[31330]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:25:59.952 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":40,"num_osds":6,"num_up_osds":6,"osd_up_since":1715819155,"num_in_osds":6,"osd_in_since":1715819137,"num_remapped_pgs":0} 2024-05-16T00:25:59.953 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd dump --format=json 2024-05-16T00:26:00.201 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:00.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:00 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/495356145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-16T00:26:00.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:00 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/495356145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-16T00:26:00.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:00 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/495356145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-16T00:26:01.219 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:01 smithi045 ceph-mon[29593]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-05-16T00:26:01.280 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:01 smithi133 ceph-mon[31330]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-05-16T00:26:01.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:01 smithi063 ceph-mon[31538]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-05-16T00:26:01.952 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:26:01.952 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":40,"fsid":"07bf125e-131a-11ef-bc99-c7b262605968","created":"2024-05-16T00:21:16.053439+0000","modified":"2024-05-16T00:25:57.065303+0000","last_up_change":"2024-05-16T00:25:55.851069+0000","last_in_change":"2024-05-16T00:25:37.356677+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-05-16T00:24:43.926745+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"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":"e4bc588d-3f24-42bc-92e1-b42cfe984f46","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6803","nonce":2471767030}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6805","nonce":2471767030}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6809","nonce":2471767030}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6807","nonce":2471767030}]},"public_addr":"172.21.15.45:6803/2471767030","cluster_addr":"172.21.15.45:6805/2471767030","heartbeat_back_addr":"172.21.15.45:6809/2471767030","heartbeat_front_addr":"172.21.15.45:6807/2471767030","state":["exists","up"]},{"osd":1,"uuid":"0798a16b-7475-49da-8bd2-766d0991326a","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.45:6810","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6811","nonce":2018642636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6813","nonce":2018642636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6817","nonce":2018642636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6815","nonce":2018642636}]},"public_addr":"172.21.15.45:6811/2018642636","cluster_addr":"172.21.15.45:6813/2018642636","heartbeat_back_addr":"172.21.15.45:6817/2018642636","heartbeat_front_addr":"172.21.15.45:6815/2018642636","state":["exists","up"]},{"osd":2,"uuid":"6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6801","nonce":1867345159}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6803","nonce":1867345159}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6807","nonce":1867345159}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6805","nonce":1867345159}]},"public_addr":"172.21.15.63:6801/1867345159","cluster_addr":"172.21.15.63:6803/1867345159","heartbeat_back_addr":"172.21.15.63:6807/1867345159","heartbeat_front_addr":"172.21.15.63:6805/1867345159","state":["exists","up"]},{"osd":3,"uuid":"7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6809","nonce":2397156142}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6811","nonce":2397156142}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6815","nonce":2397156142}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6813","nonce":2397156142}]},"public_addr":"172.21.15.63:6809/2397156142","cluster_addr":"172.21.15.63:6811/2397156142","heartbeat_back_addr":"172.21.15.63:6815/2397156142","heartbeat_front_addr":"172.21.15.63:6813/2397156142","state":["exists","up"]},{"osd":4,"uuid":"1b259c82-476e-4640-8bd9-324935fbc44a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6801","nonce":2621622865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6803","nonce":2621622865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6807","nonce":2621622865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6805","nonce":2621622865}]},"public_addr":"172.21.15.133:6801/2621622865","cluster_addr":"172.21.15.133:6803/2621622865","heartbeat_back_addr":"172.21.15.133:6807/2621622865","heartbeat_front_addr":"172.21.15.133:6805/2621622865","state":["exists","up"]},{"osd":5,"uuid":"80922858-f976-463d-af2e-91c01e4128bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6809","nonce":4262415214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6811","nonce":4262415214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6815","nonce":4262415214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6813","nonce":4262415214}]},"public_addr":"172.21.15.133:6809/4262415214","cluster_addr":"172.21.15.133:6811/4262415214","heartbeat_back_addr":"172.21.15.133:6815/4262415214","heartbeat_front_addr":"172.21.15.133:6813/4262415214","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:23:48.571075+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:24:14.319953+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:24:40.934945+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:25:05.095907+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:25:29.744058+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:25:53.882099+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/2679505071":"2024-05-17T00:22:11.830258+0000","172.21.15.45:0/3491785785":"2024-05-17T00:21:43.347429+0000","172.21.15.45:6800/514233156":"2024-05-17T00:22:11.830258+0000","172.21.15.45:0/4116898793":"2024-05-17T00:21:43.347429+0000","172.21.15.45:0/1235742967":"2024-05-17T00:22:11.830258+0000","172.21.15.45:6800/1978016419":"2024-05-17T00:21:43.347429+0000","172.21.15.45:6801/1978016419":"2024-05-17T00:21:43.347429+0000","172.21.15.45:6801/514233156":"2024-05-17T00:22:11.830258+0000","172.21.15.45:0/3131570549":"2024-05-17T00:21:43.347429+0000","172.21.15.45:0/2110477315":"2024-05-17T00:22:11.830258+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-05-16T00:26:02.309 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:02 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1844037001' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-16T00:26:02.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:02 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/1844037001' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-16T00:26:02.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:02 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/1844037001' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-16T00:26:02.612 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-16T00:24:43.926745+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-05-16T00:26:02.612 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-16T00:26:02.857 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:03.313 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:03 smithi045 ceph-mon[29593]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-16T00:26:03.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:03 smithi063 ceph-mon[31538]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-16T00:26:03.437 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:03 smithi133 ceph-mon[31330]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-16T00:26:04.841 INFO:teuthology.orchestra.run.smithi045.stdout:pg_num: 1 2024-05-16T00:26:05.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:05 smithi045 ceph-mon[29593]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-16T00:26:05.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:05 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/3656500253' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-16T00:26:05.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:05 smithi063 ceph-mon[31538]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-16T00:26:05.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:05 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/3656500253' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-16T00:26:05.429 INFO:tasks.cephadm:Setting up client nodes... 2024-05-16T00:26:05.429 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-16T00:26:05.429 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-16T00:26:05.429 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph mgr dump --format=json 2024-05-16T00:26:05.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:05 smithi133 ceph-mon[31330]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-16T00:26:05.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:05 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/3656500253' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-16T00:26:05.677 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:07.309 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:07 smithi045 ceph-mon[29593]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-16T00:26:07.309 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:07.309 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:07.309 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:07.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:07 smithi133 ceph-mon[31330]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-16T00:26:07.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:07.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:07.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:07 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:07.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:07 smithi063 ceph-mon[31538]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-16T00:26:07.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:07.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:07.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:08.942 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:26:09.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:08 smithi045 ceph-mon[29593]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-16T00:26:09.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:09.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:09.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:09.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:08 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2094486695' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-16T00:26:09.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:08 smithi133 ceph-mon[31330]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-16T00:26:09.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:09.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:09.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:08 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:09.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:08 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/2094486695' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-16T00:26:09.345 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:08 smithi063 ceph-mon[31538]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-16T00:26:09.345 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:09.345 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:09.345 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:09.345 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:08 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/2094486695' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-16T00:26:09.588 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6800","nonce":2778984549},{"type":"v1","addr":"172.21.15.45:6801","nonce":2778984549}]},"active_addr":"172.21.15.45:6801/2778984549","active_change":"2024-05-16T00:22:11.830369+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"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":[]},"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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","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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"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":[]},"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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.45: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.45:0","nonce":272343036}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":302479950}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":3783713240}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":3387760576}]}]} 2024-05-16T00:26:09.594 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-16T00:26:09.594 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-16T00:26:09.594 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd dump --format=json 2024-05-16T00:26:10.387 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:11.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:10 smithi045 ceph-mon[29593]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-16T00:26:11.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:10 smithi133 ceph-mon[31330]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-16T00:26:11.292 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:10 smithi063 ceph-mon[31538]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-16T00:26:12.286 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:26:12.290 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":40,"fsid":"07bf125e-131a-11ef-bc99-c7b262605968","created":"2024-05-16T00:21:16.053439+0000","modified":"2024-05-16T00:25:57.065303+0000","last_up_change":"2024-05-16T00:25:55.851069+0000","last_in_change":"2024-05-16T00:25:37.356677+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-05-16T00:24:43.926745+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"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":"e4bc588d-3f24-42bc-92e1-b42cfe984f46","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6803","nonce":2471767030}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6805","nonce":2471767030}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6809","nonce":2471767030}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6807","nonce":2471767030}]},"public_addr":"172.21.15.45:6803/2471767030","cluster_addr":"172.21.15.45:6805/2471767030","heartbeat_back_addr":"172.21.15.45:6809/2471767030","heartbeat_front_addr":"172.21.15.45:6807/2471767030","state":["exists","up"]},{"osd":1,"uuid":"0798a16b-7475-49da-8bd2-766d0991326a","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.45:6810","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6811","nonce":2018642636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6813","nonce":2018642636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6817","nonce":2018642636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6815","nonce":2018642636}]},"public_addr":"172.21.15.45:6811/2018642636","cluster_addr":"172.21.15.45:6813/2018642636","heartbeat_back_addr":"172.21.15.45:6817/2018642636","heartbeat_front_addr":"172.21.15.45:6815/2018642636","state":["exists","up"]},{"osd":2,"uuid":"6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6801","nonce":1867345159}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6803","nonce":1867345159}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6807","nonce":1867345159}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6805","nonce":1867345159}]},"public_addr":"172.21.15.63:6801/1867345159","cluster_addr":"172.21.15.63:6803/1867345159","heartbeat_back_addr":"172.21.15.63:6807/1867345159","heartbeat_front_addr":"172.21.15.63:6805/1867345159","state":["exists","up"]},{"osd":3,"uuid":"7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6809","nonce":2397156142}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6811","nonce":2397156142}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6815","nonce":2397156142}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6813","nonce":2397156142}]},"public_addr":"172.21.15.63:6809/2397156142","cluster_addr":"172.21.15.63:6811/2397156142","heartbeat_back_addr":"172.21.15.63:6815/2397156142","heartbeat_front_addr":"172.21.15.63:6813/2397156142","state":["exists","up"]},{"osd":4,"uuid":"1b259c82-476e-4640-8bd9-324935fbc44a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6801","nonce":2621622865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6803","nonce":2621622865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6807","nonce":2621622865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6805","nonce":2621622865}]},"public_addr":"172.21.15.133:6801/2621622865","cluster_addr":"172.21.15.133:6803/2621622865","heartbeat_back_addr":"172.21.15.133:6807/2621622865","heartbeat_front_addr":"172.21.15.133:6805/2621622865","state":["exists","up"]},{"osd":5,"uuid":"80922858-f976-463d-af2e-91c01e4128bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6809","nonce":4262415214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6811","nonce":4262415214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6815","nonce":4262415214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6813","nonce":4262415214}]},"public_addr":"172.21.15.133:6809/4262415214","cluster_addr":"172.21.15.133:6811/4262415214","heartbeat_back_addr":"172.21.15.133:6815/4262415214","heartbeat_front_addr":"172.21.15.133:6813/4262415214","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:23:48.571075+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:24:14.319953+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:24:40.934945+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:25:05.095907+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:25:29.744058+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:25:53.882099+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/2679505071":"2024-05-17T00:22:11.830258+0000","172.21.15.45:0/3491785785":"2024-05-17T00:21:43.347429+0000","172.21.15.45:6800/514233156":"2024-05-17T00:22:11.830258+0000","172.21.15.45:0/4116898793":"2024-05-17T00:21:43.347429+0000","172.21.15.45:0/1235742967":"2024-05-17T00:22:11.830258+0000","172.21.15.45:6800/1978016419":"2024-05-17T00:21:43.347429+0000","172.21.15.45:6801/1978016419":"2024-05-17T00:21:43.347429+0000","172.21.15.45:6801/514233156":"2024-05-17T00:22:11.830258+0000","172.21.15.45:0/3131570549":"2024-05-17T00:21:43.347429+0000","172.21.15.45:0/2110477315":"2024-05-17T00:22:11.830258+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-05-16T00:26:13.062 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-16T00:26:13.062 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd dump --format=json 2024-05-16T00:26:13.207 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:12 smithi063 ceph-mon[31538]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:13.207 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:12 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/1708903430' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-16T00:26:13.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:12 smithi133 ceph-mon[31330]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:13.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:12 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/1708903430' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-16T00:26:13.316 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:13.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:12 smithi045 ceph-mon[29593]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:13.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:12 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/1708903430' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-16T00:26:15.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:14 smithi045 ceph-mon[29593]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:15.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:14 smithi133 ceph-mon[31330]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:15.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:14 smithi063 ceph-mon[31538]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:15.364 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:26:15.364 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":40,"fsid":"07bf125e-131a-11ef-bc99-c7b262605968","created":"2024-05-16T00:21:16.053439+0000","modified":"2024-05-16T00:25:57.065303+0000","last_up_change":"2024-05-16T00:25:55.851069+0000","last_in_change":"2024-05-16T00:25:37.356677+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-05-16T00:24:43.926745+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"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":"e4bc588d-3f24-42bc-92e1-b42cfe984f46","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6803","nonce":2471767030}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6805","nonce":2471767030}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6809","nonce":2471767030}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":2471767030},{"type":"v1","addr":"172.21.15.45:6807","nonce":2471767030}]},"public_addr":"172.21.15.45:6803/2471767030","cluster_addr":"172.21.15.45:6805/2471767030","heartbeat_back_addr":"172.21.15.45:6809/2471767030","heartbeat_front_addr":"172.21.15.45:6807/2471767030","state":["exists","up"]},{"osd":1,"uuid":"0798a16b-7475-49da-8bd2-766d0991326a","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.45:6810","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6811","nonce":2018642636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6813","nonce":2018642636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6817","nonce":2018642636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":2018642636},{"type":"v1","addr":"172.21.15.45:6815","nonce":2018642636}]},"public_addr":"172.21.15.45:6811/2018642636","cluster_addr":"172.21.15.45:6813/2018642636","heartbeat_back_addr":"172.21.15.45:6817/2018642636","heartbeat_front_addr":"172.21.15.45:6815/2018642636","state":["exists","up"]},{"osd":2,"uuid":"6a8deea5-2ee2-41f2-ab9a-cccdce69aa2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6801","nonce":1867345159}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6803","nonce":1867345159}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6807","nonce":1867345159}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":1867345159},{"type":"v1","addr":"172.21.15.63:6805","nonce":1867345159}]},"public_addr":"172.21.15.63:6801/1867345159","cluster_addr":"172.21.15.63:6803/1867345159","heartbeat_back_addr":"172.21.15.63:6807/1867345159","heartbeat_front_addr":"172.21.15.63:6805/1867345159","state":["exists","up"]},{"osd":3,"uuid":"7ff1bbd2-ca51-49d3-a29e-533f6f8c21c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6809","nonce":2397156142}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6811","nonce":2397156142}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6815","nonce":2397156142}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":2397156142},{"type":"v1","addr":"172.21.15.63:6813","nonce":2397156142}]},"public_addr":"172.21.15.63:6809/2397156142","cluster_addr":"172.21.15.63:6811/2397156142","heartbeat_back_addr":"172.21.15.63:6815/2397156142","heartbeat_front_addr":"172.21.15.63:6813/2397156142","state":["exists","up"]},{"osd":4,"uuid":"1b259c82-476e-4640-8bd9-324935fbc44a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6801","nonce":2621622865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6803","nonce":2621622865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6807","nonce":2621622865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2621622865},{"type":"v1","addr":"172.21.15.133:6805","nonce":2621622865}]},"public_addr":"172.21.15.133:6801/2621622865","cluster_addr":"172.21.15.133:6803/2621622865","heartbeat_back_addr":"172.21.15.133:6807/2621622865","heartbeat_front_addr":"172.21.15.133:6805/2621622865","state":["exists","up"]},{"osd":5,"uuid":"80922858-f976-463d-af2e-91c01e4128bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6809","nonce":4262415214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6811","nonce":4262415214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6815","nonce":4262415214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":4262415214},{"type":"v1","addr":"172.21.15.133:6813","nonce":4262415214}]},"public_addr":"172.21.15.133:6809/4262415214","cluster_addr":"172.21.15.133:6811/4262415214","heartbeat_back_addr":"172.21.15.133:6815/4262415214","heartbeat_front_addr":"172.21.15.133:6813/4262415214","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:23:48.571075+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:24:14.319953+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:24:40.934945+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:25:05.095907+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:25:29.744058+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-16T00:25:53.882099+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/2679505071":"2024-05-17T00:22:11.830258+0000","172.21.15.45:0/3491785785":"2024-05-17T00:21:43.347429+0000","172.21.15.45:6800/514233156":"2024-05-17T00:22:11.830258+0000","172.21.15.45:0/4116898793":"2024-05-17T00:21:43.347429+0000","172.21.15.45:0/1235742967":"2024-05-17T00:22:11.830258+0000","172.21.15.45:6800/1978016419":"2024-05-17T00:21:43.347429+0000","172.21.15.45:6801/1978016419":"2024-05-17T00:21:43.347429+0000","172.21.15.45:6801/514233156":"2024-05-17T00:22:11.830258+0000","172.21.15.45:0/3131570549":"2024-05-17T00:21:43.347429+0000","172.21.15.45:0/2110477315":"2024-05-17T00:22:11.830258+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-05-16T00:26:15.972 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-16T00:26:15.973 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-16T00:26:15.973 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-16T00:26:15.973 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-16T00:26:15.974 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-16T00:26:15.974 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-16T00:26:16.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:15 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/2159081325' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-16T00:26:16.289 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:16.293 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:16.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:15 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/2159081325' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-16T00:26:16.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:15 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2159081325' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-16T00:26:17.092 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:17.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:16 smithi133 ceph-mon[31330]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:17.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:16 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:16 smithi045 ceph-mon[29593]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:17.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:16 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:16 smithi063 ceph-mon[31538]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:17.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:17.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:16 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:18.359 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:18.359 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:18.359 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:19.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:18 smithi133 ceph-mon[31330]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:19.314 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:18 smithi045 ceph-mon[29593]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:19.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:18 smithi063 ceph-mon[31538]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:21.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:21 smithi045 ceph-mon[29593]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:21.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:21 smithi133 ceph-mon[31330]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:21.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:21 smithi063 ceph-mon[31538]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:21.655 INFO:teuthology.orchestra.run.smithi045.stdout:111669149714 2024-05-16T00:26:21.655 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-16T00:26:23.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:23 smithi045 ceph-mon[29593]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:23.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:23 smithi133 ceph-mon[31330]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:23.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:23 smithi063 ceph-mon[31538]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:25.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:25 smithi133 ceph-mon[31330]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:25.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:25 smithi063 ceph-mon[31538]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:25.361 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:25 smithi045 ceph-mon[29593]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:26.786 INFO:teuthology.orchestra.run.smithi045.stdout:77309411351 2024-05-16T00:26:26.786 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-16T00:26:27.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:27 smithi133 ceph-mon[31330]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:27.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:27.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:27.285 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:27 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:27.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:27 smithi063 ceph-mon[31538]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:27.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:27.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:27.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:27 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:27.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:27 smithi045 ceph-mon[29593]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:27.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:27.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:27.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:27 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:27.879 INFO:teuthology.orchestra.run.smithi045.stdout:137438953485 2024-05-16T00:26:27.880 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-16T00:26:28.154 INFO:teuthology.orchestra.run.smithi045.stdout:55834574877 2024-05-16T00:26:28.154 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-16T00:26:28.690 INFO:teuthology.orchestra.run.smithi045.stdout:34359738403 2024-05-16T00:26:28.691 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-16T00:26:29.359 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:29.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:29 smithi045 ceph-mon[29593]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:29.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:29.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:29.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:29.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:29 smithi133 ceph-mon[31330]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:29.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:29.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:29.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:29 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:29.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:29 smithi063 ceph-mon[31538]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:29.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:29.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:29.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:30.350 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:31.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:31 smithi045 ceph-mon[29593]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:31.436 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:31 smithi063 ceph-mon[31538]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:31.499 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:31.499 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:31.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:31 smithi133 ceph-mon[31330]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:32.387 INFO:teuthology.orchestra.run.smithi045.stdout:163208757258 2024-05-16T00:26:32.388 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-16T00:26:33.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:33 smithi045 ceph-mon[29593]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:33.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:33 smithi133 ceph-mon[31330]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:33.584 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:33 smithi063 ceph-mon[31538]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:34.553 INFO:teuthology.orchestra.run.smithi045.stdout:111669149717 2024-05-16T00:26:35.144 INFO:teuthology.orchestra.run.smithi045.stdout:77309411353 2024-05-16T00:26:35.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:35 smithi133 ceph-mon[31330]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:35.284 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:35 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/203030961' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-16T00:26:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:35 smithi045 ceph-mon[29593]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:35 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/203030961' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-16T00:26:35.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:35 smithi063 ceph-mon[31538]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:35.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:35 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/203030961' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-16T00:26:36.039 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:36.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:36 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/2932377446' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-16T00:26:36.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:36 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2932377446' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-16T00:26:36.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:36 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/2932377446' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-16T00:26:36.719 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:37.111 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411351 got 77309411353 for osd.2 2024-05-16T00:26:37.112 DEBUG:teuthology.parallel:result is None 2024-05-16T00:26:37.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:37 smithi045 ceph-mon[29593]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:37.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:37.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:37.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:37.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:37 smithi133 ceph-mon[31330]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:37.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:37 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:37.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:37 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:37.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:37 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:37.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:37 smithi063 ceph-mon[31538]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:37.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:37.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:37.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:37.908 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149714 got 111669149717 for osd.3 2024-05-16T00:26:37.909 DEBUG:teuthology.parallel:result is None 2024-05-16T00:26:38.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:38 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/3457728674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-16T00:26:38.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:38 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/3457728674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-16T00:26:38.585 INFO:teuthology.orchestra.run.smithi045.stdout:55834574879 2024-05-16T00:26:38.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:38 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/3457728674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-16T00:26:39.157 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574877 got 55834574879 for osd.1 2024-05-16T00:26:39.158 DEBUG:teuthology.parallel:result is None 2024-05-16T00:26:39.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:39 smithi045 ceph-mon[29593]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:39.506 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:39 smithi133 ceph-mon[31330]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:39.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:39 smithi063 ceph-mon[31538]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:41.228 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:41 smithi045 ceph-mon[29593]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:41.358 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:41 smithi133 ceph-mon[31330]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:41.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:41 smithi063 ceph-mon[31538]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:41.666 INFO:teuthology.orchestra.run.smithi045.stdout:34359738405 2024-05-16T00:26:41.816 INFO:teuthology.orchestra.run.smithi045.stdout:163208757260 2024-05-16T00:26:42.394 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:42 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2246875052' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-16T00:26:42.395 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:42 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/3071177913' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-16T00:26:42.396 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757258 got 163208757260 for osd.5 2024-05-16T00:26:42.396 DEBUG:teuthology.parallel:result is None 2024-05-16T00:26:42.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:42 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/2246875052' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-16T00:26:42.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:42 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/3071177913' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-16T00:26:42.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:42 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/2246875052' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-16T00:26:42.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:42 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/3071177913' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-16T00:26:42.776 INFO:teuthology.orchestra.run.smithi045.stdout:137438953489 2024-05-16T00:26:43.001 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738403 got 34359738405 for osd.0 2024-05-16T00:26:43.001 DEBUG:teuthology.parallel:result is None 2024-05-16T00:26:43.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:43 smithi045 ceph-mon[29593]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:43.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:43 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/3053054914' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-16T00:26:43.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:43 smithi133 ceph-mon[31330]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:43.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:43 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/3053054914' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-16T00:26:43.545 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953485 got 137438953489 for osd.4 2024-05-16T00:26:43.545 DEBUG:teuthology.parallel:result is None 2024-05-16T00:26:43.545 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-16T00:26:43.546 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph pg dump --format=json 2024-05-16T00:26:43.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:43 smithi063 ceph-mon[31538]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:43.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:43 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/3053054914' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-16T00:26:43.796 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:45.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:45 smithi045 ceph-mon[29593]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:45.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:45 smithi133 ceph-mon[31330]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:46.436 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:26:46.437 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:45 smithi063 ceph-mon[31538]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:46.438 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2024-05-16T00:26:46.438 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":169,"stamp":"2024-05-16T00:26:43.748010+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":6,"num_bytes_recovered":1771104,"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":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":170160,"kb_used_data":3852,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300752,"statfs":{"total":575970213888,"available":575795970048,"internally_reserved":0,"allocated":3944448,"data_stored":2598210,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":170187424},"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.002161"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":61,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-05-16T00:25:57.951385+0000","last_change":"2024-05-16T00:25:57.951385+0000","last_active":"2024-05-16T00:25:57.951385+0000","last_peered":"2024-05-16T00:25:57.951385+0000","last_clean":"2024-05-16T00:25:57.951385+0000","last_became_active":"2024-05-16T00:25:57.945496+0000","last_became_peered":"2024-05-16T00:25:57.945496+0000","last_unstale":"2024-05-16T00:25:57.951385+0000","last_undegraded":"2024-05-16T00:25:57.951385+0000","last_fullsized":"2024-05-16T00:25:57.951385+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-16T00:24:44.858487+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-16T00:24:44.858487+0000","last_clean_scrub_stamp":"2024-05-16T00:24:44.858487+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-05-17T01:08:48.483960+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":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"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":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757261,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27956,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":954368,"data_stored":728219,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"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":4,"up_from":32,"seq":137438953489,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":360448,"data_stored":137851,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"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":3,"up_from":26,"seq":111669149719,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27960,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":954368,"data_stored":728219,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"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":2,"up_from":18,"seq":77309411355,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27952,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717200,"statfs":{"total":95995035648,"available":95966412800,"internally_reserved":0,"allocated":954368,"data_stored":728219,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"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":34359738406,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":360448,"data_stored":137851,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"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":55834574881,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31536,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713616,"statfs":{"total":95995035648,"available":95962742784,"internally_reserved":0,"allocated":360448,"data_stored":137851,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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-05-16T00:26:46.439 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph pg dump --format=json 2024-05-16T00:26:46.695 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:47.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:47 smithi045 ceph-mon[29593]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:26:47.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:47 smithi045 ceph-mon[29593]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:47.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:47.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:47.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:47 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:47.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:47 smithi133 ceph-mon[31330]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:26:47.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:47 smithi133 ceph-mon[31330]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:47.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:47 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:47.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:47 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:47.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:47 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:47.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:47 smithi063 ceph-mon[31538]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:26:47.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:47 smithi063 ceph-mon[31538]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:47.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:47 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:47.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:47 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:47.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:47 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:48.548 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:26:48.550 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2024-05-16T00:26:49.191 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":171,"stamp":"2024-05-16T00:26:47.748695+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":6,"num_bytes_recovered":1771104,"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":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":170160,"kb_used_data":3852,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300752,"statfs":{"total":575970213888,"available":575795970048,"internally_reserved":0,"allocated":3944448,"data_stored":2598210,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":170187424},"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.002131"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":61,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-05-16T00:25:57.951385+0000","last_change":"2024-05-16T00:25:57.951385+0000","last_active":"2024-05-16T00:25:57.951385+0000","last_peered":"2024-05-16T00:25:57.951385+0000","last_clean":"2024-05-16T00:25:57.951385+0000","last_became_active":"2024-05-16T00:25:57.945496+0000","last_became_peered":"2024-05-16T00:25:57.945496+0000","last_unstale":"2024-05-16T00:25:57.951385+0000","last_undegraded":"2024-05-16T00:25:57.951385+0000","last_fullsized":"2024-05-16T00:25:57.951385+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-16T00:24:44.858487+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-16T00:24:44.858487+0000","last_clean_scrub_stamp":"2024-05-16T00:24:44.858487+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-05-17T01:08:48.483960+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":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"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":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757262,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27956,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":954368,"data_stored":728219,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"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":4,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":360448,"data_stored":137851,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"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":3,"up_from":26,"seq":111669149719,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27960,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":954368,"data_stored":728219,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"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":2,"up_from":18,"seq":77309411356,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27952,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717200,"statfs":{"total":95995035648,"available":95966412800,"internally_reserved":0,"allocated":954368,"data_stored":728219,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"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":34359738407,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":360448,"data_stored":137851,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"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":55834574882,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31536,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713616,"statfs":{"total":95995035648,"available":95962742784,"internally_reserved":0,"allocated":360448,"data_stored":137851,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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-05-16T00:26:49.191 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-16T00:26:49.192 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-16T00:26:49.192 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-16T00:26:49.192 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- ceph health --format=json 2024-05-16T00:26:49.488 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:49 smithi045 ceph-mon[29593]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:49.489 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:49.489 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:49.489 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:49.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:49 smithi133 ceph-mon[31330]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:49.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:49 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:49.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:49 smithi063 ceph-mon[31538]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:49.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:49.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:49.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:50.281 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:50.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:50 smithi045 ceph-mon[29593]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:26:50.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:50 smithi133 ceph-mon[31330]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:26:50.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:50 smithi063 ceph-mon[31538]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:26:51.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:51 smithi045 ceph-mon[29593]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:51.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:51 smithi133 ceph-mon[31330]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:51.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:51 smithi063 ceph-mon[31538]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:53.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:53 smithi063 ceph-mon[31538]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:53.430 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-16T00:26:53.430 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-16T00:26:53.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:53 smithi133 ceph-mon[31330]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:53.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:53 smithi045 ceph-mon[29593]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:54.062 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-16T00:26:54.063 INFO:tasks.cephadm:Setup complete, yielding 2024-05-16T00:26:54.063 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-16T00:26:54.074 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2024-05-16T00:26:54.075 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bf125e-131a-11ef-bc99-c7b262605968 -- bash -c 'set -ex 2024-05-16T00:26:54.075 DEBUG:teuthology.orchestra.run.smithi045:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-05-16T00:26:54.075 DEBUG:teuthology.orchestra.run.smithi045:> for host in $HOSTNAMES; do 2024-05-16T00:26:54.075 DEBUG:teuthology.orchestra.run.smithi045:> # find the hostname for "host.c" which will have no mgr 2024-05-16T00:26:54.075 DEBUG:teuthology.orchestra.run.smithi045:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-05-16T00:26:54.075 DEBUG:teuthology.orchestra.run.smithi045:> if [ "$HAS_MGRS" == "false" ]; then 2024-05-16T00:26:54.075 DEBUG:teuthology.orchestra.run.smithi045:> HOST_C="${host}" 2024-05-16T00:26:54.075 DEBUG:teuthology.orchestra.run.smithi045:> fi 2024-05-16T00:26:54.075 DEBUG:teuthology.orchestra.run.smithi045:> done 2024-05-16T00:26:54.075 DEBUG:teuthology.orchestra.run.smithi045:> # One last thing to worry about before draining the host 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> # is that the teuthology test tends to put the explicit 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> # hostnames in the placement for the mon service. 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> # We want to make sure we can drain without providing 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> # --force and there is a check for the host being removed 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> # being listed explicitly in the placements. Therefore, 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> # we should remove it from the mon placement. 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch ls mon --export > mon.yaml 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch apply -i mon_adjusted.yaml 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> # now drain that host 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch host drain $HOST_C --zap-osd-devices 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> # wait for drain to complete 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-05-16T00:26:54.076 DEBUG:teuthology.orchestra.run.smithi045:> sleep 15 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> done 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> # we want to check the ability to remove the host from 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> # the CRUSH map, so we should first verify the host is in 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> # the CRUSH map. 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> ceph osd getcrushmap -o compiled-crushmap 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> exit 1 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> fi 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> # If the drain was successful, we should be able to remove the 2024-05-16T00:26:54.077 DEBUG:teuthology.orchestra.run.smithi045:> # host without force with no issues. If there are still daemons 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> # we will get a response telling us to drain the host and a 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> # non-zero return code 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch host rm $HOST_C --rm-crush-entry 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> sleep 30 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> ceph osd getcrushmap -o compiled-crushmap 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> exit 1 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> fi 2024-05-16T00:26:54.078 DEBUG:teuthology.orchestra.run.smithi045:> ' 2024-05-16T00:26:54.349 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/mon.a/config 2024-05-16T00:26:54.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:54 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/4015926670' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-16T00:26:54.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:54 smithi133 ceph-mon[31330]: from='client.? 172.21.15.45:0/4015926670' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-16T00:26:54.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:54 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/4015926670' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-16T00:26:55.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:55 smithi133 ceph-mon[31330]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:55.546 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:55 smithi045 ceph-mon[29593]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:55.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:55 smithi063 ceph-mon[31538]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:56.041 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch host ls --format json 2024-05-16T00:26:56.041 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -r '.[] | .hostname' 2024-05-16T00:26:56.306 INFO:teuthology.orchestra.run.smithi045.stderr:+ HOSTNAMES='smithi045 2024-05-16T00:26:56.306 INFO:teuthology.orchestra.run.smithi045.stderr:smithi063 2024-05-16T00:26:56.306 INFO:teuthology.orchestra.run.smithi045.stderr:smithi133' 2024-05-16T00:26:56.306 INFO:teuthology.orchestra.run.smithi045.stderr:+ for host in $HOSTNAMES 2024-05-16T00:26:56.306 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi045 --format json 2024-05-16T00:26:56.307 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-16T00:26:56.655 INFO:teuthology.orchestra.run.smithi045.stderr:+ HAS_MGRS=true 2024-05-16T00:26:56.655 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' true == false ']' 2024-05-16T00:26:56.655 INFO:teuthology.orchestra.run.smithi045.stderr:+ for host in $HOSTNAMES 2024-05-16T00:26:56.655 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi063 --format json 2024-05-16T00:26:56.655 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-16T00:26:57.016 INFO:teuthology.orchestra.run.smithi045.stderr:+ HAS_MGRS=true 2024-05-16T00:26:57.016 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' true == false ']' 2024-05-16T00:26:57.016 INFO:teuthology.orchestra.run.smithi045.stderr:+ for host in $HOSTNAMES 2024-05-16T00:26:57.016 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi133 --format json 2024-05-16T00:26:57.016 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-16T00:26:57.363 INFO:teuthology.orchestra.run.smithi045.stderr:+ HAS_MGRS=false 2024-05-16T00:26:57.363 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' false == false ']' 2024-05-16T00:26:57.363 INFO:teuthology.orchestra.run.smithi045.stderr:+ HOST_C=smithi133 2024-05-16T00:26:57.363 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch ls mon --export 2024-05-16T00:26:57.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:57 smithi133 ceph-mon[31330]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:57.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:57 smithi133 ceph-mon[31330]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:26:57.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:26:57.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:26:57.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:26:57.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:57 smithi063 ceph-mon[31538]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:57.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:57 smithi063 ceph-mon[31538]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:26:57.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:26:57.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:26:57.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:26:57.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:26:57 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:57 smithi045 ceph-mon[29593]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:26:57.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:57 smithi045 ceph-mon[29593]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-16T00:26:57.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:26:57.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:26:57.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:26:57.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:26:57 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:26:57.713 INFO:teuthology.orchestra.run.smithi045.stderr:+ sed /smithi133/d mon.yaml 2024-05-16T00:26:57.714 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-05-16T00:26:58.056 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled mon update... 2024-05-16T00:26:58.069 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch host drain smithi133 --zap-osd-devices 2024-05-16T00:26:58.418 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.142353769 +0000 UTC m=+0.020503920 container died 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:26:59.034 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.693617227 +0000 UTC m=+0.571767374 container remove 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-16T00:26:59.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-16T00:26:59.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Consumed 3.162s CPU time. 2024-05-16T00:27:00.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi063:172.21.15.63=b;count:3 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: Removing monitor c from monmap... 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: mon.b calling monitor election 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: mon.a calling monitor election 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-16T00:27:00.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: monmap epoch 4 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: last_changed 2024-05-16T00:26:58.102577+0000 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: created 2024-05-16T00:21:13.180873+0000 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: min_mon_release 19 (squid) 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: election_strategy: 1 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: 1: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: fsmap 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: osdmap e40: 6 total, 6 up, 6 in 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: mgrmap e15: a(active, since 4m), standbys: b 2024-05-16T00:27:00.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:00 smithi063 ceph-mon[31538]: overall HEALTH_OK 2024-05-16T00:27:00.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:00.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:00.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:00.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi063:172.21.15.63=b;count:3 2024-05-16T00:27:00.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-16T00:27:00.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: Removing monitor c from monmap... 2024-05-16T00:27:00.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-16T00:27:00.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-16T00:27:00.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-16T00:27:00.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: mon.b calling monitor election 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: mon.a calling monitor election 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: monmap epoch 4 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: fsid 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: last_changed 2024-05-16T00:26:58.102577+0000 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: created 2024-05-16T00:21:13.180873+0000 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: min_mon_release 19 (squid) 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: election_strategy: 1 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: 1: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: fsmap 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: osdmap e40: 6 total, 6 up, 6 in 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: mgrmap e15: a(active, since 4m), standbys: b 2024-05-16T00:27:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:00 smithi045 ceph-mon[29593]: overall HEALTH_OK 2024-05-16T00:27:01.421 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled to remove the following daemons from host 'smithi133' 2024-05-16T00:27:01.421 INFO:teuthology.orchestra.run.smithi045.stdout:type id 2024-05-16T00:27:01.421 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------- --------------- 2024-05-16T00:27:01.421 INFO:teuthology.orchestra.run.smithi045.stdout:agent smithi133 2024-05-16T00:27:01.421 INFO:teuthology.orchestra.run.smithi045.stdout:mon c 2024-05-16T00:27:01.421 INFO:teuthology.orchestra.run.smithi045.stdout:osd 4 2024-05-16T00:27:01.421 INFO:teuthology.orchestra.run.smithi045.stdout:osd 5 2024-05-16T00:27:01.422 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:01 smithi045 ceph-mon[29593]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:01.422 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:01 smithi045 ceph-mon[29593]: Removing daemon mon.c from smithi133 -- ports [] 2024-05-16T00:27:01.434 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi133 2024-05-16T00:27:01.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:01 smithi063 ceph-mon[31538]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:01.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:01 smithi063 ceph-mon[31538]: Removing daemon mon.c from smithi133 -- ports [] 2024-05-16T00:27:01.783 INFO:teuthology.orchestra.run.smithi045.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-16T00:27:01.784 INFO:teuthology.orchestra.run.smithi045.stderr:agent.smithi133 smithi133 running 4s ago 4m - - 2024-05-16T00:27:01.784 INFO:teuthology.orchestra.run.smithi045.stderr:mon.c smithi133 running (4m) 4s ago 4m 36.5M 2048M 19.0.0-3728-g6cd0f801 41a626c9cc37 54e272b8ae02 2024-05-16T00:27:01.784 INFO:teuthology.orchestra.run.smithi045.stderr:osd.4 smithi133 running (96s) 4s ago 96s 38.8M 9.84G 19.0.0-3728-g6cd0f801 41a626c9cc37 3c90d5907b8b 2024-05-16T00:27:01.784 INFO:teuthology.orchestra.run.smithi045.stderr:osd.5 smithi133 running (72s) 4s ago 72s 34.4M 9.84G 19.0.0-3728-g6cd0f801 41a626c9cc37 4deb4871965c ' 2024-05-16T00:27:01.784 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-16T00:27:01.784 INFO:teuthology.orchestra.run.smithi045.stderr:agent.smithi133 smithi133 running 4s ago 4m - - 2024-05-16T00:27:01.784 INFO:teuthology.orchestra.run.smithi045.stderr:mon.c smithi133 running (4m) 4s ago 4m 36.5M 2048M 19.0.0-3728-g6cd0f801 41a626c9cc37 54e272b8ae02 2024-05-16T00:27:01.784 INFO:teuthology.orchestra.run.smithi045.stderr:osd.4 smithi133 running (96s) 4s ago 96s 38.8M 9.84G 19.0.0-3728-g6cd0f801 41a626c9cc37 3c90d5907b8b 2024-05-16T00:27:01.784 INFO:teuthology.orchestra.run.smithi045.stderr:osd.5 smithi133 running (72s) 4s ago 72s 34.4M 9.84G 19.0.0-3728-g6cd0f801 41a626c9cc37 4deb4871965c ' '!=' 'No daemons reported' ']' 2024-05-16T00:27:01.784 INFO:teuthology.orchestra.run.smithi045.stderr:+ sleep 15 2024-05-16T00:27:02.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:02 smithi063 ceph-mon[31538]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi133", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:02.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:02 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:02.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:02 smithi063 ceph-mon[31538]: Added label _no_schedule to host smithi133 2024-05-16T00:27:02.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:02 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:02.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:02 smithi063 ceph-mon[31538]: Added label _no_conf_keyring to host smithi133 2024-05-16T00:27:02.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:02 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-16T00:27:02.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:02 smithi063 ceph-mon[31538]: osd.4 crush weight is 0.0872955322265625 2024-05-16T00:27:02.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:02 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-16T00:27:02.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:02 smithi063 ceph-mon[31538]: osd.5 crush weight is 0.0872955322265625 2024-05-16T00:27:02.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:02 smithi045 ceph-mon[29593]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi133", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:02.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:02 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:02.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:02 smithi045 ceph-mon[29593]: Added label _no_schedule to host smithi133 2024-05-16T00:27:02.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:02 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:02.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:02 smithi045 ceph-mon[29593]: Added label _no_conf_keyring to host smithi133 2024-05-16T00:27:02.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:02 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-16T00:27:02.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:02 smithi045 ceph-mon[29593]: osd.4 crush weight is 0.0872955322265625 2024-05-16T00:27:02.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:02 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-16T00:27:02.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:02 smithi045 ceph-mon[29593]: osd.5 crush weight is 0.0872955322265625 2024-05-16T00:27:03.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:03 smithi063 ceph-mon[31538]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:03.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:03 smithi063 ceph-mon[31538]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:03.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:03 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:03.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:03 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:03.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:03 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:27:03.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:03 smithi045 ceph-mon[29593]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:03.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:03 smithi045 ceph-mon[29593]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:03.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:03 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:03.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:03 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:03.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:03 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:27:05.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:05 smithi045 ceph-mon[29593]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:05.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:05.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:05.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:05.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:05 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:05.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:05 smithi063 ceph-mon[31538]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:05.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:05.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:05.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:05.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:05 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:07.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:07 smithi045 ceph-mon[29593]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:07.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:07 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:07.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:07 smithi063 ceph-mon[31538]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:07.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:07 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:08 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:08.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:08.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:08.589 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:08 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: Detected new or changed devices on smithi133 2024-05-16T00:27:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: Updating smithi063:/etc/ceph/ceph.conf 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: Removing smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: Removing smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: Removing smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.client.admin.keyring 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: Updating smithi063:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: Updating smithi045:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-16T00:27:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-16T00:27:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-16T00:27:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:09 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a[29570]: 2024-05-16T00:27:09.428+0000 7f513578b700 -1 mon.a@0(leader).osd e41 definitely_dead 0 2024-05-16T00:27:09.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: Detected new or changed devices on smithi133 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: Updating smithi063:/etc/ceph/ceph.conf 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: Removing smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: Removing smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: Removing smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.client.admin.keyring 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: Updating smithi063:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: Updating smithi045:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/config/ceph.conf 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:09.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:09.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:09.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:09.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:09.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-16T00:27:09.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-16T00:27:09.839 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:09 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-16T00:27:10.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-16T00:27:10.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:10 smithi045 ceph-mon[29593]: osdmap e41: 6 total, 6 up, 6 in 2024-05-16T00:27:10.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:10 smithi045 ceph-mon[29593]: osd.5 weight is now 0.0 2024-05-16T00:27:10.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:10.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:10 smithi045 ceph-mon[29593]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:10.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-16T00:27:10.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:10 smithi045 ceph-mon[29593]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-16T00:27:10.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:10 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-16T00:27:10.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-16T00:27:10.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:10 smithi063 ceph-mon[31538]: osdmap e41: 6 total, 6 up, 6 in 2024-05-16T00:27:10.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:10 smithi063 ceph-mon[31538]: osd.5 weight is now 0.0 2024-05-16T00:27:10.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:10 smithi063 ceph-mon[31538]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-16T00:27:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:10 smithi063 ceph-mon[31538]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-16T00:27:10.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:10 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-16T00:27:11.180 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:10 smithi133 systemd[1]: Stopping Ceph osd.4 for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:27:11.535 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:11 smithi133 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4[37884]: 2024-05-16T00:27:11.178+0000 7fcf56c72700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -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-05-16T00:27:11.535 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:11 smithi133 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4[37884]: 2024-05-16T00:27:11.178+0000 7fcf56c72700 -1 osd.4 41 *** Got signal Terminated *** 2024-05-16T00:27:11.535 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:11 smithi133 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4[37884]: 2024-05-16T00:27:11.178+0000 7fcf56c72700 -1 osd.4 41 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-16T00:27:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:11 smithi063 ceph-mon[31538]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:11 smithi063 ceph-mon[31538]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-16T00:27:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:11 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-16T00:27:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:11 smithi063 ceph-mon[31538]: osdmap e42: 6 total, 5 up, 6 in 2024-05-16T00:27:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:11 smithi063 ceph-mon[31538]: osd.4 now down 2024-05-16T00:27:11.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:11 smithi063 ceph-mon[31538]: Removing daemon osd.4 from smithi133 -- ports [] 2024-05-16T00:27:11.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:11 smithi063 ceph-mon[31538]: osdmap e43: 6 total, 5 up, 6 in 2024-05-16T00:27:11.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:11 smithi045 ceph-mon[29593]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:11.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:11 smithi045 ceph-mon[29593]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-16T00:27:11.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:11 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-16T00:27:11.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:11 smithi045 ceph-mon[29593]: osdmap e42: 6 total, 5 up, 6 in 2024-05-16T00:27:11.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:11 smithi045 ceph-mon[29593]: osd.4 now down 2024-05-16T00:27:11.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:11 smithi045 ceph-mon[29593]: Removing daemon osd.4 from smithi133 -- ports [] 2024-05-16T00:27:11.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:11 smithi045 ceph-mon[29593]: osdmap e43: 6 total, 5 up, 6 in 2024-05-16T00:27:11.960 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:11 smithi133 podman[46876]: 2024-05-16 00:27:11.700878317 +0000 UTC m=+0.656368451 container died 3c90d5907b8b27d7b57f89e14f7f4aa758f79397f0e78ba69af83c3384ced871 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80) 2024-05-16T00:27:12.284 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:12 smithi133 podman[46876]: 2024-05-16 00:27:12.051245892 +0000 UTC m=+1.006736034 container cleanup 3c90d5907b8b27d7b57f89e14f7f4aa758f79397f0e78ba69af83c3384ced871 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240514, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD) 2024-05-16T00:27:12.285 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:12 smithi133 bash[46876]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4 2024-05-16T00:27:12.784 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:12 smithi133 podman[46896]: 2024-05-16 00:27:12.410842061 +0000 UTC m=+0.707175941 container remove 3c90d5907b8b27d7b57f89e14f7f4aa758f79397f0e78ba69af83c3384ced871 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, ceph=True) 2024-05-16T00:27:13.262 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:12 smithi133 podman[46992]: 2024-05-16 00:27:12.786556756 +0000 UTC m=+0.086781590 container create 58d0823139b1eee58cc75fad937dfb2468becd3356719b78332a10432d051a4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4-deactivate, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240514, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-16T00:27:13.262 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:12 smithi133 podman[46992]: 2024-05-16 00:27:12.717014306 +0000 UTC m=+0.017239146 image pull 41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185 2024-05-16T00:27:13.262 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:12 smithi133 podman[46992]: 2024-05-16 00:27:12.963699747 +0000 UTC m=+0.263924582 container init 58d0823139b1eee58cc75fad937dfb2468becd3356719b78332a10432d051a4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, maintainer=Guillaume Abrioux , GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-16T00:27:13.262 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:12 smithi133 podman[46992]: 2024-05-16 00:27:12.969333372 +0000 UTC m=+0.269558212 container start 58d0823139b1eee58cc75fad937dfb2468becd3356719b78332a10432d051a4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:27:13.262 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:13 smithi133 podman[46992]: 2024-05-16 00:27:13.021803959 +0000 UTC m=+0.322028809 container attach 58d0823139b1eee58cc75fad937dfb2468becd3356719b78332a10432d051a4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4-deactivate, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True) 2024-05-16T00:27:13.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:13 smithi063 ceph-mon[31538]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:13.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:13 smithi063 ceph-mon[31538]: osdmap e44: 6 total, 5 up, 6 in 2024-05-16T00:27:13.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:13 smithi045 ceph-mon[29593]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-16T00:27:13.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:13 smithi045 ceph-mon[29593]: osdmap e44: 6 total, 5 up, 6 in 2024-05-16T00:27:13.534 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:13 smithi133 podman[46992]: 2024-05-16 00:27:13.261306321 +0000 UTC m=+0.561531165 container died 58d0823139b1eee58cc75fad937dfb2468becd3356719b78332a10432d051a4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5) 2024-05-16T00:27:14.284 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:13 smithi133 podman[47039]: 2024-05-16 00:27:13.83366082 +0000 UTC m=+0.566059585 container remove 58d0823139b1eee58cc75fad937dfb2468becd3356719b78332a10432d051a4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-4-deactivate, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-05-16T00:27:14.285 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:13 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.4.service: Deactivated successfully. 2024-05-16T00:27:14.285 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:13 smithi133 systemd[1]: Stopped Ceph osd.4 for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:27:14.285 INFO:journalctl@ceph.osd.4.smithi133.stdout:May 16 00:27:13 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.4.service: Consumed 1.767s CPU time. 2024-05-16T00:27:15.183 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: pgmap v188: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-16T00:27:15.183 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: Removing key for osd.4 2024-05-16T00:27:15.183 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-16T00:27:15.183 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-16T00:27:15.183 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: Successfully removed osd.4 on smithi133 2024-05-16T00:27:15.184 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-16T00:27:15.184 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-16T00:27:15.184 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: Cluster is now healthy 2024-05-16T00:27:15.184 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-16T00:27:15.184 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: osdmap e45: 5 total, 5 up, 5 in 2024-05-16T00:27:15.184 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: Successfully purged osd.4 on smithi133 2024-05-16T00:27:15.184 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:15 smithi063 ceph-mon[31538]: Zapping devices for osd.4 on smithi133 2024-05-16T00:27:15.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: pgmap v188: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-16T00:27:15.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: Removing key for osd.4 2024-05-16T00:27:15.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-16T00:27:15.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-16T00:27:15.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: Successfully removed osd.4 on smithi133 2024-05-16T00:27:15.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-16T00:27:15.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-16T00:27:15.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: Cluster is now healthy 2024-05-16T00:27:15.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-16T00:27:15.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: osdmap e45: 5 total, 5 up, 5 in 2024-05-16T00:27:15.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: Successfully purged osd.4 on smithi133 2024-05-16T00:27:15.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:15 smithi045 ceph-mon[29593]: Zapping devices for osd.4 on smithi133 2024-05-16T00:27:16.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:16 smithi045 ceph-mon[29593]: osdmap e46: 5 total, 5 up, 5 in 2024-05-16T00:27:16.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:16 smithi063 ceph-mon[31538]: osdmap e46: 5 total, 5 up, 5 in 2024-05-16T00:27:16.788 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi133 2024-05-16T00:27:17.154 INFO:teuthology.orchestra.run.smithi045.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-16T00:27:17.155 INFO:teuthology.orchestra.run.smithi045.stderr:agent.smithi133 smithi133 running 0s ago 4m - - 2024-05-16T00:27:17.155 INFO:teuthology.orchestra.run.smithi045.stderr:mon.c smithi133 running (4m) 0s ago 4m 36.5M 2048M 19.0.0-3728-g6cd0f801 41a626c9cc37 54e272b8ae02 2024-05-16T00:27:17.155 INFO:teuthology.orchestra.run.smithi045.stderr:osd.4 smithi133 running (111s) 0s ago 111s 38.8M 4096M 19.0.0-3728-g6cd0f801 41a626c9cc37 3c90d5907b8b 2024-05-16T00:27:17.155 INFO:teuthology.orchestra.run.smithi045.stderr:osd.5 smithi133 running (87s) 0s ago 87s 34.4M 9.84G 19.0.0-3728-g6cd0f801 41a626c9cc37 4deb4871965c ' 2024-05-16T00:27:17.155 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-16T00:27:17.155 INFO:teuthology.orchestra.run.smithi045.stderr:agent.smithi133 smithi133 running 0s ago 4m - - 2024-05-16T00:27:17.155 INFO:teuthology.orchestra.run.smithi045.stderr:mon.c smithi133 running (4m) 0s ago 4m 36.5M 2048M 19.0.0-3728-g6cd0f801 41a626c9cc37 54e272b8ae02 2024-05-16T00:27:17.155 INFO:teuthology.orchestra.run.smithi045.stderr:osd.4 smithi133 running (111s) 0s ago 111s 38.8M 4096M 19.0.0-3728-g6cd0f801 41a626c9cc37 3c90d5907b8b 2024-05-16T00:27:17.155 INFO:teuthology.orchestra.run.smithi045.stderr:osd.5 smithi133 running (87s) 0s ago 87s 34.4M 9.84G 19.0.0-3728-g6cd0f801 41a626c9cc37 4deb4871965c ' '!=' 'No daemons reported' ']' 2024-05-16T00:27:17.155 INFO:teuthology.orchestra.run.smithi045.stderr:+ sleep 15 2024-05-16T00:27:17.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:17 smithi045 ceph-mon[29593]: pgmap v191: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-16T00:27:17.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:17 smithi045 ceph-mon[29593]: osdmap e47: 5 total, 5 up, 5 in 2024-05-16T00:27:17.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:17 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:17.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:17 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:17.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:17 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:17.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:17 smithi063 ceph-mon[31538]: pgmap v191: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-16T00:27:17.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:17 smithi063 ceph-mon[31538]: osdmap e47: 5 total, 5 up, 5 in 2024-05-16T00:27:17.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:17 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:17.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:17 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:17.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:17 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: Detected new or changed devices on smithi133 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: Successfully zapped devices for osd.4 on smithi133 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: Removing daemon agent.smithi133 from smithi133 -- ports [] 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi133"}]: dispatch 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi133"}]': finished 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-16T00:27:18.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon rm", "name": "c"}]: dispatch 2024-05-16T00:27:18.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: Detected new or changed devices on smithi133 2024-05-16T00:27:18.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:18.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: Successfully zapped devices for osd.4 on smithi133 2024-05-16T00:27:18.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:18.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:18.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: Removing daemon agent.smithi133 from smithi133 -- ports [] 2024-05-16T00:27:18.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi133"}]: dispatch 2024-05-16T00:27:18.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi133"}]': finished 2024-05-16T00:27:18.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-05-16T00:27:18.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-16T00:27:18.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:18 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mon rm", "name": "c"}]: dispatch 2024-05-16T00:27:18.900 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:27:18.644+0000 7f5467590700 -1 log_channel(cephadm) log [ERR] : Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-05-16T00:27:18.900 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: service_name: mon 2024-05-16T00:27:18.900 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: placement: 2024-05-16T00:27:18.900 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: count: 3 2024-05-16T00:27:18.900 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: hosts: 2024-05-16T00:27:18.900 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: - smithi045:172.21.15.45=a 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: - smithi063:172.21.15.63=b 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: ''')): cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout ○ ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service - Ceph mon.c for 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968@.service; disabled; preset: disabled) 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout Active: inactive (dead) 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.142353769 +0000 UTC m=+0.020503920 container died 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.693617227 +0000 UTC m=+0.571767374 container remove 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Consumed 3.162s CPU time. 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: Traceback (most recent call last): 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 597, in _apply_all_services 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: if self._apply_service(spec): 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1006, in _apply_service 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: self._remove_daemon(d.name(), d.hostname) 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1515, in _remove_daemon 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: host, name, 'rm-daemon', args)) 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: File "/usr/share/ceph/mgr/cephadm/module.py", line 784, in wait_async 2024-05-16T00:27:18.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: return self.event_loop.get_result(coro, timeout) 2024-05-16T00:27:18.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 136, in get_result 2024-05-16T00:27:18.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: return future.result(timeout) 2024-05-16T00:27:18.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: File "/lib64/python3.6/concurrent/futures/_base.py", line 432, in result 2024-05-16T00:27:18.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: return self.__get_result() 2024-05-16T00:27:18.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: File "/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result 2024-05-16T00:27:18.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: raise self._exception 2024-05-16T00:27:18.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1712, in _run_cephadm 2024-05-16T00:27:18.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: f'cephadm exited with an error code: {code}, stderr: {err}') 2024-05-16T00:27:18.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout ○ ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service - Ceph mon.c for 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968@.service; disabled; preset: disabled) 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout Active: inactive (dead) 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:18.904 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.142353769 +0000 UTC m=+0.020503920 container died 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:27:18.905 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.693617227 +0000 UTC m=+0.571767374 container remove 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-16T00:27:18.905 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-16T00:27:18.905 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Consumed 3.162s CPU time. 2024-05-16T00:27:18.905 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:27:18 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-16T00:27:19.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:19 smithi045 ceph-mon[29593]: pgmap v193: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-16T00:27:19.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:19 smithi045 ceph-mon[29593]: Removing key for client.agent.smithi133 2024-05-16T00:27:19.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:19 smithi045 ceph-mon[29593]: Safe to remove mon.c: not in monmap (['a', 'b']) 2024-05-16T00:27:19.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:19 smithi045 ceph-mon[29593]: Removing monitor c from monmap... 2024-05-16T00:27:19.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:19 smithi045 ceph-mon[29593]: Removing daemon mon.c from smithi133 -- ports [] 2024-05-16T00:27:19.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:19 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:27:19.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:19 smithi063 ceph-mon[31538]: pgmap v193: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-16T00:27:19.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:19 smithi063 ceph-mon[31538]: Removing key for client.agent.smithi133 2024-05-16T00:27:19.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:19 smithi063 ceph-mon[31538]: Safe to remove mon.c: not in monmap (['a', 'b']) 2024-05-16T00:27:19.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:19 smithi063 ceph-mon[31538]: Removing monitor c from monmap... 2024-05-16T00:27:19.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:19 smithi063 ceph-mon[31538]: Removing daemon mon.c from smithi133 -- ports [] 2024-05-16T00:27:19.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:19 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:27:20.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:20 smithi045 ceph-mon[29593]: Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: service_name: mon 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: placement: 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: count: 3 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: hosts: 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: - smithi045:172.21.15.45=a 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: - smithi063:172.21.15.63=b 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: ''')): cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout ○ ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service - Ceph mon.c for 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968@.service; disabled; preset: disabled) 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout Active: inactive (dead) 2024-05-16T00:27:20.400 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout 2024-05-16T00:27:20.401 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:20.401 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:20.401 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.401 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.401 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.401 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.142353769 +0000 UTC m=+0.020503920 container died 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.693617227 +0000 UTC m=+0.571767374 container remove 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Consumed 3.162s CPU time. 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 597, in _apply_all_services 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: if self._apply_service(spec): 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1006, in _apply_service 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: self._remove_daemon(d.name(), d.hostname) 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1515, in _remove_daemon 2024-05-16T00:27:20.402 INFO:journalctl@ceph.mon.a.smithi045.stdout: host, name, 'rm-daemon', args)) 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 784, in wait_async 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 136, in get_result 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: return future.result(timeout) 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.6/concurrent/futures/_base.py", line 432, in result 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: return self.__get_result() 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: raise self._exception 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1712, in _run_cephadm 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: f'cephadm exited with an error code: {code}, stderr: {err}') 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout ○ ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service - Ceph mon.c for 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968@.service; disabled; preset: disabled) 2024-05-16T00:27:20.403 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout Active: inactive (dead) 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.142353769 +0000 UTC m=+0.020503920 container died 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.693617227 +0000 UTC m=+0.571767374 container remove 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Consumed 3.162s CPU time. 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:20 smithi045 ceph-mon[29593]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-05-16T00:27:20.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:20 smithi045 ceph-mon[29593]: Health check failed: Failed to apply 1 service(s): mon (CEPHADM_APPLY_SPEC_FAIL) 2024-05-16T00:27:20.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:20 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:20 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:20 smithi063 ceph-mon[31538]: Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-05-16T00:27:20.588 INFO:journalctl@ceph.mon.b.smithi063.stdout: service_name: mon 2024-05-16T00:27:20.588 INFO:journalctl@ceph.mon.b.smithi063.stdout: placement: 2024-05-16T00:27:20.588 INFO:journalctl@ceph.mon.b.smithi063.stdout: count: 3 2024-05-16T00:27:20.588 INFO:journalctl@ceph.mon.b.smithi063.stdout: hosts: 2024-05-16T00:27:20.588 INFO:journalctl@ceph.mon.b.smithi063.stdout: - smithi045:172.21.15.45=a 2024-05-16T00:27:20.588 INFO:journalctl@ceph.mon.b.smithi063.stdout: - smithi063:172.21.15.63=b 2024-05-16T00:27:20.588 INFO:journalctl@ceph.mon.b.smithi063.stdout: ''')): cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service 2024-05-16T00:27:20.588 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout ○ ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service - Ceph mon.c for 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:27:20.588 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968@.service; disabled; preset: disabled) 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout Active: inactive (dead) 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.142353769 +0000 UTC m=+0.020503920 container died 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.693617227 +0000 UTC m=+0.571767374 container remove 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Consumed 3.162s CPU time. 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-16T00:27:20.589 INFO:journalctl@ceph.mon.b.smithi063.stdout: Traceback (most recent call last): 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 597, in _apply_all_services 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: if self._apply_service(spec): 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1006, in _apply_service 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: self._remove_daemon(d.name(), d.hostname) 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1515, in _remove_daemon 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: host, name, 'rm-daemon', args)) 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 784, in wait_async 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: return self.event_loop.get_result(coro, timeout) 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 136, in get_result 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: return future.result(timeout) 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: File "/lib64/python3.6/concurrent/futures/_base.py", line 432, in result 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: return self.__get_result() 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: File "/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result 2024-05-16T00:27:20.590 INFO:journalctl@ceph.mon.b.smithi063.stdout: raise self._exception 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1712, in _run_cephadm 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: f'cephadm exited with an error code: {code}, stderr: {err}') 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout ○ ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service - Ceph mon.c for 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-07bf125e-131a-11ef-bc99-c7b262605968@.service; disabled; preset: disabled) 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout Active: inactive (dead) 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:57 smithi133 ceph-mon[31330]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.591 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.142353769 +0000 UTC m=+0.020503920 container died 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:27:20.592 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:58 smithi133 podman[43563]: 2024-05-16 00:26:58.693617227 +0000 UTC m=+0.571767374 container remove 54e272b8ae02b8b3fc6e8b473073614be87621182c815713e1cc4b197cfbf38d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-c, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-16T00:27:20.592 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-16T00:27:20.592 INFO:journalctl@ceph.mon.b.smithi063.stdout: systemctl: stdout May 16 00:26:59 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service: Consumed 3.162s CPU time. 2024-05-16T00:27:20.592 INFO:journalctl@ceph.mon.b.smithi063.stdout: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-16T00:27:20.592 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:20 smithi063 ceph-mon[31538]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-05-16T00:27:20.592 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:20 smithi063 ceph-mon[31538]: Health check failed: Failed to apply 1 service(s): mon (CEPHADM_APPLY_SPEC_FAIL) 2024-05-16T00:27:20.592 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:20 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:20.592 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:20 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:22.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:22 smithi045 ceph-mon[29593]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-16T00:27:22.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:22 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:22.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:22 smithi063 ceph-mon[31538]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-16T00:27:22.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:22 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:23.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:23 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a[29570]: 2024-05-16T00:27:23.104+0000 7f513578b700 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-05-16T00:27:24.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: Detected new or changed devices on smithi133 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-16T00:27:24.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:24 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-16T00:27:24.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: Detected new or changed devices on smithi133 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-16T00:27:24.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:24 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-16T00:27:24.827 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:24 smithi133 systemd[1]: Stopping Ceph osd.5 for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:27:25.284 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:24 smithi133 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5[41616]: 2024-05-16T00:27:24.826+0000 7fd19ba1d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -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-05-16T00:27:25.284 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:24 smithi133 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5[41616]: 2024-05-16T00:27:24.826+0000 7fd19ba1d700 -1 osd.5 47 *** Got signal Terminated *** 2024-05-16T00:27:25.285 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:24 smithi133 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5[41616]: 2024-05-16T00:27:24.826+0000 7fd19ba1d700 -1 osd.5 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-16T00:27:25.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:25 smithi045 ceph-mon[29593]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-16T00:27:25.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:25 smithi045 ceph-mon[29593]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-16T00:27:25.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:25 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-16T00:27:25.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:25 smithi045 ceph-mon[29593]: osdmap e48: 5 total, 4 up, 5 in 2024-05-16T00:27:25.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:25 smithi045 ceph-mon[29593]: osd.5 now down 2024-05-16T00:27:25.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:25 smithi045 ceph-mon[29593]: Removing daemon osd.5 from smithi133 -- ports [] 2024-05-16T00:27:25.488 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:25 smithi063 ceph-mon[31538]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-16T00:27:25.489 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:25 smithi063 ceph-mon[31538]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-16T00:27:25.489 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:25 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-16T00:27:25.489 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:25 smithi063 ceph-mon[31538]: osdmap e48: 5 total, 4 up, 5 in 2024-05-16T00:27:25.489 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:25 smithi063 ceph-mon[31538]: osd.5 now down 2024-05-16T00:27:25.489 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:25 smithi063 ceph-mon[31538]: Removing daemon osd.5 from smithi133 -- ports [] 2024-05-16T00:27:25.674 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:25 smithi133 podman[50123]: 2024-05-16 00:27:25.346481885 +0000 UTC m=+0.641770249 container died 4deb4871965c39b566c8af441afd1e0c7a29c45676509afabf90d42846731068 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, GIT_BRANCH=HEAD) 2024-05-16T00:27:26.034 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:25 smithi133 podman[50123]: 2024-05-16 00:27:25.773063563 +0000 UTC m=+1.068351927 container cleanup 4deb4871965c39b566c8af441afd1e0c7a29c45676509afabf90d42846731068 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:27:26.035 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:25 smithi133 bash[50123]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5 2024-05-16T00:27:26.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:26 smithi045 ceph-mon[29593]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-16T00:27:26.534 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:26 smithi133 podman[50145]: 2024-05-16 00:27:26.066018359 +0000 UTC m=+0.711500668 container remove 4deb4871965c39b566c8af441afd1e0c7a29c45676509afabf90d42846731068 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80) 2024-05-16T00:27:26.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:26 smithi063 ceph-mon[31538]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-16T00:27:26.811 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:26 smithi133 podman[50242]: 2024-05-16 00:27:26.442270644 +0000 UTC m=+0.017098524 image pull 41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185 2024-05-16T00:27:26.811 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:26 smithi133 podman[50242]: 2024-05-16 00:27:26.592383711 +0000 UTC m=+0.167211578 container create 87d5d82367e4d52d43c0cf064dc8795f0e00668272a6a53d645f6e8a5446df4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-16T00:27:26.811 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:26 smithi133 podman[50242]: 2024-05-16 00:27:26.811317821 +0000 UTC m=+0.386145677 container init 87d5d82367e4d52d43c0cf064dc8795f0e00668272a6a53d645f6e8a5446df4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-16T00:27:27.108 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:26 smithi133 podman[50242]: 2024-05-16 00:27:26.816855746 +0000 UTC m=+0.391683613 container start 87d5d82367e4d52d43c0cf064dc8795f0e00668272a6a53d645f6e8a5446df4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5-deactivate, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514) 2024-05-16T00:27:27.108 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:26 smithi133 podman[50242]: 2024-05-16 00:27:26.869570291 +0000 UTC m=+0.444398158 container attach 87d5d82367e4d52d43c0cf064dc8795f0e00668272a6a53d645f6e8a5446df4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240514, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-16T00:27:27.535 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:27 smithi133 podman[50242]: 2024-05-16 00:27:27.109282905 +0000 UTC m=+0.684110773 container died 87d5d82367e4d52d43c0cf064dc8795f0e00668272a6a53d645f6e8a5446df4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5-deactivate, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0) 2024-05-16T00:27:28.034 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:27 smithi133 podman[50288]: 2024-05-16 00:27:27.597460804 +0000 UTC m=+0.478803712 container remove 87d5d82367e4d52d43c0cf064dc8795f0e00668272a6a53d645f6e8a5446df4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-16T00:27:28.035 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:27 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.5.service: Deactivated successfully. 2024-05-16T00:27:28.035 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:27 smithi133 systemd[1]: Stopped Ceph osd.5 for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:27:28.035 INFO:journalctl@ceph.osd.5.smithi133.stdout:May 16 00:27:27 smithi133 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.5.service: Consumed 1.840s CPU time. 2024-05-16T00:27:28.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-16T00:27:28.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:28.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:28.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:28.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-16T00:27:28.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-16T00:27:28.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-16T00:27:28.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-16T00:27:28.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-16T00:27:28.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-16T00:27:28.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:28 smithi045 ceph-mon[29593]: osdmap e49: 4 total, 4 up, 4 in 2024-05-16T00:27:28.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-16T00:27:28.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:28.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:28.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:28.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-16T00:27:28.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-16T00:27:28.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-16T00:27:28.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-16T00:27:28.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-16T00:27:28.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-16T00:27:28.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:28 smithi063 ceph-mon[31538]: osdmap e49: 4 total, 4 up, 4 in 2024-05-16T00:27:29.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:29 smithi045 ceph-mon[29593]: Removing key for osd.5 2024-05-16T00:27:29.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:29 smithi045 ceph-mon[29593]: Successfully removed osd.5 on smithi133 2024-05-16T00:27:29.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:29 smithi045 ceph-mon[29593]: Successfully purged osd.5 on smithi133 2024-05-16T00:27:29.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:29 smithi045 ceph-mon[29593]: Zapping devices for osd.5 on smithi133 2024-05-16T00:27:29.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:29.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:29.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:29 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:29.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:29 smithi063 ceph-mon[31538]: Removing key for osd.5 2024-05-16T00:27:29.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:29 smithi063 ceph-mon[31538]: Successfully removed osd.5 on smithi133 2024-05-16T00:27:29.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:29 smithi063 ceph-mon[31538]: Successfully purged osd.5 on smithi133 2024-05-16T00:27:29.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:29 smithi063 ceph-mon[31538]: Zapping devices for osd.5 on smithi133 2024-05-16T00:27:29.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:29.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:29.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:29 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:30.579 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:30 smithi045 ceph-mon[29593]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:30.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:30 smithi063 ceph-mon[31538]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:32.107 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:32.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: Successfully zapped devices for osd.5 on smithi133 2024-05-16T00:27:32.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:32.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:32.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: Reconfiguring mon.a (monmap changed)... 2024-05-16T00:27:32.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:27:32.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:27:32.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:32.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: Reconfiguring daemon mon.a on smithi045 2024-05-16T00:27:32.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): mon) 2024-05-16T00:27:32.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:32 smithi045 ceph-mon[29593]: Cluster is now healthy 2024-05-16T00:27:32.156 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi133 2024-05-16T00:27:32.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:32.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: Successfully zapped devices for osd.5 on smithi133 2024-05-16T00:27:32.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:32.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:32.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: Reconfiguring mon.a (monmap changed)... 2024-05-16T00:27:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:27:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:27:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: Reconfiguring daemon mon.a on smithi045 2024-05-16T00:27:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): mon) 2024-05-16T00:27:32.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:32 smithi063 ceph-mon[31538]: Cluster is now healthy 2024-05-16T00:27:32.505 INFO:teuthology.orchestra.run.smithi045.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-05-16T00:27:32.505 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-05-16T00:27:32.505 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-16T00:27:32.829 INFO:teuthology.orchestra.run.smithi045.stderr:17 2024-05-16T00:27:32.840 INFO:teuthology.orchestra.run.smithi045.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-16T00:27:32.855 INFO:teuthology.orchestra.run.smithi045.stderr:++ cat crushmap.txt 2024-05-16T00:27:32.857 INFO:teuthology.orchestra.run.smithi045.stderr:+ CRUSH_MAP='# begin crush map 2024-05-16T00:27:32.857 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_local_tries 0 2024-05-16T00:27:32.857 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_local_fallback_tries 0 2024-05-16T00:27:32.857 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_total_tries 50 2024-05-16T00:27:32.857 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_descend_once 1 2024-05-16T00:27:32.857 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_vary_r 1 2024-05-16T00:27:32.857 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_stable 1 2024-05-16T00:27:32.857 INFO:teuthology.orchestra.run.smithi045.stderr:tunable straw_calc_version 1 2024-05-16T00:27:32.857 INFO:teuthology.orchestra.run.smithi045.stderr:tunable allowed_bucket_algs 54 2024-05-16T00:27:32.857 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr:# devices 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr:device 0 osd.0 class ssd 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr:device 1 osd.1 class ssd 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr:device 2 osd.2 class ssd 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr:device 3 osd.3 class ssd 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr:# types 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr:type 0 osd 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr:type 1 host 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr:type 2 chassis 2024-05-16T00:27:32.858 INFO:teuthology.orchestra.run.smithi045.stderr:type 3 rack 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr:type 4 row 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr:type 5 pdu 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr:type 6 pod 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr:type 7 room 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr:type 8 datacenter 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr:type 9 zone 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr:type 10 region 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr:type 11 root 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr:# buckets 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr:host smithi045 { 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr: id -3 # do not change unnecessarily 2024-05-16T00:27:32.859 INFO:teuthology.orchestra.run.smithi045.stderr: id -4 class ssd # do not change unnecessarily 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.17459 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.0 weight 0.08730 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.1 weight 0.08730 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr:host smithi063 { 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr: id -5 # do not change unnecessarily 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr: id -6 class ssd # do not change unnecessarily 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.17459 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-16T00:27:32.860 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-16T00:27:32.861 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.2 weight 0.08730 2024-05-16T00:27:32.861 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.3 weight 0.08730 2024-05-16T00:27:32.861 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-16T00:27:32.861 INFO:teuthology.orchestra.run.smithi045.stderr:host smithi133 { 2024-05-16T00:27:32.861 INFO:teuthology.orchestra.run.smithi045.stderr: id -7 # do not change unnecessarily 2024-05-16T00:27:32.861 INFO:teuthology.orchestra.run.smithi045.stderr: id -8 class ssd # do not change unnecessarily 2024-05-16T00:27:32.861 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.00000 2024-05-16T00:27:32.861 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr:root default { 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr: id -1 # do not change unnecessarily 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr: id -2 class ssd # do not change unnecessarily 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.34918 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr: item smithi045 weight 0.17459 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr: item smithi063 weight 0.17459 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr: item smithi133 weight 0.00000 2024-05-16T00:27:32.862 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-16T00:27:32.863 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:27:32.863 INFO:teuthology.orchestra.run.smithi045.stderr:# rules 2024-05-16T00:27:32.863 INFO:teuthology.orchestra.run.smithi045.stderr:rule replicated_rule { 2024-05-16T00:27:32.863 INFO:teuthology.orchestra.run.smithi045.stderr: id 0 2024-05-16T00:27:32.863 INFO:teuthology.orchestra.run.smithi045.stderr: type replicated 2024-05-16T00:27:32.863 INFO:teuthology.orchestra.run.smithi045.stderr: step take default 2024-05-16T00:27:32.863 INFO:teuthology.orchestra.run.smithi045.stderr: step choose firstn 0 type osd 2024-05-16T00:27:32.863 INFO:teuthology.orchestra.run.smithi045.stderr: step emit 2024-05-16T00:27:32.863 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-16T00:27:32.864 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:27:32.864 INFO:teuthology.orchestra.run.smithi045.stderr:# end crush map' 2024-05-16T00:27:32.864 INFO:teuthology.orchestra.run.smithi045.stderr:+ grep -q smithi133 2024-05-16T00:27:32.864 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch host rm smithi133 --rm-crush-entry 2024-05-16T00:27:33.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:33 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/2357552745' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-16T00:27:33.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:33 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:33.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:33 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:33.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:33 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-16T00:27:33.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:33 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-16T00:27:33.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:33 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:33.315 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:33 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/2357552745' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-16T00:27:33.315 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:33 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:33.315 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:33 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:33.315 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:33 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-16T00:27:33.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:33 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-16T00:27:33.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:33 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:34.079 INFO:teuthology.orchestra.run.smithi045.stdout:Removed host 'smithi133' 2024-05-16T00:27:34.093 INFO:teuthology.orchestra.run.smithi045.stderr:+ sleep 30 2024-05-16T00:27:34.263 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:34 smithi063 ceph-mon[31538]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:34.263 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:34 smithi063 ceph-mon[31538]: Reconfiguring mgr.a (monmap changed)... 2024-05-16T00:27:34.263 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:34 smithi063 ceph-mon[31538]: Reconfiguring daemon mgr.a on smithi045 2024-05-16T00:27:34.263 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:34 smithi063 ceph-mon[31538]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:34.263 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:34 smithi063 ceph-mon[31538]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi133", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:34.263 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:34 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi133"}]: dispatch 2024-05-16T00:27:34.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:34 smithi045 ceph-mon[29593]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:34.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:34 smithi045 ceph-mon[29593]: Reconfiguring mgr.a (monmap changed)... 2024-05-16T00:27:34.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:34 smithi045 ceph-mon[29593]: Reconfiguring daemon mgr.a on smithi045 2024-05-16T00:27:34.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:34 smithi045 ceph-mon[29593]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:34.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:34 smithi045 ceph-mon[29593]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi133", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-16T00:27:34.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:34 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi133"}]: dispatch 2024-05-16T00:27:35.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi133"}]': finished 2024-05-16T00:27:35.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:35 smithi063 ceph-mon[31538]: osdmap e50: 4 total, 4 up, 4 in 2024-05-16T00:27:35.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:35.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi133"}]: dispatch 2024-05-16T00:27:35.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi133"}]': finished 2024-05-16T00:27:35.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:35 smithi063 ceph-mon[31538]: Removed host smithi133 2024-05-16T00:27:35.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:35.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:35.338 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-16T00:27:35.339 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:35 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi133"}]': finished 2024-05-16T00:27:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:35 smithi045 ceph-mon[29593]: osdmap e50: 4 total, 4 up, 4 in 2024-05-16T00:27:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:35.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi133"}]: dispatch 2024-05-16T00:27:35.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi133"}]': finished 2024-05-16T00:27:35.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:35 smithi045 ceph-mon[29593]: Removed host smithi133 2024-05-16T00:27:35.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:35.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:35.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-16T00:27:35.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:35 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:36.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:36 smithi045 ceph-mon[29593]: Reconfiguring osd.0 (monmap changed)... 2024-05-16T00:27:36.152 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:36 smithi045 ceph-mon[29593]: Reconfiguring daemon osd.0 on smithi045 2024-05-16T00:27:36.152 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:36 smithi045 ceph-mon[29593]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:36.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:36 smithi063 ceph-mon[31538]: Reconfiguring osd.0 (monmap changed)... 2024-05-16T00:27:36.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:36 smithi063 ceph-mon[31538]: Reconfiguring daemon osd.0 on smithi045 2024-05-16T00:27:36.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:36 smithi063 ceph-mon[31538]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:37.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:37 smithi045 ceph-mon[29593]: Reconfiguring osd.1 (monmap changed)... 2024-05-16T00:27:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-16T00:27:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:37 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:37.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:37 smithi045 ceph-mon[29593]: Reconfiguring daemon osd.1 on smithi045 2024-05-16T00:27:37.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:37.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:37.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:37 smithi063 ceph-mon[31538]: Reconfiguring osd.1 (monmap changed)... 2024-05-16T00:27:37.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-16T00:27:37.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:37 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:37.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:37 smithi063 ceph-mon[31538]: Reconfiguring daemon osd.1 on smithi045 2024-05-16T00:27:38.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:38 smithi045 ceph-mon[29593]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:38.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:38.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:38.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:27:38.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:27:38.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:38 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:38.787 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:38 smithi063 ceph-mon[31538]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:38.787 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:38.788 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:38.788 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-16T00:27:38.788 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-16T00:27:38.788 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:38 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:39.673 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:39 smithi063 ceph-mon[31538]: Reconfiguring mon.b (monmap changed)... 2024-05-16T00:27:39.673 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:39 smithi063 ceph-mon[31538]: Reconfiguring daemon mon.b on smithi063 2024-05-16T00:27:39.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:39 smithi045 ceph-mon[29593]: Reconfiguring mon.b (monmap changed)... 2024-05-16T00:27:39.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:39 smithi045 ceph-mon[29593]: Reconfiguring daemon mon.b on smithi063 2024-05-16T00:27:40.584 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:40 smithi063 ceph-mon[31538]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:40.584 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:40.584 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:40.584 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-16T00:27:40.584 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-16T00:27:40.584 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:40 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:40.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:40 smithi045 ceph-mon[29593]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:40.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:40.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:40.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-16T00:27:40.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-16T00:27:40.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:40 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:41.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:41 smithi063 ceph-mon[31538]: Reconfiguring mgr.b (monmap changed)... 2024-05-16T00:27:41.837 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:41 smithi063 ceph-mon[31538]: Reconfiguring daemon mgr.b on smithi063 2024-05-16T00:27:41.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:41 smithi045 ceph-mon[29593]: Reconfiguring mgr.b (monmap changed)... 2024-05-16T00:27:41.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:41 smithi045 ceph-mon[29593]: Reconfiguring daemon mgr.b on smithi063 2024-05-16T00:27:42.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:42 smithi063 ceph-mon[31538]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:42.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:42 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:42.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:42 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:42.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:42 smithi063 ceph-mon[31538]: Reconfiguring osd.2 (monmap changed)... 2024-05-16T00:27:42.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:42 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-16T00:27:42.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:42 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:42.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:42 smithi063 ceph-mon[31538]: Reconfiguring daemon osd.2 on smithi063 2024-05-16T00:27:42.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:42 smithi045 ceph-mon[29593]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:42.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:42 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:42.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:42 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:42.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:42 smithi045 ceph-mon[29593]: Reconfiguring osd.2 (monmap changed)... 2024-05-16T00:27:42.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:42 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-16T00:27:42.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:42 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:42.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:42 smithi045 ceph-mon[29593]: Reconfiguring daemon osd.2 on smithi063 2024-05-16T00:27:44.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:44 smithi063 ceph-mon[31538]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:44.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:44 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:44.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:44 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:44.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:44 smithi063 ceph-mon[31538]: Reconfiguring osd.3 (monmap changed)... 2024-05-16T00:27:44.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:44 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-16T00:27:44.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:44 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:44.588 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:44 smithi063 ceph-mon[31538]: Reconfiguring daemon osd.3 on smithi063 2024-05-16T00:27:44.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:44 smithi045 ceph-mon[29593]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:44.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:44 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:44 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:44 smithi045 ceph-mon[29593]: Reconfiguring osd.3 (monmap changed)... 2024-05-16T00:27:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:44 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-16T00:27:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:44 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:44.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:44 smithi045 ceph-mon[29593]: Reconfiguring daemon osd.3 on smithi063 2024-05-16T00:27:46.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:46.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:46.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:27:46.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:46.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:46.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:45 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:46.088 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:45 smithi063 ceph-mon[31538]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:46.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:46.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:46.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-16T00:27:46.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-16T00:27:46.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-16T00:27:46.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:45 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:46.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:45 smithi045 ceph-mon[29593]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:48.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:48 smithi045 ceph-mon[29593]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:48.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:48.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:48.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:48 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:48 smithi063 ceph-mon[31538]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:48.838 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:48 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:49.844 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:49.844 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:49.844 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:49 smithi045 ceph-mon[29593]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:49.844 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:49 smithi045 ceph-mon[29593]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:50.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:50.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:50.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:49 smithi063 ceph-mon[31538]: from='mgr.14152 172.21.15.45:0/493437651' entity='mgr.a' 2024-05-16T00:27:50.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:49 smithi063 ceph-mon[31538]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:52.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:52 smithi045 ceph-mon[29593]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:52.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:52 smithi063 ceph-mon[31538]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:54.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:54 smithi045 ceph-mon[29593]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:54.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:54 smithi063 ceph-mon[31538]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:56.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:56 smithi063 ceph-mon[31538]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:56.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:56 smithi045 ceph-mon[29593]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:58.337 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:27:58 smithi063 ceph-mon[31538]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:27:58.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:27:58 smithi045 ceph-mon[29593]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:28:00.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:00 smithi045 ceph-mon[29593]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:28:00.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:00 smithi063 ceph-mon[31538]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:28:02.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:02 smithi045 ceph-mon[29593]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:28:02.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:02 smithi063 ceph-mon[31538]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:28:04.097 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-16T00:28:04.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:04 smithi045 ceph-mon[29593]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:28:04.435 INFO:teuthology.orchestra.run.smithi045.stderr:18 2024-05-16T00:28:04.445 INFO:teuthology.orchestra.run.smithi045.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-16T00:28:04.459 INFO:teuthology.orchestra.run.smithi045.stderr:++ cat crushmap.txt 2024-05-16T00:28:04.460 INFO:teuthology.orchestra.run.smithi045.stderr:+ CRUSH_MAP='# begin crush map 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_local_tries 0 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_local_fallback_tries 0 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_total_tries 50 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_descend_once 1 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_vary_r 1 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_stable 1 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:tunable straw_calc_version 1 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:tunable allowed_bucket_algs 54 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:# devices 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:device 0 osd.0 class ssd 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:device 1 osd.1 class ssd 2024-05-16T00:28:04.461 INFO:teuthology.orchestra.run.smithi045.stderr:device 2 osd.2 class ssd 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:device 3 osd.3 class ssd 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:# types 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 0 osd 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 1 host 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 2 chassis 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 3 rack 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 4 row 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 5 pdu 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 6 pod 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 7 room 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 8 datacenter 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 9 zone 2024-05-16T00:28:04.462 INFO:teuthology.orchestra.run.smithi045.stderr:type 10 region 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr:type 11 root 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr:# buckets 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr:host smithi045 { 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr: id -3 # do not change unnecessarily 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr: id -4 class ssd # do not change unnecessarily 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.17459 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.0 weight 0.08730 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.1 weight 0.08730 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr:host smithi063 { 2024-05-16T00:28:04.463 INFO:teuthology.orchestra.run.smithi045.stderr: id -5 # do not change unnecessarily 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: id -6 class ssd # do not change unnecessarily 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.17459 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.2 weight 0.08730 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.3 weight 0.08730 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr:root default { 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: id -1 # do not change unnecessarily 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: id -2 class ssd # do not change unnecessarily 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.34918 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-16T00:28:04.464 INFO:teuthology.orchestra.run.smithi045.stderr: item smithi045 weight 0.17459 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr: item smithi063 weight 0.17459 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr:# rules 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr:rule replicated_rule { 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr: id 0 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr: type replicated 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr: step take default 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr: step choose firstn 0 type osd 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr: step emit 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr:# end crush map' 2024-05-16T00:28:04.465 INFO:teuthology.orchestra.run.smithi045.stderr:+ grep -q smithi133 2024-05-16T00:28:04.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:04 smithi063 ceph-mon[31538]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-16T00:28:05.210 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-16T00:28:05.220 INFO:tasks.cephadm:Teardown begin 2024-05-16T00:28:05.220 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-16T00:28:05.252 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-16T00:28:05.290 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-16T00:28:05.324 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-16T00:28:05.324 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-16T00:28:05.343 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-16T00:28:05.362 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-16T00:28:05.383 INFO:tasks.cephadm:Stopping all daemons... 2024-05-16T00:28:05.383 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-16T00:28:05.383 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.a 2024-05-16T00:28:05.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:05 smithi045 ceph-mon[29593]: from='client.? 172.21.15.45:0/181660399' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-16T00:28:05.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:05 smithi063 ceph-mon[31538]: from='client.? 172.21.15.45:0/181660399' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-16T00:28:05.685 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:05 smithi045 systemd[1]: Stopping Ceph mon.a for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:28:06.088 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:05 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a[29570]: 2024-05-16T00:28:05.684+0000 7f513af96700 -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-05-16T00:28:06.089 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:05 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a[29570]: 2024-05-16T00:28:05.684+0000 7f513af96700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-05-16T00:28:06.089 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:05 smithi045 podman[56693]: 2024-05-16 00:28:05.777627181 +0000 UTC m=+0.199061138 container died 186d95c38bbb54908e45be7bcb4a42d7c62f38ddd213a08e6a75380e0f95ea8f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-16T00:28:06.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:06 smithi045 podman[56693]: 2024-05-16 00:28:06.215100328 +0000 UTC m=+0.636534275 container cleanup 186d95c38bbb54908e45be7bcb4a42d7c62f38ddd213a08e6a75380e0f95ea8f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240514) 2024-05-16T00:28:06.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:06 smithi045 bash[56693]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a 2024-05-16T00:28:06.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 16 00:28:06 smithi045 podman[56712]: 2024-05-16 00:28:06.449951898 +0000 UTC m=+0.670316967 container remove 186d95c38bbb54908e45be7bcb4a42d7c62f38ddd213a08e6a75380e0f95ea8f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-a, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD) 2024-05-16T00:28:06.723 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.a.service' 2024-05-16T00:28:06.883 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:06.883 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-16T00:28:06.883 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-16T00:28:06.884 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.b 2024-05-16T00:28:07.192 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:06 smithi063 systemd[1]: Stopping Ceph mon.b for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:28:07.508 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:07 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-b[31515]: 2024-05-16T00:28:07.191+0000 7fb36fc8f700 -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-05-16T00:28:07.508 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:07 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-b[31515]: 2024-05-16T00:28:07.191+0000 7fb36fc8f700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-05-16T00:28:07.508 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:07 smithi063 podman[45883]: 2024-05-16 00:28:07.376244292 +0000 UTC m=+0.293339125 container died 3c0350d22fadcc5c12ffba6b5c53b1be315c9cefe6f2ab8cd16c150d08d42ff2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-b, io.buildah.version=1.33.5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240514, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-16T00:28:08.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:07 smithi063 podman[45883]: 2024-05-16 00:28:07.771296474 +0000 UTC m=+0.688391324 container cleanup 3c0350d22fadcc5c12ffba6b5c53b1be315c9cefe6f2ab8cd16c150d08d42ff2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-b, maintainer=Guillaume Abrioux , GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240514, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, CEPH_POINT_RELEASE=) 2024-05-16T00:28:08.087 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:07 smithi063 bash[45883]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-b 2024-05-16T00:28:08.344 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.b.service' 2024-05-16T00:28:08.367 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:08 smithi063 podman[45901]: 2024-05-16 00:28:08.147848146 +0000 UTC m=+0.773703728 container remove 3c0350d22fadcc5c12ffba6b5c53b1be315c9cefe6f2ab8cd16c150d08d42ff2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mon-b, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5) 2024-05-16T00:28:08.367 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:08 smithi063 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.b.service: Deactivated successfully. 2024-05-16T00:28:08.367 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:08 smithi063 systemd[1]: Stopped Ceph mon.b for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:28:08.367 INFO:journalctl@ceph.mon.b.smithi063.stdout:May 16 00:28:08 smithi063 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.b.service: Consumed 3.908s CPU time. 2024-05-16T00:28:08.393 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:08.393 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-16T00:28:08.394 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-16T00:28:08.394 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c 2024-05-16T00:28:08.437 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@mon.c.service' 2024-05-16T00:28:08.530 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:08.530 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-16T00:28:08.530 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-16T00:28:08.530 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.a 2024-05-16T00:28:08.864 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:08 smithi045 systemd[1]: Stopping Ceph mgr.a for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:28:09.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:08 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:28:08.863+0000 7f54d67f3700 -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-05-16T00:28:09.149 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:08 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a[29849]: 2024-05-16T00:28:08.863+0000 7f54d67f3700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-16T00:28:09.150 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:08 smithi045 podman[56849]: 2024-05-16 00:28:08.895356732 +0000 UTC m=+0.153647457 container died 2271aee59fe2639a92f98727b798d46cc7f7894a59818aea8fb6bad3d2501cde (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-05-16T00:28:09.495 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:09 smithi045 podman[56849]: 2024-05-16 00:28:09.311169342 +0000 UTC m=+0.569460058 container cleanup 2271aee59fe2639a92f98727b798d46cc7f7894a59818aea8fb6bad3d2501cde (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240514, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-16T00:28:09.495 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:09 smithi045 bash[56849]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a 2024-05-16T00:28:09.746 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:09 smithi045 podman[56879]: 2024-05-16 00:28:09.495804122 +0000 UTC m=+0.598211605 container remove 2271aee59fe2639a92f98727b798d46cc7f7894a59818aea8fb6bad3d2501cde (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6cd0f8013e2dea00c3a29a0d8b10656b132d7c80, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-a, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2) 2024-05-16T00:28:10.321 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.a.service' 2024-05-16T00:28:10.348 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:10 smithi045 podman[56916]: 2024-05-16 00:28:10.099108839 +0000 UTC m=+0.477698822 container died 4e6a74f8f2c5215343820fac9e18ea28980c356b4ef92f1f6de8ad9d04f6ef34 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=busy_lederberg, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514) 2024-05-16T00:28:10.348 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:10 smithi045 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.a.service: Deactivated successfully. 2024-05-16T00:28:10.348 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:10 smithi045 systemd[1]: Stopped Ceph mgr.a for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:28:10.348 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 16 00:28:10 smithi045 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.a.service: Consumed 55.088s CPU time. 2024-05-16T00:28:10.361 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:10.361 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-16T00:28:10.361 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-16T00:28:10.361 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.b 2024-05-16T00:28:10.699 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:28:10 smithi063 systemd[1]: Stopping Ceph mgr.b for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:28:10.973 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:28:10 smithi063 podman[46040]: 2024-05-16 00:28:10.699664096 +0000 UTC m=+0.133596355 container died 64b2ce535c365995eddde5053536122751df32b542bf8ecfcd5eeb3346b127f4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-16T00:28:11.323 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:28:11 smithi063 podman[46040]: 2024-05-16 00:28:11.072368509 +0000 UTC m=+0.506300767 container cleanup 64b2ce535c365995eddde5053536122751df32b542bf8ecfcd5eeb3346b127f4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:28:11.323 INFO:journalctl@ceph.mgr.b.smithi063.stdout:May 16 00:28:11 smithi063 bash[46040]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-mgr-b 2024-05-16T00:28:11.454 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@mgr.b.service' 2024-05-16T00:28:11.491 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:11.491 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-16T00:28:11.491 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-16T00:28:11.491 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.0 2024-05-16T00:28:11.649 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:11 smithi045 systemd[1]: Stopping Ceph osd.0 for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:28:12.091 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:11 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0[41845]: 2024-05-16T00:28:11.810+0000 7f4959766700 -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-05-16T00:28:12.092 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:11 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0[41845]: 2024-05-16T00:28:11.810+0000 7f4959766700 -1 osd.0 50 *** Got signal Terminated *** 2024-05-16T00:28:12.092 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:11 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0[41845]: 2024-05-16T00:28:11.810+0000 7f4959766700 -1 osd.0 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-16T00:28:17.400 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:17 smithi045 podman[57238]: 2024-05-16 00:28:17.11752409 +0000 UTC m=+5.408280931 container died f1a30ce1328aa02a5031296247e971efa69f091cdfe3490c6741d7800a9bafbb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0) 2024-05-16T00:28:18.023 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:17 smithi045 podman[57238]: 2024-05-16 00:28:17.764674127 +0000 UTC m=+6.055430959 container cleanup f1a30ce1328aa02a5031296247e971efa69f091cdfe3490c6741d7800a9bafbb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-05-16T00:28:18.023 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:17 smithi045 bash[57238]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0 2024-05-16T00:28:18.399 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:18 smithi045 podman[57483]: 2024-05-16 00:28:18.023533301 +0000 UTC m=+0.902853554 container remove f1a30ce1328aa02a5031296247e971efa69f091cdfe3490c6741d7800a9bafbb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux ) 2024-05-16T00:28:18.726 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:18 smithi045 podman[57579]: 2024-05-16 00:28:18.348634212 +0000 UTC m=+0.017956147 image pull 41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185 2024-05-16T00:28:18.726 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:18 smithi045 podman[57579]: 2024-05-16 00:28:18.457609249 +0000 UTC m=+0.126931200 container create 3b63de9eb7cf3cadff0785560d81e4331c1155c1ae69e54d4ac4d568c4446676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-05-16T00:28:18.726 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:18 smithi045 podman[57579]: 2024-05-16 00:28:18.659800576 +0000 UTC m=+0.329122512 container init 3b63de9eb7cf3cadff0785560d81e4331c1155c1ae69e54d4ac4d568c4446676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:28:18.726 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:18 smithi045 podman[57579]: 2024-05-16 00:28:18.665826336 +0000 UTC m=+0.335148269 container start 3b63de9eb7cf3cadff0785560d81e4331c1155c1ae69e54d4ac4d568c4446676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-05-16T00:28:18.726 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:18 smithi045 podman[57579]: 2024-05-16 00:28:18.72613065 +0000 UTC m=+0.395452598 container attach 3b63de9eb7cf3cadff0785560d81e4331c1155c1ae69e54d4ac4d568c4446676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80) 2024-05-16T00:28:19.401 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:18 smithi045 podman[57579]: 2024-05-16 00:28:18.97656077 +0000 UTC m=+0.645882703 container died 3b63de9eb7cf3cadff0785560d81e4331c1155c1ae69e54d4ac4d568c4446676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-05-16T00:28:19.674 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 16 00:28:19 smithi045 podman[57628]: 2024-05-16 00:28:19.654341897 +0000 UTC m=+0.671443285 container remove 3b63de9eb7cf3cadff0785560d81e4331c1155c1ae69e54d4ac4d568c4446676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-16T00:28:19.682 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.0.service' 2024-05-16T00:28:19.726 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:19.727 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-16T00:28:19.727 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-16T00:28:19.728 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.1 2024-05-16T00:28:20.051 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:19 smithi045 systemd[1]: Stopping Ceph osd.1 for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:28:20.399 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:20 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1[46095]: 2024-05-16T00:28:20.051+0000 7fe59b3ac700 -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-05-16T00:28:20.399 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:20 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1[46095]: 2024-05-16T00:28:20.051+0000 7fe59b3ac700 -1 osd.1 50 *** Got signal Terminated *** 2024-05-16T00:28:20.400 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:20 smithi045 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1[46095]: 2024-05-16T00:28:20.051+0000 7fe59b3ac700 -1 osd.1 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-16T00:28:25.650 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:25 smithi045 podman[57712]: 2024-05-16 00:28:25.363742712 +0000 UTC m=+5.400115175 container died f3da000bcde8250506adca3ef212b4ab9462726b93ab8f2ec49eceecd3f775b4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-05-16T00:28:26.149 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:25 smithi045 podman[57712]: 2024-05-16 00:28:25.965206597 +0000 UTC m=+6.001579050 container cleanup f3da000bcde8250506adca3ef212b4ab9462726b93ab8f2ec49eceecd3f775b4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240514) 2024-05-16T00:28:26.149 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:25 smithi045 bash[57712]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1 2024-05-16T00:28:26.642 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:26 smithi045 podman[57734]: 2024-05-16 00:28:26.283294997 +0000 UTC m=+0.911620627 container remove f3da000bcde8250506adca3ef212b4ab9462726b93ab8f2ec49eceecd3f775b4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, ceph=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-05-16T00:28:26.899 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:26 smithi045 podman[57826]: 2024-05-16 00:28:26.6423705 +0000 UTC m=+0.112770036 container create 4065ab57b1bcaeb9d74a939efff44f047821fa943be4c20b24e81f0aee52313c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.build-date=20240514, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:28:26.900 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:26 smithi045 podman[57826]: 2024-05-16 00:28:26.548249857 +0000 UTC m=+0.018649374 image pull 41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185 2024-05-16T00:28:26.900 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:26 smithi045 podman[57826]: 2024-05-16 00:28:26.827748683 +0000 UTC m=+0.298148195 container init 4065ab57b1bcaeb9d74a939efff44f047821fa943be4c20b24e81f0aee52313c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1-deactivate, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-16T00:28:26.900 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:26 smithi045 podman[57826]: 2024-05-16 00:28:26.833576529 +0000 UTC m=+0.303976048 container start 4065ab57b1bcaeb9d74a939efff44f047821fa943be4c20b24e81f0aee52313c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1-deactivate, io.buildah.version=1.33.5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-16T00:28:27.399 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:26 smithi045 podman[57826]: 2024-05-16 00:28:26.919187702 +0000 UTC m=+0.389587225 container attach 4065ab57b1bcaeb9d74a939efff44f047821fa943be4c20b24e81f0aee52313c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-05-16T00:28:27.400 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 16 00:28:27 smithi045 podman[57826]: 2024-05-16 00:28:27.144309436 +0000 UTC m=+0.614708954 container died 4065ab57b1bcaeb9d74a939efff44f047821fa943be4c20b24e81f0aee52313c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240514) 2024-05-16T00:28:27.795 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.1.service' 2024-05-16T00:28:27.835 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:27.836 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-16T00:28:27.836 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-16T00:28:27.836 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.2 2024-05-16T00:28:28.087 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:27 smithi063 systemd[1]: Stopping Ceph osd.2 for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:28:28.837 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:28 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2[37282]: 2024-05-16T00:28:28.394+0000 7fdcb37e9700 -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-05-16T00:28:28.837 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:28 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2[37282]: 2024-05-16T00:28:28.394+0000 7fdcb37e9700 -1 osd.2 50 *** Got signal Terminated *** 2024-05-16T00:28:28.837 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:28 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2[37282]: 2024-05-16T00:28:28.394+0000 7fdcb37e9700 -1 osd.2 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-16T00:28:33.986 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:33 smithi063 podman[46620]: 2024-05-16 00:28:33.705206384 +0000 UTC m=+5.433632941 container died ee3b5acfa438bf4e4e8aa013ad963d511ac53231c115607991a23bf5f8620482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240514, CEPH_POINT_RELEASE=, ceph=True) 2024-05-16T00:28:34.269 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:34 smithi063 podman[46620]: 2024-05-16 00:28:34.142963072 +0000 UTC m=+5.871389628 container cleanup ee3b5acfa438bf4e4e8aa013ad963d511ac53231c115607991a23bf5f8620482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-05-16T00:28:34.269 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:34 smithi063 bash[46620]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2 2024-05-16T00:28:34.587 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:34 smithi063 podman[46650]: 2024-05-16 00:28:34.269189139 +0000 UTC m=+0.557197938 container remove ee3b5acfa438bf4e4e8aa013ad963d511ac53231c115607991a23bf5f8620482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240514, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-05-16T00:28:35.032 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:34 smithi063 podman[46747]: 2024-05-16 00:28:34.695327304 +0000 UTC m=+0.110781307 container create a9f22c64fc682b84dd1785dff4e7c23a3e8d4afda847538dc2d61930ecd54272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514) 2024-05-16T00:28:35.032 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:34 smithi063 podman[46747]: 2024-05-16 00:28:34.602269484 +0000 UTC m=+0.017723504 image pull 41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185 2024-05-16T00:28:35.032 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:34 smithi063 podman[46747]: 2024-05-16 00:28:34.922931899 +0000 UTC m=+0.338385903 container init a9f22c64fc682b84dd1785dff4e7c23a3e8d4afda847538dc2d61930ecd54272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2-deactivate, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-16T00:28:35.032 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:34 smithi063 podman[46747]: 2024-05-16 00:28:34.929213655 +0000 UTC m=+0.344667669 container start a9f22c64fc682b84dd1785dff4e7c23a3e8d4afda847538dc2d61930ecd54272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2-deactivate, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240514, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_CLEAN=True, ceph=True) 2024-05-16T00:28:35.032 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:35 smithi063 podman[46747]: 2024-05-16 00:28:35.031212684 +0000 UTC m=+0.446666697 container attach a9f22c64fc682b84dd1785dff4e7c23a3e8d4afda847538dc2d61930ecd54272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240514, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, CEPH_POINT_RELEASE=) 2024-05-16T00:28:35.302 INFO:journalctl@ceph.osd.2.smithi063.stdout:May 16 00:28:35 smithi063 podman[46747]: 2024-05-16 00:28:35.281167814 +0000 UTC m=+0.696621829 container died a9f22c64fc682b84dd1785dff4e7c23a3e8d4afda847538dc2d61930ecd54272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-2-deactivate, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-05-16T00:28:35.803 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.2.service' 2024-05-16T00:28:35.845 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:35.845 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-16T00:28:35.845 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-05-16T00:28:35.845 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.3 2024-05-16T00:28:36.071 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:35 smithi063 systemd[1]: Stopping Ceph osd.3 for 07bf125e-131a-11ef-bc99-c7b262605968... 2024-05-16T00:28:36.953 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:36 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3[41080]: 2024-05-16T00:28:36.764+0000 7f0d933ab700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -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-05-16T00:28:36.953 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:36 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3[41080]: 2024-05-16T00:28:36.764+0000 7f0d933ab700 -1 osd.3 50 *** Got signal Terminated *** 2024-05-16T00:28:36.953 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:36 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3[41080]: 2024-05-16T00:28:36.764+0000 7f0d933ab700 -1 osd.3 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-16T00:28:39.337 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:38 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3[41080]: 2024-05-16T00:28:38.950+0000 7f0d8f99f700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2024-05-16T00:28:15.439977+0000 front 2024-05-16T00:28:15.440038+0000 (oldest deadline 2024-05-16T00:28:38.339941+0000) 2024-05-16T00:28:40.337 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:39 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3[41080]: 2024-05-16T00:28:39.963+0000 7f0d8f99f700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2024-05-16T00:28:15.439977+0000 front 2024-05-16T00:28:15.440038+0000 (oldest deadline 2024-05-16T00:28:38.339941+0000) 2024-05-16T00:28:41.337 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:40 smithi063 ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3[41080]: 2024-05-16T00:28:40.938+0000 7f0d8f99f700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2024-05-16T00:28:15.439977+0000 front 2024-05-16T00:28:15.440038+0000 (oldest deadline 2024-05-16T00:28:38.339941+0000) 2024-05-16T00:28:42.564 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:42 smithi063 podman[46928]: 2024-05-16 00:28:42.298524522 +0000 UTC m=+5.973816545 container died 6426eb3bedd5435a0934b4f3162c1bb60582fa0482b0ba5d0e3ad1e5a89e814a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-16T00:28:42.837 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:42 smithi063 podman[46928]: 2024-05-16 00:28:42.662512168 +0000 UTC m=+6.337804190 container cleanup 6426eb3bedd5435a0934b4f3162c1bb60582fa0482b0ba5d0e3ad1e5a89e814a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3, org.label-schema.build-date=20240514, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.5, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-05-16T00:28:42.837 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:42 smithi063 bash[46928]: ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3 2024-05-16T00:28:43.280 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:42 smithi063 podman[47058]: 2024-05-16 00:28:42.938460205 +0000 UTC m=+0.641552626 container remove 6426eb3bedd5435a0934b4f3162c1bb60582fa0482b0ba5d0e3ad1e5a89e814a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.vendor=CentOS, ceph=True) 2024-05-16T00:28:43.549 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:43 smithi063 podman[47157]: 2024-05-16 00:28:43.281009904 +0000 UTC m=+0.101836357 container create c24fce3251f2ba7863d56f54aeef5d67781b1942039ecc29f5b7cfa3a822e91c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True) 2024-05-16T00:28:43.549 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:43 smithi063 podman[47157]: 2024-05-16 00:28:43.196569681 +0000 UTC m=+0.017396136 image pull 41a626c9cc374bd028aa22b4f080d069b610f0be9e0ef97f9a1a54e447e148a3 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185 2024-05-16T00:28:43.549 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:43 smithi063 podman[47157]: 2024-05-16 00:28:43.466913377 +0000 UTC m=+0.287739832 container init c24fce3251f2ba7863d56f54aeef5d67781b1942039ecc29f5b7cfa3a822e91c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:28:43.549 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:43 smithi063 podman[47157]: 2024-05-16 00:28:43.473433049 +0000 UTC m=+0.294259502 container start c24fce3251f2ba7863d56f54aeef5d67781b1942039ecc29f5b7cfa3a822e91c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3-deactivate, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240514, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-16T00:28:43.550 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:43 smithi063 podman[47157]: 2024-05-16 00:28:43.5498274 +0000 UTC m=+0.370653875 container attach c24fce3251f2ba7863d56f54aeef5d67781b1942039ecc29f5b7cfa3a822e91c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-16T00:28:43.837 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:43 smithi063 podman[47157]: 2024-05-16 00:28:43.778772859 +0000 UTC m=+0.599599315 container died c24fce3251f2ba7863d56f54aeef5d67781b1942039ecc29f5b7cfa3a822e91c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2) 2024-05-16T00:28:44.294 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:44 smithi063 podman[47203]: 2024-05-16 00:28:44.269714067 +0000 UTC m=+0.484828093 container remove c24fce3251f2ba7863d56f54aeef5d67781b1942039ecc29f5b7cfa3a822e91c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5c5f12459ebcbf3753cc9d18fdb5ddd79e42ac036cf0c5c0a49db825e6a86185, name=ceph-07bf125e-131a-11ef-bc99-c7b262605968-osd-3-deactivate, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-05-15-0804-6cd0f80, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-05-16T00:28:44.295 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:44 smithi063 systemd[1]: ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.3.service: Deactivated successfully. 2024-05-16T00:28:44.295 INFO:journalctl@ceph.osd.3.smithi063.stdout:May 16 00:28:44 smithi063 systemd[1]: Stopped Ceph osd.3 for 07bf125e-131a-11ef-bc99-c7b262605968. 2024-05-16T00:28:44.297 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.3.service' 2024-05-16T00:28:44.336 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:44.337 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-05-16T00:28:44.337 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-05-16T00:28:44.337 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.4 2024-05-16T00:28:44.382 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.4.service' 2024-05-16T00:28:44.460 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:44.461 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-05-16T00:28:44.461 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-05-16T00:28:44.461 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.5 2024-05-16T00:28:44.539 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bf125e-131a-11ef-bc99-c7b262605968@osd.5.service' 2024-05-16T00:28:44.611 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-16T00:28:44.612 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-05-16T00:28:44.612 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 07bf125e-131a-11ef-bc99-c7b262605968 --force --keep-logs 2024-05-16T00:28:44.817 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:28:46.245 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 07bf125e-131a-11ef-bc99-c7b262605968 --force --keep-logs 2024-05-16T00:28:46.449 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:28:47.929 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 07bf125e-131a-11ef-bc99-c7b262605968 --force --keep-logs 2024-05-16T00:28:48.121 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:28:48.511 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-16T00:28:48.544 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-16T00:28:48.579 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-16T00:28:48.605 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-16T00:28:48.607 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867/remote/smithi045/crash 2024-05-16T00:28:48.608 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/crash -- . 2024-05-16T00:28:48.645 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/crash: Cannot open: No such file or directory 2024-05-16T00:28:48.645 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2024-05-16T00:28:48.648 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867/remote/smithi063/crash 2024-05-16T00:28:48.648 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/crash -- . 2024-05-16T00:28:48.686 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/crash: Cannot open: No such file or directory 2024-05-16T00:28:48.687 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2024-05-16T00:28:48.688 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867/remote/smithi133/crash 2024-05-16T00:28:48.689 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/crash -- . 2024-05-16T00:28:48.720 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/07bf125e-131a-11ef-bc99-c7b262605968/crash: Cannot open: No such file or directory 2024-05-16T00:28:48.721 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-05-16T00:28:48.722 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-16T00:28:48.722 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/07bf125e-131a-11ef-bc99-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_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-05-16T00:28:48.756 INFO:teuthology.orchestra.run.smithi045.stdout:2024-05-16T00:24:10.377160+0000 mon.a (mon.0) 438 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-16T00:28:48.757 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-16T00:28:48.757 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[SEC\]' /var/log/ceph/07bf125e-131a-11ef-bc99-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_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-05-16T00:28:48.828 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]' /var/log/ceph/07bf125e-131a-11ef-bc99-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_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-05-16T00:28:48.900 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[WRN\]' /var/log/ceph/07bf125e-131a-11ef-bc99-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_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-05-16T00:28:48.971 INFO:teuthology.orchestra.run.smithi045.stdout:2024-05-16T00:24:10.377160+0000 mon.a (mon.0) 438 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-16T00:28:48.971 INFO:tasks.cephadm:Compressing logs... 2024-05-16T00:28:48.971 DEBUG:teuthology.orchestra.run.smithi045:> 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-05-16T00:28:49.014 DEBUG:teuthology.orchestra.run.smithi063:> 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-05-16T00:28:49.016 DEBUG:teuthology.orchestra.run.smithi133:> 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-05-16T00:28:49.038 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-16T00:28:49.039 INFO:teuthology.orchestra.run.smithi045.stderr:: No such file or directory 2024-05-16T00:28:49.039 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.log 2024-05-16T00:28:49.039 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.audit.log 2024-05-16T00:28:49.039 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.1.log 2024-05-16T00:28:49.039 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.0.log 2024-05-16T00:28:49.041 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mon.a.log 2024-05-16T00:28:49.041 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.1.log: 86.1% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.log.gz 2024-05-16T00:28:49.041 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.cephadm.log 2024-05-16T00:28:49.041 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mgr.a.log 2024-05-16T00:28:49.042 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-volume.log 2024-05-16T00:28:49.042 INFO:teuthology.orchestra.run.smithi045.stderr: 90.4% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.audit.log.gz/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mgr.a.log: 2024-05-16T00:28:49.042 INFO:teuthology.orchestra.run.smithi045.stderr: 82.7% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.cephadm.log.gz 2024-05-16T00:28:49.042 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-volume.log: 86.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-16T00:28:49.043 INFO:teuthology.orchestra.run.smithi133.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-16T00:28:49.044 INFO:teuthology.orchestra.run.smithi133.stderr:: No such file or directory 2024-05-16T00:28:49.044 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.log 2024-05-16T00:28:49.044 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.audit.log 2024-05-16T00:28:49.044 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.5.log 2024-05-16T00:28:49.044 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.4.log 2024-05-16T00:28:49.047 INFO:teuthology.orchestra.run.smithi133.stderr: 85.5% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.log.gz 2024-05-16T00:28:49.047 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mon.c.log 2024-05-16T00:28:49.047 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.5.log: /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.cephadm.log 2024-05-16T00:28:49.048 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-volume.log 2024-05-16T00:28:49.048 INFO:teuthology.orchestra.run.smithi133.stderr: 90.5% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.audit.log.gz 2024-05-16T00:28:49.048 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.cephadm.log: 80.3% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.cephadm.log.gz 2024-05-16T00:28:49.048 INFO:teuthology.orchestra.run.smithi133.stderr: 84.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr:find: ‘/var/log/rbd-target-api’gzip -5: No such file or directory --verbose 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr: -- /var/log/ceph/cephadm.log 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.log 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.2.log 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.audit.log 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.3.log 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr: 85.9% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.log.gz 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.cephadm.log 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr: 84.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mgr.b.log 2024-05-16T00:28:49.049 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.3.log: /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-volume.log 2024-05-16T00:28:49.050 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mgr.b.log: 82.2% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.cephadm.log.gz 2024-05-16T00:28:49.050 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mon.b.log 2024-05-16T00:28:49.050 INFO:teuthology.orchestra.run.smithi063.stderr: 90.5% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph.audit.log.gz 2024-05-16T00:28:49.050 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-volume.log: /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mon.b.log: 91.1% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mgr.b.log.gz 2024-05-16T00:28:49.055 INFO:teuthology.orchestra.run.smithi045.stderr: 91.5% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-volume.log.gz 2024-05-16T00:28:49.061 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-volume.log: 91.6% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-volume.log.gz 2024-05-16T00:28:49.061 INFO:teuthology.orchestra.run.smithi063.stderr: 91.6% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-volume.log.gz 2024-05-16T00:28:49.062 INFO:teuthology.orchestra.run.smithi133.stderr: 92.9% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.4.log.gz 2024-05-16T00:28:49.063 INFO:teuthology.orchestra.run.smithi133.stderr: 92.8% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.5.log.gz 2024-05-16T00:28:49.076 INFO:teuthology.orchestra.run.smithi045.stderr: 93.2% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.1.log.gz 2024-05-16T00:28:49.098 INFO:teuthology.orchestra.run.smithi045.stderr: 93.0% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.0.log.gz 2024-05-16T00:28:49.100 INFO:teuthology.orchestra.run.smithi133.stderr: 92.6% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mon.c.log.gz 2024-05-16T00:28:49.102 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-05-16T00:28:49.102 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.071s 2024-05-16T00:28:49.102 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m0.130s 2024-05-16T00:28:49.102 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.018s 2024-05-16T00:28:49.103 INFO:teuthology.orchestra.run.smithi063.stderr: 92.9% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.3.log.gz 2024-05-16T00:28:49.119 INFO:teuthology.orchestra.run.smithi063.stderr: 93.3% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-osd.2.log.gz 2024-05-16T00:28:49.122 INFO:teuthology.orchestra.run.smithi063.stderr: 92.4% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mon.b.log.gz 2024-05-16T00:28:49.124 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-05-16T00:28:49.124 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.092s 2024-05-16T00:28:49.124 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.227s 2024-05-16T00:28:49.124 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.030s 2024-05-16T00:28:49.142 INFO:teuthology.orchestra.run.smithi045.stderr: 88.0% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mgr.a.log.gz 2024-05-16T00:28:49.290 INFO:teuthology.orchestra.run.smithi045.stderr: 91.2% -- replaced with /var/log/ceph/07bf125e-131a-11ef-bc99-c7b262605968/ceph-mon.a.log.gz 2024-05-16T00:28:49.292 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-16T00:28:49.292 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m0.265s 2024-05-16T00:28:49.292 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m0.465s 2024-05-16T00:28:49.292 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.031s 2024-05-16T00:28:49.292 INFO:tasks.cephadm:Archiving logs... 2024-05-16T00:28:49.293 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867/remote/smithi045/log 2024-05-16T00:28:49.293 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-16T00:28:49.446 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867/remote/smithi063/log 2024-05-16T00:28:49.447 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-16T00:28:49.513 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867/remote/smithi133/log 2024-05-16T00:28:49.514 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-16T00:28:49.570 INFO:tasks.cephadm:Removing cluster... 2024-05-16T00:28:49.571 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 07bf125e-131a-11ef-bc99-c7b262605968 --force 2024-05-16T00:28:49.757 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:28:50.012 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 07bf125e-131a-11ef-bc99-c7b262605968 --force 2024-05-16T00:28:50.212 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:28:50.483 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 07bf125e-131a-11ef-bc99-c7b262605968 --force 2024-05-16T00:28:50.685 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 07bf125e-131a-11ef-bc99-c7b262605968 2024-05-16T00:28:50.932 INFO:tasks.cephadm:Removing cephadm ... 2024-05-16T00:28:50.932 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-16T00:28:50.953 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-16T00:28:50.975 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-16T00:28:50.994 INFO:tasks.cephadm:Teardown complete 2024-05-16T00:28:50.996 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-16T00:28:51.024 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-05-16T00:28:51.024 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-16T00:28:51.029 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-16T00:28:51.034 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-16T00:28:51.138 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-16T00:28:51.152 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-16T00:28:51.152 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-16T00:28:51.156 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-16T00:28:51.160 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-16T00:28:51.171 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-05-16T00:28:51.183 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-05-16T00:28:51.183 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: ntpq: command not found 2024-05-16T00:28:51.185 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-16T00:28:51.185 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-05-16T00:28:51.185 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv01.front.sepia.ceph.com 3 6 377 9 +1425us[+1432us] +/- 59ms 2024-05-16T00:28:51.185 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 7 -1437us[-1437us] +/- 52ms 2024-05-16T00:28:51.185 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 8 +20us[ +20us] +/- 74ms 2024-05-16T00:28:51.185 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv01.front.sepia.ceph.com 3 6 377 9 +1455us[+1467us] +/- 59ms 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 6 -1406us[-1406us] +/- 52ms 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 8 +51us[ +51us] +/- 74ms 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv01.front.sepia.ceph.com 3 6 377 10 +1465us[+1497us] +/- 59ms 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 8 -1398us[-1398us] +/- 52ms 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 10 +54us[ +54us] +/- 74ms 2024-05-16T00:28:51.186 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-16T00:28:51.187 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-16T00:28:51.203 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-16T00:28:51.204 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-16T00:28:51.237 DEBUG:teuthology.orchestra.run.smithi045:> 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-05-16T00:28:51.319 DEBUG:teuthology.orchestra.run.smithi063:> 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-05-16T00:28:51.396 DEBUG:teuthology.orchestra.run.smithi133:> 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-05-16T00:28:51.465 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-16T00:28:51.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:28:51.500 DEBUG:teuthology.orchestra.run.smithi063:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-16T00:28:51.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:28:51.535 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-16T00:28:51.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:28:51.563 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-16T00:28:51.581 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-16T00:28:51.623 INFO:teuthology.task.internal:Duration was 997.870806 seconds 2024-05-16T00:28:51.623 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-16T00:28:51.633 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-16T00:28:51.633 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-16T00:28:51.636 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-16T00:28:51.638 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-16T00:28:51.677 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-16T00:28:51.680 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-16T00:28:51.681 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-16T00:28:52.127 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-16T00:28:52.128 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2024-05-16T00:28:52.128 DEBUG:teuthology.orchestra.run.smithi045:> 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-05-16T00:28:52.154 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-05-16T00:28:52.155 DEBUG:teuthology.orchestra.run.smithi063:> 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-05-16T00:28:52.184 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-05-16T00:28:52.184 DEBUG:teuthology.orchestra.run.smithi133:> 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-05-16T00:28:52.222 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-16T00:28:52.222 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-16T00:28:52.225 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-16T00:28:52.230 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-16T00:28:52.289 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-16T00:28:52.289 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-16T00:28:52.303 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-16T00:28:52.306 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-16T00:28:52.504 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-16T00:28:52.515 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-16T00:28:52.516 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-16T00:28:52.541 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-16T00:28:52.568 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-16T00:28:52.594 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-16T00:28:52.606 DEBUG:teuthology.orchestra.run.smithi045:> 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-05-16T00:28:52.609 DEBUG:teuthology.orchestra.run.smithi063:> 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-05-16T00:28:52.612 DEBUG:teuthology.orchestra.run.smithi133:> 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-05-16T00:28:52.630 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2024-05-16T00:28:52.633 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-05-16T00:28:52.658 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-05-16T00:28:52.687 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-16T00:28:52.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:28:52.707 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-16T00:28:52.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:28:52.722 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-16T00:28:52.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-16T00:28:52.744 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-16T00:28:52.758 INFO:teuthology.task.internal:Transferring archived files... 2024-05-16T00:28:52.760 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867/remote/smithi045 2024-05-16T00:28:52.760 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-16T00:28:52.801 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867/remote/smithi063 2024-05-16T00:28:52.801 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-16T00:28:52.839 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867/remote/smithi133 2024-05-16T00:28:52.840 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-16T00:28:52.877 INFO:teuthology.task.internal:Removing archive directory... 2024-05-16T00:28:52.878 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-16T00:28:52.881 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-16T00:28:52.883 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-16T00:28:52.926 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-16T00:28:52.941 INFO:teuthology.task.internal:Not uploading archives. 2024-05-16T00:28:52.941 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-16T00:28:52.953 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-16T00:28:52.953 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-16T00:28:52.959 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-16T00:28:52.965 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-16T00:28:52.969 INFO:teuthology.orchestra.run.smithi045.stdout: 265996 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 16 00:28 /home/ubuntu/cephtest 2024-05-16T00:28:52.978 INFO:teuthology.orchestra.run.smithi063.stdout: 265863 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 16 00:28 /home/ubuntu/cephtest 2024-05-16T00:28:52.982 INFO:teuthology.orchestra.run.smithi133.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 16 00:28 /home/ubuntu/cephtest 2024-05-16T00:28:52.983 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-16T00:28:52.996 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-16T00:28:53.026 INFO:teuthology.nuke:Checking targets against current locks 2024-05-16T00:28:53.055 DEBUG:teuthology.nuke:shortname: smithi045 2024-05-16T00:28:53.056 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-16T00:28:53.079 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-16 00:03:57.207565', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOFMY8lLM2wtfvEOsvVy4La/sxzZbl2I0pwO4/ZHW6Y0VSFRMgYjWhW9LnePPwoOGraLGf8+feaPlXYnx16AH+k='} 2024-05-16T00:28:53.084 DEBUG:teuthology.nuke:shortname: smithi063 2024-05-16T00:28:53.084 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-16T00:28:53.107 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-16 00:03:57.208601', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNjf++Y4P2gZamn7T5M9t11xcX1/qFiHqsR/o8Z6X9xp5W+Fce71wTBX/dsZpoyyZaqn/hI9cyOI8Ox0UFgpnOg='} 2024-05-16T00:28:53.112 DEBUG:teuthology.nuke:shortname: smithi133 2024-05-16T00:28:53.112 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-16T00:28:53.131 INFO:teuthology.orchestra.console.smithi045:Power off 2024-05-16T00:28:53.132 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-16T00:28:53.144 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707867', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-16 00:03:57.209425', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBByHnG+dtHVKJ0ebmnI/MMafk3iQq974+OowyZu6Rj1O+WiBRMUV8YVD3teqXnUdlETn6LDX+bsUFRIhZJKgfbM='} 2024-05-16T00:28:53.162 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2024-05-16T00:28:53.162 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-16T00:28:53.185 INFO:teuthology.orchestra.console.smithi063:Power off 2024-05-16T00:28:53.186 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-16T00:28:53.201 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-05-16T00:28:53.217 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-05-16T00:28:53.217 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-16T00:28:53.234 INFO:teuthology.orchestra.console.smithi133:Power off 2024-05-16T00:28:53.235 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-16T00:28:53.253 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-05-16T00:28:53.267 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-05-16T00:28:53.267 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-16T00:28:53.294 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-05-16T00:28:57.203 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-16T00:28:57.254 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-16T00:28:57.295 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-16T00:28:57.316 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-05-16T00:28:57.367 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-05-16T00:28:57.407 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-05-16T00:29:01.318 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-16T00:29:01.368 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-16T00:29:01.408 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-16T00:29:01.434 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2024-05-16T00:29:01.483 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-05-16T00:29:01.521 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-05-16T00:29:01.535 INFO:teuthology.orchestra.console.smithi045:Power off completed 2024-05-16T00:29:01.622 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-05-16T00:29:05.488 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-16T00:29:05.598 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-05-16T00:29:05.699 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-05-16T00:29:05.803 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} duration: 997.870805978775 failure_reason: '"2024-05-16T00:24:10.377160+0000 mon.a (mon.0) 438 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-05-16T00:29:05.803 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-16T00:29:05.891 INFO:teuthology.run:FAIL