2024-09-17T09:35:02.097 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T09:35:02.113 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T09:35:02.193 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775 branch: wip-athakkar-testing-2024-09-17-0048 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: athakkar@redhat.com first_in_suite: false job_id: '7908775' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-athakkar-testing-2024-09-17-0048 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 - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: e646f72961223a04d41eb40dad875d1628d78516 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e646f72961223a04d41eb40dad875d1628d78516 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-athakkar-testing-2024-09-17-0048 sha1: e646f72961223a04d41eb40dad875d1628d78516 owner: scheduled_avan@teuthology priority: 80 repo: https://git.ceph.com/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: 5717 sha1: e646f72961223a04d41eb40dad875d1628d78516 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-athakkar-testing-2024-09-17-0048 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e646f72961223a04d41eb40dad875d1628d78516/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e646f72961223a04d41eb40dad875d1628d78516 targets: smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM8sr9I+t2Cmlc5+MvTNAAAIjD/BINpBYjTcmYxBFwwQqwFxKA0uIWsL9Fj+Xu+Y4pMc6ScNATTDnqt1tnA16+M= smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGD0KGdDHNbSIgmOiAMV64gk7mqHnPCZOcgWwx6iltPEVQ1Pn2wjRrwvuG0LWaHst3hnEiWTvJuGNZaXQ2X8gd4= smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFC44wvgsOwYhavOsvNKofViEurpWpmtEjJ9nqgpqzVNf1Cg9DKVjeEP2zmdSvKTYZVnr6vspGmdUl3VBN3N6D4= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-17_09:09:13 tube: smithi user: avan verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-17T09:35:02.193 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e646f72961223a04d41eb40dad875d1628d78516/qa; will attempt to use it 2024-09-17T09:35:02.193 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e646f72961223a04d41eb40dad875d1628d78516/qa/tasks 2024-09-17T09:35:02.194 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T09:35:02.195 INFO:teuthology.task.internal:Checking packages... 2024-09-17T09:35:02.216 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e646f72961223a04d41eb40dad875d1628d78516' 2024-09-17T09:35:02.216 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T09:35:02.216 INFO:teuthology.packaging:ref: None 2024-09-17T09:35:02.216 INFO:teuthology.packaging:tag: None 2024-09-17T09:35:02.216 INFO:teuthology.packaging:branch: wip-athakkar-testing-2024-09-17-0048 2024-09-17T09:35:02.216 INFO:teuthology.packaging:sha1: e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:35:02.216 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-athakkar-testing-2024-09-17-0048 2024-09-17T09:35:02.356 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4963.ge646f729 2024-09-17T09:35:02.357 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T09:35:02.364 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T09:35:02.364 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T09:35:02.369 INFO:teuthology.task.internal:Saving configuration 2024-09-17T09:35:02.381 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T09:35:02.388 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T09:35:02.413 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 09:29:39.855558', 'locked_by': 'scheduled_avan@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM8sr9I+t2Cmlc5+MvTNAAAIjD/BINpBYjTcmYxBFwwQqwFxKA0uIWsL9Fj+Xu+Y4pMc6ScNATTDnqt1tnA16+M='} 2024-09-17T09:35:02.434 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 09:29:39.856623', 'locked_by': 'scheduled_avan@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGD0KGdDHNbSIgmOiAMV64gk7mqHnPCZOcgWwx6iltPEVQ1Pn2wjRrwvuG0LWaHst3hnEiWTvJuGNZaXQ2X8gd4='} 2024-09-17T09:35:02.451 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 09:29:39.854031', 'locked_by': 'scheduled_avan@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFC44wvgsOwYhavOsvNKofViEurpWpmtEjJ9nqgpqzVNf1Cg9DKVjeEP2zmdSvKTYZVnr6vspGmdUl3VBN3N6D4='} 2024-09-17T09:35:02.451 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T09:35:02.458 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-09-17T09:35:02.458 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-09-17T09:35:02.458 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-17T09:35:02.458 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T09:35:02.531 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd0d4f87ac0>, signals=[15]) 2024-09-17T09:35:02.531 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T09:35:02.538 INFO:teuthology.task.internal:Opening connections... 2024-09-17T09:35:02.538 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2024-09-17T09:35:02.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:35:02.614 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2024-09-17T09:35:02.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:35:02.688 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-09-17T09:35:02.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:35:02.765 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T09:35:02.772 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2024-09-17T09:35:02.791 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2024-09-17T09:35:02.792 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2024-09-17T09:35:02.848 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="CentOS Stream" 2024-09-17T09:35:02.848 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="9" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:ID="centos" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE="rhel fedora" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="9" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:PLATFORM_ID="platform:el9" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:ANSI_COLOR="0;31" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:LOGO="fedora-logo-icon" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://centos.org/" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T09:35:02.849 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T09:35:02.850 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2024-09-17T09:35:02.887 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2024-09-17T09:35:02.905 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2024-09-17T09:35:02.905 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2024-09-17T09:35:02.963 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="CentOS Stream" 2024-09-17T09:35:02.963 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="9" 2024-09-17T09:35:02.963 INFO:teuthology.orchestra.run.smithi088.stdout:ID="centos" 2024-09-17T09:35:02.963 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="rhel fedora" 2024-09-17T09:35:02.964 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="9" 2024-09-17T09:35:02.964 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el9" 2024-09-17T09:35:02.964 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T09:35:02.964 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2024-09-17T09:35:02.965 INFO:teuthology.orchestra.run.smithi088.stdout:LOGO="fedora-logo-icon" 2024-09-17T09:35:02.965 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T09:35:02.965 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://centos.org/" 2024-09-17T09:35:02.965 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T09:35:02.965 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T09:35:02.965 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T09:35:02.966 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2024-09-17T09:35:02.987 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-09-17T09:35:03.007 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-09-17T09:35:03.007 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-09-17T09:35:03.065 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="CentOS Stream" 2024-09-17T09:35:03.065 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="9" 2024-09-17T09:35:03.065 INFO:teuthology.orchestra.run.smithi137.stdout:ID="centos" 2024-09-17T09:35:03.065 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE="rhel fedora" 2024-09-17T09:35:03.065 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="9" 2024-09-17T09:35:03.065 INFO:teuthology.orchestra.run.smithi137.stdout:PLATFORM_ID="platform:el9" 2024-09-17T09:35:03.065 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T09:35:03.065 INFO:teuthology.orchestra.run.smithi137.stdout:ANSI_COLOR="0;31" 2024-09-17T09:35:03.065 INFO:teuthology.orchestra.run.smithi137.stdout:LOGO="fedora-logo-icon" 2024-09-17T09:35:03.065 INFO:teuthology.orchestra.run.smithi137.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T09:35:03.066 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://centos.org/" 2024-09-17T09:35:03.066 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T09:35:03.066 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T09:35:03.066 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T09:35:03.066 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-09-17T09:35:03.095 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T09:35:03.104 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T09:35:03.109 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T09:35:03.109 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2024-09-17T09:35:03.112 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2024-09-17T09:35:03.114 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-09-17T09:35:03.131 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T09:35:03.136 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T09:35:03.136 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2024-09-17T09:35:03.169 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2024-09-17T09:35:03.171 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-09-17T09:35:03.195 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T09:35:03.288 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T09:35:03.303 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T09:35:03.303 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-17T09:35:03.303 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T09:35:03.305 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T09:35:03.306 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T09:35:03.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:35:03.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:35:03.324 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-09-17T09:35:03.324 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-09-17T09:35:03.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:35:03.325 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-09-17T09:35:03.382 INFO:teuthology.orchestra.run.smithi062.stdout:5.14.0-503.el9.x86_64 2024-09-17T09:35:03.382 INFO:teuthology.task.kernel:Running kernel on smithi062: 5.14.0-503.el9.x86_64 2024-09-17T09:35:03.382 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum install -y kernel 2024-09-17T09:35:03.384 INFO:teuthology.orchestra.run.smithi137.stdout:5.14.0-503.el9.x86_64 2024-09-17T09:35:03.384 INFO:teuthology.orchestra.run.smithi088.stdout:5.14.0-503.el9.x86_64 2024-09-17T09:35:03.384 INFO:teuthology.task.kernel:Running kernel on smithi137: 5.14.0-503.el9.x86_64 2024-09-17T09:35:03.384 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum install -y kernel 2024-09-17T09:35:03.385 INFO:teuthology.task.kernel:Running kernel on smithi088: 5.14.0-503.el9.x86_64 2024-09-17T09:35:03.385 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2024-09-17T09:35:05.865 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.3 MB 00:00 2024-09-17T09:35:06.766 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - BaseOS 4.9 MB/s | 8.3 MB 00:01 2024-09-17T09:35:07.159 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - BaseOS 3.9 MB/s | 8.3 MB 00:02 2024-09-17T09:35:10.286 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - AppStream 10 MB/s | 20 MB 00:02 2024-09-17T09:35:14.408 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - AppStream 3.1 MB/s | 20 MB 00:06 2024-09-17T09:35:14.644 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-17T09:35:16.111 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - Extras packages 85 kB/s | 19 kB 00:00 2024-09-17T09:35:16.874 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 36 MB/s | 23 MB 00:00 2024-09-17T09:35:19.709 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.5 MB 00:01 2024-09-17T09:35:21.259 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 19 kB 00:00 2024-09-17T09:35:22.105 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-17T09:35:22.538 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-17T09:35:24.719 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T09:35:24.720 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T09:35:24.813 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:35:24.822 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:35:24.822 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-09-17T09:35:24.822 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:35:24.822 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:35:24.822 INFO:teuthology.orchestra.run.smithi062.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T09:35:24.822 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout:Install 4 Packages 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 79 M 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 126 M 2024-09-17T09:35:24.823 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:35:24.948 INFO:teuthology.orchestra.run.smithi062.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 455 kB/s | 36 kB 00:00 2024-09-17T09:35:25.287 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 20 MB 00:18 2024-09-17T09:35:27.544 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-17T09:35:28.814 INFO:teuthology.orchestra.run.smithi062.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 4.0 MB/s | 16 MB 00:03 2024-09-17T09:35:29.459 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T09:35:29.459 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T09:35:29.538 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:35:29.543 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:35:29.543 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:35:29.544 INFO:teuthology.orchestra.run.smithi137.stdout:Install 4 Packages 2024-09-17T09:35:29.545 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:35:29.545 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 79 M 2024-09-17T09:35:29.545 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 126 M 2024-09-17T09:35:29.545 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:35:29.912 INFO:teuthology.orchestra.run.smithi137.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 321 kB/s | 36 kB 00:00 2024-09-17T09:35:30.979 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.5 MB 00:01 2024-09-17T09:35:32.189 INFO:teuthology.orchestra.run.smithi062.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 3.9 MB/s | 29 MB 00:07 2024-09-17T09:35:32.487 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - Extras packages 61 kB/s | 19 kB 00:00 2024-09-17T09:35:32.886 INFO:teuthology.orchestra.run.smithi137.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 5.1 MB/s | 16 MB 00:03 2024-09-17T09:35:33.700 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-17T09:35:33.889 INFO:teuthology.orchestra.run.smithi062.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 3.8 MB/s | 35 MB 00:09 2024-09-17T09:35:33.889 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:35:33.889 INFO:teuthology.orchestra.run.smithi062.stdout:Total 8.7 MB/s | 79 MB 00:09 2024-09-17T09:35:33.920 INFO:teuthology.orchestra.run.smithi137.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 7.1 MB/s | 29 MB 00:04 2024-09-17T09:35:34.597 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:35:34.762 INFO:teuthology.orchestra.run.smithi137.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 7.0 MB/s | 35 MB 00:04 2024-09-17T09:35:34.762 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:35:34.762 INFO:teuthology.orchestra.run.smithi137.stdout:Total 15 MB/s | 79 MB 00:05 2024-09-17T09:35:34.955 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:35:34.955 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:35:35.444 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:35:35.788 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:35:35.788 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:35:35.945 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:35:35.946 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:35:36.778 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:35:36.778 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:35:38.528 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:35:39.055 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-09-17T09:35:39.191 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T09:35:39.223 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:35:39.289 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T09:35:40.068 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T09:35:40.154 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T09:35:40.970 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T09:35:40.970 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T09:35:41.068 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:35:41.079 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:35:41.079 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-09-17T09:35:41.079 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:35:41.079 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:35:41.079 INFO:teuthology.orchestra.run.smithi088.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T09:35:41.079 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-17T09:35:41.080 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T09:35:41.080 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T09:35:41.080 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T09:35:41.080 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:35:41.080 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:35:41.080 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:35:41.080 INFO:teuthology.orchestra.run.smithi088.stdout:Install 4 Packages 2024-09-17T09:35:41.080 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:35:41.081 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 79 M 2024-09-17T09:35:41.081 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 126 M 2024-09-17T09:35:41.081 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:35:41.324 INFO:teuthology.orchestra.run.smithi088.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 291 kB/s | 36 kB 00:00 2024-09-17T09:35:42.041 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T09:35:42.167 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T09:35:42.892 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T09:35:43.023 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T09:35:45.839 INFO:teuthology.orchestra.run.smithi088.stdout:(2/4): kernel-modules-core-5.14.0-508.el9.x86_6 6.3 MB/s | 29 MB 00:04 2024-09-17T09:35:47.291 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T09:35:47.334 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:35:47.861 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T09:35:48.147 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:35:48.164 INFO:teuthology.orchestra.run.smithi088.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 2.2 MB/s | 16 MB 00:06 2024-09-17T09:35:50.497 INFO:teuthology.orchestra.run.smithi088.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 3.7 MB/s | 35 MB 00:09 2024-09-17T09:35:50.497 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:35:50.498 INFO:teuthology.orchestra.run.smithi088.stdout:Total 8.4 MB/s | 79 MB 00:09 2024-09-17T09:35:51.182 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:35:51.530 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:35:51.531 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:35:52.475 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:35:52.475 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:35:52.480 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:35:52.970 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:35:54.936 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:35:55.577 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T09:35:55.666 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T09:35:58.434 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T09:35:58.560 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T09:36:03.415 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T09:36:03.528 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:08.403 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:31.052 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:31.092 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:31.397 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:31.397 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T09:36:31.398 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T09:36:31.398 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T09:36:31.579 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:31.621 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:31.983 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:31.983 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T09:36:31.983 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T09:36:31.983 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T09:36:32.279 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:32.279 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:36:32.279 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:36:32.279 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T09:36:32.279 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T09:36:32.279 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T09:36:32.279 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T09:36:32.279 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:36:32.280 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:36:32.633 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T09:36:32.711 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T09:36:32.712 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T09:36:32.712 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T09:36:32.712 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T09:36:32.712 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T09:36:32.712 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-17T09:36:32.713 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi137.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T09:36:32.713 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T09:36:32.772 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T09:36:32.772 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T09:36:32.773 DEBUG:teuthology.orchestra.run.smithi137:> sudo rpm -qi grub2-tools 2024-09-17T09:36:32.805 INFO:teuthology.orchestra.run.smithi137.stdout:Name : grub2-tools 2024-09-17T09:36:32.805 INFO:teuthology.orchestra.run.smithi137.stdout:Epoch : 1 2024-09-17T09:36:32.805 INFO:teuthology.orchestra.run.smithi137.stdout:Version : 2.06 2024-09-17T09:36:32.805 INFO:teuthology.orchestra.run.smithi137.stdout:Release : 82.el9 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: x86_64 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Group : Unspecified 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Size : 8274670 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:License : GPLv3+ 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Packager : builder@centos.org 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Vendor : CentOS 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T09:36:32.806 INFO:teuthology.orchestra.run.smithi137.stdout:Summary : Support tools for GRUB. 2024-09-17T09:36:32.807 INFO:teuthology.orchestra.run.smithi137.stdout:Description : 2024-09-17T09:36:32.807 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:36:32.807 INFO:teuthology.orchestra.run.smithi137.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T09:36:32.807 INFO:teuthology.orchestra.run.smithi137.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T09:36:32.807 INFO:teuthology.orchestra.run.smithi137.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T09:36:32.807 INFO:teuthology.orchestra.run.smithi137.stdout:hardware devices. 2024-09-17T09:36:32.807 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:36:32.807 INFO:teuthology.orchestra.run.smithi137.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T09:36:32.808 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T09:36:32.808 INFO:teuthology.task.kernel:Updating grub on smithi137 to boot 5.14.0-508.el9.x86_64 2024-09-17T09:36:32.808 DEBUG:teuthology.orchestra.run.smithi137:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T09:36:32.817 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:32.817 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:36:32.817 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:36:32.817 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T09:36:32.817 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T09:36:32.818 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T09:36:32.818 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T09:36:32.818 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:36:32.818 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:36:33.154 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T09:36:33.286 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T09:36:33.286 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T09:36:33.286 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T09:36:33.286 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T09:36:33.286 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T09:36:33.286 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T09:36:33.286 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi062.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T09:36:33.287 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T09:36:33.346 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T09:36:33.346 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T09:36:33.346 DEBUG:teuthology.orchestra.run.smithi062:> sudo rpm -qi grub2-tools 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:Name : grub2-tools 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:Epoch : 1 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:Version : 2.06 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:Release : 82.el9 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:Architecture: x86_64 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:Group : Unspecified 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:Size : 8274670 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:License : GPLv3+ 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T09:36:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:Packager : builder@centos.org 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:Vendor : CentOS 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:Summary : Support tools for GRUB. 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:Description : 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T09:36:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:hardware devices. 2024-09-17T09:36:33.387 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:36:33.387 INFO:teuthology.orchestra.run.smithi062.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T09:36:33.388 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T09:36:33.388 INFO:teuthology.task.kernel:Updating grub on smithi062 to boot 5.14.0-508.el9.x86_64 2024-09-17T09:36:33.388 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T09:36:33.477 INFO:teuthology.orchestra.run.smithi137.stderr:Generating grub configuration file ... 2024-09-17T09:36:34.003 INFO:teuthology.orchestra.run.smithi062.stderr:Generating grub configuration file ... 2024-09-17T09:36:34.781 INFO:teuthology.orchestra.run.smithi137.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T09:36:34.798 INFO:teuthology.orchestra.run.smithi137.stderr:done 2024-09-17T09:36:34.800 DEBUG:teuthology.orchestra.run.smithi137:> mktemp 2024-09-17T09:36:34.817 INFO:teuthology.orchestra.run.smithi137.stdout:/tmp/tmp.YB3C8APsMU 2024-09-17T09:36:34.817 DEBUG:teuthology.orchestra.run.smithi137:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.YB3C8APsMU 2024-09-17T09:36:34.885 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0666 /tmp/tmp.YB3C8APsMU 2024-09-17T09:36:35.032 DEBUG:teuthology.orchestra.remote:smithi137:/tmp/tmp.YB3C8APsMU is 6KB 2024-09-17T09:36:35.080 DEBUG:teuthology.orchestra.run.smithi137:> rm -fr /tmp/tmp.YB3C8APsMU 2024-09-17T09:36:35.095 DEBUG:teuthology.orchestra.run.smithi137:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T09:36:35.159 INFO:teuthology.orchestra.run.smithi137.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T09:36:35.159 INFO:teuthology.orchestra.run.smithi137.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T09:36:35.159 INFO:teuthology.orchestra.run.smithi137.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T09:36:35.160 INFO:teuthology.orchestra.run.smithi137.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T09:36:35.161 DEBUG:teuthology.orchestra.run.smithi137:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T09:36:35.299 DEBUG:teuthology.orchestra.run.smithi137:> sudo shutdown -r now 2024-09-17T09:36:35.501 INFO:teuthology.orchestra.run.smithi062.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T09:36:35.531 INFO:teuthology.orchestra.run.smithi062.stderr:done 2024-09-17T09:36:35.539 DEBUG:teuthology.orchestra.run.smithi062:> mktemp 2024-09-17T09:36:35.554 INFO:teuthology.orchestra.run.smithi062.stdout:/tmp/tmp.RRnu0yhlHJ 2024-09-17T09:36:35.554 DEBUG:teuthology.orchestra.run.smithi062:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.RRnu0yhlHJ 2024-09-17T09:36:35.621 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0666 /tmp/tmp.RRnu0yhlHJ 2024-09-17T09:36:35.757 DEBUG:teuthology.orchestra.remote:smithi062:/tmp/tmp.RRnu0yhlHJ is 6KB 2024-09-17T09:36:35.804 DEBUG:teuthology.orchestra.run.smithi062:> rm -fr /tmp/tmp.RRnu0yhlHJ 2024-09-17T09:36:35.818 DEBUG:teuthology.orchestra.run.smithi062:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T09:36:35.881 INFO:teuthology.orchestra.run.smithi062.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T09:36:35.881 INFO:teuthology.orchestra.run.smithi062.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T09:36:35.881 INFO:teuthology.orchestra.run.smithi062.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T09:36:35.881 INFO:teuthology.orchestra.run.smithi062.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T09:36:35.882 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T09:36:36.029 DEBUG:teuthology.orchestra.run.smithi062:> sudo shutdown -r now 2024-09-17T09:36:46.809 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:46.858 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:47.213 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:47.235 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T09:36:47.235 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T09:36:47.235 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T09:36:48.063 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T09:36:48.063 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:36:48.064 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:36:48.064 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T09:36:48.064 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T09:36:48.064 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T09:36:48.064 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T09:36:48.064 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:36:48.064 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:36:48.384 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T09:36:48.469 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T09:36:48.469 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T09:36:48.470 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T09:36:48.470 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T09:36:48.470 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T09:36:48.470 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T09:36:48.470 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T09:36:48.470 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T09:36:48.527 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T09:36:48.528 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T09:36:48.529 DEBUG:teuthology.orchestra.run.smithi088:> sudo rpm -qi grub2-tools 2024-09-17T09:36:48.560 INFO:teuthology.orchestra.run.smithi088.stdout:Name : grub2-tools 2024-09-17T09:36:48.560 INFO:teuthology.orchestra.run.smithi088.stdout:Epoch : 1 2024-09-17T09:36:48.560 INFO:teuthology.orchestra.run.smithi088.stdout:Version : 2.06 2024-09-17T09:36:48.560 INFO:teuthology.orchestra.run.smithi088.stdout:Release : 82.el9 2024-09-17T09:36:48.561 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: x86_64 2024-09-17T09:36:48.561 INFO:teuthology.orchestra.run.smithi088.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T09:36:48.561 INFO:teuthology.orchestra.run.smithi088.stdout:Group : Unspecified 2024-09-17T09:36:48.561 INFO:teuthology.orchestra.run.smithi088.stdout:Size : 8274670 2024-09-17T09:36:48.561 INFO:teuthology.orchestra.run.smithi088.stdout:License : GPLv3+ 2024-09-17T09:36:48.561 INFO:teuthology.orchestra.run.smithi088.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T09:36:48.561 INFO:teuthology.orchestra.run.smithi088.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T09:36:48.561 INFO:teuthology.orchestra.run.smithi088.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:Packager : builder@centos.org 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:Vendor : CentOS 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:Summary : Support tools for GRUB. 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:Description : 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:hardware devices. 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:36:48.562 INFO:teuthology.orchestra.run.smithi088.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T09:36:48.563 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T09:36:48.563 INFO:teuthology.task.kernel:Updating grub on smithi088 to boot 5.14.0-508.el9.x86_64 2024-09-17T09:36:48.563 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T09:36:49.228 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2024-09-17T09:36:50.686 INFO:teuthology.orchestra.run.smithi088.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T09:36:50.725 INFO:teuthology.orchestra.run.smithi088.stderr:done 2024-09-17T09:36:50.727 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2024-09-17T09:36:50.744 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.bwxJuPwf4d 2024-09-17T09:36:50.744 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.bwxJuPwf4d 2024-09-17T09:36:50.811 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.bwxJuPwf4d 2024-09-17T09:36:50.945 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.bwxJuPwf4d is 6KB 2024-09-17T09:36:50.965 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.bwxJuPwf4d 2024-09-17T09:36:50.981 DEBUG:teuthology.orchestra.run.smithi088:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T09:36:51.043 INFO:teuthology.orchestra.run.smithi088.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T09:36:51.044 INFO:teuthology.orchestra.run.smithi088.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T09:36:51.044 INFO:teuthology.orchestra.run.smithi088.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T09:36:51.044 INFO:teuthology.orchestra.run.smithi088.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T09:36:51.045 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T09:36:51.209 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2024-09-17T09:37:05.316 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-17T09:37:05.317 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-17T09:37:05.318 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:37:06.032 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T09:37:06.032 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-17T09:37:06.033 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:37:21.227 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T09:37:21.228 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-17T09:37:21.229 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:37:24.545 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-09-17T09:37:33.554 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-17T09:37:33.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:37:36.637 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-09-17T09:37:48.650 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-17T09:37:48.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:37:55.773 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-09-17T09:38:04.781 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-17T09:38:04.782 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:38:05.320 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T09:38:07.837 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-09-17T09:38:14.325 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-17T09:38:14.326 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:38:14.769 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-09-17T09:38:15.156 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-17T09:38:15.156 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-17T09:38:15.157 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-09-17T09:38:15.174 INFO:teuthology.orchestra.run.smithi137.stdout:5.14.0-508.el9.x86_64 2024-09-17T09:38:15.175 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T09:38:15.175 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T09:38:15.175 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T09:38:16.176 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-17T09:38:16.176 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T09:38:16.272 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-09-17T09:38:16.305 DEBUG:teuthology.parallel:result is None 2024-09-17T09:38:19.838 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-17T09:38:19.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:38:20.396 DEBUG:teuthology.orchestra.run.smithi062:> true 2024-09-17T09:38:20.773 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-17T09:38:20.773 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-17T09:38:20.773 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-09-17T09:38:20.788 INFO:teuthology.orchestra.run.smithi062.stdout:5.14.0-508.el9.x86_64 2024-09-17T09:38:20.788 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T09:38:20.788 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T09:38:20.788 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T09:38:21.789 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T09:38:21.789 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T09:38:21.846 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2024-09-17T09:38:21.862 DEBUG:teuthology.parallel:result is None 2024-09-17T09:38:51.657 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-09-17T09:38:52.065 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-17T09:38:52.065 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-17T09:38:52.065 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-09-17T09:38:52.080 INFO:teuthology.orchestra.run.smithi088.stdout:5.14.0-508.el9.x86_64 2024-09-17T09:38:52.080 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T09:38:52.081 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T09:38:52.081 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T09:38:53.081 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T09:38:53.081 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T09:38:53.210 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2024-09-17T09:38:53.237 DEBUG:teuthology.parallel:result is None 2024-09-17T09:38:53.237 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T09:38:53.244 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T09:38:53.245 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T09:38:53.247 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T09:38:53.250 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T09:38:53.301 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T09:38:53.307 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T09:38:53.317 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T09:38:53.317 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T09:38:53.320 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T09:38:53.322 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T09:38:53.383 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T09:38:53.389 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T09:38:53.389 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T09:38:53.392 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T09:38:53.395 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T09:38:53.420 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T09:38:53.425 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T09:38:53.430 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T09:38:53.430 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T09:38:53.437 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T09:38:53.441 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T09:38:53.443 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T09:38:53.450 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T09:38:53.450 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T09:38:53.482 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T09:38:53.484 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T09:38:53.514 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T09:38:53.524 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T09:38:53.525 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T09:38:53.551 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T09:38:53.553 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T09:38:53.572 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T09:38:53.651 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T09:38:53.703 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T09:38:53.786 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T09:38:53.832 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:38:53.832 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T09:38:53.899 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T09:38:53.942 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T09:38:53.993 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T09:38:54.072 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T09:38:54.116 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:38:54.116 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T09:38:54.180 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T09:38:54.227 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T09:38:54.287 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T09:38:54.332 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T09:38:54.376 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:38:54.376 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T09:38:54.445 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2024-09-17T09:38:54.447 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2024-09-17T09:38:54.449 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-09-17T09:38:54.495 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T09:38:54.496 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T09:38:54.539 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T09:38:54.926 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T09:38:54.933 INFO:teuthology.task.internal:Starting timer... 2024-09-17T09:38:54.933 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T09:38:54.946 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T09:38:54.954 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-17T09:38:54.954 DEBUG:teuthology.orchestra.run.smithi062:> sudo service auditd rotate 2024-09-17T09:38:54.997 INFO:teuthology.orchestra.run.smithi062.stdout:Rotating logs: 2024-09-17T09:38:54.999 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2024-09-17T09:38:55.068 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2024-09-17T09:38:55.070 DEBUG:teuthology.orchestra.run.smithi137:> sudo service auditd rotate 2024-09-17T09:38:55.120 INFO:teuthology.orchestra.run.smithi137.stdout:Rotating logs: 2024-09-17T09:38:55.122 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T09:38:55.122 DEBUG:teuthology.orchestra.run.smithi062:> /usr/sbin/getenforce 2024-09-17T09:38:55.148 INFO:teuthology.orchestra.run.smithi062.stdout:Permissive 2024-09-17T09:38:55.149 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2024-09-17T09:38:55.201 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2024-09-17T09:38:55.202 DEBUG:teuthology.orchestra.run.smithi137:> /usr/sbin/getenforce 2024-09-17T09:38:55.238 INFO:teuthology.orchestra.run.smithi137.stdout:Permissive 2024-09-17T09:38:55.239 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi062.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi137.front.sepia.ceph.com': 'permissive'} 2024-09-17T09:38:55.239 DEBUG:teuthology.orchestra.run.smithi062:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T09:38:55.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:38:55.271 DEBUG:teuthology.orchestra.run.smithi088:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T09:38:55.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:38:55.298 DEBUG:teuthology.orchestra.run.smithi137:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T09:38:55.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:38:55.327 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T09:38:55.328 DEBUG:teuthology.orchestra.run.smithi062:> sudo /usr/sbin/setenforce permissive 2024-09-17T09:38:55.364 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2024-09-17T09:38:55.416 DEBUG:teuthology.orchestra.run.smithi137:> sudo /usr/sbin/setenforce permissive 2024-09-17T09:38:55.452 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T09:38:55.463 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T09:38:55.476 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-17T09:38:55.477 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi062.front.sepia.ceph.com,smithi088.front.sepia.ceph.com,smithi137.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T09:42:43.590 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi062.front.sepia.ceph.com'), Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com')] 2024-09-17T09:42:43.592 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-17T09:42:43.593 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:42:43.678 DEBUG:teuthology.orchestra.run.smithi062:> true 2024-09-17T09:42:43.764 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-17T09:42:43.764 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-17T09:42:43.765 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:42:43.856 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-09-17T09:42:43.937 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-17T09:42:43.938 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-17T09:42:43.938 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:42:44.015 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-09-17T09:42:44.104 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-17T09:42:44.105 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T09:42:44.119 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T09:42:44.119 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T09:42:44.119 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:42:44.122 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T09:42:44.122 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:42:44.124 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T09:42:44.124 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:42:44.153 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T09:42:44.155 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T09:42:44.169 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T09:42:44.171 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T09:42:44.173 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T09:42:44.187 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T09:42:44.196 INFO:teuthology.orchestra.run.smithi062.stderr:sudo: ntpd: command not found 2024-09-17T09:42:44.198 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2024-09-17T09:42:44.207 INFO:teuthology.orchestra.run.smithi062.stdout:506 Cannot talk to daemon 2024-09-17T09:42:44.209 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2024-09-17T09:42:44.211 INFO:teuthology.orchestra.run.smithi137.stderr:sudo: ntpd: command not found 2024-09-17T09:42:44.222 INFO:teuthology.orchestra.run.smithi137.stdout:506 Cannot talk to daemon 2024-09-17T09:42:44.223 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T09:42:44.224 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T09:42:44.236 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T09:42:44.237 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T09:42:44.238 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T09:42:44.249 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T09:42:44.295 INFO:teuthology.orchestra.run.smithi062.stderr:bash: line 1: ntpq: command not found 2024-09-17T09:42:44.298 INFO:teuthology.orchestra.run.smithi088.stderr:bash: line 1: ntpq: command not found 2024-09-17T09:42:44.299 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T09:42:44.299 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2024-09-17T09:42:44.299 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.299 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.299 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.299 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.301 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T09:42:44.301 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-09-17T09:42:44.301 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.301 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.301 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.301 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.313 INFO:teuthology.orchestra.run.smithi137.stderr:bash: line 1: ntpq: command not found 2024-09-17T09:42:44.316 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T09:42:44.316 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-09-17T09:42:44.316 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.317 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.317 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.317 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:42:44.317 INFO:teuthology.run_tasks:Running task pexec... 2024-09-17T09:42:44.326 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-17T09:42:44.327 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi062.front.sepia.ceph.com 2024-09-17T09:42:44.327 DEBUG:teuthology.orchestra.run.smithi062:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T09:42:44.327 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2024-09-17T09:42:44.327 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T09:42:44.328 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi137.front.sepia.ceph.com 2024-09-17T09:42:44.328 DEBUG:teuthology.orchestra.run.smithi137:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T09:42:44.694 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:42:44.709 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:42:44.711 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:42:44.721 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:42:44.721 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-09-17T09:42:44.721 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout:Removing: 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout:Removing unused dependencies: 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout:Remove 2 Packages 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout:Freed space: 5.5 M 2024-09-17T09:42:44.722 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:42:44.723 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:42:44.723 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-09-17T09:42:44.723 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:42:44.723 INFO:teuthology.orchestra.run.smithi137.stdout:Removing: 2024-09-17T09:42:44.723 INFO:teuthology.orchestra.run.smithi137.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T09:42:44.723 INFO:teuthology.orchestra.run.smithi137.stdout:Removing unused dependencies: 2024-09-17T09:42:44.724 INFO:teuthology.orchestra.run.smithi137.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T09:42:44.724 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:42:44.724 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:42:44.724 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:42:44.724 INFO:teuthology.orchestra.run.smithi137.stdout:Remove 2 Packages 2024-09-17T09:42:44.724 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:42:44.724 INFO:teuthology.orchestra.run.smithi137.stdout:Freed space: 5.5 M 2024-09-17T09:42:44.724 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:42:44.725 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:42:44.725 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout:Removing: 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout:Removing unused dependencies: 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout:Remove 2 Packages 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout:Freed space: 5.5 M 2024-09-17T09:42:44.726 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:42:44.728 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:42:44.728 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:42:44.729 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:42:44.729 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:42:44.730 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:42:44.730 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:42:44.789 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:42:44.789 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:42:44.801 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:42:44.801 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:42:44.804 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:42:44.804 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:42:44.934 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:42:44.947 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:42:44.960 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:42:45.013 INFO:teuthology.orchestra.run.smithi137.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T09:42:45.036 INFO:teuthology.orchestra.run.smithi088.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T09:42:45.048 INFO:teuthology.orchestra.run.smithi062.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T09:42:45.067 INFO:teuthology.orchestra.run.smithi137.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T09:42:45.088 INFO:teuthology.orchestra.run.smithi088.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T09:42:45.107 INFO:teuthology.orchestra.run.smithi062.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T09:42:45.589 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T09:42:45.589 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T09:42:45.629 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T09:42:45.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T09:42:45.631 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T09:42:45.631 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T09:42:45.835 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T09:42:45.835 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:42:45.836 INFO:teuthology.orchestra.run.smithi137.stdout:Removed: 2024-09-17T09:42:45.836 INFO:teuthology.orchestra.run.smithi137.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T09:42:45.836 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:42:45.836 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:42:45.840 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T09:42:45.840 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:42:45.840 INFO:teuthology.orchestra.run.smithi062.stdout:Removed: 2024-09-17T09:42:45.840 INFO:teuthology.orchestra.run.smithi062.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T09:42:45.840 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:42:45.840 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:42:45.899 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T09:42:45.899 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:42:45.899 INFO:teuthology.orchestra.run.smithi088.stdout:Removed: 2024-09-17T09:42:45.900 INFO:teuthology.orchestra.run.smithi088.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T09:42:45.900 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:42:45.900 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:42:46.660 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:47 ago on Tue 17 Sep 2024 09:41:59 AM UTC. 2024-09-17T09:42:46.750 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:52 ago on Tue 17 Sep 2024 09:41:54 AM UTC. 2024-09-17T09:42:46.776 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:52 ago on Tue 17 Sep 2024 09:41:54 AM UTC. 2024-09-17T09:42:46.798 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:42:46.798 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:42:46.798 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-09-17T09:42:46.798 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:42:46.798 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:42:46.798 INFO:teuthology.orchestra.run.smithi062.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T09:42:46.798 INFO:teuthology.orchestra.run.smithi062.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T09:42:46.799 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-17T09:42:46.799 INFO:teuthology.orchestra.run.smithi062.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T09:42:46.799 INFO:teuthology.orchestra.run.smithi062.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T09:42:46.799 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T09:42:46.799 INFO:teuthology.orchestra.run.smithi062.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T09:42:46.799 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:42:46.799 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:42:46.799 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:42:46.799 INFO:teuthology.orchestra.run.smithi062.stdout:Install 6 Packages 2024-09-17T09:42:46.799 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:42:46.807 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 2.0 M 2024-09-17T09:42:46.807 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 9.2 M 2024-09-17T09:42:46.807 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:42:46.883 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:42:46.883 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:42:46.883 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:42:46.884 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:42:46.885 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2024-09-17T09:42:46.885 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:42:46.893 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 2.0 M 2024-09-17T09:42:46.893 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 9.2 M 2024-09-17T09:42:46.893 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:42:46.909 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:42:46.910 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:42:46.910 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:42:46.911 INFO:teuthology.orchestra.run.smithi137.stdout:Install 6 Packages 2024-09-17T09:42:46.912 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:42:46.914 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 2.0 M 2024-09-17T09:42:46.914 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 9.2 M 2024-09-17T09:42:46.914 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:42:47.112 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 518 kB/s | 44 kB 00:00 2024-09-17T09:42:47.145 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 888 kB/s | 106 kB 00:00 2024-09-17T09:42:47.170 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-17T09:42:47.180 INFO:teuthology.orchestra.run.smithi062.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 477 kB/s | 44 kB 00:00 2024-09-17T09:42:47.195 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-17T09:42:47.205 INFO:teuthology.orchestra.run.smithi062.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 894 kB/s | 106 kB 00:00 2024-09-17T09:42:47.255 INFO:teuthology.orchestra.run.smithi062.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-17T09:42:47.264 INFO:teuthology.orchestra.run.smithi137.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 487 kB/s | 44 kB 00:00 2024-09-17T09:42:47.271 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.6 MB/s | 906 kB 00:00 2024-09-17T09:42:47.281 INFO:teuthology.orchestra.run.smithi062.stdout:(4/6): python3-configshell-1.1.30-1.el9.noarch. 713 kB/s | 72 kB 00:00 2024-09-17T09:42:47.290 INFO:teuthology.orchestra.run.smithi137.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 909 kB/s | 106 kB 00:00 2024-09-17T09:42:47.313 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.7 MB/s | 837 kB 00:00 2024-09-17T09:42:47.313 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:42:47.313 INFO:teuthology.orchestra.run.smithi088.stdout:Total 4.8 MB/s | 2.0 MB 00:00 2024-09-17T09:42:47.322 INFO:teuthology.orchestra.run.smithi062.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.7 MB/s | 906 kB 00:00 2024-09-17T09:42:47.323 INFO:teuthology.orchestra.run.smithi137.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-17T09:42:47.349 INFO:teuthology.orchestra.run.smithi137.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-17T09:42:47.356 INFO:teuthology.orchestra.run.smithi062.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.1 MB/s | 837 kB 00:00 2024-09-17T09:42:47.357 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:42:47.357 INFO:teuthology.orchestra.run.smithi062.stdout:Total 3.6 MB/s | 2.0 MB 00:00 2024-09-17T09:42:47.382 INFO:teuthology.orchestra.run.smithi137.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.2 MB/s | 906 kB 00:00 2024-09-17T09:42:47.387 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:42:47.400 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:42:47.401 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:42:47.434 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:42:47.449 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:42:47.449 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:42:47.508 INFO:teuthology.orchestra.run.smithi137.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.5 MB/s | 837 kB 00:00 2024-09-17T09:42:47.508 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:42:47.508 INFO:teuthology.orchestra.run.smithi137.stdout:Total 3.4 MB/s | 2.0 MB 00:00 2024-09-17T09:42:47.582 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:42:47.596 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:42:47.596 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:42:47.679 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:42:47.679 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:42:47.742 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:42:47.742 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:42:47.883 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:42:47.883 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:42:48.120 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:42:48.182 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:42:48.206 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-17T09:42:48.242 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-17T09:42:48.270 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-17T09:42:48.293 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-17T09:42:48.293 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:42:48.336 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-17T09:42:48.368 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-17T09:42:48.374 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-17T09:42:48.419 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-17T09:42:48.448 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-17T09:42:48.479 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-17T09:42:48.518 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T09:42:48.597 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-17T09:42:48.628 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T09:42:48.661 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-17T09:42:48.698 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T09:42:48.959 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T09:42:48.996 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T09:42:49.101 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T09:42:49.131 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T09:42:49.141 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T09:42:49.167 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T09:42:49.969 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T09:42:49.969 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-17T09:42:49.969 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-17T09:42:49.969 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-17T09:42:49.969 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-17T09:42:49.969 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-17T09:42:50.157 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T09:42:50.157 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-17T09:42:50.157 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-17T09:42:50.157 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-17T09:42:50.157 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-17T09:42:50.158 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-17T09:42:50.159 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T09:42:50.159 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-17T09:42:50.159 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-17T09:42:50.159 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-17T09:42:50.159 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-17T09:42:50.159 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-17T09:42:50.341 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-17T09:42:50.341 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:42:50.341 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:42:50.341 INFO:teuthology.orchestra.run.smithi088.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T09:42:50.341 INFO:teuthology.orchestra.run.smithi088.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T09:42:50.341 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T09:42:50.341 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:42:50.341 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:42:50.493 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-17T09:42:50.493 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:42:50.494 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:42:50.494 INFO:teuthology.orchestra.run.smithi137.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T09:42:50.494 INFO:teuthology.orchestra.run.smithi137.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T09:42:50.494 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T09:42:50.494 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:42:50.494 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:42:50.515 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-17T09:42:50.516 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:42:50.516 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:42:50.516 INFO:teuthology.orchestra.run.smithi062.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T09:42:50.516 INFO:teuthology.orchestra.run.smithi062.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T09:42:50.516 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T09:42:50.516 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:42:50.516 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:42:50.684 DEBUG:teuthology.parallel:result is None 2024-09-17T09:42:50.827 DEBUG:teuthology.parallel:result is None 2024-09-17T09:42:50.843 DEBUG:teuthology.parallel:result is None 2024-09-17T09:42:50.843 INFO:teuthology.run_tasks:Running task install... 2024-09-17T09:42:50.851 DEBUG:teuthology.task.install:project ceph 2024-09-17T09:42:50.851 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e646f72961223a04d41eb40dad875d1628d78516'}} 2024-09-17T09:42:50.852 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e646f72961223a04d41eb40dad875d1628d78516'} 2024-09-17T09:42:50.852 INFO:teuthology.task.install:Using flavor: default 2024-09-17T09:42:50.857 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-17T09:42:50.857 INFO:teuthology.task.install:extra packages: [] 2024-09-17T09:42:50.858 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': 'e646f72961223a04d41eb40dad875d1628d78516', 'tag': None, 'wait_for_package': False} 2024-09-17T09:42:50.858 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:42:50.860 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': 'e646f72961223a04d41eb40dad875d1628d78516', 'tag': None, 'wait_for_package': False} 2024-09-17T09:42:50.861 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:42:50.862 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': 'e646f72961223a04d41eb40dad875d1628d78516', 'tag': None, 'wait_for_package': False} 2024-09-17T09:42:50.862 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:42:51.003 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/ 2024-09-17T09:42:51.004 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4963.ge646f729 2024-09-17T09:42:51.013 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/ 2024-09-17T09:42:51.013 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4963.ge646f729 2024-09-17T09:42:51.017 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/ 2024-09-17T09:42:51.017 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4963.ge646f729 2024-09-17T09:42:51.119 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-17T09:42:51.119 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:42:51.119 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-17T09:42:51.143 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-17T09:42:51.143 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:42:51.143 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-17T09:42:51.147 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-17T09:42:51.147 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:42:51.147 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-17T09:42:51.150 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-17T09:42:51.150 DEBUG:teuthology.orchestra.run.smithi062:> 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/e646f72961223a04d41eb40dad875d1628d78516/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-17T09:42:51.175 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-17T09:42:51.175 DEBUG:teuthology.orchestra.run.smithi088:> 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/e646f72961223a04d41eb40dad875d1628d78516/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-17T09:42:51.176 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-17T09:42:51.177 DEBUG:teuthology.orchestra.run.smithi137:> 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/e646f72961223a04d41eb40dad875d1628d78516/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-17T09:42:51.219 DEBUG:teuthology.orchestra.run.smithi062:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-17T09:42:51.243 DEBUG:teuthology.orchestra.run.smithi088:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-17T09:42:51.255 DEBUG:teuthology.orchestra.run.smithi137:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-17T09:42:51.314 DEBUG:teuthology.orchestra.run.smithi062:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-17T09:42:51.319 DEBUG:teuthology.orchestra.run.smithi088:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-17T09:42:51.330 DEBUG:teuthology.orchestra.run.smithi137:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-17T09:42:51.340 INFO:teuthology.orchestra.run.smithi062.stdout:check_obsoletes = 1 2024-09-17T09:42:51.341 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum clean all 2024-09-17T09:42:51.384 INFO:teuthology.orchestra.run.smithi088.stdout:check_obsoletes = 1 2024-09-17T09:42:51.385 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum clean all 2024-09-17T09:42:51.396 INFO:teuthology.orchestra.run.smithi137.stdout:check_obsoletes = 1 2024-09-17T09:42:51.397 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum clean all 2024-09-17T09:42:51.577 INFO:teuthology.orchestra.run.smithi062.stdout:45 files removed 2024-09-17T09:42:51.604 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-radosgw 2024-09-17T09:42:51.612 INFO:teuthology.orchestra.run.smithi088.stdout:45 files removed 2024-09-17T09:42:51.625 INFO:teuthology.orchestra.run.smithi137.stdout:45 files removed 2024-09-17T09:42:51.640 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-radosgw 2024-09-17T09:42:51.652 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-radosgw 2024-09-17T09:42:52.193 INFO:teuthology.orchestra.run.smithi088.stdout:ceph packages for x86_64 314 kB/s | 84 kB 00:00 2024-09-17T09:42:52.195 INFO:teuthology.orchestra.run.smithi062.stdout:ceph packages for x86_64 289 kB/s | 84 kB 00:00 2024-09-17T09:42:52.199 INFO:teuthology.orchestra.run.smithi137.stdout:ceph packages for x86_64 324 kB/s | 84 kB 00:00 2024-09-17T09:42:52.469 INFO:teuthology.orchestra.run.smithi088.stdout:ceph noarch packages 105 kB/s | 24 kB 00:00 2024-09-17T09:42:52.474 INFO:teuthology.orchestra.run.smithi137.stdout:ceph noarch packages 105 kB/s | 24 kB 00:00 2024-09-17T09:42:52.487 INFO:teuthology.orchestra.run.smithi062.stdout:ceph noarch packages 98 kB/s | 24 kB 00:00 2024-09-17T09:42:52.734 INFO:teuthology.orchestra.run.smithi137.stdout:ceph source packages 8.8 kB/s | 1.9 kB 00:00 2024-09-17T09:42:52.736 INFO:teuthology.orchestra.run.smithi088.stdout:ceph source packages 8.4 kB/s | 1.9 kB 00:00 2024-09-17T09:42:52.754 INFO:teuthology.orchestra.run.smithi062.stdout:ceph source packages 8.5 kB/s | 1.9 kB 00:00 2024-09-17T09:42:53.538 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.3 MB 00:00 2024-09-17T09:42:54.425 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - BaseOS 5.0 MB/s | 8.3 MB 00:01 2024-09-17T09:42:55.202 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - BaseOS 3.4 MB/s | 8.3 MB 00:02 2024-09-17T09:42:55.597 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - AppStream 22 MB/s | 20 MB 00:00 2024-09-17T09:42:56.201 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - AppStream 29 MB/s | 20 MB 00:00 2024-09-17T09:43:00.619 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-17T09:43:01.040 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.5 MB 00:01 2024-09-17T09:43:02.061 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - Extras packages 93 kB/s | 19 kB 00:00 2024-09-17T09:43:02.549 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - Extras packages 78 kB/s | 19 kB 00:00 2024-09-17T09:43:03.341 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 20 MB/s | 23 MB 00:01 2024-09-17T09:43:03.753 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-17T09:43:08.813 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-09-17T09:43:09.326 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 37 kB/s | 1.7 kB 00:00 2024-09-17T09:43:11.041 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:43:11.043 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:43:11.043 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-17T09:43:11.043 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:43:11.043 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:43:11.043 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-radosgw x86_64 2:19.3.0-4963.ge646f729.el9 ceph 11 M 2024-09-17T09:43:11.043 INFO:teuthology.orchestra.run.smithi137.stdout:Upgrading: 2024-09-17T09:43:11.043 INFO:teuthology.orchestra.run.smithi137.stdout: librados2 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 3.5 M 2024-09-17T09:43:11.044 INFO:teuthology.orchestra.run.smithi137.stdout: librbd1 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 3.2 M 2024-09-17T09:43:11.044 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-17T09:43:11.044 INFO:teuthology.orchestra.run.smithi137.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-17T09:43:11.044 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base x86_64 2:19.3.0-4963.ge646f729.el9 ceph 5.5 M 2024-09-17T09:43:11.044 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-common x86_64 2:19.3.0-4963.ge646f729.el9 ceph 22 M 2024-09-17T09:43:11.044 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-selinux x86_64 2:19.3.0-4963.ge646f729.el9 ceph 25 k 2024-09-17T09:43:11.044 INFO:teuthology.orchestra.run.smithi137.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-17T09:43:11.045 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-17T09:43:11.045 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-17T09:43:11.045 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs2 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 755 k 2024-09-17T09:43:11.045 INFO:teuthology.orchestra.run.smithi137.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-17T09:43:11.045 INFO:teuthology.orchestra.run.smithi137.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-17T09:43:11.045 INFO:teuthology.orchestra.run.smithi137.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-17T09:43:11.045 INFO:teuthology.orchestra.run.smithi137.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-17T09:43:11.046 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 508 k 2024-09-17T09:43:11.046 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-17T09:43:11.046 INFO:teuthology.orchestra.run.smithi137.stdout: librgw2 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 5.5 M 2024-09-17T09:43:11.046 INFO:teuthology.orchestra.run.smithi137.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-17T09:43:11.046 INFO:teuthology.orchestra.run.smithi137.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-17T09:43:11.046 INFO:teuthology.orchestra.run.smithi137.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-17T09:43:11.046 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse x86_64 2:19.3.0-4963.ge646f729.el9 ceph 45 k 2024-09-17T09:43:11.046 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common x86_64 2:19.3.0-4963.ge646f729.el9 ceph 143 k 2024-09-17T09:43:11.046 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cephfs x86_64 2:19.3.0-4963.ge646f729.el9 ceph 162 k 2024-09-17T09:43:11.047 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-17T09:43:11.047 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rados x86_64 2:19.3.0-4963.ge646f729.el9 ceph 321 k 2024-09-17T09:43:11.047 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rbd x86_64 2:19.3.0-4963.ge646f729.el9 ceph 306 k 2024-09-17T09:43:11.047 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rgw x86_64 2:19.3.0-4963.ge646f729.el9 ceph 100 k 2024-09-17T09:43:11.047 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-17T09:43:11.047 INFO:teuthology.orchestra.run.smithi137.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-17T09:43:11.047 INFO:teuthology.orchestra.run.smithi137.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-17T09:43:11.047 INFO:teuthology.orchestra.run.smithi137.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-17T09:43:11.048 INFO:teuthology.orchestra.run.smithi137.stdout:Installing weak dependencies: 2024-09-17T09:43:11.048 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-17T09:43:11.048 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:11.048 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:43:11.048 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:43:11.048 INFO:teuthology.orchestra.run.smithi137.stdout:Install 31 Packages 2024-09-17T09:43:11.049 INFO:teuthology.orchestra.run.smithi137.stdout:Upgrade 2 Packages 2024-09-17T09:43:11.049 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:11.049 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 62 M 2024-09-17T09:43:11.049 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:43:11.639 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:43:11.641 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:43:11.641 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-17T09:43:11.641 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:43:11.641 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:43:11.641 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-radosgw x86_64 2:19.3.0-4963.ge646f729.el9 ceph 11 M 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout:Upgrading: 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: librados2 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 3.5 M 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: librbd1 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 3.2 M 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base x86_64 2:19.3.0-4963.ge646f729.el9 ceph 5.5 M 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-common x86_64 2:19.3.0-4963.ge646f729.el9 ceph 22 M 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-selinux x86_64 2:19.3.0-4963.ge646f729.el9 ceph 25 k 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs2 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 755 k 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-17T09:43:11.642 INFO:teuthology.orchestra.run.smithi062.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: libradosstriper1 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 508 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: librgw2 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 5.5 M 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse x86_64 2:19.3.0-4963.ge646f729.el9 ceph 45 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common x86_64 2:19.3.0-4963.ge646f729.el9 ceph 143 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cephfs x86_64 2:19.3.0-4963.ge646f729.el9 ceph 162 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-17T09:43:11.643 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rados x86_64 2:19.3.0-4963.ge646f729.el9 ceph 321 k 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rbd x86_64 2:19.3.0-4963.ge646f729.el9 ceph 306 k 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rgw x86_64 2:19.3.0-4963.ge646f729.el9 ceph 100 k 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout:Installing weak dependencies: 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout:Install 31 Packages 2024-09-17T09:43:11.644 INFO:teuthology.orchestra.run.smithi062.stdout:Upgrade 2 Packages 2024-09-17T09:43:11.645 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:11.645 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 62 M 2024-09-17T09:43:11.645 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:43:11.798 INFO:teuthology.orchestra.run.smithi137.stdout:(1/33): ceph-base-19.3.0-4963.ge646f729.el9.x86 11 MB/s | 5.5 MB 00:00 2024-09-17T09:43:11.848 INFO:teuthology.orchestra.run.smithi137.stdout:(2/33): ceph-selinux-19.3.0-4963.ge646f729.el9. 506 kB/s | 25 kB 00:00 2024-09-17T09:43:11.948 INFO:teuthology.orchestra.run.smithi137.stdout:(3/33): libcephfs2-19.3.0-4963.ge646f729.el9.x8 7.4 MB/s | 755 kB 00:00 2024-09-17T09:43:12.040 INFO:teuthology.orchestra.run.smithi137.stdout:(4/33): libradosstriper1-19.3.0-4963.ge646f729. 5.4 MB/s | 508 kB 00:00 2024-09-17T09:43:12.440 INFO:teuthology.orchestra.run.smithi137.stdout:(5/33): ceph-common-19.3.0-4963.ge646f729.el9.x 19 MB/s | 22 MB 00:01 2024-09-17T09:43:12.565 INFO:teuthology.orchestra.run.smithi137.stdout:(6/33): ceph-radosgw-19.3.0-4963.ge646f729.el9. 8.7 MB/s | 11 MB 00:01 2024-09-17T09:43:12.591 INFO:teuthology.orchestra.run.smithi137.stdout:(7/33): python3-ceph-argparse-19.3.0-4963.ge646 301 kB/s | 45 kB 00:00 2024-09-17T09:43:12.594 INFO:teuthology.orchestra.run.smithi062.stdout:(1/33): ceph-base-19.3.0-4963.ge646f729.el9.x86 9.0 MB/s | 5.5 MB 00:00 2024-09-17T09:43:12.624 INFO:teuthology.orchestra.run.smithi137.stdout:(8/33): python3-ceph-common-19.3.0-4963.ge646f7 2.4 MB/s | 143 kB 00:00 2024-09-17T09:43:12.650 INFO:teuthology.orchestra.run.smithi137.stdout:(9/33): python3-cephfs-19.3.0-4963.ge646f729.el 2.7 MB/s | 162 kB 00:00 2024-09-17T09:43:12.652 INFO:teuthology.orchestra.run.smithi062.stdout:(2/33): ceph-selinux-19.3.0-4963.ge646f729.el9. 433 kB/s | 25 kB 00:00 2024-09-17T09:43:12.733 INFO:teuthology.orchestra.run.smithi137.stdout:(10/33): librgw2-19.3.0-4963.ge646f729.el9.x86_ 7.9 MB/s | 5.5 MB 00:00 2024-09-17T09:43:12.736 INFO:teuthology.orchestra.run.smithi062.stdout:(3/33): libcephfs2-19.3.0-4963.ge646f729.el9.x8 8.9 MB/s | 755 kB 00:00 2024-09-17T09:43:12.758 INFO:teuthology.orchestra.run.smithi137.stdout:(11/33): python3-rbd-19.3.0-4963.ge646f729.el9. 2.8 MB/s | 306 kB 00:00 2024-09-17T09:43:12.784 INFO:teuthology.orchestra.run.smithi137.stdout:(12/33): python3-rados-19.3.0-4963.ge646f729.el 2.0 MB/s | 321 kB 00:00 2024-09-17T09:43:12.809 INFO:teuthology.orchestra.run.smithi137.stdout:(13/33): python3-rgw-19.3.0-4963.ge646f729.el9. 1.3 MB/s | 100 kB 00:00 2024-09-17T09:43:12.811 INFO:teuthology.orchestra.run.smithi062.stdout:(4/33): libradosstriper1-19.3.0-4963.ge646f729. 6.6 MB/s | 508 kB 00:00 2024-09-17T09:43:12.893 INFO:teuthology.orchestra.run.smithi137.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 798 kB/s | 107 kB 00:00 2024-09-17T09:43:12.920 INFO:teuthology.orchestra.run.smithi137.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.2 MB/s | 171 kB 00:00 2024-09-17T09:43:12.943 INFO:teuthology.orchestra.run.smithi137.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 904 kB/s | 45 kB 00:00 2024-09-17T09:43:12.977 INFO:teuthology.orchestra.run.smithi137.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 955 kB/s | 160 kB 00:00 2024-09-17T09:43:13.019 INFO:teuthology.orchestra.run.smithi137.stdout:(18/33): librdkafka-1.6.1-102.el9.x86_64.rpm 6.4 MB/s | 662 kB 00:00 2024-09-17T09:43:13.036 INFO:teuthology.orchestra.run.smithi137.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 721 kB/s | 42 kB 00:00 2024-09-17T09:43:13.061 INFO:teuthology.orchestra.run.smithi137.stdout:(20/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2024-09-17T09:43:13.078 INFO:teuthology.orchestra.run.smithi137.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 856 kB/s | 36 kB 00:00 2024-09-17T09:43:13.103 INFO:teuthology.orchestra.run.smithi137.stdout:(22/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-09-17T09:43:13.112 INFO:teuthology.orchestra.run.smithi062.stdout:(5/33): librgw2-19.3.0-4963.ge646f729.el9.x86_6 18 MB/s | 5.5 MB 00:00 2024-09-17T09:43:13.129 INFO:teuthology.orchestra.run.smithi137.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 706 kB/s | 47 kB 00:00 2024-09-17T09:43:13.195 INFO:teuthology.orchestra.run.smithi137.stdout:(24/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 393 kB/s | 26 kB 00:00 2024-09-17T09:43:13.229 INFO:teuthology.orchestra.run.smithi137.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-09-17T09:43:13.254 INFO:teuthology.orchestra.run.smithi137.stdout:(26/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.7 MB/s | 308 kB 00:00 2024-09-17T09:43:13.280 INFO:teuthology.orchestra.run.smithi137.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-17T09:43:13.313 INFO:teuthology.orchestra.run.smithi137.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-17T09:43:13.337 INFO:teuthology.orchestra.run.smithi062.stdout:(6/33): ceph-common-19.3.0-4963.ge646f729.el9.x 16 MB/s | 22 MB 00:01 2024-09-17T09:43:13.362 INFO:teuthology.orchestra.run.smithi062.stdout:(7/33): python3-ceph-argparse-19.3.0-4963.ge646 180 kB/s | 45 kB 00:00 2024-09-17T09:43:13.380 INFO:teuthology.orchestra.run.smithi137.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 6.5 MB/s | 839 kB 00:00 2024-09-17T09:43:13.387 INFO:teuthology.orchestra.run.smithi062.stdout:(8/33): python3-ceph-common-19.3.0-4963.ge646f7 2.8 MB/s | 143 kB 00:00 2024-09-17T09:43:13.413 INFO:teuthology.orchestra.run.smithi062.stdout:(9/33): python3-cephfs-19.3.0-4963.ge646f729.el 3.2 MB/s | 162 kB 00:00 2024-09-17T09:43:13.422 INFO:teuthology.orchestra.run.smithi137.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-09-17T09:43:13.438 INFO:teuthology.orchestra.run.smithi062.stdout:(10/33): python3-rados-19.3.0-4963.ge646f729.el 6.2 MB/s | 321 kB 00:00 2024-09-17T09:43:13.463 INFO:teuthology.orchestra.run.smithi062.stdout:(11/33): python3-rbd-19.3.0-4963.ge646f729.el9. 5.9 MB/s | 306 kB 00:00 2024-09-17T09:43:13.488 INFO:teuthology.orchestra.run.smithi062.stdout:(12/33): python3-rgw-19.3.0-4963.ge646f729.el9. 1.9 MB/s | 100 kB 00:00 2024-09-17T09:43:13.548 INFO:teuthology.orchestra.run.smithi137.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-17T09:43:13.614 INFO:teuthology.orchestra.run.smithi062.stdout:(13/33): ceph-radosgw-19.3.0-4963.ge646f729.el9 6.7 MB/s | 11 MB 00:01 2024-09-17T09:43:13.614 INFO:teuthology.orchestra.run.smithi137.stdout:(32/33): librados2-19.3.0-4963.ge646f729.el9.x8 15 MB/s | 3.5 MB 00:00 2024-09-17T09:43:13.681 INFO:teuthology.orchestra.run.smithi137.stdout:(33/33): librbd1-19.3.0-4963.ge646f729.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-09-17T09:43:13.686 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:43:13.686 INFO:teuthology.orchestra.run.smithi137.stdout:Total 23 MB/s | 62 MB 00:02 2024-09-17T09:43:13.756 INFO:teuthology.orchestra.run.smithi062.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 366 kB/s | 107 kB 00:00 2024-09-17T09:43:13.790 INFO:teuthology.orchestra.run.smithi062.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 567 kB/s | 171 kB 00:00 2024-09-17T09:43:13.793 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:43:13.815 INFO:teuthology.orchestra.run.smithi062.stdout:(16/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 798 kB/s | 160 kB 00:00 2024-09-17T09:43:13.830 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:43:13.830 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:43:13.841 INFO:teuthology.orchestra.run.smithi062.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 539 kB/s | 45 kB 00:00 2024-09-17T09:43:13.891 INFO:teuthology.orchestra.run.smithi062.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 852 kB/s | 42 kB 00:00 2024-09-17T09:43:13.949 INFO:teuthology.orchestra.run.smithi062.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-09-17T09:43:13.975 INFO:teuthology.orchestra.run.smithi062.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-09-17T09:43:14.000 INFO:teuthology.orchestra.run.smithi062.stdout:(21/33): librdkafka-1.6.1-102.el9.x86_64.rpm 3.1 MB/s | 662 kB 00:00 2024-09-17T09:43:14.025 INFO:teuthology.orchestra.run.smithi062.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 475 kB/s | 36 kB 00:00 2024-09-17T09:43:14.050 INFO:teuthology.orchestra.run.smithi062.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 628 kB/s | 47 kB 00:00 2024-09-17T09:43:14.109 INFO:teuthology.orchestra.run.smithi062.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-17T09:43:14.134 INFO:teuthology.orchestra.run.smithi062.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-17T09:43:14.159 INFO:teuthology.orchestra.run.smithi062.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 282 kB/s | 26 kB 00:00 2024-09-17T09:43:14.185 INFO:teuthology.orchestra.run.smithi062.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-17T09:43:14.218 INFO:teuthology.orchestra.run.smithi062.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-17T09:43:14.285 INFO:teuthology.orchestra.run.smithi062.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 6.5 MB/s | 839 kB 00:00 2024-09-17T09:43:14.327 INFO:teuthology.orchestra.run.smithi062.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-09-17T09:43:14.328 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:43:14.328 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:43:14.411 INFO:teuthology.orchestra.run.smithi062.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-17T09:43:14.536 INFO:teuthology.orchestra.run.smithi062.stdout:(32/33): librados2-19.3.0-4963.ge646f729.el9.x8 14 MB/s | 3.5 MB 00:00 2024-09-17T09:43:14.594 INFO:teuthology.orchestra.run.smithi062.stdout:(33/33): librbd1-19.3.0-4963.ge646f729.el9.x86_ 12 MB/s | 3.2 MB 00:00 2024-09-17T09:43:14.599 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:43:14.600 INFO:teuthology.orchestra.run.smithi062.stdout:Total 21 MB/s | 62 MB 00:02 2024-09-17T09:43:14.713 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:43:14.755 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:43:14.755 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:43:15.305 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:43:15.305 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:43:15.834 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:43:15.924 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-17T09:43:15.953 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-17T09:43:15.986 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-17T09:43:16.009 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-17T09:43:16.033 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-17T09:43:16.245 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-17T09:43:16.300 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-17T09:43:16.640 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-17T09:43:16.747 INFO:teuthology.orchestra.run.smithi137.stdout: Upgrading : librados2-2:19.3.0-4963.ge646f729.el9.x86_64 7/35 2024-09-17T09:43:16.839 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados2-2:19.3.0-4963.ge646f729.el9.x86_64 7/35 2024-09-17T09:43:16.841 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:43:16.934 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 8/35 2024-09-17T09:43:16.935 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-17T09:43:16.983 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-17T09:43:16.990 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 9/35 2024-09-17T09:43:17.009 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-17T09:43:17.032 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-17T09:43:17.053 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 9/35 2024-09-17T09:43:17.055 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-17T09:43:17.082 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-17T09:43:17.126 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ceph-argparse-2:19.3.0-4963.ge646f729.el9. 11/35 2024-09-17T09:43:17.196 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 12/35 2024-09-17T09:43:17.226 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_6 13/35 2024-09-17T09:43:17.226 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-17T09:43:17.280 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-17T09:43:17.289 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_6 13/35 2024-09-17T09:43:17.324 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-17T09:43:17.435 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-17T09:43:17.476 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-17T09:43:17.517 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-17T09:43:17.569 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-17T09:43:17.603 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-17T09:43:17.636 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-17T09:43:17.673 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-17T09:43:17.689 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-17T09:43:17.760 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrading : librados2-2:19.3.0-4963.ge646f729.el9.x86_64 7/35 2024-09-17T09:43:17.856 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados2-2:19.3.0-4963.ge646f729.el9.x86_64 7/35 2024-09-17T09:43:17.954 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 8/35 2024-09-17T09:43:17.987 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 9/35 2024-09-17T09:43:17.993 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-17T09:43:18.033 INFO:teuthology.orchestra.run.smithi137.stdout: Upgrading : librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 23/35 2024-09-17T09:43:18.042 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 9/35 2024-09-17T09:43:18.079 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-17T09:43:18.115 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 23/35 2024-09-17T09:43:18.132 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ceph-argparse-2:19.3.0-4963.ge646f729.el9. 11/35 2024-09-17T09:43:18.146 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 24/35 2024-09-17T09:43:18.182 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-17T09:43:18.211 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 12/35 2024-09-17T09:43:18.248 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_6 13/35 2024-09-17T09:43:18.312 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_6 13/35 2024-09-17T09:43:18.347 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-17T09:43:18.459 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-17T09:43:18.498 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-17T09:43:18.547 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-17T09:43:18.596 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-17T09:43:18.625 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-17T09:43:18.663 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-17T09:43:18.682 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-17T09:43:18.695 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-17T09:43:18.718 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 27/35 2024-09-17T09:43:18.790 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 27/35 2024-09-17T09:43:18.867 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 28/35 2024-09-17T09:43:18.896 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ceph-common-2:19.3.0-4963.ge646f729.el9.x8 29/35 2024-09-17T09:43:19.042 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-17T09:43:19.088 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrading : librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 23/35 2024-09-17T09:43:19.180 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 23/35 2024-09-17T09:43:19.210 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 24/35 2024-09-17T09:43:19.255 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-17T09:43:19.788 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-17T09:43:19.824 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 27/35 2024-09-17T09:43:19.897 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 27/35 2024-09-17T09:43:19.995 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 28/35 2024-09-17T09:43:20.035 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ceph-common-2:19.3.0-4963.ge646f729.el9.x8 29/35 2024-09-17T09:43:20.107 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - AppStream 876 kB/s | 20 MB 00:23 2024-09-17T09:43:21.241 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 30/35 2024-09-17T09:43:21.292 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 30/35 2024-09-17T09:43:21.871 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 30/35 2024-09-17T09:43:21.913 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 31/35 2024-09-17T09:43:22.005 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 31/35 2024-09-17T09:43:22.006 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-17T09:43:22.006 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-17T09:43:22.006 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:22.047 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 32/35 2024-09-17T09:43:22.462 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 30/35 2024-09-17T09:43:22.498 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 30/35 2024-09-17T09:43:23.136 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 30/35 2024-09-17T09:43:23.176 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 31/35 2024-09-17T09:43:23.270 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 31/35 2024-09-17T09:43:23.270 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-17T09:43:23.271 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-17T09:43:23.271 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:23.303 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 32/35 2024-09-17T09:43:24.333 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.5 MB 00:00 2024-09-17T09:43:26.583 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 19 kB 00:01 2024-09-17T09:43:27.379 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-17T09:43:32.225 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 32/35 2024-09-17T09:43:32.225 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /sys 2024-09-17T09:43:32.225 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /proc 2024-09-17T09:43:32.225 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /mnt 2024-09-17T09:43:32.225 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /var/tmp 2024-09-17T09:43:32.225 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /home 2024-09-17T09:43:32.225 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /root 2024-09-17T09:43:32.225 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /tmp 2024-09-17T09:43:32.226 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:33.084 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 4.5 kB/s | 1.7 kB 00:00 2024-09-17T09:43:33.255 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 33/35 2024-09-17T09:43:33.286 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 33/35 2024-09-17T09:43:33.287 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:33.287 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-17T09:43:33.287 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T09:43:33.287 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T09:43:33.287 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:33.288 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-17T09:43:33.382 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-17T09:43:33.382 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-17T09:43:34.131 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 32/35 2024-09-17T09:43:34.131 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /sys 2024-09-17T09:43:34.131 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /proc 2024-09-17T09:43:34.132 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /mnt 2024-09-17T09:43:34.132 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /var/tmp 2024-09-17T09:43:34.132 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /home 2024-09-17T09:43:34.132 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /root 2024-09-17T09:43:34.132 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /tmp 2024-09-17T09:43:34.132 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:34.624 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-17T09:43:34.625 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 1/35 2024-09-17T09:43:34.625 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 2/35 2024-09-17T09:43:34.625 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 3/35 2024-09-17T09:43:34.625 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 4/35 2024-09-17T09:43:34.625 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 5/35 2024-09-17T09:43:34.625 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_6 6/35 2024-09-17T09:43:34.625 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 7/35 2024-09-17T09:43:34.625 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4963.ge646f729.el9. 8/35 2024-09-17T09:43:34.625 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ceph-common-2:19.3.0-4963.ge646f729.el9.x8 9/35 2024-09-17T09:43:34.625 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 10/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 11/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 12/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 13/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-17T09:43:34.626 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados2-2:19.3.0-4963.ge646f729.el9.x86_64 32/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-17T09:43:34.627 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 34/35 2024-09-17T09:43:35.170 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 33/35 2024-09-17T09:43:35.197 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 33/35 2024-09-17T09:43:35.197 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:35.197 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-17T09:43:35.197 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T09:43:35.197 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T09:43:35.197 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:35.199 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-17T09:43:35.281 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-17T09:43:35.281 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-17T09:43:35.334 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:43:35.336 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:43:35.336 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-17T09:43:35.336 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:43:35.336 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:43:35.336 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw x86_64 2:19.3.0-4963.ge646f729.el9 ceph 11 M 2024-09-17T09:43:35.336 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrading: 2024-09-17T09:43:35.336 INFO:teuthology.orchestra.run.smithi088.stdout: librados2 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 3.5 M 2024-09-17T09:43:35.336 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 3.2 M 2024-09-17T09:43:35.336 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base x86_64 2:19.3.0-4963.ge646f729.el9 ceph 5.5 M 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common x86_64 2:19.3.0-4963.ge646f729.el9 ceph 22 M 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux x86_64 2:19.3.0-4963.ge646f729.el9 ceph 25 k 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 755 k 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-17T09:43:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 508 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2 x86_64 2:19.3.0-4963.ge646f729.el9 ceph 5.5 M 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse x86_64 2:19.3.0-4963.ge646f729.el9 ceph 45 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common x86_64 2:19.3.0-4963.ge646f729.el9 ceph 143 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs x86_64 2:19.3.0-4963.ge646f729.el9 ceph 162 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-17T09:43:35.338 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados x86_64 2:19.3.0-4963.ge646f729.el9 ceph 321 k 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd x86_64 2:19.3.0-4963.ge646f729.el9 ceph 306 k 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw x86_64 2:19.3.0-4963.ge646f729.el9 ceph 100 k 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout:Installing weak dependencies: 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout:Install 31 Packages 2024-09-17T09:43:35.339 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrade 2 Packages 2024-09-17T09:43:35.340 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:43:35.340 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 62 M 2024-09-17T09:43:35.340 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:43:35.497 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-17T09:43:35.497 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:35.497 INFO:teuthology.orchestra.run.smithi137.stdout:Upgraded: 2024-09-17T09:43:35.498 INFO:teuthology.orchestra.run.smithi137.stdout: librados2-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.498 INFO:teuthology.orchestra.run.smithi137.stdout: librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.498 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:43:35.498 INFO:teuthology.orchestra.run.smithi137.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-17T09:43:35.498 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.498 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.499 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.499 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.499 INFO:teuthology.orchestra.run.smithi137.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-17T09:43:35.499 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-17T09:43:35.499 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-17T09:43:35.499 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.500 INFO:teuthology.orchestra.run.smithi137.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-17T09:43:35.500 INFO:teuthology.orchestra.run.smithi137.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-17T09:43:35.500 INFO:teuthology.orchestra.run.smithi137.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-17T09:43:35.500 INFO:teuthology.orchestra.run.smithi137.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-17T09:43:35.500 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.500 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-17T09:43:35.500 INFO:teuthology.orchestra.run.smithi137.stdout: librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.501 INFO:teuthology.orchestra.run.smithi137.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-17T09:43:35.501 INFO:teuthology.orchestra.run.smithi137.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-17T09:43:35.501 INFO:teuthology.orchestra.run.smithi137.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-17T09:43:35.501 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.501 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.501 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.501 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-17T09:43:35.501 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.501 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.501 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:35.502 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-17T09:43:35.502 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-17T09:43:35.502 INFO:teuthology.orchestra.run.smithi137.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-17T09:43:35.502 INFO:teuthology.orchestra.run.smithi137.stdout: re2-1:20211101-20.el9.x86_64 2024-09-17T09:43:35.502 INFO:teuthology.orchestra.run.smithi137.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-17T09:43:35.502 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:35.502 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:43:35.835 INFO:teuthology.orchestra.run.smithi088.stdout:(1/33): ceph-base-19.3.0-4963.ge646f729.el9.x86 12 MB/s | 5.5 MB 00:00 2024-09-17T09:43:35.882 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-test 2024-09-17T09:43:35.894 INFO:teuthology.orchestra.run.smithi088.stdout:(2/33): ceph-selinux-19.3.0-4963.ge646f729.el9. 432 kB/s | 25 kB 00:00 2024-09-17T09:43:35.986 INFO:teuthology.orchestra.run.smithi088.stdout:(3/33): libcephfs2-19.3.0-4963.ge646f729.el9.x8 8.1 MB/s | 755 kB 00:00 2024-09-17T09:43:36.078 INFO:teuthology.orchestra.run.smithi088.stdout:(4/33): libradosstriper1-19.3.0-4963.ge646f729. 5.4 MB/s | 508 kB 00:00 2024-09-17T09:43:36.212 INFO:teuthology.orchestra.run.smithi088.stdout:(5/33): ceph-radosgw-19.3.0-4963.ge646f729.el9. 13 MB/s | 11 MB 00:00 2024-09-17T09:43:36.262 INFO:teuthology.orchestra.run.smithi088.stdout:(6/33): python3-ceph-argparse-19.3.0-4963.ge646 906 kB/s | 45 kB 00:00 2024-09-17T09:43:36.371 INFO:teuthology.orchestra.run.smithi088.stdout:(7/33): librgw2-19.3.0-4963.ge646f729.el9.x86_6 19 MB/s | 5.5 MB 00:00 2024-09-17T09:43:36.395 INFO:teuthology.orchestra.run.smithi088.stdout:(8/33): python3-ceph-common-19.3.0-4963.ge646f7 1.0 MB/s | 143 kB 00:00 2024-09-17T09:43:36.421 INFO:teuthology.orchestra.run.smithi088.stdout:(9/33): python3-cephfs-19.3.0-4963.ge646f729.el 3.2 MB/s | 162 kB 00:00 2024-09-17T09:43:36.431 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-17T09:43:36.431 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 1/35 2024-09-17T09:43:36.431 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 2/35 2024-09-17T09:43:36.431 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 3/35 2024-09-17T09:43:36.431 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 4/35 2024-09-17T09:43:36.432 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 5/35 2024-09-17T09:43:36.432 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_6 6/35 2024-09-17T09:43:36.432 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 7/35 2024-09-17T09:43:36.432 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4963.ge646f729.el9. 8/35 2024-09-17T09:43:36.432 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ceph-common-2:19.3.0-4963.ge646f729.el9.x8 9/35 2024-09-17T09:43:36.432 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 10/35 2024-09-17T09:43:36.433 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 11/35 2024-09-17T09:43:36.433 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 12/35 2024-09-17T09:43:36.433 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 13/35 2024-09-17T09:43:36.433 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-17T09:43:36.433 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-17T09:43:36.433 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-17T09:43:36.434 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-17T09:43:36.434 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-17T09:43:36.434 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-17T09:43:36.434 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-17T09:43:36.434 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-17T09:43:36.434 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-17T09:43:36.434 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-17T09:43:36.435 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-17T09:43:36.435 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-17T09:43:36.435 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-17T09:43:36.435 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-17T09:43:36.435 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-17T09:43:36.435 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-17T09:43:36.435 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-17T09:43:36.436 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-17T09:43:36.436 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados2-2:19.3.0-4963.ge646f729.el9.x86_64 32/35 2024-09-17T09:43:36.436 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-17T09:43:36.436 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 34/35 2024-09-17T09:43:36.446 INFO:teuthology.orchestra.run.smithi088.stdout:(10/33): python3-rados-19.3.0-4963.ge646f729.el 6.2 MB/s | 321 kB 00:00 2024-09-17T09:43:36.468 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:28 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:43:36.480 INFO:teuthology.orchestra.run.smithi088.stdout:(11/33): python3-rbd-19.3.0-4963.ge646f729.el9. 5.1 MB/s | 306 kB 00:00 2024-09-17T09:43:36.505 INFO:teuthology.orchestra.run.smithi088.stdout:(12/33): python3-rgw-19.3.0-4963.ge646f729.el9. 1.6 MB/s | 100 kB 00:00 2024-09-17T09:43:36.608 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:43:36.609 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:43:36.609 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-17T09:43:36.609 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:43:36.609 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:43:36.609 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-test x86_64 2:19.3.0-4963.ge646f729.el9 ceph 46 M 2024-09-17T09:43:36.609 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-17T09:43:36.610 INFO:teuthology.orchestra.run.smithi137.stdout: libcephsqlite x86_64 2:19.3.0-4963.ge646f729.el9 ceph 161 k 2024-09-17T09:43:36.610 INFO:teuthology.orchestra.run.smithi137.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-17T09:43:36.610 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-17T09:43:36.610 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:36.610 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:43:36.610 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:43:36.610 INFO:teuthology.orchestra.run.smithi137.stdout:Install 4 Packages 2024-09-17T09:43:36.610 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:36.611 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 46 M 2024-09-17T09:43:36.611 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 201 M 2024-09-17T09:43:36.611 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:43:36.722 INFO:teuthology.orchestra.run.smithi088.stdout:(13/33): ceph-common-19.3.0-4963.ge646f729.el9. 16 MB/s | 22 MB 00:01 2024-09-17T09:43:36.773 INFO:teuthology.orchestra.run.smithi088.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 366 kB/s | 107 kB 00:00 2024-09-17T09:43:36.814 INFO:teuthology.orchestra.run.smithi088.stdout:(15/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-09-17T09:43:36.848 INFO:teuthology.orchestra.run.smithi137.stdout:(1/4): libcephsqlite-19.3.0-4963.ge646f729.el9. 752 kB/s | 161 kB 00:00 2024-09-17T09:43:36.865 INFO:teuthology.orchestra.run.smithi088.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 475 kB/s | 171 kB 00:00 2024-09-17T09:43:36.873 INFO:teuthology.orchestra.run.smithi137.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.2 MB/s | 304 kB 00:00 2024-09-17T09:43:36.890 INFO:teuthology.orchestra.run.smithi137.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-09-17T09:43:36.949 INFO:teuthology.orchestra.run.smithi088.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 710 kB/s | 160 kB 00:00 2024-09-17T09:43:36.974 INFO:teuthology.orchestra.run.smithi088.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-09-17T09:43:36.999 INFO:teuthology.orchestra.run.smithi088.stdout:(19/33): librdkafka-1.6.1-102.el9.x86_64.rpm 3.5 MB/s | 662 kB 00:00 2024-09-17T09:43:37.016 INFO:teuthology.orchestra.run.smithi088.stdout:(20/33): python3-prettytable-0.7.2-27.el9.noarc 630 kB/s | 42 kB 00:00 2024-09-17T09:43:37.041 INFO:teuthology.orchestra.run.smithi088.stdout:(21/33): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-09-17T09:43:37.058 INFO:teuthology.orchestra.run.smithi088.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 611 kB/s | 36 kB 00:00 2024-09-17T09:43:37.075 INFO:teuthology.orchestra.run.smithi088.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 805 kB/s | 47 kB 00:00 2024-09-17T09:43:37.134 INFO:teuthology.orchestra.run.smithi088.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 3.3 MB/s | 308 kB 00:00 2024-09-17T09:43:37.150 INFO:teuthology.orchestra.run.smithi088.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 3.2 MB/s | 49 kB 00:00 2024-09-17T09:43:37.168 INFO:teuthology.orchestra.run.smithi088.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 333 kB/s | 26 kB 00:00 2024-09-17T09:43:37.193 INFO:teuthology.orchestra.run.smithi088.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-09-17T09:43:37.226 INFO:teuthology.orchestra.run.smithi088.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-17T09:43:37.277 INFO:teuthology.orchestra.run.smithi088.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-17T09:43:37.335 INFO:teuthology.orchestra.run.smithi088.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-09-17T09:43:37.419 INFO:teuthology.orchestra.run.smithi088.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-17T09:43:37.449 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-17T09:43:37.449 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:37.449 INFO:teuthology.orchestra.run.smithi062.stdout:Upgraded: 2024-09-17T09:43:37.449 INFO:teuthology.orchestra.run.smithi062.stdout: librados2-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-17T09:43:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-17T09:43:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-17T09:43:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-17T09:43:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: re2-1:20211101-20.el9.x86_64 2024-09-17T09:43:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-17T09:43:37.453 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:37.453 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:43:37.486 INFO:teuthology.orchestra.run.smithi088.stdout:(32/33): librados2-19.3.0-4963.ge646f729.el9.x8 17 MB/s | 3.5 MB 00:00 2024-09-17T09:43:37.578 INFO:teuthology.orchestra.run.smithi088.stdout:(33/33): librbd1-19.3.0-4963.ge646f729.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-09-17T09:43:37.582 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:43:37.582 INFO:teuthology.orchestra.run.smithi088.stdout:Total 28 MB/s | 62 MB 00:02 2024-09-17T09:43:37.691 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:43:37.727 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:43:37.727 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:43:37.819 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-test 2024-09-17T09:43:38.257 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:43:38.257 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:43:38.422 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:29 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:43:38.565 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:43:38.566 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:43:38.566 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-17T09:43:38.566 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:43:38.566 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:43:38.566 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-test x86_64 2:19.3.0-4963.ge646f729.el9 ceph 46 M 2024-09-17T09:43:38.567 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-17T09:43:38.567 INFO:teuthology.orchestra.run.smithi062.stdout: libcephsqlite x86_64 2:19.3.0-4963.ge646f729.el9 ceph 161 k 2024-09-17T09:43:38.567 INFO:teuthology.orchestra.run.smithi062.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-17T09:43:38.567 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-17T09:43:38.567 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:38.567 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:43:38.567 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:43:38.567 INFO:teuthology.orchestra.run.smithi062.stdout:Install 4 Packages 2024-09-17T09:43:38.567 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:38.568 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 46 M 2024-09-17T09:43:38.568 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 201 M 2024-09-17T09:43:38.568 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:43:38.724 INFO:teuthology.orchestra.run.smithi137.stdout:(4/4): ceph-test-19.3.0-4963.ge646f729.el9.x86_ 22 MB/s | 46 MB 00:02 2024-09-17T09:43:38.726 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:43:38.726 INFO:teuthology.orchestra.run.smithi137.stdout:Total 22 MB/s | 46 MB 00:02 2024-09-17T09:43:38.746 INFO:teuthology.orchestra.run.smithi062.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.3 MB/s | 304 kB 00:00 2024-09-17T09:43:38.756 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:43:38.775 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:43:38.775 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:43:38.779 INFO:teuthology.orchestra.run.smithi062.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2024-09-17T09:43:38.846 INFO:teuthology.orchestra.run.smithi062.stdout:(3/4): libcephsqlite-19.3.0-4963.ge646f729.el9. 708 kB/s | 161 kB 00:00 2024-09-17T09:43:39.128 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:43:39.128 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:43:39.641 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:43:39.730 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-17T09:43:39.772 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-17T09:43:39.800 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 3/4 2024-09-17T09:43:39.828 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:43:39.922 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-17T09:43:39.949 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-17T09:43:39.974 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-17T09:43:39.997 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-17T09:43:40.015 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-17T09:43:40.038 INFO:teuthology.orchestra.run.smithi062.stdout:(4/4): ceph-test-19.3.0-4963.ge646f729.el9.x86_ 32 MB/s | 46 MB 00:01 2024-09-17T09:43:40.040 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:43:40.041 INFO:teuthology.orchestra.run.smithi062.stdout:Total 31 MB/s | 46 MB 00:01 2024-09-17T09:43:40.069 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:43:40.092 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:43:40.092 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:43:40.192 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-17T09:43:40.244 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-17T09:43:40.468 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:43:40.468 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:43:40.583 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-17T09:43:40.693 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librados2-2:19.3.0-4963.ge646f729.el9.x86_64 7/35 2024-09-17T09:43:40.768 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:19.3.0-4963.ge646f729.el9.x86_64 7/35 2024-09-17T09:43:40.856 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 8/35 2024-09-17T09:43:40.894 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 9/35 2024-09-17T09:43:40.958 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 9/35 2024-09-17T09:43:40.998 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:43:41.003 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-17T09:43:41.047 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-argparse-2:19.3.0-4963.ge646f729.el9. 11/35 2024-09-17T09:43:41.084 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-17T09:43:41.117 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 12/35 2024-09-17T09:43:41.130 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-17T09:43:41.138 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_6 13/35 2024-09-17T09:43:41.165 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 3/4 2024-09-17T09:43:41.194 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_6 13/35 2024-09-17T09:43:41.229 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-17T09:43:41.347 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-17T09:43:41.388 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-17T09:43:41.429 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-17T09:43:41.478 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-17T09:43:41.507 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-17T09:43:41.545 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-17T09:43:41.577 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-17T09:43:41.898 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-17T09:43:41.954 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 23/35 2024-09-17T09:43:42.045 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 23/35 2024-09-17T09:43:42.075 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 24/35 2024-09-17T09:43:42.111 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-17T09:43:42.602 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-17T09:43:42.631 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 27/35 2024-09-17T09:43:42.720 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 27/35 2024-09-17T09:43:42.797 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 28/35 2024-09-17T09:43:42.825 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-common-2:19.3.0-4963.ge646f729.el9.x8 29/35 2024-09-17T09:43:44.140 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 3/4 2024-09-17T09:43:44.224 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 4/4 2024-09-17T09:43:45.122 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 30/35 2024-09-17T09:43:45.188 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 30/35 2024-09-17T09:43:45.784 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 3/4 2024-09-17T09:43:45.789 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 30/35 2024-09-17T09:43:45.833 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 31/35 2024-09-17T09:43:45.885 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 4/4 2024-09-17T09:43:45.927 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 31/35 2024-09-17T09:43:45.927 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-17T09:43:45.927 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-17T09:43:45.927 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:43:45.959 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 32/35 2024-09-17T09:43:46.734 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 4/4 2024-09-17T09:43:46.734 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 1/4 2024-09-17T09:43:46.734 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 2/4 2024-09-17T09:43:46.735 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-17T09:43:47.114 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-17T09:43:47.114 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:47.114 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:43:47.114 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:47.114 INFO:teuthology.orchestra.run.smithi137.stdout: libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:47.115 INFO:teuthology.orchestra.run.smithi137.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-17T09:43:47.115 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-17T09:43:47.115 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:47.115 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:43:47.412 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph 2024-09-17T09:43:48.024 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:40 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:43:48.160 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:43:48.163 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:43:48.163 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-17T09:43:48.163 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:43:48.163 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:43:48.163 INFO:teuthology.orchestra.run.smithi137.stdout: ceph x86_64 2:19.3.0-4963.ge646f729.el9 ceph 6.6 k 2024-09-17T09:43:48.163 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-17T09:43:48.163 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mds x86_64 2:19.3.0-4963.ge646f729.el9 ceph 2.4 M 2024-09-17T09:43:48.163 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr x86_64 2:19.3.0-4963.ge646f729.el9 ceph 1.5 M 2024-09-17T09:43:48.163 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 291 k 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mon x86_64 2:19.3.0-4963.ge646f729.el9 ceph 4.8 M 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-osd x86_64 2:19.3.0-4963.ge646f729.el9 ceph 17 M 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-17T09:43:48.164 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-collections 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-17T09:43:48.165 INFO:teuthology.orchestra.run.smithi137.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:43:48.166 INFO:teuthology.orchestra.run.smithi137.stdout:Install 37 Packages 2024-09-17T09:43:48.167 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:48.167 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 31 M 2024-09-17T09:43:48.167 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 109 M 2024-09-17T09:43:48.167 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:43:48.231 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 4/4 2024-09-17T09:43:48.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 1/4 2024-09-17T09:43:48.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 2/4 2024-09-17T09:43:48.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-17T09:43:48.641 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-17T09:43:48.641 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:48.641 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:43:48.641 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:48.641 INFO:teuthology.orchestra.run.smithi062.stdout: libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:48.642 INFO:teuthology.orchestra.run.smithi062.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-17T09:43:48.642 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-17T09:43:48.642 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:48.642 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:43:48.907 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph 2024-09-17T09:43:49.267 INFO:teuthology.orchestra.run.smithi137.stdout:(1/37): ceph-19.3.0-4963.ge646f729.el9.x86_64.r 52 kB/s | 6.6 kB 00:00 2024-09-17T09:43:49.484 INFO:teuthology.orchestra.run.smithi137.stdout:(2/37): ceph-mds-19.3.0-4963.ge646f729.el9.x86_ 7.0 MB/s | 2.4 MB 00:00 2024-09-17T09:43:49.526 INFO:teuthology.orchestra.run.smithi137.stdout:(3/37): ceph-mgr-19.3.0-4963.ge646f729.el9.x86_ 4.0 MB/s | 1.5 MB 00:00 2024-09-17T09:43:49.527 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:40 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:43:49.618 INFO:teuthology.orchestra.run.smithi137.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4963.ge646 3.1 MB/s | 291 kB 00:00 2024-09-17T09:43:49.669 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:43:49.671 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:43:49.671 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout: ceph x86_64 2:19.3.0-4963.ge646f729.el9 ceph 6.6 k 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mds x86_64 2:19.3.0-4963.ge646f729.el9 ceph 2.4 M 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr x86_64 2:19.3.0-4963.ge646f729.el9 ceph 1.5 M 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 291 k 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mon x86_64 2:19.3.0-4963.ge646f729.el9 ceph 4.8 M 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-osd x86_64 2:19.3.0-4963.ge646f729.el9 ceph 17 M 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-17T09:43:49.672 INFO:teuthology.orchestra.run.smithi062.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-collections 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-17T09:43:49.673 INFO:teuthology.orchestra.run.smithi062.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-17T09:43:49.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-17T09:43:49.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-17T09:43:49.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-17T09:43:49.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-17T09:43:49.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-17T09:43:49.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-17T09:43:49.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-17T09:43:49.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-17T09:43:49.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout:Install 37 Packages 2024-09-17T09:43:49.675 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:49.676 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 31 M 2024-09-17T09:43:49.676 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 109 M 2024-09-17T09:43:49.676 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:43:49.760 INFO:teuthology.orchestra.run.smithi137.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-09-17T09:43:49.852 INFO:teuthology.orchestra.run.smithi137.stdout:(6/37): python3-cryptography-36.0.1-4.el9.x86_6 13 MB/s | 1.2 MB 00:00 2024-09-17T09:43:49.919 INFO:teuthology.orchestra.run.smithi137.stdout:(7/37): ceph-mon-19.3.0-4963.ge646f729.el9.x86_ 7.4 MB/s | 4.8 MB 00:00 2024-09-17T09:43:49.944 INFO:teuthology.orchestra.run.smithi137.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 106 kB 00:00 2024-09-17T09:43:50.091 INFO:teuthology.orchestra.run.smithi062.stdout:(1/37): ceph-19.3.0-4963.ge646f729.el9.x86_64.r 52 kB/s | 6.6 kB 00:00 2024-09-17T09:43:50.119 INFO:teuthology.orchestra.run.smithi137.stdout:(9/37): ceph-osd-19.3.0-4963.ge646f729.el9.x86_ 27 MB/s | 17 MB 00:00 2024-09-17T09:43:50.145 INFO:teuthology.orchestra.run.smithi137.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 623 kB/s | 125 kB 00:00 2024-09-17T09:43:50.178 INFO:teuthology.orchestra.run.smithi137.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 522 kB/s | 135 kB 00:00 2024-09-17T09:43:50.241 INFO:teuthology.orchestra.run.smithi062.stdout:(2/37): ceph-mgr-19.3.0-4963.ge646f729.el9.x86_ 5.5 MB/s | 1.5 MB 00:00 2024-09-17T09:43:50.262 INFO:teuthology.orchestra.run.smithi137.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.5 MB/s | 215 kB 00:00 2024-09-17T09:43:50.292 INFO:teuthology.orchestra.run.smithi062.stdout:(3/37): ceph-mds-19.3.0-4963.ge646f729.el9.x86_ 7.3 MB/s | 2.4 MB 00:00 2024-09-17T09:43:50.442 INFO:teuthology.orchestra.run.smithi062.stdout:(4/37): ceph-mon-19.3.0-4963.ge646f729.el9.x86_ 14 MB/s | 4.8 MB 00:00 2024-09-17T09:43:50.467 INFO:teuthology.orchestra.run.smithi062.stdout:(5/37): ceph-mgr-modules-core-19.3.0-4963.ge646 1.6 MB/s | 291 kB 00:00 2024-09-17T09:43:50.609 INFO:teuthology.orchestra.run.smithi062.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-09-17T09:43:50.659 INFO:teuthology.orchestra.run.smithi062.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-09-17T09:43:50.812 INFO:teuthology.orchestra.run.smithi137.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 63 kB/s | 35 kB 00:00 2024-09-17T09:43:50.834 INFO:teuthology.orchestra.run.smithi062.stdout:(8/37): ceph-osd-19.3.0-4963.ge646f729.el9.x86_ 29 MB/s | 17 MB 00:00 2024-09-17T09:43:50.860 INFO:teuthology.orchestra.run.smithi062.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 675 kB/s | 135 kB 00:00 2024-09-17T09:43:50.879 INFO:teuthology.orchestra.run.smithi137.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 257 kB/s | 188 kB 00:00 2024-09-17T09:43:50.904 INFO:teuthology.orchestra.run.smithi137.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 237 kB/s | 172 kB 00:00 2024-09-17T09:43:50.918 INFO:teuthology.orchestra.run.smithi062.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.7 MB/s | 1.2 MB 00:00 2024-09-17T09:43:50.944 INFO:teuthology.orchestra.run.smithi062.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-09-17T09:43:51.027 INFO:teuthology.orchestra.run.smithi062.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 649 kB/s | 125 kB 00:00 2024-09-17T09:43:51.111 INFO:teuthology.orchestra.run.smithi062.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 981 kB/s | 188 kB 00:00 2024-09-17T09:43:51.128 INFO:teuthology.orchestra.run.smithi062.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 347 kB/s | 35 kB 00:00 2024-09-17T09:43:51.153 INFO:teuthology.orchestra.run.smithi062.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 824 kB/s | 172 kB 00:00 2024-09-17T09:43:51.179 INFO:teuthology.orchestra.run.smithi062.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.1 MB/s | 77 kB 00:00 2024-09-17T09:43:51.195 INFO:teuthology.orchestra.run.smithi062.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 996 kB/s | 42 kB 00:00 2024-09-17T09:43:51.212 INFO:teuthology.orchestra.run.smithi062.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 605 kB/s | 51 kB 00:00 2024-09-17T09:43:51.229 INFO:teuthology.orchestra.run.smithi062.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 442 kB/s | 22 kB 00:00 2024-09-17T09:43:51.280 INFO:teuthology.orchestra.run.smithi062.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.8 MB/s | 151 kB 00:00 2024-09-17T09:43:51.296 INFO:teuthology.orchestra.run.smithi062.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 520 kB/s | 43 kB 00:00 2024-09-17T09:43:51.313 INFO:teuthology.orchestra.run.smithi062.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 736 kB/s | 11 kB 00:00 2024-09-17T09:43:51.339 INFO:teuthology.orchestra.run.smithi062.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 710 kB/s | 18 kB 00:00 2024-09-17T09:43:51.364 INFO:teuthology.orchestra.run.smithi062.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-09-17T09:43:51.389 INFO:teuthology.orchestra.run.smithi062.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-17T09:43:51.414 INFO:teuthology.orchestra.run.smithi062.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-09-17T09:43:51.440 INFO:teuthology.orchestra.run.smithi062.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-17T09:43:51.469 INFO:teuthology.orchestra.run.smithi062.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 920 kB/s | 46 kB 00:00 2024-09-17T09:43:51.488 INFO:teuthology.orchestra.run.smithi137.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 84 kB/s | 51 kB 00:00 2024-09-17T09:43:51.490 INFO:teuthology.orchestra.run.smithi062.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-09-17T09:43:51.513 INFO:teuthology.orchestra.run.smithi137.stdout:(17/37): python3-packaging-20.9-5.el9.noarch.rp 110 kB/s | 77 kB 00:00 2024-09-17T09:43:51.516 INFO:teuthology.orchestra.run.smithi062.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-17T09:43:51.538 INFO:teuthology.orchestra.run.smithi137.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 66 kB/s | 42 kB 00:00 2024-09-17T09:43:51.541 INFO:teuthology.orchestra.run.smithi062.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-17T09:43:51.566 INFO:teuthology.orchestra.run.smithi062.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-17T09:43:51.588 INFO:teuthology.orchestra.run.smithi137.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 3.0 MB/s | 151 kB 00:00 2024-09-17T09:43:51.592 INFO:teuthology.orchestra.run.smithi062.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-17T09:43:51.617 INFO:teuthology.orchestra.run.smithi062.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-17T09:43:51.622 INFO:teuthology.orchestra.run.smithi137.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 5.3 MB/s | 172 kB 00:00 2024-09-17T09:43:51.634 INFO:teuthology.orchestra.run.smithi062.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-17T09:43:51.647 INFO:teuthology.orchestra.run.smithi137.stdout:(21/37): lua-devel-5.4.4-4.el9.x86_64.rpm 142 kB/s | 22 kB 00:00 2024-09-17T09:43:51.659 INFO:teuthology.orchestra.run.smithi062.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-09-17T09:43:51.673 INFO:teuthology.orchestra.run.smithi137.stdout:(22/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 325 kB/s | 43 kB 00:00 2024-09-17T09:43:51.684 INFO:teuthology.orchestra.run.smithi062.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-09-17T09:43:51.690 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:43:51.690 INFO:teuthology.orchestra.run.smithi062.stdout:Total 15 MB/s | 31 MB 00:02 2024-09-17T09:43:51.698 INFO:teuthology.orchestra.run.smithi137.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-09-17T09:43:51.732 INFO:teuthology.orchestra.run.smithi137.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 902 kB/s | 23 kB 00:00 2024-09-17T09:43:51.757 INFO:teuthology.orchestra.run.smithi137.stdout:(25/37): python3-cherrypy-18.6.1-2.el9.noarch.r 2.6 MB/s | 358 kB 00:00 2024-09-17T09:43:51.782 INFO:teuthology.orchestra.run.smithi137.stdout:(26/37): python3-jaraco-classes-3.2.1-5.el9.noa 162 kB/s | 18 kB 00:00 2024-09-17T09:43:51.807 INFO:teuthology.orchestra.run.smithi137.stdout:(27/37): python3-jaraco-functools-3.5.0-2.el9.n 264 kB/s | 19 kB 00:00 2024-09-17T09:43:51.833 INFO:teuthology.orchestra.run.smithi137.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 262 kB/s | 20 kB 00:00 2024-09-17T09:43:51.849 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:43:51.857 INFO:teuthology.orchestra.run.smithi137.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 928 kB/s | 46 kB 00:00 2024-09-17T09:43:51.883 INFO:teuthology.orchestra.run.smithi137.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-17T09:43:51.894 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:43:51.894 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:43:51.908 INFO:teuthology.orchestra.run.smithi137.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-09-17T09:43:51.934 INFO:teuthology.orchestra.run.smithi137.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-17T09:43:51.959 INFO:teuthology.orchestra.run.smithi137.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 711 kB/s | 36 kB 00:00 2024-09-17T09:43:51.993 INFO:teuthology.orchestra.run.smithi137.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-17T09:43:52.018 INFO:teuthology.orchestra.run.smithi137.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-09-17T09:43:52.043 INFO:teuthology.orchestra.run.smithi137.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 397 kB/s | 20 kB 00:00 2024-09-17T09:43:52.077 INFO:teuthology.orchestra.run.smithi137.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-09-17T09:43:52.082 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:43:52.082 INFO:teuthology.orchestra.run.smithi137.stdout:Total 7.9 MB/s | 31 MB 00:03 2024-09-17T09:43:52.235 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:43:52.276 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:43:52.277 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:43:52.410 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:43:52.410 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:43:52.747 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:43:52.748 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:43:53.725 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:43:53.779 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-17T09:43:53.812 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-17T09:43:53.840 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-17T09:43:53.914 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-17T09:43:53.964 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-17T09:43:53.997 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-17T09:43:54.088 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:43:54.118 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-17T09:43:54.163 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-17T09:43:54.196 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-17T09:43:54.203 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-17T09:43:54.223 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-17T09:43:54.250 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-17T09:43:54.285 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-17T09:43:54.305 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-17T09:43:54.314 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-17T09:43:54.347 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-17T09:43:54.349 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-17T09:43:54.380 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-17T09:43:54.382 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-17T09:43:54.440 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-17T09:43:54.472 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-17T09:43:54.483 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-17T09:43:54.525 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-17T09:43:54.550 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-17T09:43:54.575 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-17T09:43:54.591 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-17T09:43:54.614 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-17T09:43:54.634 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-17T09:43:54.664 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-17T09:43:54.692 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-17T09:43:54.699 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-17T09:43:54.733 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-17T09:43:54.773 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-17T09:43:54.808 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-17T09:43:54.842 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-17T09:43:54.843 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-17T09:43:54.891 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-17T09:43:54.923 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-17T09:43:54.928 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-17T09:43:54.987 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-17T09:43:55.005 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-17T09:43:55.025 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-17T09:43:55.083 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-17T09:43:55.151 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-17T09:43:55.157 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-17T09:43:55.231 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-17T09:43:55.284 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-17T09:43:55.323 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-17T09:43:55.354 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-17T09:43:55.380 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-17T09:43:55.403 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-17T09:43:55.435 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-17T09:43:55.485 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-17T09:43:55.583 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-17T09:43:55.627 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-17T09:43:55.631 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-17T09:43:55.685 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-17T09:43:55.754 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-17T09:43:55.765 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-17T09:43:55.843 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-17T09:43:55.884 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-17T09:43:55.950 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4963.ge646f729.el9. 32/37 2024-09-17T09:43:55.979 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 33/37 2024-09-17T09:43:56.006 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 33/37 2024-09-17T09:43:56.007 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:56.007 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-17T09:43:56.007 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T09:43:56.007 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T09:43:56.007 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:56.013 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-17T09:43:56.170 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 32/35 2024-09-17T09:43:56.170 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /sys 2024-09-17T09:43:56.170 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /proc 2024-09-17T09:43:56.170 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /mnt 2024-09-17T09:43:56.170 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /var/tmp 2024-09-17T09:43:56.170 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /home 2024-09-17T09:43:56.170 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /root 2024-09-17T09:43:56.170 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /tmp 2024-09-17T09:43:56.170 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:43:56.188 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4963.ge646f729.el9. 32/37 2024-09-17T09:43:56.236 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 33/37 2024-09-17T09:43:56.263 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 33/37 2024-09-17T09:43:56.263 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:56.263 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-17T09:43:56.263 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T09:43:56.263 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T09:43:56.263 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:57.171 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 33/35 2024-09-17T09:43:57.196 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 33/35 2024-09-17T09:43:57.196 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:57.197 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-17T09:43:57.197 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T09:43:57.197 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T09:43:57.197 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:43:57.198 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-17T09:43:57.273 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-17T09:43:57.273 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-17T09:43:57.588 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 34/37 2024-09-17T09:43:57.618 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 34/37 2024-09-17T09:43:57.618 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:57.618 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-17T09:43:57.618 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T09:43:57.618 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T09:43:57.618 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:57.745 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 34/37 2024-09-17T09:43:57.773 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 34/37 2024-09-17T09:43:57.773 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:57.773 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-17T09:43:57.773 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T09:43:57.773 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T09:43:57.773 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:58.089 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 35/37 2024-09-17T09:43:58.115 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 35/37 2024-09-17T09:43:58.115 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:58.115 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-17T09:43:58.115 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T09:43:58.115 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T09:43:58.115 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:58.241 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 35/37 2024-09-17T09:43:58.262 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 35/37 2024-09-17T09:43:58.263 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:58.263 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-17T09:43:58.263 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T09:43:58.263 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T09:43:58.263 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:58.356 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 36/37 2024-09-17T09:43:58.381 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 36/37 2024-09-17T09:43:58.381 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:58.382 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-17T09:43:58.382 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T09:43:58.382 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T09:43:58.382 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:43:58.447 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-2:19.3.0-4963.ge646f729.el9.x86_64 37/37 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 1/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 2/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 3/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 4/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 5/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_6 6/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 7/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4963.ge646f729.el9. 8/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-common-2:19.3.0-4963.ge646f729.el9.x8 9/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 10/35 2024-09-17T09:43:58.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 11/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 12/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 13/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-17T09:43:58.452 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-17T09:43:58.453 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-17T09:43:58.453 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-17T09:43:58.453 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-17T09:43:58.453 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-17T09:43:58.453 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-17T09:43:58.453 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-17T09:43:58.454 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-17T09:43:58.454 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-17T09:43:58.454 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:19.3.0-4963.ge646f729.el9.x86_64 32/35 2024-09-17T09:43:58.454 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-17T09:43:58.454 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 34/35 2024-09-17T09:43:58.489 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 36/37 2024-09-17T09:43:58.512 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 36/37 2024-09-17T09:43:58.512 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:43:58.513 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-17T09:43:58.513 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T09:43:58.513 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T09:43:58.513 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:43:58.577 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-2:19.3.0-4963.ge646f729.el9.x86_64 37/37 2024-09-17T09:43:59.356 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-17T09:43:59.357 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:43:59.357 INFO:teuthology.orchestra.run.smithi088.stdout:Upgraded: 2024-09-17T09:43:59.357 INFO:teuthology.orchestra.run.smithi088.stdout: librados2-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.357 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.357 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:43:59.357 INFO:teuthology.orchestra.run.smithi088.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-17T09:43:59.357 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.357 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.357 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.357 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-17T09:43:59.358 INFO:teuthology.orchestra.run.smithi088.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: re2-1:20211101-20.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-17T09:43:59.359 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:43:59.360 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:43:59.723 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-test 2024-09-17T09:44:00.309 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:27 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-2:19.3.0-4963.ge646f729.el9.x86_64 37/37 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-2:19.3.0-4963.ge646f729.el9.x86_64 1/37 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 2/37 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 3/37 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 4/37 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 5/37 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4963.ge646f729.el9. 6/37 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-17T09:44:00.418 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-17T09:44:00.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-17T09:44:00.420 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-17T09:44:00.421 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-17T09:44:00.442 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-2:19.3.0-4963.ge646f729.el9.x86_64 37/37 2024-09-17T09:44:00.442 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-2:19.3.0-4963.ge646f729.el9.x86_64 1/37 2024-09-17T09:44:00.442 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 2/37 2024-09-17T09:44:00.442 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 3/37 2024-09-17T09:44:00.442 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 4/37 2024-09-17T09:44:00.442 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 5/37 2024-09-17T09:44:00.442 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4963.ge646f729.el9. 6/37 2024-09-17T09:44:00.442 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-17T09:44:00.442 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-17T09:44:00.442 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-17T09:44:00.443 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-17T09:44:00.444 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-17T09:44:00.450 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:44:00.450 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test x86_64 2:19.3.0-4963.ge646f729.el9 ceph 46 M 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite x86_64 2:19.3.0-4963.ge646f729.el9 ceph 161 k 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout:Install 4 Packages 2024-09-17T09:44:00.451 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:00.452 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 46 M 2024-09-17T09:44:00.452 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 201 M 2024-09-17T09:44:00.452 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:44:00.685 INFO:teuthology.orchestra.run.smithi088.stdout:(1/4): libcephsqlite-19.3.0-4963.ge646f729.el9. 771 kB/s | 161 kB 00:00 2024-09-17T09:44:00.711 INFO:teuthology.orchestra.run.smithi088.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.3 MB/s | 304 kB 00:00 2024-09-17T09:44:00.828 INFO:teuthology.orchestra.run.smithi088.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 448 kB/s | 64 kB 00:00 2024-09-17T09:44:01.352 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-17T09:44:01.352 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:01.352 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:01.352 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:01.352 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-modules-core-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: lua-5.4.4-4.el9.x86_64 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-17T09:44:01.353 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ply-3.11-14.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-17T09:44:01.354 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-17T09:44:01.355 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-17T09:44:01.355 INFO:teuthology.orchestra.run.smithi062.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-17T09:44:01.355 INFO:teuthology.orchestra.run.smithi062.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-17T09:44:01.355 INFO:teuthology.orchestra.run.smithi062.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-17T09:44:01.355 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-17T09:44:01.355 INFO:teuthology.orchestra.run.smithi062.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-17T09:44:01.355 INFO:teuthology.orchestra.run.smithi062.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-17T09:44:01.355 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:01.355 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:01.527 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-17T09:44:01.527 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:01.527 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:01.527 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:01.527 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:01.527 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:01.527 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: lua-5.4.4-4.el9.x86_64 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-17T09:44:01.528 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ply-3.11-14.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-17T09:44:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-17T09:44:01.530 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-17T09:44:01.530 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-17T09:44:01.530 INFO:teuthology.orchestra.run.smithi137.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-17T09:44:01.530 INFO:teuthology.orchestra.run.smithi137.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-17T09:44:01.530 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-17T09:44:01.530 INFO:teuthology.orchestra.run.smithi137.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-17T09:44:01.530 INFO:teuthology.orchestra.run.smithi137.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-17T09:44:01.530 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:01.530 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:01.756 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-base 2024-09-17T09:44:01.944 INFO:teuthology.orchestra.run.smithi088.stdout:(4/4): ceph-test-19.3.0-4963.ge646f729.el9.x86_ 31 MB/s | 46 MB 00:01 2024-09-17T09:44:01.946 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-base 2024-09-17T09:44:01.947 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:01.947 INFO:teuthology.orchestra.run.smithi088.stdout:Total 31 MB/s | 46 MB 00:01 2024-09-17T09:44:01.975 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:44:01.996 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:44:01.996 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:44:02.351 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:44:02.351 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:44:02.378 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:53 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:02.470 INFO:teuthology.orchestra.run.smithi062.stdout:Package ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:02.514 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:02.515 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-17T09:44:02.516 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:02.531 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:54 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:02.592 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install cephadm 2024-09-17T09:44:02.619 INFO:teuthology.orchestra.run.smithi137.stdout:Package ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:02.662 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:02.663 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-17T09:44:02.663 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:02.736 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install cephadm 2024-09-17T09:44:02.858 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:44:02.939 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-17T09:44:02.986 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-17T09:44:03.013 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 3/4 2024-09-17T09:44:03.191 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:54 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:03.308 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:55 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:03.327 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout: cephadm noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 784 k 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:03.328 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 784 k 2024-09-17T09:44:03.329 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 791 k 2024-09-17T09:44:03.329 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:03.439 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:03.439 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout: cephadm noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 784 k 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 784 k 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 791 k 2024-09-17T09:44:03.440 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:03.597 INFO:teuthology.orchestra.run.smithi062.stdout:cephadm-19.3.0-4963.ge646f729.el9.noarch.rpm 2.9 MB/s | 784 kB 00:00 2024-09-17T09:44:03.597 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:03.597 INFO:teuthology.orchestra.run.smithi062.stdout:Total 2.8 MB/s | 784 kB 00:00 2024-09-17T09:44:03.598 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:03.603 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:03.604 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:44:03.610 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:44:03.610 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:44:03.683 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:44:03.714 INFO:teuthology.orchestra.run.smithi137.stdout:cephadm-19.3.0-4963.ge646f729.el9.noarch.rpm 2.8 MB/s | 784 kB 00:00 2024-09-17T09:44:03.714 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:03.715 INFO:teuthology.orchestra.run.smithi137.stdout:Total 2.8 MB/s | 784 kB 00:00 2024-09-17T09:44:03.715 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:03.720 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:03.720 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:03.726 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:03.726 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:03.798 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:04.177 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:04.268 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:04.278 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:04.351 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:04.680 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:04.746 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:04.948 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:04.949 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:04.949 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:04.949 INFO:teuthology.orchestra.run.smithi062.stdout: cephadm-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:04.949 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:04.949 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:04.985 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:04.985 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:04.985 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:04.985 INFO:teuthology.orchestra.run.smithi137.stdout: cephadm-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:04.985 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:04.985 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:05.183 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-immutable-object-cache 2024-09-17T09:44:05.193 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-immutable-object-cache 2024-09-17T09:44:05.779 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:57 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:05.796 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:56 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:05.917 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:05.918 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:05.918 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-09-17T09:44:05.918 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:05.918 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:05.918 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4963.ge646f729.el9 ceph 145 k 2024-09-17T09:44:05.918 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:05.918 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:05.918 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:05.918 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-17T09:44:05.919 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:05.919 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 145 k 2024-09-17T09:44:05.919 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 432 k 2024-09-17T09:44:05.919 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:05.933 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:05.934 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:05.934 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-09-17T09:44:05.934 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:05.934 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:05.934 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4963.ge646f729.el9 ceph 145 k 2024-09-17T09:44:05.934 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:05.934 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:05.934 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:05.934 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-17T09:44:05.934 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:05.935 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 145 k 2024-09-17T09:44:05.935 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 432 k 2024-09-17T09:44:05.935 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:06.136 INFO:teuthology.orchestra.run.smithi137.stdout:ceph-immutable-object-cache-19.3.0-4963.ge646f7 669 kB/s | 145 kB 00:00 2024-09-17T09:44:06.137 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:06.137 INFO:teuthology.orchestra.run.smithi137.stdout:Total 664 kB/s | 145 kB 00:00 2024-09-17T09:44:06.137 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:06.145 INFO:teuthology.orchestra.run.smithi062.stdout:ceph-immutable-object-cache-19.3.0-4963.ge646f7 694 kB/s | 145 kB 00:00 2024-09-17T09:44:06.145 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:06.145 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:06.145 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:06.145 INFO:teuthology.orchestra.run.smithi062.stdout:Total 689 kB/s | 145 kB 00:00 2024-09-17T09:44:06.146 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:06.154 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:06.154 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:44:06.202 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:06.202 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:06.214 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:44:06.214 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:44:06.353 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:06.374 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:44:06.412 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4963.ge646f729. 1/1 2024-09-17T09:44:06.437 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4963.ge646f729. 1/1 2024-09-17T09:44:06.437 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:44:06.437 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-17T09:44:06.437 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:06.445 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4963.ge646f729. 1/1 2024-09-17T09:44:06.472 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4963.ge646f729. 1/1 2024-09-17T09:44:06.472 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:44:06.473 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-17T09:44:06.473 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:07.345 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4963.ge646f729. 1/1 2024-09-17T09:44:07.345 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:07.345 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:07.346 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-immutable-object-cache-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:07.346 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:07.346 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:07.365 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 3/4 2024-09-17T09:44:07.444 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 4/4 2024-09-17T09:44:07.445 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4963.ge646f729. 1/1 2024-09-17T09:44:07.445 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:07.445 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:07.446 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-immutable-object-cache-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:07.446 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:07.446 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:07.569 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr 2024-09-17T09:44:07.680 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr 2024-09-17T09:44:08.163 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:00 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:08.253 INFO:teuthology.orchestra.run.smithi137.stdout:Package ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:08.282 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:59 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:08.296 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:08.297 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-17T09:44:08.297 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:08.367 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-dashboard 2024-09-17T09:44:08.373 INFO:teuthology.orchestra.run.smithi062.stdout:Package ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:08.418 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:08.420 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-17T09:44:08.420 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:08.494 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-dashboard 2024-09-17T09:44:08.943 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:00 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:09.075 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:09.076 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:09.076 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-17T09:44:09.077 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:09.077 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:09.077 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 14 M 2024-09-17T09:44:09.077 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-17T09:44:09.077 INFO:teuthology.orchestra.run.smithi137.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-17T09:44:09.077 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 34 k 2024-09-17T09:44:09.077 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 16 k 2024-09-17T09:44:09.078 INFO:teuthology.orchestra.run.smithi137.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-17T09:44:09.078 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-17T09:44:09.078 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-17T09:44:09.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-17T09:44:09.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-17T09:44:09.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-17T09:44:09.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-17T09:44:09.079 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-17T09:44:09.079 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:09.079 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:09.079 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:09.079 INFO:teuthology.orchestra.run.smithi137.stdout:Install 12 Packages 2024-09-17T09:44:09.079 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:09.080 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 19 M 2024-09-17T09:44:09.080 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 159 M 2024-09-17T09:44:09.080 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:09.090 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:00 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:09.229 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:09.229 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-17T09:44:09.229 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:09.229 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:09.229 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 14 M 2024-09-17T09:44:09.229 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-17T09:44:09.229 INFO:teuthology.orchestra.run.smithi062.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 34 k 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 16 k 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:09.230 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:09.231 INFO:teuthology.orchestra.run.smithi062.stdout:Install 12 Packages 2024-09-17T09:44:09.231 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:09.231 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 19 M 2024-09-17T09:44:09.231 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 159 M 2024-09-17T09:44:09.231 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:09.365 INFO:teuthology.orchestra.run.smithi137.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4963.ge6 246 kB/s | 34 kB 00:00 2024-09-17T09:44:09.412 INFO:teuthology.orchestra.run.smithi137.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4963.ge64 88 kB/s | 16 kB 00:00 2024-09-17T09:44:09.532 INFO:teuthology.orchestra.run.smithi137.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.2 MB/s | 269 kB 00:00 2024-09-17T09:44:09.574 INFO:teuthology.orchestra.run.smithi137.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-09-17T09:44:09.641 INFO:teuthology.orchestra.run.smithi137.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.0 MB/s | 548 kB 00:00 2024-09-17T09:44:09.666 INFO:teuthology.orchestra.run.smithi137.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 784 kB/s | 19 kB 00:00 2024-09-17T09:44:09.714 INFO:teuthology.orchestra.run.smithi062.stdout:(1/12): ceph-prometheus-alerts-19.3.0-4963.ge64 84 kB/s | 16 kB 00:00 2024-09-17T09:44:09.740 INFO:teuthology.orchestra.run.smithi062.stdout:(2/12): ceph-grafana-dashboards-19.3.0-4963.ge6 154 kB/s | 34 kB 00:00 2024-09-17T09:44:09.774 INFO:teuthology.orchestra.run.smithi137.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 19 MB/s | 2.0 MB 00:00 2024-09-17T09:44:09.797 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 4/4 2024-09-17T09:44:09.797 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 1/4 2024-09-17T09:44:09.797 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 2/4 2024-09-17T09:44:09.797 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-17T09:44:09.800 INFO:teuthology.orchestra.run.smithi137.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-09-17T09:44:09.817 INFO:teuthology.orchestra.run.smithi137.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.8 MB/s | 31 kB 00:00 2024-09-17T09:44:09.865 INFO:teuthology.orchestra.run.smithi062.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 269 kB 00:00 2024-09-17T09:44:09.867 INFO:teuthology.orchestra.run.smithi137.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-17T09:44:09.932 INFO:teuthology.orchestra.run.smithi062.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-09-17T09:44:09.999 INFO:teuthology.orchestra.run.smithi062.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.1 MB/s | 548 kB 00:00 2024-09-17T09:44:10.009 INFO:teuthology.orchestra.run.smithi137.stdout:(11/12): ceph-mgr-dashboard-19.3.0-4963.ge646f7 18 MB/s | 14 MB 00:00 2024-09-17T09:44:10.024 INFO:teuthology.orchestra.run.smithi062.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 774 kB/s | 19 kB 00:00 2024-09-17T09:44:10.034 INFO:teuthology.orchestra.run.smithi137.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.7 MB/s | 863 kB 00:00 2024-09-17T09:44:10.037 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:10.037 INFO:teuthology.orchestra.run.smithi137.stdout:Total 20 MB/s | 19 MB 00:00 2024-09-17T09:44:10.086 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:10.104 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:10.104 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:10.124 INFO:teuthology.orchestra.run.smithi062.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 20 MB/s | 2.0 MB 00:00 2024-09-17T09:44:10.167 INFO:teuthology.orchestra.run.smithi062.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 3.4 MB/s | 144 kB 00:00 2024-09-17T09:44:10.192 INFO:teuthology.orchestra.run.smithi062.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-17T09:44:10.194 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-17T09:44:10.194 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:10.194 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:44:10.194 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:10.194 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:10.194 INFO:teuthology.orchestra.run.smithi088.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-17T09:44:10.194 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-17T09:44:10.194 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:10.194 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:44:10.226 INFO:teuthology.orchestra.run.smithi062.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.5 MB/s | 188 kB 00:00 2024-09-17T09:44:10.259 INFO:teuthology.orchestra.run.smithi062.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.1 MB/s | 863 kB 00:00 2024-09-17T09:44:10.384 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:10.384 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:10.468 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph 2024-09-17T09:44:10.676 INFO:teuthology.orchestra.run.smithi062.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4963.ge646f7 12 MB/s | 14 MB 00:01 2024-09-17T09:44:10.680 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:10.680 INFO:teuthology.orchestra.run.smithi062.stdout:Total 13 MB/s | 19 MB 00:01 2024-09-17T09:44:10.734 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:10.756 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:10.756 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:44:10.975 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:11.051 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-17T09:44:11.054 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:44:11.054 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:44:11.082 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:38 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:44:11.095 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-17T09:44:11.150 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-17T09:44:11.180 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-17T09:44:11.218 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:44:11.220 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout: ceph x86_64 2:19.3.0-4963.ge646f729.el9 ceph 6.6 k 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds x86_64 2:19.3.0-4963.ge646f729.el9 ceph 2.4 M 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr x86_64 2:19.3.0-4963.ge646f729.el9 ceph 1.5 M 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 291 k 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon x86_64 2:19.3.0-4963.ge646f729.el9 ceph 4.8 M 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd x86_64 2:19.3.0-4963.ge646f729.el9 ceph 17 M 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-17T09:44:11.221 INFO:teuthology.orchestra.run.smithi088.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-collections 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-17T09:44:11.222 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-17T09:44:11.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-17T09:44:11.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-17T09:44:11.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-17T09:44:11.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-17T09:44:11.224 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:11.224 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:44:11.224 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:11.224 INFO:teuthology.orchestra.run.smithi088.stdout:Install 37 Packages 2024-09-17T09:44:11.224 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:11.225 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 31 M 2024-09-17T09:44:11.225 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 109 M 2024-09-17T09:44:11.225 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:44:11.273 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-17T09:44:11.407 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-17T09:44:11.499 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-17T09:44:11.560 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-17T09:44:11.589 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-17T09:44:11.621 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4963.ge646f729.el9 10/12 2024-09-17T09:44:11.677 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:44:11.761 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-17T09:44:11.804 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-17T09:44:11.814 INFO:teuthology.orchestra.run.smithi088.stdout:(1/37): ceph-19.3.0-4963.ge646f729.el9.x86_64.r 50 kB/s | 6.6 kB 00:00 2024-09-17T09:44:11.852 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-17T09:44:11.881 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-17T09:44:11.984 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-17T09:44:12.006 INFO:teuthology.orchestra.run.smithi088.stdout:(2/37): ceph-mgr-19.3.0-4963.ge646f729.el9.x86_ 4.7 MB/s | 1.5 MB 00:00 2024-09-17T09:44:12.090 INFO:teuthology.orchestra.run.smithi088.stdout:(3/37): ceph-mds-19.3.0-4963.ge646f729.el9.x86_ 5.9 MB/s | 2.4 MB 00:00 2024-09-17T09:44:12.123 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-17T09:44:12.140 INFO:teuthology.orchestra.run.smithi088.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4963.ge646 5.7 MB/s | 291 kB 00:00 2024-09-17T09:44:12.214 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-17T09:44:12.266 INFO:teuthology.orchestra.run.smithi088.stdout:(5/37): ceph-mon-19.3.0-4963.ge646f729.el9.x86_ 11 MB/s | 4.8 MB 00:00 2024-09-17T09:44:12.278 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-17T09:44:12.322 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-17T09:44:12.341 INFO:teuthology.orchestra.run.smithi088.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-09-17T09:44:12.355 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4963.ge646f729.el9 10/12 2024-09-17T09:44:12.383 INFO:teuthology.orchestra.run.smithi088.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-17T09:44:12.433 INFO:teuthology.orchestra.run.smithi088.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-09-17T09:44:12.467 INFO:teuthology.orchestra.run.smithi088.stdout:(9/37): python3-cryptography-36.0.1-4.el9.x86_6 6.1 MB/s | 1.2 MB 00:00 2024-09-17T09:44:12.492 INFO:teuthology.orchestra.run.smithi088.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-09-17T09:44:12.526 INFO:teuthology.orchestra.run.smithi088.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-17T09:44:12.818 INFO:teuthology.orchestra.run.smithi088.stdout:(12/37): ceph-osd-19.3.0-4963.ge646f729.el9.x86 21 MB/s | 17 MB 00:00 2024-09-17T09:44:13.110 INFO:teuthology.orchestra.run.smithi088.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 119 kB/s | 35 kB 00:00 2024-09-17T09:44:13.160 INFO:teuthology.orchestra.run.smithi088.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 272 kB/s | 172 kB 00:00 2024-09-17T09:44:13.219 INFO:teuthology.orchestra.run.smithi088.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 260 kB/s | 188 kB 00:00 2024-09-17T09:44:13.268 INFO:teuthology.orchestra.run.smithi088.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 470 kB/s | 51 kB 00:00 2024-09-17T09:44:13.327 INFO:teuthology.orchestra.run.smithi088.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 383 kB/s | 42 kB 00:00 2024-09-17T09:44:13.361 INFO:teuthology.orchestra.run.smithi088.stdout:(18/37): lua-devel-5.4.4-4.el9.x86_64.rpm 242 kB/s | 22 kB 00:00 2024-09-17T09:44:13.395 INFO:teuthology.orchestra.run.smithi088.stdout:(19/37): python3-packaging-20.9-5.el9.noarch.rp 271 kB/s | 77 kB 00:00 2024-09-17T09:44:13.436 INFO:teuthology.orchestra.run.smithi088.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.4 MB/s | 151 kB 00:00 2024-09-17T09:44:13.462 INFO:teuthology.orchestra.run.smithi088.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 440 kB/s | 43 kB 00:00 2024-09-17T09:44:13.487 INFO:teuthology.orchestra.run.smithi088.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-09-17T09:44:13.512 INFO:teuthology.orchestra.run.smithi088.stdout:(23/37): python3-cherrypy-18.6.1-2.el9.noarch.r 4.8 MB/s | 358 kB 00:00 2024-09-17T09:44:13.538 INFO:teuthology.orchestra.run.smithi088.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-09-17T09:44:13.563 INFO:teuthology.orchestra.run.smithi088.stdout:(25/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-09-17T09:44:13.588 INFO:teuthology.orchestra.run.smithi088.stdout:(26/37): python3-jaraco-collections-3.0.0-8.el9 306 kB/s | 23 kB 00:00 2024-09-17T09:44:13.613 INFO:teuthology.orchestra.run.smithi088.stdout:(27/37): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-09-17T09:44:13.639 INFO:teuthology.orchestra.run.smithi088.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-09-17T09:44:13.664 INFO:teuthology.orchestra.run.smithi088.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-09-17T09:44:13.689 INFO:teuthology.orchestra.run.smithi088.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-17T09:44:13.715 INFO:teuthology.orchestra.run.smithi088.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-17T09:44:13.740 INFO:teuthology.orchestra.run.smithi088.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-17T09:44:13.765 INFO:teuthology.orchestra.run.smithi088.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-17T09:44:13.790 INFO:teuthology.orchestra.run.smithi088.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-17T09:44:13.816 INFO:teuthology.orchestra.run.smithi088.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-17T09:44:13.841 INFO:teuthology.orchestra.run.smithi088.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 397 kB/s | 20 kB 00:00 2024-09-17T09:44:13.874 INFO:teuthology.orchestra.run.smithi088.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-17T09:44:13.879 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:13.879 INFO:teuthology.orchestra.run.smithi088.stdout:Total 12 MB/s | 31 MB 00:02 2024-09-17T09:44:14.035 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:44:14.076 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:44:14.076 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:44:14.559 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:44:14.559 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:44:14.814 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4963.ge646f729.el 11/12 2024-09-17T09:44:14.867 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noa 12/12 2024-09-17T09:44:15.795 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4963.ge646f729.el 11/12 2024-09-17T09:44:15.858 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noa 12/12 2024-09-17T09:44:15.886 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:44:15.952 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-17T09:44:15.993 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-17T09:44:16.021 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-17T09:44:16.093 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-17T09:44:16.145 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-17T09:44:16.194 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-17T09:44:16.287 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-17T09:44:16.364 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-17T09:44:16.406 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-17T09:44:16.441 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-17T09:44:16.470 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-17T09:44:16.505 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-17T09:44:16.547 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-17T09:44:16.595 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-17T09:44:16.639 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-17T09:44:16.673 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-17T09:44:16.721 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-17T09:44:16.770 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-17T09:44:16.830 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noa 12/12 2024-09-17T09:44:16.830 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4963.ge646f729.el 1/12 2024-09-17T09:44:16.830 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noa 2/12 2024-09-17T09:44:16.830 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4963.ge646f729.el9 3/12 2024-09-17T09:44:16.830 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-17T09:44:16.830 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-17T09:44:16.830 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-17T09:44:16.830 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-17T09:44:16.831 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-17T09:44:16.831 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-17T09:44:16.831 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-17T09:44:16.831 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-17T09:44:16.844 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-17T09:44:17.024 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-17T09:44:17.103 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-17T09:44:17.156 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-17T09:44:17.160 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-17T09:44:17.160 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:17.160 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:17.160 INFO:teuthology.orchestra.run.smithi137.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-17T09:44:17.160 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-grafana-dashboards-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-prometheus-alerts-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:17.161 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:17.195 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-17T09:44:17.252 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-17T09:44:17.307 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-17T09:44:17.409 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-17T09:44:17.495 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-17T09:44:17.557 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-17T09:44:17.635 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-17T09:44:17.724 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-17T09:44:17.763 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noa 12/12 2024-09-17T09:44:17.763 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4963.ge646f729.el 1/12 2024-09-17T09:44:17.763 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noa 2/12 2024-09-17T09:44:17.763 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4963.ge646f729.el9 3/12 2024-09-17T09:44:17.763 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-17T09:44:17.763 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-17T09:44:17.763 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-17T09:44:17.763 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-17T09:44:17.763 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-17T09:44:17.764 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-17T09:44:17.764 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-17T09:44:17.764 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-17T09:44:17.765 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-17T09:44:17.895 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-17T09:44:18.006 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:10 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:18.075 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4963.ge646f729.el9. 32/37 2024-09-17T09:44:18.094 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-17T09:44:18.094 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:18.094 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:18.094 INFO:teuthology.orchestra.run.smithi062.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-17T09:44:18.094 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-grafana-dashboards-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-prometheus-alerts-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:18.095 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:18.108 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 33/37 2024-09-17T09:44:18.135 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 33/37 2024-09-17T09:44:18.135 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:44:18.135 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-17T09:44:18.135 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T09:44:18.135 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T09:44:18.135 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:18.146 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:18.148 INFO:teuthology.orchestra.run.smithi137.stdout:======================================================================================= 2024-09-17T09:44:18.148 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-17T09:44:18.148 INFO:teuthology.orchestra.run.smithi137.stdout:======================================================================================= 2024-09-17T09:44:18.148 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:18.148 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 7.4 M 2024-09-17T09:44:18.148 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-17T09:44:18.148 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-17T09:44:18.148 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-17T09:44:18.148 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-17T09:44:18.149 INFO:teuthology.orchestra.run.smithi137.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-17T09:44:18.149 INFO:teuthology.orchestra.run.smithi137.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-17T09:44:18.149 INFO:teuthology.orchestra.run.smithi137.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-17T09:44:18.149 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-17T09:44:18.149 INFO:teuthology.orchestra.run.smithi137.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-17T09:44:18.149 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-17T09:44:18.149 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-17T09:44:18.149 INFO:teuthology.orchestra.run.smithi137.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-17T09:44:18.149 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:18.149 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:18.150 INFO:teuthology.orchestra.run.smithi137.stdout:======================================================================================= 2024-09-17T09:44:18.150 INFO:teuthology.orchestra.run.smithi137.stdout:Install 12 Packages 2024-09-17T09:44:18.150 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:18.150 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 38 M 2024-09-17T09:44:18.150 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 212 M 2024-09-17T09:44:18.150 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:18.351 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-17T09:44:18.433 INFO:teuthology.orchestra.run.smithi137.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.5 MB/s | 191 kB 00:00 2024-09-17T09:44:18.499 INFO:teuthology.orchestra.run.smithi137.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.1 MB/s | 801 kB 00:00 2024-09-17T09:44:18.524 INFO:teuthology.orchestra.run.smithi137.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 358 kB/s | 33 kB 00:00 2024-09-17T09:44:18.558 INFO:teuthology.orchestra.run.smithi137.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 547 kB/s | 18 kB 00:00 2024-09-17T09:44:18.600 INFO:teuthology.orchestra.run.smithi137.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 925 kB/s | 38 kB 00:00 2024-09-17T09:44:18.850 INFO:teuthology.orchestra.run.smithi137.stdout:(6/12): ceph-mgr-diskprediction-local-19.3.0-49 14 MB/s | 7.4 MB 00:00 2024-09-17T09:44:18.950 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:09 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:18.992 INFO:teuthology.orchestra.run.smithi137.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.7 MB/s | 245 kB 00:00 2024-09-17T09:44:19.087 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================= 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================= 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 7.4 M 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-17T09:44:19.089 INFO:teuthology.orchestra.run.smithi062.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-17T09:44:19.090 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-17T09:44:19.090 INFO:teuthology.orchestra.run.smithi062.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-17T09:44:19.090 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-17T09:44:19.090 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-17T09:44:19.090 INFO:teuthology.orchestra.run.smithi062.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-17T09:44:19.090 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:19.090 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:19.090 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================= 2024-09-17T09:44:19.090 INFO:teuthology.orchestra.run.smithi062.stdout:Install 12 Packages 2024-09-17T09:44:19.090 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:19.091 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 38 M 2024-09-17T09:44:19.091 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 212 M 2024-09-17T09:44:19.091 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:19.193 INFO:teuthology.orchestra.run.smithi137.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.3 MB/s | 3.0 MB 00:00 2024-09-17T09:44:19.285 INFO:teuthology.orchestra.run.smithi137.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.7 MB/s | 250 kB 00:00 2024-09-17T09:44:19.609 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 34/37 2024-09-17T09:44:19.637 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 34/37 2024-09-17T09:44:19.637 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:44:19.637 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-17T09:44:19.637 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T09:44:19.637 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T09:44:19.637 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:19.668 INFO:teuthology.orchestra.run.smithi137.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 4.6 MB/s | 4.9 MB 00:01 2024-09-17T09:44:19.899 INFO:teuthology.orchestra.run.smithi062.stdout:(1/12): ceph-mgr-diskprediction-local-19.3.0-49 16 MB/s | 7.4 MB 00:00 2024-09-17T09:44:20.085 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 35/37 2024-09-17T09:44:20.109 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 35/37 2024-09-17T09:44:20.109 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:44:20.110 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-17T09:44:20.110 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T09:44:20.110 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T09:44:20.110 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:20.182 INFO:teuthology.orchestra.run.smithi062.stdout:(2/12): libquadmath-11.5.0-2.el9.x86_64.rpm 258 kB/s | 191 kB 00:00 2024-09-17T09:44:20.277 INFO:teuthology.orchestra.run.smithi137.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.0 MB/s | 5.1 MB 00:01 2024-09-17T09:44:20.336 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 36/37 2024-09-17T09:44:20.360 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 36/37 2024-09-17T09:44:20.360 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:44:20.360 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-17T09:44:20.360 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T09:44:20.360 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T09:44:20.360 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:20.424 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-2:19.3.0-4963.ge646f729.el9.x86_64 37/37 2024-09-17T09:44:20.425 INFO:teuthology.orchestra.run.smithi062.stdout:(3/12): libgfortran-11.5.0-2.el9.x86_64.rpm 816 kB/s | 801 kB 00:00 2024-09-17T09:44:20.508 INFO:teuthology.orchestra.run.smithi062.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 54 kB/s | 33 kB 00:00 2024-09-17T09:44:20.950 INFO:teuthology.orchestra.run.smithi062.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 35 kB/s | 18 kB 00:00 2024-09-17T09:44:20.952 INFO:teuthology.orchestra.run.smithi137.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 9.7 MB/s | 16 MB 00:01 2024-09-17T09:44:20.953 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:20.953 INFO:teuthology.orchestra.run.smithi137.stdout:Total 14 MB/s | 38 MB 00:02 2024-09-17T09:44:21.067 INFO:teuthology.orchestra.run.smithi062.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 69 kB/s | 38 kB 00:00 2024-09-17T09:44:21.307 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:21.333 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:21.334 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:21.342 INFO:teuthology.orchestra.run.smithi062.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.6 MB/s | 3.0 MB 00:01 2024-09-17T09:44:21.768 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:21.768 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:21.892 INFO:teuthology.orchestra.run.smithi062.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 297 kB/s | 245 kB 00:00 2024-09-17T09:44:22.159 INFO:teuthology.orchestra.run.smithi062.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 4.1 MB/s | 4.9 MB 00:01 2024-09-17T09:44:22.308 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-2:19.3.0-4963.ge646f729.el9.x86_64 37/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-2:19.3.0-4963.ge646f729.el9.x86_64 1/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 2/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 3/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 4/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 5/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4963.ge646f729.el9. 6/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-17T09:44:22.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-17T09:44:22.310 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-17T09:44:22.311 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-17T09:44:22.510 INFO:teuthology.orchestra.run.smithi062.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.4 MB/s | 5.1 MB 00:01 2024-09-17T09:44:22.547 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:22.624 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-17T09:44:22.667 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-17T09:44:22.768 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-17T09:44:22.809 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-17T09:44:22.835 INFO:teuthology.orchestra.run.smithi062.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 266 kB/s | 250 kB 00:00 2024-09-17T09:44:22.995 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-17T09:44:23.025 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-17T09:44:23.101 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout: lua-5.4.4-4.el9.x86_64 2024-09-17T09:44:23.230 INFO:teuthology.orchestra.run.smithi088.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-17T09:44:23.231 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ply-3.11-14.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-17T09:44:23.232 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-17T09:44:23.233 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-17T09:44:23.233 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-17T09:44:23.233 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:23.233 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:44:23.633 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-base 2024-09-17T09:44:23.643 INFO:teuthology.orchestra.run.smithi062.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-17T09:44:23.645 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:23.645 INFO:teuthology.orchestra.run.smithi062.stdout:Total 8.4 MB/s | 38 MB 00:04 2024-09-17T09:44:23.742 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-17T09:44:23.863 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-17T09:44:24.019 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:24.047 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:24.047 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:44:24.212 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:51 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:44:24.300 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-base-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:24.343 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:44:24.344 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-17T09:44:24.344 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:44:24.426 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install cephadm 2024-09-17T09:44:24.510 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:44:24.510 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:44:25.000 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:51 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:44:25.111 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T09:44:25.132 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:44:25.132 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:25.132 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 784 k 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 784 k 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 791 k 2024-09-17T09:44:25.133 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:44:25.306 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:44:25.387 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-17T09:44:25.401 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm-19.3.0-4963.ge646f729.el9.noarch.rpm 2.9 MB/s | 784 kB 00:00 2024-09-17T09:44:25.402 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:25.402 INFO:teuthology.orchestra.run.smithi088.stdout:Total 2.8 MB/s | 784 kB 00:00 2024-09-17T09:44:25.402 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:44:25.407 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:44:25.407 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:44:25.414 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:44:25.414 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:44:25.425 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-17T09:44:25.488 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:44:25.556 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-17T09:44:25.593 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-17T09:44:25.787 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-17T09:44:25.817 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-17T09:44:25.904 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-17T09:44:25.922 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:26.013 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:26.150 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-17T09:44:26.174 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f 12/12 2024-09-17T09:44:26.394 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:26.608 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-17T09:44:26.627 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:26.627 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:26.627 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:44:26.627 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:26.627 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:26.628 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:44:26.734 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-17T09:44:26.856 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-immutable-object-cache 2024-09-17T09:44:27.451 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:54 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:44:27.586 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4963.ge646f729.el9 ceph 145 k 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 145 k 2024-09-17T09:44:27.587 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 432 k 2024-09-17T09:44:27.588 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:44:27.808 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-immutable-object-cache-19.3.0-4963.ge646f7 659 kB/s | 145 kB 00:00 2024-09-17T09:44:27.809 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:27.809 INFO:teuthology.orchestra.run.smithi088.stdout:Total 654 kB/s | 145 kB 00:00 2024-09-17T09:44:27.809 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:44:27.816 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:44:27.817 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:44:27.875 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:44:27.875 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:44:28.027 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:44:28.091 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T09:44:28.125 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4963.ge646f729. 1/1 2024-09-17T09:44:28.151 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4963.ge646f729. 1/1 2024-09-17T09:44:28.151 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:44:28.151 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-17T09:44:28.151 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:28.660 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f 12/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f 1/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T09:44:28.661 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-17T09:44:29.100 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4963.ge646f729. 1/1 2024-09-17T09:44:29.100 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:44:29.100 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:29.100 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:44:29.114 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-17T09:44:29.114 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:29.114 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:29.114 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:29.114 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-17T09:44:29.114 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-17T09:44:29.114 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-17T09:44:29.115 INFO:teuthology.orchestra.run.smithi137.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-17T09:44:29.115 INFO:teuthology.orchestra.run.smithi137.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-17T09:44:29.115 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-17T09:44:29.115 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-17T09:44:29.115 INFO:teuthology.orchestra.run.smithi137.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-17T09:44:29.115 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-17T09:44:29.115 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-17T09:44:29.115 INFO:teuthology.orchestra.run.smithi137.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-17T09:44:29.115 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:29.115 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:29.190 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-17T09:44:29.215 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f 12/12 2024-09-17T09:44:29.322 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr 2024-09-17T09:44:29.527 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-rook 2024-09-17T09:44:29.908 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:56 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:44:30.001 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-mgr-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:30.042 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:44:30.043 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-17T09:44:30.043 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:44:30.116 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-dashboard 2024-09-17T09:44:30.123 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:22 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:30.256 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:30.257 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:30.257 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-17T09:44:30.257 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-rook noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 49 k 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-17T09:44:30.258 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-17T09:44:30.259 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-17T09:44:30.259 INFO:teuthology.orchestra.run.smithi137.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-17T09:44:30.259 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:30.259 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:30.259 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:30.259 INFO:teuthology.orchestra.run.smithi137.stdout:Install 13 Packages 2024-09-17T09:44:30.259 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:30.260 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 2.2 M 2024-09-17T09:44:30.260 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 26 M 2024-09-17T09:44:30.260 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:30.687 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:57 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:44:30.758 INFO:teuthology.orchestra.run.smithi137.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 309 kB/s | 26 kB 00:00 2024-09-17T09:44:30.783 INFO:teuthology.orchestra.run.smithi137.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 177 kB/s | 19 kB 00:00 2024-09-17T09:44:30.820 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 14 M 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 34 k 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 16 k 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-17T09:44:30.821 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-17T09:44:30.822 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-17T09:44:30.822 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-17T09:44:30.822 INFO:teuthology.orchestra.run.smithi088.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-17T09:44:30.822 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-17T09:44:30.822 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-17T09:44:30.822 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:30.822 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:44:30.822 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:30.822 INFO:teuthology.orchestra.run.smithi088.stdout:Install 12 Packages 2024-09-17T09:44:30.822 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:30.823 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 19 M 2024-09-17T09:44:30.823 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 159 M 2024-09-17T09:44:30.823 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:44:30.841 INFO:teuthology.orchestra.run.smithi137.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 222 kB 00:00 2024-09-17T09:44:30.867 INFO:teuthology.orchestra.run.smithi137.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 159 kB 00:00 2024-09-17T09:44:30.892 INFO:teuthology.orchestra.run.smithi137.stdout:(5/13): ceph-mgr-rook-19.3.0-4963.ge646f729.el9 227 kB/s | 49 kB 00:00 2024-09-17T09:44:30.917 INFO:teuthology.orchestra.run.smithi137.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-17T09:44:30.942 INFO:teuthology.orchestra.run.smithi137.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-09-17T09:44:31.001 INFO:teuthology.orchestra.run.smithi137.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 294 kB/s | 32 kB 00:00 2024-09-17T09:44:31.027 INFO:teuthology.orchestra.run.smithi137.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 129 kB/s | 14 kB 00:00 2024-09-17T09:44:31.052 INFO:teuthology.orchestra.run.smithi137.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-17T09:44:31.077 INFO:teuthology.orchestra.run.smithi137.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.8 MB/s | 220 kB 00:00 2024-09-17T09:44:31.102 INFO:teuthology.orchestra.run.smithi137.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-17T09:44:31.136 INFO:teuthology.orchestra.run.smithi137.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.7 MB/s | 1.0 MB 00:00 2024-09-17T09:44:31.139 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:31.139 INFO:teuthology.orchestra.run.smithi137.stdout:Total 2.5 MB/s | 2.2 MB 00:00 2024-09-17T09:44:31.205 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:31.220 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:31.220 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:31.310 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:31.312 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:31.420 INFO:teuthology.orchestra.run.smithi088.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4963.ge6 211 kB/s | 34 kB 00:00 2024-09-17T09:44:31.446 INFO:teuthology.orchestra.run.smithi088.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4963.ge64 88 kB/s | 16 kB 00:00 2024-09-17T09:44:31.825 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:31.851 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f 12/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f 1/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T09:44:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-17T09:44:31.963 INFO:teuthology.orchestra.run.smithi088.stdout:(3/12): ceph-mgr-dashboard-19.3.0-4963.ge646f72 20 MB/s | 14 MB 00:00 2024-09-17T09:44:31.993 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-17T09:44:32.045 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-17T09:44:32.100 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-17T09:44:32.146 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-17T09:44:32.188 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-17T09:44:32.292 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-17T09:44:32.322 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-17T09:44:32.322 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:32.322 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:32.322 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:32.322 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-17T09:44:32.322 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-17T09:44:32.322 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-17T09:44:32.322 INFO:teuthology.orchestra.run.smithi062.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-17T09:44:32.322 INFO:teuthology.orchestra.run.smithi062.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-17T09:44:32.322 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-17T09:44:32.323 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-17T09:44:32.323 INFO:teuthology.orchestra.run.smithi062.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-17T09:44:32.323 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-17T09:44:32.323 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-17T09:44:32.323 INFO:teuthology.orchestra.run.smithi062.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-17T09:44:32.323 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:32.323 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:32.401 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-17T09:44:32.413 INFO:teuthology.orchestra.run.smithi088.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 279 kB/s | 269 kB 00:00 2024-09-17T09:44:32.446 INFO:teuthology.orchestra.run.smithi088.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.0 MB/s | 1.0 MB 00:01 2024-09-17T09:44:32.457 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-17T09:44:32.505 INFO:teuthology.orchestra.run.smithi088.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 5.8 MB/s | 548 kB 00:00 2024-09-17T09:44:32.530 INFO:teuthology.orchestra.run.smithi088.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 257 kB/s | 19 kB 00:00 2024-09-17T09:44:32.572 INFO:teuthology.orchestra.run.smithi088.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 3.4 MB/s | 144 kB 00:00 2024-09-17T09:44:32.597 INFO:teuthology.orchestra.run.smithi088.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-17T09:44:32.631 INFO:teuthology.orchestra.run.smithi088.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.6 MB/s | 188 kB 00:00 2024-09-17T09:44:32.682 INFO:teuthology.orchestra.run.smithi088.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 12 MB/s | 2.0 MB 00:00 2024-09-17T09:44:32.706 INFO:teuthology.orchestra.run.smithi088.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.1 MB/s | 863 kB 00:00 2024-09-17T09:44:32.712 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:32.712 INFO:teuthology.orchestra.run.smithi088.stdout:Total 10 MB/s | 19 MB 00:01 2024-09-17T09:44:32.758 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-rook 2024-09-17T09:44:32.763 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:44:32.783 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:44:32.783 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:44:33.061 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:44:33.061 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:44:33.172 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-17T09:44:33.229 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-17T09:44:33.262 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-17T09:44:33.311 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-17T09:44:33.349 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 13/13 2024-09-17T09:44:33.377 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:24 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:33.516 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:33.517 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:33.517 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-rook noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 49 k 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-17T09:44:33.518 INFO:teuthology.orchestra.run.smithi062.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-17T09:44:33.519 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-17T09:44:33.519 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-17T09:44:33.519 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-17T09:44:33.519 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-17T09:44:33.519 INFO:teuthology.orchestra.run.smithi062.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-17T09:44:33.519 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:33.519 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:33.519 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:33.519 INFO:teuthology.orchestra.run.smithi062.stdout:Install 13 Packages 2024-09-17T09:44:33.519 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:33.520 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 2.2 M 2024-09-17T09:44:33.520 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 26 M 2024-09-17T09:44:33.520 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:33.657 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:44:33.740 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-17T09:44:33.775 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-17T09:44:33.821 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-17T09:44:33.841 INFO:teuthology.orchestra.run.smithi062.stdout:(1/13): ceph-mgr-rook-19.3.0-4963.ge646f729.el9 308 kB/s | 49 kB 00:00 2024-09-17T09:44:33.861 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-17T09:44:33.866 INFO:teuthology.orchestra.run.smithi062.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 103 kB/s | 19 kB 00:00 2024-09-17T09:44:33.891 INFO:teuthology.orchestra.run.smithi062.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 122 kB/s | 26 kB 00:00 2024-09-17T09:44:33.954 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-17T09:44:34.048 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 13/13 2024-09-17T09:44:34.048 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 1/13 2024-09-17T09:44:34.048 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-17T09:44:34.048 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-17T09:44:34.048 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-17T09:44:34.048 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-17T09:44:34.048 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-17T09:44:34.048 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-17T09:44:34.048 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-17T09:44:34.048 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-17T09:44:34.049 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-17T09:44:34.049 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-17T09:44:34.049 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-17T09:44:34.067 INFO:teuthology.orchestra.run.smithi062.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 793 kB/s | 159 kB 00:00 2024-09-17T09:44:34.086 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-17T09:44:34.092 INFO:teuthology.orchestra.run.smithi062.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 886 kB/s | 222 kB 00:00 2024-09-17T09:44:34.134 INFO:teuthology.orchestra.run.smithi062.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 771 kB/s | 32 kB 00:00 2024-09-17T09:44:34.159 INFO:teuthology.orchestra.run.smithi062.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.0 MB/s | 279 kB 00:00 2024-09-17T09:44:34.179 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-17T09:44:34.185 INFO:teuthology.orchestra.run.smithi062.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 456 kB/s | 54 kB 00:00 2024-09-17T09:44:34.218 INFO:teuthology.orchestra.run.smithi062.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 169 kB/s | 14 kB 00:00 2024-09-17T09:44:34.248 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-17T09:44:34.260 INFO:teuthology.orchestra.run.smithi062.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.1 MB/s | 220 kB 00:00 2024-09-17T09:44:34.285 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-17T09:44:34.294 INFO:teuthology.orchestra.run.smithi062.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 10 MB/s | 1.0 MB 00:00 2024-09-17T09:44:34.318 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4963.ge646f729.el9 10/12 2024-09-17T09:44:34.319 INFO:teuthology.orchestra.run.smithi062.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.6 MB/s | 90 kB 00:00 2024-09-17T09:44:34.344 INFO:teuthology.orchestra.run.smithi062.stdout:(13/13): python3-rsa-4.9-2.el9.noarch.rpm 477 kB/s | 59 kB 00:00 2024-09-17T09:44:34.347 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:34.347 INFO:teuthology.orchestra.run.smithi062.stdout:Total 2.7 MB/s | 2.2 MB 00:00 2024-09-17T09:44:34.382 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-17T09:44:34.383 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-17T09:44:34.384 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-17T09:44:34.384 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-17T09:44:34.384 INFO:teuthology.orchestra.run.smithi137.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-17T09:44:34.384 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:34.384 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:34.415 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:34.431 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:34.431 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:44:34.529 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:44:34.530 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:44:34.660 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-cephadm 2024-09-17T09:44:35.049 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:44:35.235 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:27 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:35.235 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-17T09:44:35.289 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-17T09:44:35.353 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-17T09:44:35.368 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 154 k 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-17T09:44:35.369 INFO:teuthology.orchestra.run.smithi137.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-17T09:44:35.370 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:35.370 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:35.370 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:35.370 INFO:teuthology.orchestra.run.smithi137.stdout:Install 6 Packages 2024-09-17T09:44:35.370 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:35.370 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 7.0 M 2024-09-17T09:44:35.370 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 33 M 2024-09-17T09:44:35.371 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:35.397 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-17T09:44:35.439 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-17T09:44:35.545 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-17T09:44:35.571 INFO:teuthology.orchestra.run.smithi137.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-09-17T09:44:35.630 INFO:teuthology.orchestra.run.smithi137.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 9.2 MB/s | 548 kB 00:00 2024-09-17T09:44:35.655 INFO:teuthology.orchestra.run.smithi137.stdout:(3/6): ceph-mgr-cephadm-19.3.0-4963.ge646f729.e 661 kB/s | 154 kB 00:00 2024-09-17T09:44:35.664 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-17T09:44:35.680 INFO:teuthology.orchestra.run.smithi137.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-17T09:44:35.722 INFO:teuthology.orchestra.run.smithi137.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.1 MB/s | 74 kB 00:00 2024-09-17T09:44:35.733 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-17T09:44:35.839 INFO:teuthology.orchestra.run.smithi137.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-09-17T09:44:35.841 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:35.842 INFO:teuthology.orchestra.run.smithi137.stdout:Total 15 MB/s | 7.0 MB 00:00 2024-09-17T09:44:35.912 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:35.923 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:35.924 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:36.024 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:36.025 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:36.328 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:36.503 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-17T09:44:36.506 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-17T09:44:36.562 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-17T09:44:36.566 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-17T09:44:36.596 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-17T09:44:36.646 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-17T09:44:36.673 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 13/13 2024-09-17T09:44:37.089 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-17T09:44:37.177 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-17T09:44:37.245 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-17T09:44:37.270 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 6/6 2024-09-17T09:44:37.445 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 13/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 1/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-17T09:44:37.446 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-17T09:44:37.506 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4963.ge646f729.el 11/12 2024-09-17T09:44:37.564 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noa 12/12 2024-09-17T09:44:37.794 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-17T09:44:37.794 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:37.794 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:37.794 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:37.794 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-17T09:44:37.794 INFO:teuthology.orchestra.run.smithi062.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-17T09:44:37.794 INFO:teuthology.orchestra.run.smithi062.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-17T09:44:37.794 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-17T09:44:37.794 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-17T09:44:37.794 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-17T09:44:37.795 INFO:teuthology.orchestra.run.smithi062.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-17T09:44:37.795 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-17T09:44:37.795 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-17T09:44:37.795 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-17T09:44:37.795 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-17T09:44:37.795 INFO:teuthology.orchestra.run.smithi062.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-17T09:44:37.795 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:37.795 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:38.053 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-cephadm 2024-09-17T09:44:38.080 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 6/6 2024-09-17T09:44:38.080 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/6 2024-09-17T09:44:38.080 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-17T09:44:38.080 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-17T09:44:38.080 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-17T09:44:38.080 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-17T09:44:38.348 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-17T09:44:38.348 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:38.349 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:38.349 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:38.349 INFO:teuthology.orchestra.run.smithi137.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-17T09:44:38.349 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-17T09:44:38.349 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-17T09:44:38.349 INFO:teuthology.orchestra.run.smithi137.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-17T09:44:38.349 INFO:teuthology.orchestra.run.smithi137.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-17T09:44:38.349 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:38.349 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:38.653 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-fuse 2024-09-17T09:44:38.661 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:29 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:38.801 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:38.801 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:38.801 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-17T09:44:38.801 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 154 k 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout:Install 6 Packages 2024-09-17T09:44:38.802 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:38.803 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 7.0 M 2024-09-17T09:44:38.803 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 33 M 2024-09-17T09:44:38.803 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:39.235 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:31 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:39.369 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:39.369 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:39.370 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-17T09:44:39.370 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:39.370 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:39.370 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-fuse x86_64 2:19.3.0-4963.ge646f729.el9 ceph 900 k 2024-09-17T09:44:39.370 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-17T09:44:39.370 INFO:teuthology.orchestra.run.smithi137.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-17T09:44:39.370 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:39.370 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:39.370 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:39.370 INFO:teuthology.orchestra.run.smithi137.stdout:Install 2 Packages 2024-09-17T09:44:39.371 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:39.371 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 980 k 2024-09-17T09:44:39.371 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 2.9 M 2024-09-17T09:44:39.371 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:39.522 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noa 12/12 2024-09-17T09:44:39.522 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4963.ge646f729.el 1/12 2024-09-17T09:44:39.522 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noa 2/12 2024-09-17T09:44:39.522 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4963.ge646f729.el9 3/12 2024-09-17T09:44:39.523 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-17T09:44:39.523 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-17T09:44:39.523 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-17T09:44:39.523 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-17T09:44:39.523 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-17T09:44:39.523 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-17T09:44:39.523 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-17T09:44:39.523 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-17T09:44:39.563 INFO:teuthology.orchestra.run.smithi062.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.9 MB/s | 248 kB 00:00 2024-09-17T09:44:39.621 INFO:teuthology.orchestra.run.smithi062.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 9.2 MB/s | 548 kB 00:00 2024-09-17T09:44:39.647 INFO:teuthology.orchestra.run.smithi062.stdout:(3/6): ceph-mgr-cephadm-19.3.0-4963.ge646f729.e 718 kB/s | 154 kB 00:00 2024-09-17T09:44:39.672 INFO:teuthology.orchestra.run.smithi062.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-17T09:44:39.714 INFO:teuthology.orchestra.run.smithi062.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.1 MB/s | 74 kB 00:00 2024-09-17T09:44:39.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-17T09:44:39.858 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:39.858 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:44:39.858 INFO:teuthology.orchestra.run.smithi088.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-17T09:44:39.858 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:39.859 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:44:39.899 INFO:teuthology.orchestra.run.smithi137.stdout:(1/2): ceph-fuse-19.3.0-4963.ge646f729.el9.x86_ 3.2 MB/s | 900 kB 00:00 2024-09-17T09:44:40.092 INFO:teuthology.orchestra.run.smithi137.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 170 kB/s | 80 kB 00:00 2024-09-17T09:44:40.092 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:40.092 INFO:teuthology.orchestra.run.smithi137.stdout:Total 1.3 MB/s | 980 kB 00:00 2024-09-17T09:44:40.104 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:40.121 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-17T09:44:40.126 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:40.126 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:40.208 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:40.209 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:40.231 INFO:teuthology.orchestra.run.smithi062.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 7.5 MB/s | 6.0 MB 00:00 2024-09-17T09:44:40.234 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:40.234 INFO:teuthology.orchestra.run.smithi062.stdout:Total 4.9 MB/s | 7.0 MB 00:01 2024-09-17T09:44:40.308 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:40.320 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:40.320 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:44:40.396 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:40.426 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:44:40.426 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:44:40.554 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-17T09:44:40.624 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 2/2 2024-09-17T09:44:40.711 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:07 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:44:40.750 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:44:40.853 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:44:40.854 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================= 2024-09-17T09:44:40.854 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-17T09:44:40.854 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================= 2024-09-17T09:44:40.854 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:44:40.854 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 7.4 M 2024-09-17T09:44:40.854 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-17T09:44:40.854 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-17T09:44:40.854 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================= 2024-09-17T09:44:40.855 INFO:teuthology.orchestra.run.smithi088.stdout:Install 12 Packages 2024-09-17T09:44:40.856 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:40.856 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 38 M 2024-09-17T09:44:40.856 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 212 M 2024-09-17T09:44:40.856 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:44:40.929 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-17T09:44:40.992 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-17T09:44:41.121 INFO:teuthology.orchestra.run.smithi088.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.6 MB/s | 191 kB 00:00 2024-09-17T09:44:41.188 INFO:teuthology.orchestra.run.smithi088.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.2 MB/s | 801 kB 00:00 2024-09-17T09:44:41.311 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 2/2 2024-09-17T09:44:41.311 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/2 2024-09-17T09:44:41.463 INFO:teuthology.orchestra.run.smithi088.stdout:(3/12): ceph-mgr-diskprediction-local-19.3.0-49 16 MB/s | 7.4 MB 00:00 2024-09-17T09:44:41.489 INFO:teuthology.orchestra.run.smithi088.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 89 kB/s | 33 kB 00:00 2024-09-17T09:44:41.542 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-17T09:44:41.589 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-17T09:44:41.589 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:41.589 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:41.590 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-17T09:44:41.590 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:41.590 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:41.681 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-17T09:44:41.689 INFO:teuthology.orchestra.run.smithi088.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 192 kB/s | 38 kB 00:00 2024-09-17T09:44:41.756 INFO:teuthology.orchestra.run.smithi088.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 62 kB/s | 18 kB 00:00 2024-09-17T09:44:41.765 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-17T09:44:41.795 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 6/6 2024-09-17T09:44:41.879 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-volume 2024-09-17T09:44:42.231 INFO:teuthology.orchestra.run.smithi088.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 515 kB/s | 245 kB 00:00 2024-09-17T09:44:42.315 INFO:teuthology.orchestra.run.smithi088.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.7 MB/s | 3.0 MB 00:01 2024-09-17T09:44:42.448 INFO:teuthology.orchestra.run.smithi088.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.8 MB/s | 250 kB 00:00 2024-09-17T09:44:42.481 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:34 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:42.607 INFO:teuthology.orchestra.run.smithi088.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 5.4 MB/s | 4.9 MB 00:00 2024-09-17T09:44:42.615 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:42.616 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:42.616 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-17T09:44:42.616 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:42.617 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:42.617 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-volume noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 285 k 2024-09-17T09:44:42.617 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:42.617 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:42.617 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:42.617 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-17T09:44:42.617 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:42.617 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 285 k 2024-09-17T09:44:42.617 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 1.3 M 2024-09-17T09:44:42.617 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:42.623 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 6/6 2024-09-17T09:44:42.623 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/6 2024-09-17T09:44:42.623 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-17T09:44:42.623 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-17T09:44:42.623 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-17T09:44:42.623 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-17T09:44:42.829 INFO:teuthology.orchestra.run.smithi137.stdout:ceph-volume-19.3.0-4963.ge646f729.el9.noarch.rp 1.3 MB/s | 285 kB 00:00 2024-09-17T09:44:42.830 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:42.830 INFO:teuthology.orchestra.run.smithi137.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-17T09:44:42.830 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:42.838 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:42.838 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:42.866 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:42.866 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:42.978 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-17T09:44:42.978 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:42.979 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:42.979 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:42.979 INFO:teuthology.orchestra.run.smithi062.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-17T09:44:42.979 INFO:teuthology.orchestra.run.smithi062.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-17T09:44:42.979 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-17T09:44:42.979 INFO:teuthology.orchestra.run.smithi062.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-17T09:44:42.979 INFO:teuthology.orchestra.run.smithi062.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-17T09:44:42.979 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:42.979 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:43.087 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:43.156 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:43.172 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:43.172 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:44:43.172 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-17T09:44:43.173 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:43.240 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-fuse 2024-09-17T09:44:43.844 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:34 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:43.983 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:43.984 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:43.984 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-17T09:44:43.984 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:43.984 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:43.984 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-fuse x86_64 2:19.3.0-4963.ge646f729.el9 ceph 900 k 2024-09-17T09:44:43.984 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-17T09:44:43.984 INFO:teuthology.orchestra.run.smithi062.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-17T09:44:43.984 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:43.984 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:43.985 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:43.985 INFO:teuthology.orchestra.run.smithi062.stdout:Install 2 Packages 2024-09-17T09:44:43.985 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:43.985 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 980 k 2024-09-17T09:44:43.985 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 2.9 M 2024-09-17T09:44:43.985 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:44.167 INFO:teuthology.orchestra.run.smithi062.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 494 kB/s | 80 kB 00:00 2024-09-17T09:44:44.175 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:44.175 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:44.175 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:44.175 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:44.175 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:44.175 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:44.309 INFO:teuthology.orchestra.run.smithi062.stdout:(2/2): ceph-fuse-19.3.0-4963.ge646f729.el9.x86_ 2.9 MB/s | 900 kB 00:00 2024-09-17T09:44:44.310 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:44.310 INFO:teuthology.orchestra.run.smithi062.stdout:Total 2.9 MB/s | 980 kB 00:00 2024-09-17T09:44:44.322 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:44.344 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:44.344 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:44:44.431 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:44:44.431 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:44:44.487 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librados-devel 2024-09-17T09:44:44.630 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:44:44.733 INFO:teuthology.orchestra.run.smithi088.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 2.0 MB/s | 5.1 MB 00:02 2024-09-17T09:44:44.783 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-17T09:44:44.870 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 2/2 2024-09-17T09:44:45.091 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:37 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:45.228 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:45.229 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:45.229 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-09-17T09:44:45.229 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:45.229 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:45.230 INFO:teuthology.orchestra.run.smithi137.stdout: librados-devel x86_64 2:19.3.0-4963.ge646f729.el9 ceph 127 k 2024-09-17T09:44:45.230 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:45.230 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:45.230 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:45.230 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-17T09:44:45.230 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:45.230 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 127 k 2024-09-17T09:44:45.230 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 456 k 2024-09-17T09:44:45.230 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:45.433 INFO:teuthology.orchestra.run.smithi137.stdout:librados-devel-19.3.0-4963.ge646f729.el9.x86_64 624 kB/s | 127 kB 00:00 2024-09-17T09:44:45.434 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:45.434 INFO:teuthology.orchestra.run.smithi137.stdout:Total 619 kB/s | 127 kB 00:00 2024-09-17T09:44:45.434 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:45.440 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:45.440 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:45.505 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:45.506 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:45.626 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 2/2 2024-09-17T09:44:45.627 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/2 2024-09-17T09:44:45.664 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:45.782 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:45.945 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-17T09:44:45.945 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:45.945 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:45.946 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-17T09:44:45.946 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:45.946 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:46.205 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 4.3 MB/s | 16 MB 00:03 2024-09-17T09:44:46.208 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:46.209 INFO:teuthology.orchestra.run.smithi088.stdout:Total 7.1 MB/s | 38 MB 00:05 2024-09-17T09:44:46.231 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-volume 2024-09-17T09:44:46.466 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:46.466 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:46.466 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:46.466 INFO:teuthology.orchestra.run.smithi137.stdout: librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:46.467 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:46.467 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:46.574 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:44:46.600 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:44:46.600 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:44:46.727 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install libcephfs2 2024-09-17T09:44:46.844 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:37 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:46.986 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:46.987 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:46.987 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-17T09:44:46.987 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:46.987 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:46.988 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-volume noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 285 k 2024-09-17T09:44:46.988 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:46.988 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:46.988 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:46.988 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-17T09:44:46.988 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:46.988 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 285 k 2024-09-17T09:44:46.988 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 1.3 M 2024-09-17T09:44:46.988 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:47.054 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:44:47.054 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:44:47.221 INFO:teuthology.orchestra.run.smithi062.stdout:ceph-volume-19.3.0-4963.ge646f729.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-17T09:44:47.222 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:47.222 INFO:teuthology.orchestra.run.smithi062.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-17T09:44:47.222 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:47.232 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:47.232 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:44:47.262 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:44:47.262 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:44:47.340 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:39 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:47.439 INFO:teuthology.orchestra.run.smithi137.stdout:Package libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:47.485 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:47.486 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-17T09:44:47.486 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:47.494 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:44:47.565 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:47.582 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:47.582 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:44:47.583 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-17T09:44:47.583 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:47.603 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install libcephfs-devel 2024-09-17T09:44:47.820 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:44:47.912 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-17T09:44:47.955 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-17T09:44:48.056 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-17T09:44:48.098 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-17T09:44:48.216 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:40 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:48.285 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-17T09:44:48.313 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-17T09:44:48.353 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-devel x86_64 2:19.3.0-4963.ge646f729.el9 ceph 32 k 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 32 k 2024-09-17T09:44:48.354 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 142 k 2024-09-17T09:44:48.355 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:48.398 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-17T09:44:48.504 INFO:teuthology.orchestra.run.smithi137.stdout:libcephfs-devel-19.3.0-4963.ge646f729.el9.x86_6 212 kB/s | 32 kB 00:00 2024-09-17T09:44:48.505 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:48.505 INFO:teuthology.orchestra.run.smithi137.stdout:Total 210 kB/s | 32 kB 00:00 2024-09-17T09:44:48.505 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:48.509 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:48.509 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:48.526 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:48.527 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:48.625 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:48.651 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:44:48.651 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:48.651 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:48.651 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:48.651 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:48.651 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:48.735 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:48.944 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librados-devel 2024-09-17T09:44:49.059 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-17T09:44:49.152 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:49.176 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-17T09:44:49.404 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:49.404 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:49.404 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:49.404 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:49.404 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:49.404 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:49.560 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:40 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:49.617 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librados2 2024-09-17T09:44:49.700 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:49.701 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:49.701 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-09-17T09:44:49.701 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:49.701 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:49.701 INFO:teuthology.orchestra.run.smithi062.stdout: librados-devel x86_64 2:19.3.0-4963.ge646f729.el9 ceph 127 k 2024-09-17T09:44:49.701 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:49.701 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:49.701 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:49.702 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-17T09:44:49.702 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:49.702 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 127 k 2024-09-17T09:44:49.702 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 456 k 2024-09-17T09:44:49.702 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:49.927 INFO:teuthology.orchestra.run.smithi062.stdout:librados-devel-19.3.0-4963.ge646f729.el9.x86_64 564 kB/s | 127 kB 00:00 2024-09-17T09:44:49.928 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:49.928 INFO:teuthology.orchestra.run.smithi062.stdout:Total 559 kB/s | 127 kB 00:00 2024-09-17T09:44:49.928 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:49.934 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:49.934 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:44:50.002 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:44:50.003 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:44:50.162 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:44:50.195 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:42 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:50.270 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:50.284 INFO:teuthology.orchestra.run.smithi137.stdout:Package librados2-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:50.327 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:50.328 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-17T09:44:50.329 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:50.402 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librbd1 2024-09-17T09:44:50.448 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T09:44:50.746 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:50.972 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:42 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:51.036 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:51.036 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:51.036 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:51.036 INFO:teuthology.orchestra.run.smithi062.stdout: librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:51.036 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:51.036 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:51.061 INFO:teuthology.orchestra.run.smithi137.stdout:Package librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:51.105 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:51.105 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-17T09:44:51.105 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:51.177 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rados 2024-09-17T09:44:51.339 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install libcephfs2 2024-09-17T09:44:51.513 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-17T09:44:51.537 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f 12/12 2024-09-17T09:44:51.765 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:43 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:51.855 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:51.898 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:51.899 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-17T09:44:51.899 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:51.953 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:42 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:51.973 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rgw 2024-09-17T09:44:52.046 INFO:teuthology.orchestra.run.smithi062.stdout:Package libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:52.092 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:52.093 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-17T09:44:52.094 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:52.170 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install libcephfs-devel 2024-09-17T09:44:52.552 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:44 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:52.641 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:52.684 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:52.685 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-17T09:44:52.685 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:52.757 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-cephfs 2024-09-17T09:44:52.778 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:43 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:52.919 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:52.920 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:52.920 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-09-17T09:44:52.920 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:52.920 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:52.920 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs-devel x86_64 2:19.3.0-4963.ge646f729.el9 ceph 32 k 2024-09-17T09:44:52.920 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:52.920 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:52.920 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:52.920 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-17T09:44:52.921 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:52.921 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 32 k 2024-09-17T09:44:52.921 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 142 k 2024-09-17T09:44:52.921 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:53.064 INFO:teuthology.orchestra.run.smithi062.stdout:libcephfs-devel-19.3.0-4963.ge646f729.el9.x86_6 221 kB/s | 32 kB 00:00 2024-09-17T09:44:53.065 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:53.065 INFO:teuthology.orchestra.run.smithi062.stdout:Total 219 kB/s | 32 kB 00:00 2024-09-17T09:44:53.065 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:53.069 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:53.069 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:44:53.090 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:44:53.090 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:44:53.179 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:44:53.281 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:53.339 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:45 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:53.430 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:53.474 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:53.475 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-17T09:44:53.475 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:53.549 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rbd 2024-09-17T09:44:53.653 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:53.910 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:53.910 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:53.911 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:44:53.911 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:53.911 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:53.911 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:54.115 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librados2 2024-09-17T09:44:54.131 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:46 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:54.222 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:54.264 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:54.265 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-17T09:44:54.265 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:54.317 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f 12/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f 1/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T09:44:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-17T09:44:54.335 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-fuse 2024-09-17T09:44:54.718 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:45 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:54.739 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-17T09:44:54.739 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:54.739 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:44:54.739 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:44:54.739 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-17T09:44:54.739 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-17T09:44:54.739 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-17T09:44:54.740 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-17T09:44:54.740 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-17T09:44:54.740 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-17T09:44:54.740 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-17T09:44:54.740 INFO:teuthology.orchestra.run.smithi088.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-17T09:44:54.740 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-17T09:44:54.740 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-17T09:44:54.740 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-17T09:44:54.740 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:54.740 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:44:54.810 INFO:teuthology.orchestra.run.smithi062.stdout:Package librados2-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:54.856 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:54.857 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-17T09:44:54.857 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:54.914 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:46 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:54.929 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librbd1 2024-09-17T09:44:55.046 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-fuse x86_64 2:19.3.0-4963.ge646f729.el9 ceph 85 k 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 85 k 2024-09-17T09:44:55.047 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 231 k 2024-09-17T09:44:55.048 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:55.140 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-rook 2024-09-17T09:44:55.233 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-fuse-19.3.0-4963.ge646f729.el9.x86_64.rpm 462 kB/s | 85 kB 00:00 2024-09-17T09:44:55.233 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:55.233 INFO:teuthology.orchestra.run.smithi137.stdout:Total 459 kB/s | 85 kB 00:00 2024-09-17T09:44:55.233 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:55.240 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:55.240 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:55.303 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:55.303 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:55.455 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:55.533 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:46 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:55.572 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:55.626 INFO:teuthology.orchestra.run.smithi062.stdout:Package librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:55.672 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:55.673 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-17T09:44:55.673 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:55.734 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:22 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:44:55.744 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rados 2024-09-17T09:44:55.866 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:44:55.867 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:55.867 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 49 k 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-17T09:44:55.868 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-17T09:44:55.869 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-17T09:44:55.869 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-17T09:44:55.869 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-17T09:44:55.869 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:55.869 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:44:55.869 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:44:55.869 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2024-09-17T09:44:55.869 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:44:55.870 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 2.2 M 2024-09-17T09:44:55.870 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 26 M 2024-09-17T09:44:55.870 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:44:55.985 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:56.249 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:56.249 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:56.249 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:56.250 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:56.250 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:56.250 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:56.253 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 161 kB/s | 19 kB 00:00 2024-09-17T09:44:56.278 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 177 kB/s | 26 kB 00:00 2024-09-17T09:44:56.303 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): ceph-mgr-rook-19.3.0-4963.ge646f729.el9 290 kB/s | 49 kB 00:00 2024-09-17T09:44:56.356 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:47 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:56.395 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-09-17T09:44:56.421 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2024-09-17T09:44:56.450 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:56.454 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 914 kB/s | 54 kB 00:00 2024-09-17T09:44:56.482 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-mirror 2024-09-17T09:44:56.488 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 480 kB/s | 32 kB 00:00 2024-09-17T09:44:56.496 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:56.497 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-17T09:44:56.497 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:56.513 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.3 MB/s | 279 kB 00:00 2024-09-17T09:44:56.539 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 171 kB/s | 14 kB 00:00 2024-09-17T09:44:56.570 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rgw 2024-09-17T09:44:56.572 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.2 MB/s | 59 kB 00:00 2024-09-17T09:44:56.598 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 2.0 MB/s | 220 kB 00:00 2024-09-17T09:44:56.623 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-17T09:44:56.656 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-09-17T09:44:56.659 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:56.659 INFO:teuthology.orchestra.run.smithi088.stdout:Total 2.8 MB/s | 2.2 MB 00:00 2024-09-17T09:44:56.723 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:44:56.739 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:44:56.739 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:44:56.833 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:44:56.833 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:44:57.075 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:49 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:44:57.176 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:48 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:57.211 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:44:57.211 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:57.211 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-mirror x86_64 2:19.3.0-4963.ge646f729.el9 ceph 3.2 M 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 3.2 M 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 14 M 2024-09-17T09:44:57.212 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:44:57.269 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:57.314 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:57.316 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-17T09:44:57.316 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:57.338 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:44:57.393 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-cephfs 2024-09-17T09:44:57.521 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-17T09:44:57.561 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-mirror-19.3.0-4963.ge646f729.el9.x86_64.rpm 9.2 MB/s | 3.2 MB 00:00 2024-09-17T09:44:57.562 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:57.562 INFO:teuthology.orchestra.run.smithi137.stdout:Total 9.1 MB/s | 3.2 MB 00:00 2024-09-17T09:44:57.562 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:44:57.571 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:44:57.571 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:44:57.582 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-17T09:44:57.651 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:44:57.652 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:44:57.654 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-17T09:44:57.692 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-17T09:44:57.733 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-17T09:44:57.834 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-17T09:44:57.946 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-17T09:44:57.993 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-17T09:44:57.997 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:48 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:58.089 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:58.135 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:58.136 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-17T09:44:58.136 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:58.166 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:44:58.208 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rbd 2024-09-17T09:44:58.219 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:58.245 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:58.245 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:44:58.245 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-17T09:44:58.245 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T09:44:58.245 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T09:44:58.246 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:58.711 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-17T09:44:58.766 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-17T09:44:58.807 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-17T09:44:58.821 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:49 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:58.863 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-17T09:44:58.886 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 13/13 2024-09-17T09:44:58.912 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:44:58.958 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:58.959 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-17T09:44:58.959 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:44:59.027 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-fuse 2024-09-17T09:44:59.312 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:44:59.312 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:59.312 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:44:59.313 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:44:59.313 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:44:59.313 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:44:59.580 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-nbd 2024-09-17T09:44:59.646 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:50 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:44:59.694 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 13/13 2024-09-17T09:44:59.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 1/13 2024-09-17T09:44:59.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-17T09:44:59.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-17T09:44:59.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-17T09:44:59.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-17T09:44:59.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-17T09:44:59.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-17T09:44:59.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-17T09:44:59.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-17T09:44:59.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-17T09:44:59.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-17T09:44:59.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-17T09:44:59.785 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:44:59.786 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:59.786 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-09-17T09:44:59.786 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:59.786 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:44:59.786 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-fuse x86_64 2:19.3.0-4963.ge646f729.el9 ceph 85 k 2024-09-17T09:44:59.786 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:59.786 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:44:59.786 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:44:59.786 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-17T09:44:59.786 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:44:59.787 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 85 k 2024-09-17T09:44:59.787 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 231 k 2024-09-17T09:44:59.787 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:44:59.976 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-fuse-19.3.0-4963.ge646f729.el9.x86_64.rpm 453 kB/s | 85 kB 00:00 2024-09-17T09:44:59.977 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:44:59.978 INFO:teuthology.orchestra.run.smithi062.stdout:Total 448 kB/s | 85 kB 00:00 2024-09-17T09:44:59.978 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:44:59.992 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:44:59.992 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:45:00.037 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-17T09:45:00.037 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:00.037 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:45:00.037 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:45:00.037 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:00.038 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:00.094 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:45:00.095 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:45:00.185 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:52 ago on Tue 17 Sep 2024 09:43:08 AM UTC. 2024-09-17T09:45:00.252 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:45:00.280 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-cephadm 2024-09-17T09:45:00.317 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-17T09:45:00.317 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:45:00.317 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-09-17T09:45:00.318 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:45:00.318 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-17T09:45:00.318 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-nbd x86_64 2:19.3.0-4963.ge646f729.el9 ceph 171 k 2024-09-17T09:45:00.318 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:45:00.318 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-17T09:45:00.318 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-17T09:45:00.318 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-17T09:45:00.318 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:45:00.319 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 171 k 2024-09-17T09:45:00.319 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 490 k 2024-09-17T09:45:00.319 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-17T09:45:00.369 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:00.522 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-nbd-19.3.0-4963.ge646f729.el9.x86_64.rpm 840 kB/s | 171 kB 00:00 2024-09-17T09:45:00.523 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:00.523 INFO:teuthology.orchestra.run.smithi137.stdout:Total 833 kB/s | 171 kB 00:00 2024-09-17T09:45:00.523 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-17T09:45:00.533 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-17T09:45:00.533 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-17T09:45:00.595 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-17T09:45:00.595 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-17T09:45:00.759 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-17T09:45:00.791 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:00.861 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:00.862 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:27 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:00.993 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:00.994 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:00.994 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-17T09:45:00.994 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:00.994 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:45:00.994 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 154 k 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2024-09-17T09:45:00.995 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:00.996 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 7.0 M 2024-09-17T09:45:00.996 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 33 M 2024-09-17T09:45:00.996 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:45:01.068 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:01.068 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:01.068 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:45:01.069 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:45:01.069 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:01.069 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:45:01.320 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:01.338 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-mirror 2024-09-17T09:45:01.588 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:01.588 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:45:01.588 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-17T09:45:01.588 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:45:01.589 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:45:01.589 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-17T09:45:01.625 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): ceph-mgr-cephadm-19.3.0-4963.ge646f729.e 714 kB/s | 154 kB 00:00 2024-09-17T09:45:01.692 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 10 MB/s | 548 kB 00:00 2024-09-17T09:45:01.717 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-17T09:45:01.742 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 3.1 MB/s | 74 kB 00:00 2024-09-17T09:45:01.820 DEBUG:teuthology.parallel:result is None 2024-09-17T09:45:01.947 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:52 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:45:02.088 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:45:02.089 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:45:02.089 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-09-17T09:45:02.090 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:45:02.090 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:45:02.090 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-mirror x86_64 2:19.3.0-4963.ge646f729.el9 ceph 3.2 M 2024-09-17T09:45:02.090 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:02.090 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:45:02.090 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:45:02.090 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-17T09:45:02.091 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:02.091 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 3.2 M 2024-09-17T09:45:02.091 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 14 M 2024-09-17T09:45:02.091 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:45:02.185 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 320 kB/s | 248 kB 00:00 2024-09-17T09:45:02.421 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-mirror-19.3.0-4963.ge646f729.el9.x86_64.rpm 9.6 MB/s | 3.2 MB 00:00 2024-09-17T09:45:02.422 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:02.423 INFO:teuthology.orchestra.run.smithi062.stdout:Total 9.6 MB/s | 3.2 MB 00:00 2024-09-17T09:45:02.423 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:45:02.433 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:45:02.433 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:45:02.521 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:45:02.521 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:45:02.576 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.1 MB/s | 6.0 MB 00:01 2024-09-17T09:45:02.581 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:02.581 INFO:teuthology.orchestra.run.smithi088.stdout:Total 4.4 MB/s | 7.0 MB 00:01 2024-09-17T09:45:02.652 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:45:02.663 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:45:02.664 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:45:02.764 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:45:02.765 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:45:03.029 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:45:03.076 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:45:03.089 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:03.116 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:03.116 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:45:03.116 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-17T09:45:03.116 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T09:45:03.116 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T09:45:03.116 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:03.250 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-17T09:45:03.302 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-17T09:45:03.820 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-17T09:45:03.907 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-17T09:45:03.974 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-17T09:45:03.999 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 6/6 2024-09-17T09:45:04.275 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:04.275 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:04.275 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:45:04.276 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:45:04.276 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:04.276 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:45:04.493 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-nbd 2024-09-17T09:45:04.862 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 6/6 2024-09-17T09:45:04.862 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 1/6 2024-09-17T09:45:04.863 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-17T09:45:04.863 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-17T09:45:04.863 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-17T09:45:04.863 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-17T09:45:05.114 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:56 ago on Tue 17 Sep 2024 09:43:09 AM UTC. 2024-09-17T09:45:05.135 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-17T09:45:05.135 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:05.135 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:45:05.136 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:45:05.136 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-17T09:45:05.136 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-17T09:45:05.136 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-17T09:45:05.136 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-17T09:45:05.136 INFO:teuthology.orchestra.run.smithi088.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-17T09:45:05.136 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:05.136 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:05.251 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-17T09:45:05.252 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:45:05.252 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-09-17T09:45:05.252 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:45:05.253 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-17T09:45:05.253 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-nbd x86_64 2:19.3.0-4963.ge646f729.el9 ceph 171 k 2024-09-17T09:45:05.253 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:05.253 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-17T09:45:05.253 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-17T09:45:05.253 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-17T09:45:05.253 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:05.253 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 171 k 2024-09-17T09:45:05.253 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 490 k 2024-09-17T09:45:05.253 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-17T09:45:05.392 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-fuse 2024-09-17T09:45:05.467 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-nbd-19.3.0-4963.ge646f729.el9.x86_64.rpm 799 kB/s | 171 kB 00:00 2024-09-17T09:45:05.468 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:05.468 INFO:teuthology.orchestra.run.smithi062.stdout:Total 792 kB/s | 171 kB 00:00 2024-09-17T09:45:05.468 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-17T09:45:05.477 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-17T09:45:05.477 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-17T09:45:05.547 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-17T09:45:05.547 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-17T09:45:05.721 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-17T09:45:05.837 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:05.968 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:32 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:06.101 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:06.101 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:06.101 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-17T09:45:06.101 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:06.101 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:45:06.101 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse x86_64 2:19.3.0-4963.ge646f729.el9 ceph 900 k 2024-09-17T09:45:06.102 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-17T09:45:06.102 INFO:teuthology.orchestra.run.smithi088.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-17T09:45:06.102 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:06.102 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:45:06.102 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:06.102 INFO:teuthology.orchestra.run.smithi088.stdout:Install 2 Packages 2024-09-17T09:45:06.102 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:06.103 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 980 k 2024-09-17T09:45:06.103 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 2.9 M 2024-09-17T09:45:06.103 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:45:06.261 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:06.503 INFO:teuthology.orchestra.run.smithi088.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 547 kB/s | 80 kB 00:00 2024-09-17T09:45:06.559 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:06.559 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:06.559 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-17T09:45:06.559 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:45:06.560 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:45:06.560 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-17T09:45:06.645 INFO:teuthology.orchestra.run.smithi088.stdout:(2/2): ceph-fuse-19.3.0-4963.ge646f729.el9.x86_ 3.1 MB/s | 900 kB 00:00 2024-09-17T09:45:06.645 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:06.646 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.8 MB/s | 980 kB 00:00 2024-09-17T09:45:06.657 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:45:06.678 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:45:06.678 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:45:06.759 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:45:06.760 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:45:06.823 DEBUG:teuthology.parallel:result is None 2024-09-17T09:45:06.959 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:45:07.106 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-17T09:45:07.194 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 2/2 2024-09-17T09:45:07.845 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 2/2 2024-09-17T09:45:07.845 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/2 2024-09-17T09:45:08.137 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-17T09:45:08.138 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:08.138 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:45:08.138 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-17T09:45:08.138 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:08.138 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:08.420 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-volume 2024-09-17T09:45:09.022 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:36 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:09.157 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:09.157 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:09.157 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-17T09:45:09.157 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:09.157 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:45:09.157 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume noarch 2:19.3.0-4963.ge646f729.el9 ceph-noarch 285 k 2024-09-17T09:45:09.157 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:09.157 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:45:09.157 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:09.158 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-17T09:45:09.158 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:09.158 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 285 k 2024-09-17T09:45:09.158 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 1.3 M 2024-09-17T09:45:09.158 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:45:09.366 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-volume-19.3.0-4963.ge646f729.el9.noarch.rp 1.3 MB/s | 285 kB 00:00 2024-09-17T09:45:09.368 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:09.368 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-17T09:45:09.368 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:45:09.375 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:45:09.376 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:45:09.406 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:45:09.406 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:45:09.642 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:45:09.710 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:45:09.726 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:45:09.726 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:45:09.726 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-17T09:45:09.726 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:10.761 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 1/1 2024-09-17T09:45:10.761 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:10.761 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:45:10.761 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume-2:19.3.0-4963.ge646f729.el9.noarch 2024-09-17T09:45:10.761 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:10.762 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:11.042 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados-devel 2024-09-17T09:45:11.639 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:38 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:11.773 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:11.774 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:11.774 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-09-17T09:45:11.774 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:11.774 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:45:11.774 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel x86_64 2:19.3.0-4963.ge646f729.el9 ceph 127 k 2024-09-17T09:45:11.774 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:11.774 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:45:11.774 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:11.774 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-17T09:45:11.774 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:11.775 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 127 k 2024-09-17T09:45:11.775 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 456 k 2024-09-17T09:45:11.775 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:45:11.989 INFO:teuthology.orchestra.run.smithi088.stdout:librados-devel-19.3.0-4963.ge646f729.el9.x86_64 594 kB/s | 127 kB 00:00 2024-09-17T09:45:11.989 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:11.989 INFO:teuthology.orchestra.run.smithi088.stdout:Total 590 kB/s | 127 kB 00:00 2024-09-17T09:45:11.989 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:45:11.995 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:45:11.995 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:45:12.059 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:45:12.059 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:45:12.215 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:45:12.328 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:12.840 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:13.134 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:13.134 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:13.134 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:45:13.134 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:45:13.134 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:13.134 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:13.466 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs2 2024-09-17T09:45:14.057 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:41 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:14.148 INFO:teuthology.orchestra.run.smithi088.stdout:Package libcephfs2-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:45:14.192 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:14.193 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-17T09:45:14.193 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:14.290 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs-devel 2024-09-17T09:45:14.869 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:41 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:15.003 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:15.004 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:15.004 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-09-17T09:45:15.004 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:15.004 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:45:15.004 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel x86_64 2:19.3.0-4963.ge646f729.el9 ceph 32 k 2024-09-17T09:45:15.004 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:15.005 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:45:15.005 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:15.005 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-17T09:45:15.005 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:15.005 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 32 k 2024-09-17T09:45:15.005 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 142 k 2024-09-17T09:45:15.005 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:45:15.168 INFO:teuthology.orchestra.run.smithi088.stdout:libcephfs-devel-19.3.0-4963.ge646f729.el9.x86_6 195 kB/s | 32 kB 00:00 2024-09-17T09:45:15.169 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:15.169 INFO:teuthology.orchestra.run.smithi088.stdout:Total 193 kB/s | 32 kB 00:00 2024-09-17T09:45:15.169 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:45:15.172 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:45:15.172 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:45:15.191 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:45:15.192 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:45:15.280 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:45:15.399 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:15.831 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:16.066 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:16.066 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:16.066 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:45:16.067 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:45:16.067 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:16.067 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:16.257 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados2 2024-09-17T09:45:16.832 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:43 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:16.921 INFO:teuthology.orchestra.run.smithi088.stdout:Package librados2-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:45:16.964 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:16.965 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-17T09:45:16.965 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:17.046 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librbd1 2024-09-17T09:45:17.621 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:44 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:17.711 INFO:teuthology.orchestra.run.smithi088.stdout:Package librbd1-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:45:17.754 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:17.755 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-17T09:45:17.755 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:17.825 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rados 2024-09-17T09:45:18.407 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:45 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:18.498 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rados-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:45:18.543 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:18.544 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-17T09:45:18.544 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:18.606 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rgw 2024-09-17T09:45:19.189 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:46 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:19.280 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rgw-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:45:19.323 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:19.324 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-17T09:45:19.324 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:19.395 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-cephfs 2024-09-17T09:45:19.981 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:46 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:20.071 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-cephfs-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:45:20.114 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:20.115 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-17T09:45:20.115 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:20.195 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rbd 2024-09-17T09:45:20.778 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:47 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:20.868 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rbd-2:19.3.0-4963.ge646f729.el9.x86_64 is already installed. 2024-09-17T09:45:20.911 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:20.912 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-17T09:45:20.912 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:20.987 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-fuse 2024-09-17T09:45:21.564 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:48 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:21.696 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:21.696 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:21.696 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-09-17T09:45:21.696 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:21.697 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:45:21.697 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse x86_64 2:19.3.0-4963.ge646f729.el9 ceph 85 k 2024-09-17T09:45:21.697 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:21.697 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:45:21.697 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:21.697 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-17T09:45:21.697 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:21.697 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 85 k 2024-09-17T09:45:21.697 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 231 k 2024-09-17T09:45:21.697 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:45:21.904 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-fuse-19.3.0-4963.ge646f729.el9.x86_64.rpm 414 kB/s | 85 kB 00:00 2024-09-17T09:45:21.905 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:21.905 INFO:teuthology.orchestra.run.smithi088.stdout:Total 411 kB/s | 85 kB 00:00 2024-09-17T09:45:21.905 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:45:21.911 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:45:21.912 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:45:21.976 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:45:21.977 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:45:22.126 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:45:22.227 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:22.613 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:22.886 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:22.886 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:22.886 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:45:22.886 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:45:22.886 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:22.886 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:23.149 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-mirror 2024-09-17T09:45:23.755 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:50 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:23.892 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:23.893 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:23.893 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-09-17T09:45:23.893 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:23.893 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:45:23.894 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror x86_64 2:19.3.0-4963.ge646f729.el9 ceph 3.2 M 2024-09-17T09:45:23.894 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:23.894 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:45:23.894 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:23.894 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-17T09:45:23.894 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:23.894 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 3.2 M 2024-09-17T09:45:23.894 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 14 M 2024-09-17T09:45:23.894 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:45:24.357 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-mirror-19.3.0-4963.ge646f729.el9.x86_64.rpm 6.9 MB/s | 3.2 MB 00:00 2024-09-17T09:45:24.358 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:24.358 INFO:teuthology.orchestra.run.smithi088.stdout:Total 6.9 MB/s | 3.2 MB 00:00 2024-09-17T09:45:24.358 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:45:24.368 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:45:24.368 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:45:24.451 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:45:24.451 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:45:24.946 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:45:25.016 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:25.042 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:25.042 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T09:45:25.042 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-17T09:45:25.042 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T09:45:25.043 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T09:45:25.043 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:26.243 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:26.244 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:26.244 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:45:26.244 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:45:26.244 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:26.244 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:26.508 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-nbd 2024-09-17T09:45:27.102 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:54 ago on Tue 17 Sep 2024 09:43:33 AM UTC. 2024-09-17T09:45:27.234 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-17T09:45:27.235 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:27.235 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-09-17T09:45:27.235 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:27.235 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-17T09:45:27.235 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd x86_64 2:19.3.0-4963.ge646f729.el9 ceph 171 k 2024-09-17T09:45:27.235 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:27.236 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-17T09:45:27.236 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-17T09:45:27.236 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-17T09:45:27.236 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:27.236 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 171 k 2024-09-17T09:45:27.236 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 490 k 2024-09-17T09:45:27.236 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-17T09:45:27.438 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-nbd-19.3.0-4963.ge646f729.el9.x86_64.rpm 846 kB/s | 171 kB 00:00 2024-09-17T09:45:27.439 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:45:27.439 INFO:teuthology.orchestra.run.smithi088.stdout:Total 838 kB/s | 171 kB 00:00 2024-09-17T09:45:27.439 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-17T09:45:27.447 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-17T09:45:27.447 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-17T09:45:27.512 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-17T09:45:27.512 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-17T09:45:27.678 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-17T09:45:27.770 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:28.245 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:28.488 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 1/1 2024-09-17T09:45:28.488 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:28.488 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-17T09:45:28.488 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd-2:19.3.0-4963.ge646f729.el9.x86_64 2024-09-17T09:45:28.489 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:45:28.489 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-17T09:45:28.736 DEBUG:teuthology.parallel:result is None 2024-09-17T09:45:28.737 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:45:28.885 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-17T09:45:28.911 INFO:teuthology.orchestra.run.smithi062.stdout:19.3.0-4963.ge646f729.el9 2024-09-17T09:45:28.912 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4963.ge646f729.el9 2024-09-17T09:45:28.912 INFO:teuthology.task.install:The correct ceph version 19.3.0-4963.ge646f729 is installed. 2024-09-17T09:45:28.914 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:45:29.050 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-17T09:45:29.072 INFO:teuthology.orchestra.run.smithi088.stdout:19.3.0-4963.ge646f729.el9 2024-09-17T09:45:29.073 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4963.ge646f729.el9 2024-09-17T09:45:29.073 INFO:teuthology.task.install:The correct ceph version 19.3.0-4963.ge646f729 is installed. 2024-09-17T09:45:29.074 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:45:29.209 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-17T09:45:29.236 INFO:teuthology.orchestra.run.smithi137.stdout:19.3.0-4963.ge646f729.el9 2024-09-17T09:45:29.236 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4963.ge646f729.el9 2024-09-17T09:45:29.236 INFO:teuthology.task.install:The correct ceph version 19.3.0-4963.ge646f729 is installed. 2024-09-17T09:45:29.239 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-17T09:45:29.239 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:45:29.239 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T09:45:29.272 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:45:29.273 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T09:45:29.300 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:45:29.300 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T09:45:29.330 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-17T09:45:29.331 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:45:29.331 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T09:45:29.361 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T09:45:29.431 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:45:29.431 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T09:45:29.461 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T09:45:29.534 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:45:29.534 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T09:45:29.564 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T09:45:29.633 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-17T09:45:29.633 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:45:29.633 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T09:45:29.665 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T09:45:29.733 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:45:29.733 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T09:45:29.761 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T09:45:29.828 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:45:29.828 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T09:45:29.854 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T09:45:29.918 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-17T09:45:29.918 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:45:29.919 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T09:45:29.945 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T09:45:30.010 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:45:30.010 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T09:45:30.038 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T09:45:30.105 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:45:30.106 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T09:45:30.130 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T09:45:30.196 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T09:45:30.298 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', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e646f72961223a04d41eb40dad875d1628d78516'} 2024-09-17T09:45:30.298 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:45:30.299 INFO:tasks.cephadm:Cluster fsid is 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:45:30.299 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T09:45:30.299 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.62', 'mon.b': '172.21.15.88', 'mon.c': '172.21.15.137'} 2024-09-17T09:45:30.300 INFO:tasks.cephadm:First mon is mon.a on smithi062 2024-09-17T09:45:30.300 INFO:tasks.cephadm:First mgr is a 2024-09-17T09:45:30.300 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T09:45:30.300 DEBUG:teuthology.orchestra.run.smithi062:> sudo hostname $(hostname -s) 2024-09-17T09:45:30.327 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2024-09-17T09:45:30.355 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-09-17T09:45:30.379 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T09:45:30.380 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:45:30.521 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e646f72961223a04d41eb40dad875d1628d78516', '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/83083/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4963-ge646f729', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4963.ge646f729'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-16 21:39:51.879238', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-athakkar-testing-2024-09-17-0048', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-17T09:45:30.653 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-athakkar-testing-2024-09-17-0048, sha1 e646f72961223a04d41eb40dad875d1628d78516 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:45:30.655 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/x86_64/flavors/default/cephadm 2024-09-17T09:45:30.655 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/x86_64/flavors/default/cephadm 2024-09-17T09:45:30.655 DEBUG:teuthology.orchestra.run.smithi062:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T09:45:31.046 INFO:teuthology.orchestra.run.smithi062.stdout:-rw-r--r--. 1 ubuntu ubuntu 804198 Sep 17 09:45 /home/ubuntu/cephtest/cephadm 2024-09-17T09:45:31.047 DEBUG:teuthology.orchestra.run.smithi088:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T09:45:31.442 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-r--r--. 1 ubuntu ubuntu 804198 Sep 17 09:45 /home/ubuntu/cephtest/cephadm 2024-09-17T09:45:31.442 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-athakkar-testing-2024-09-17-0048/e646f72961223a04d41eb40dad875d1628d78516/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T09:45:31.835 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-r--r--. 1 ubuntu ubuntu 804198 Sep 17 09:45 /home/ubuntu/cephtest/cephadm 2024-09-17T09:45:31.835 DEBUG:teuthology.orchestra.run.smithi062:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T09:45:31.854 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T09:45:31.873 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T09:45:31.902 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 on all hosts... 2024-09-17T09:45:31.902 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 pull 2024-09-17T09:45:31.905 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 pull 2024-09-17T09:45:31.915 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 pull 2024-09-17T09:45:33.488 INFO:teuthology.orchestra.run.smithi062.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516... 2024-09-17T09:45:33.512 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516... 2024-09-17T09:45:33.541 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516... 2024-09-17T09:46:33.981 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-09-17T09:46:33.981 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph_version": "ceph version 19.3.0-4963-ge646f729 (e646f72961223a04d41eb40dad875d1628d78516) squid (dev)", 2024-09-17T09:46:33.981 INFO:teuthology.orchestra.run.smithi088.stdout: "image_id": "f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b", 2024-09-17T09:46:33.981 INFO:teuthology.orchestra.run.smithi088.stdout: "repo_digests": [ 2024-09-17T09:46:33.981 INFO:teuthology.orchestra.run.smithi088.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407" 2024-09-17T09:46:33.981 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2024-09-17T09:46:33.982 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-09-17T09:46:34.117 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-09-17T09:46:34.117 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph_version": "ceph version 19.3.0-4963-ge646f729 (e646f72961223a04d41eb40dad875d1628d78516) squid (dev)", 2024-09-17T09:46:34.117 INFO:teuthology.orchestra.run.smithi062.stdout: "image_id": "f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b", 2024-09-17T09:46:34.117 INFO:teuthology.orchestra.run.smithi062.stdout: "repo_digests": [ 2024-09-17T09:46:34.117 INFO:teuthology.orchestra.run.smithi062.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407" 2024-09-17T09:46:34.118 INFO:teuthology.orchestra.run.smithi062.stdout: ] 2024-09-17T09:46:34.118 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-09-17T09:47:09.690 INFO:teuthology.orchestra.run.smithi137.stdout:{ 2024-09-17T09:47:09.690 INFO:teuthology.orchestra.run.smithi137.stdout: "ceph_version": "ceph version 19.3.0-4963-ge646f729 (e646f72961223a04d41eb40dad875d1628d78516) squid (dev)", 2024-09-17T09:47:09.690 INFO:teuthology.orchestra.run.smithi137.stdout: "image_id": "f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b", 2024-09-17T09:47:09.691 INFO:teuthology.orchestra.run.smithi137.stdout: "repo_digests": [ 2024-09-17T09:47:09.691 INFO:teuthology.orchestra.run.smithi137.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407" 2024-09-17T09:47:09.691 INFO:teuthology.orchestra.run.smithi137.stdout: ] 2024-09-17T09:47:09.691 INFO:teuthology.orchestra.run.smithi137.stdout:} 2024-09-17T09:47:09.717 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /etc/ceph 2024-09-17T09:47:09.751 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2024-09-17T09:47:09.785 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /etc/ceph 2024-09-17T09:47:09.813 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 777 /etc/ceph 2024-09-17T09:47:09.846 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2024-09-17T09:47:09.875 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 777 /etc/ceph 2024-09-17T09:47:09.901 INFO:tasks.cephadm:Writing seed config... 2024-09-17T09:47:09.903 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-17T09:47:09.903 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T09:47:09.903 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T09:47:09.903 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-17T09:47:09.903 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T09:47:09.904 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T09:47:09.904 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T09:47:09.904 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T09:47:09.904 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T09:47:09.905 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:47:09.906 DEBUG:teuthology.orchestra.run.smithi062:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T09:47:09.922 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 = 937dc85a-74d9-11ef-bceb-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-09-17T09:47:09.922 DEBUG:teuthology.orchestra.run.smithi062:mon.a> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.a.service 2024-09-17T09:47:09.965 DEBUG:teuthology.orchestra.run.smithi062:mgr.a> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.a.service 2024-09-17T09:47:10.007 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T09:47:10.008 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 -v bootstrap --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.62 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:47:10.220 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:47:10.220 INFO:teuthology.orchestra.run.smithi062.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516', '-v', 'bootstrap', '--fsid', '937dc85a-74d9-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.62', '--skip-admin-label'] 2024-09-17T09:47:10.221 INFO:teuthology.orchestra.run.smithi062.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T09:47:10.221 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying podman|docker is present... 2024-09-17T09:47:10.245 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stdout 5.2.2 2024-09-17T09:47:10.245 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying lvm2 is present... 2024-09-17T09:47:10.245 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying time synchronization is in place... 2024-09-17T09:47:10.253 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T09:47:10.254 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T09:47:10.261 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T09:47:10.261 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-17T09:47:10.269 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout enabled 2024-09-17T09:47:10.277 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout active 2024-09-17T09:47:10.277 INFO:teuthology.orchestra.run.smithi062.stdout:Unit chronyd.service is enabled and running 2024-09-17T09:47:10.277 INFO:teuthology.orchestra.run.smithi062.stdout:Repeating the final host check... 2024-09-17T09:47:10.314 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stdout 5.2.2 2024-09-17T09:47:10.314 INFO:teuthology.orchestra.run.smithi062.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-17T09:47:10.314 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl is present 2024-09-17T09:47:10.314 INFO:teuthology.orchestra.run.smithi062.stdout:lvcreate is present 2024-09-17T09:47:10.321 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T09:47:10.321 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T09:47:10.329 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T09:47:10.329 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-17T09:47:10.337 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout enabled 2024-09-17T09:47:10.344 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout active 2024-09-17T09:47:10.345 INFO:teuthology.orchestra.run.smithi062.stdout:Unit chronyd.service is enabled and running 2024-09-17T09:47:10.345 INFO:teuthology.orchestra.run.smithi062.stdout:Host looks OK 2024-09-17T09:47:10.345 INFO:teuthology.orchestra.run.smithi062.stdout:Cluster fsid: 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:10.345 INFO:teuthology.orchestra.run.smithi062.stdout:Acquiring lock 140294679780992 on /run/cephadm/937dc85a-74d9-11ef-bceb-c7b262605968.lock 2024-09-17T09:47:10.345 INFO:teuthology.orchestra.run.smithi062.stdout:Lock 140294679780992 acquired on /run/cephadm/937dc85a-74d9-11ef-bceb-c7b262605968.lock 2024-09-17T09:47:10.345 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying IP 172.21.15.62 port 3300 ... 2024-09-17T09:47:10.346 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying IP 172.21.15.62 port 6789 ... 2024-09-17T09:47:10.346 INFO:teuthology.orchestra.run.smithi062.stdout:Base mon IP(s) is [172.21.15.62:3300, 172.21.15.62:6789], mon addrv is [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2024-09-17T09:47:10.351 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.62 metric 100 2024-09-17T09:47:10.351 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.62 metric 100 2024-09-17T09:47:10.354 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T09:47:10.354 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-17T09:47:10.355 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-17T09:47:10.358 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T09:47:10.358 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T09:47:10.358 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T09:47:10.358 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-17T09:47:10.358 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febb:d1c3/64 scope link noprefixroute 2024-09-17T09:47:10.358 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T09:47:10.359 INFO:teuthology.orchestra.run.smithi062.stdout:Mon IP `172.21.15.62` is in CIDR network `172.21.0.0/20` 2024-09-17T09:47:10.359 INFO:teuthology.orchestra.run.smithi062.stdout:Mon IP `172.21.15.62` is in CIDR network `172.21.0.0/20` 2024-09-17T09:47:10.359 INFO:teuthology.orchestra.run.smithi062.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-17T09:47:10.360 INFO:teuthology.orchestra.run.smithi062.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T09:47:10.361 INFO:teuthology.orchestra.run.smithi062.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516... 2024-09-17T09:47:11.009 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stdout f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b 2024-09-17T09:47:11.010 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516... 2024-09-17T09:47:11.010 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Getting image source signatures 2024-09-17T09:47:11.010 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Copying blob sha256:85d86b4c94cd0a128c52d4b5b1abc46287fea832a540ce360d4357a51585d512 2024-09-17T09:47:11.010 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-17T09:47:11.010 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Copying config sha256:f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b 2024-09-17T09:47:11.010 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-17T09:47:11.948 INFO:teuthology.orchestra.run.smithi062.stdout:ceph: stdout ceph version 19.3.0-4963-ge646f729 (e646f72961223a04d41eb40dad875d1628d78516) squid (dev) 2024-09-17T09:47:11.948 INFO:teuthology.orchestra.run.smithi062.stdout:Ceph version: ceph version 19.3.0-4963-ge646f729 (e646f72961223a04d41eb40dad875d1628d78516) squid (dev) 2024-09-17T09:47:11.948 INFO:teuthology.orchestra.run.smithi062.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T09:47:12.913 INFO:teuthology.orchestra.run.smithi062.stdout:stat: stdout 167 167 2024-09-17T09:47:12.913 INFO:teuthology.orchestra.run.smithi062.stdout:Creating initial keys... 2024-09-17T09:47:13.802 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph-authtool: stdout AQAhUOlmESq0DRAA5p0CfTU91k69C3Bp+TVgbw== 2024-09-17T09:47:14.691 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph-authtool: stdout AQAiUOlm3omfBxAAM57m/xhTukZs9uS353Gc7Q== 2024-09-17T09:47:15.581 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph-authtool: stdout AQAjUOlm764DABAAHDkewnWjlKLufF5A95KAdw== 2024-09-17T09:47:15.582 INFO:teuthology.orchestra.run.smithi062.stdout:Creating initial monmap... 2024-09-17T09:47:16.471 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T09:47:16.472 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-17T09:47:16.472 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:16.472 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T09:47:16.472 INFO:teuthology.orchestra.run.smithi062.stdout:monmaptool for a [v2:172.21.15.62:3300,v1:172.21.15.62:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T09:47:16.472 INFO:teuthology.orchestra.run.smithi062.stdout:setting min_mon_release = quincy 2024-09-17T09:47:16.472 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: set fsid to 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:16.472 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T09:47:16.472 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:47:16.472 INFO:teuthology.orchestra.run.smithi062.stdout:Creating mon... 2024-09-17T09:47:17.435 INFO:teuthology.orchestra.run.smithi062.stdout:create mon.a on 2024-09-17T09:47:17.661 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-17T09:47:17.810 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-17T09:47:17.993 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-937dc85a-74d9-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-937dc85a-74d9-11ef-bceb-c7b262605968.target. 2024-09-17T09:47:17.993 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-937dc85a-74d9-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-937dc85a-74d9-11ef-bceb-c7b262605968.target. 2024-09-17T09:47:18.247 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.a 2024-09-17T09:47:18.248 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Failed to reset failed state of unit ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-17T09:47:18.417 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-937dc85a-74d9-11ef-bceb-c7b262605968.target.wants/ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-937dc85a-74d9-11ef-bceb-c7b262605968@.service. 2024-09-17T09:47:18.938 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:18 smithi062 ceph-mon[29324]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T09:47:18.938 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:18 smithi062 bash[29305]: fa4e95c3fe6cdf43941986b1ca984b875ca7b716bc210032f137f9e339ab75b7 2024-09-17T09:47:18.951 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T09:47:18.952 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout disabled 2024-09-17T09:47:18.959 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T09:47:18.959 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-17T09:47:18.959 INFO:teuthology.orchestra.run.smithi062.stdout:firewalld.service is not enabled 2024-09-17T09:47:18.959 INFO:teuthology.orchestra.run.smithi062.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T09:47:18.960 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mon to start... 2024-09-17T09:47:18.960 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mon... 2024-09-17T09:47:19.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:18 smithi062 systemd[1]: Started Ceph mon.a for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:47:20.133 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T09:47:20.133 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout id: 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:20.133 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T09:47:20.133 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:20.133 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout services: 2024-09-17T09:47:20.133 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.545561s) 2024-09-17T09:47:20.133 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T09:47:20.133 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T09:47:20.134 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:20.134 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout data: 2024-09-17T09:47:20.134 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T09:47:20.134 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T09:47:20.134 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T09:47:20.134 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T09:47:20.134 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:20.134 INFO:teuthology.orchestra.run.smithi062.stdout:mon is available 2024-09-17T09:47:20.135 INFO:teuthology.orchestra.run.smithi062.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T09:47:20.257 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T09:47:20.257 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: monmap epoch 1 2024-09-17T09:47:20.257 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:20.257 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: last_changed 2024-09-17T09:47:15.915245+0000 2024-09-17T09:47:20.257 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: created 2024-09-17T09:47:15.915245+0000 2024-09-17T09:47:20.257 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: min_mon_release 19 (squid) 2024-09-17T09:47:20.258 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: election_strategy: 1 2024-09-17T09:47:20.258 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-17T09:47:20.258 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: fsmap 2024-09-17T09:47:20.258 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T09:47:20.258 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: mgrmap e1: no daemons active 2024-09-17T09:47:20.258 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:19 smithi062 ceph-mon[29324]: from='client.? 172.21.15.62:0/2141800098' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-17T09:47:21.210 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:20 smithi062 ceph-mon[29324]: from='client.? 172.21.15.62:0/3905653350' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T09:47:21.210 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:20 smithi062 ceph-mon[29324]: from='client.? 172.21.15.62:0/3905653350' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T09:47:21.214 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:21.214 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T09:47:21.214 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout fsid = 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:21.214 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-17T09:47:21.214 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2024-09-17T09:47:21.214 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T09:47:21.214 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T09:47:21.214 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T09:47:21.214 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T09:47:21.215 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:21.215 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T09:47:21.215 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-17T09:47:21.215 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T09:47:21.215 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:21.215 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T09:47:21.215 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T09:47:21.215 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T09:47:21.215 INFO:teuthology.orchestra.run.smithi062.stdout:Generating new minimal ceph.conf... 2024-09-17T09:47:22.216 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:21 smithi062 ceph-mon[29324]: from='client.? 172.21.15.62:0/3008104554' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:47:22.219 INFO:teuthology.orchestra.run.smithi062.stdout:Restarting the monitor... 2024-09-17T09:47:22.490 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:22 smithi062 systemd[1]: Stopping Ceph mon.a for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:47:22.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:22 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a[29320]: 2024-09-17T09:47:22.487+0000 7f3a749f4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T09:47:22.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:22 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a[29320]: 2024-09-17T09:47:22.487+0000 7f3a749f4640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T09:47:22.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:22 smithi062 podman[29565]: 2024-09-17 09:47:22.682533343 +0000 UTC m=+0.294925575 container died fa4e95c3fe6cdf43941986b1ca984b875ca7b716bc210032f137f9e339ab75b7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-17T09:47:23.197 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 podman[29565]: 2024-09-17 09:47:23.012280095 +0000 UTC m=+0.624672326 container cleanup fa4e95c3fe6cdf43941986b1ca984b875ca7b716bc210032f137f9e339ab75b7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-17T09:47:23.197 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 bash[29565]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a 2024-09-17T09:47:23.488 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 podman[29577]: 2024-09-17 09:47:23.196387716 +0000 UTC m=+0.513904877 container remove fa4e95c3fe6cdf43941986b1ca984b875ca7b716bc210032f137f9e339ab75b7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-17T09:47:23.488 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-17T09:47:23.488 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 systemd[1]: Stopped Ceph mon.a for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:47:23.488 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 systemd[1]: Starting Ceph mon.a for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:47:23.768 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 podman[29666]: 2024-09-17 09:47:23.546734009 +0000 UTC m=+0.016422908 image pull f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 2024-09-17T09:47:23.768 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 podman[29666]: 2024-09-17 09:47:23.655787747 +0000 UTC m=+0.125476677 container create e123e16334ee7b77b3baaf8ffe974fccbd11309a214df6f148d4a634f2600af0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:47:23.996 INFO:teuthology.orchestra.run.smithi062.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-17T09:47:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 podman[29666]: 2024-09-17 09:47:23.907935222 +0000 UTC m=+0.377624107 container init e123e16334ee7b77b3baaf8ffe974fccbd11309a214df6f148d4a634f2600af0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-17T09:47:24.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 podman[29666]: 2024-09-17 09:47:23.911047843 +0000 UTC m=+0.380736728 container start e123e16334ee7b77b3baaf8ffe974fccbd11309a214df6f148d4a634f2600af0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-17T09:47:24.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T09:47:24.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: ceph version 19.3.0-4963-ge646f729 (e646f72961223a04d41eb40dad875d1628d78516) squid (dev), process ceph-mon, pid 2 2024-09-17T09:47:24.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: pidfile_write: ignore empty --pid-file 2024-09-17T09:47:24.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: load: jerasure load: lrc 2024-09-17T09:47:24.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: RocksDB version: 7.9.2 2024-09-17T09:47:24.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Git sha 0 2024-09-17T09:47:24.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Compile date 2024-09-16 20:37:15 2024-09-17T09:47:24.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: DB SUMMARY 2024-09-17T09:47:24.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: DB Session ID: O9KAWXMV0QL0UMCJD2LM 2024-09-17T09:47:24.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: CURRENT file: CURRENT 2024-09-17T09:47:24.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T09:47:24.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T09:47:24.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T09:47:24.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88818 ; 2024-09-17T09:47:24.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.error_if_exists: 0 2024-09-17T09:47:24.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.create_if_missing: 0 2024-09-17T09:47:24.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.paranoid_checks: 1 2024-09-17T09:47:24.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.env: 0x55f121668120 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.info_log: 0x55f1238a7700 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.statistics: (nil) 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.use_fsync: 0 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_log_file_size: 0 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T09:47:24.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.allow_fallocate: 1 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.use_direct_reads: 0 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.db_log_dir: 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.wal_dir: 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T09:47:24.115 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.write_buffer_manager: 0x55f1238abb80 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T09:47:24.116 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T09:47:24.117 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T09:47:24.117 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.unordered_write: 0 2024-09-17T09:47:24.117 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T09:47:24.117 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T09:47:24.117 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T09:47:24.117 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T09:47:24.117 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.row_cache: None 2024-09-17T09:47:24.117 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.wal_filter: None 2024-09-17T09:47:24.118 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T09:47:24.118 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T09:47:24.118 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.two_write_queues: 0 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.wal_compression: 0 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.atomic_flush: 0 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.log_readahead_size: 0 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T09:47:24.119 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_background_jobs: 2 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_background_compactions: -1 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_subcompactions: 1 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T09:47:24.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_open_files: -1 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_background_flushes: -1 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Compression algorithms supported: 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: kZSTD supported: 0 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: kXpressCompression supported: 0 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: kBZip2Compression supported: 0 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: kLZ4Compression supported: 1 2024-09-17T09:47:24.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: kZlibCompression supported: 1 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: kSnappyCompression supported: 1 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.merge_operator: 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_filter: None 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T09:47:24.122 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f1238a7320) 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: cache_index_and_filter_blocks: 1 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: pin_top_level_index_and_filter: 1 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_type: 0 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: data_block_index_type: 0 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_shortening: 1 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: checksum: 4 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: no_block_cache: 0 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache: 0x55f12389b610 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_name: BinnedLRUCache 2024-09-17T09:47:24.123 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_options: 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: capacity : 536870912 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: num_shard_bits : 4 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: strict_capacity_limit : 0 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: high_pri_pool_ratio: 0.000 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_compressed: (nil) 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: persistent_cache: (nil) 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_size: 4096 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_size_deviation: 10 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_restart_interval: 16 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_block_restart_interval: 1 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: metadata_block_size: 4096 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: partition_filters: 0 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: use_delta_encoding: 1 2024-09-17T09:47:24.124 INFO:journalctl@ceph.mon.a.smithi062.stdout: filter_policy: bloomfilter 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout: whole_key_filtering: 1 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout: verify_compression: 0 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout: read_amp_bytes_per_bit: 0 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout: format_version: 5 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout: enable_index_compression: 1 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_align: 0 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout: max_auto_readahead_size: 262144 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout: prepopulate_block_cache: 0 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout: initial_auto_readahead_size: 8192 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T09:47:24.125 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compression: NoCompression 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.num_levels: 7 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:47:24.126 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T09:47:24.127 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T09:47:24.128 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T09:47:24.129 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.inplace_update_support: 0 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.bloom_locality: 0 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.max_successive_merges: 0 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.ttl: 2592000 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.enable_blob_files: false 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.min_blob_size: 0 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T09:47:24.131 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c39fc94e-5238-4e06-856a-4bbd302ce9b8 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726566443938451, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726566443939335, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85563, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83710, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10145, "raw_average_key_size": 46, "raw_value_size": 77850, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726566443, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c39fc94e-5238-4e06-856a-4bbd302ce9b8", "db_session_id": "O9KAWXMV0QL0UMCJD2LM", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726566443939432, "job": 1, "event": "recovery_finished"} 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f1238cae00 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: DB pointer 0x55f1239cc000 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T09:47:24.132 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** DB Stats ** 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** Compaction Stats [default] ** 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T09:47:24.133 INFO:journalctl@ceph.mon.a.smithi062.stdout: L0 2/0 85.42 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: Sum 2/0 85.42 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.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 146.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** Compaction Stats [default] ** 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.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 146.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T09:47:24.134 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative compaction: 0.00 GB write, 26.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval compaction: 0.00 GB write, 26.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout: Block cache BinnedLRUCache@0x55f12389b610#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: starting mon.a rank 0 at public addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] at bind addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: mon.a@-1(???) e1 preinit fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: mon.a@-1(???).mds e1 new map 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: mon.a@-1(???).mds e1 print_map 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout: e1 2024-09-17T09:47:24.135 INFO:journalctl@ceph.mon.a.smithi062.stdout: btime 2024-09-17T09:47:18:904308+0000 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout: legacy client fscid: -1 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout: No filesystems configured 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 bash[29666]: e123e16334ee7b77b3baaf8ffe974fccbd11309a214df6f148d4a634f2600af0 2024-09-17T09:47:24.136 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 systemd[1]: Started Ceph mon.a for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: monmap epoch 1 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: last_changed 2024-09-17T09:47:15.915245+0000 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: created 2024-09-17T09:47:15.915245+0000 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: min_mon_release 19 (squid) 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: election_strategy: 1 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: fsmap 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T09:47:24.137 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:23 smithi062 ceph-mon[29685]: mgrmap e1: no daemons active 2024-09-17T09:47:25.060 INFO:teuthology.orchestra.run.smithi062.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T09:47:25.082 INFO:teuthology.orchestra.run.smithi062.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:47:25.082 INFO:teuthology.orchestra.run.smithi062.stdout:Creating mgr... 2024-09-17T09:47:25.083 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T09:47:25.083 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T09:47:25.332 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.a 2024-09-17T09:47:25.332 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Failed to reset failed state of unit ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-17T09:47:25.483 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-937dc85a-74d9-11ef-bceb-c7b262605968.target.wants/ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-937dc85a-74d9-11ef-bceb-c7b262605968@.service. 2024-09-17T09:47:25.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:25 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2518389691' entity='client.admin' 2024-09-17T09:47:26.037 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:25 smithi062 podman[29894]: 2024-09-17 09:47:25.955659957 +0000 UTC m=+0.355196194 container start 1092fd645dd95fa0c8997a1e027aea2c61ad2c260cd5b9f8d57244dc1ac361c8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-17T09:47:26.054 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T09:47:26.054 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout disabled 2024-09-17T09:47:26.062 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T09:47:26.063 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-17T09:47:26.063 INFO:teuthology.orchestra.run.smithi062.stdout:firewalld.service is not enabled 2024-09-17T09:47:26.063 INFO:teuthology.orchestra.run.smithi062.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T09:47:26.073 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T09:47:26.074 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout disabled 2024-09-17T09:47:26.082 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T09:47:26.083 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-17T09:47:26.083 INFO:teuthology.orchestra.run.smithi062.stdout:firewalld.service is not enabled 2024-09-17T09:47:26.083 INFO:teuthology.orchestra.run.smithi062.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-17T09:47:26.083 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mgr to start... 2024-09-17T09:47:26.083 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mgr... 2024-09-17T09:47:26.308 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:26 smithi062 bash[29894]: 1092fd645dd95fa0c8997a1e027aea2c61ad2c260cd5b9f8d57244dc1ac361c8 2024-09-17T09:47:26.308 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:26 smithi062 systemd[1]: Started Ceph mgr.a for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:47:26.834 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:26 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/209102464' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T09:47:27.087 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:27.090 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:47:27.090 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "fsid": "937dc85a-74d9-11ef-bceb-c7b262605968", 2024-09-17T09:47:27.090 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 0 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T09:47:27.091 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T09:47:27.092 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T09:47:27.095 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T09:47:27.096 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T09:47:18:904308+0000", 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:47:27.097 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:27.098 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T09:47:27.098 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:27.098 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T09:47:18.905006+0000", 2024-09-17T09:47:27.098 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:47:27.098 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:27.098 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T09:47:27.098 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:47:27.098 INFO:teuthology.orchestra.run.smithi062.stdout:mgr not available, waiting (1/15)... 2024-09-17T09:47:29.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:29 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/364194238' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T09:47:30.163 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:30.163 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:47:30.163 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "fsid": "937dc85a-74d9-11ef-bceb-c7b262605968", 2024-09-17T09:47:30.163 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T09:47:30.163 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 0 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T09:47:30.164 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T09:47:30.165 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T09:47:30.168 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T09:47:18:904308+0000", 2024-09-17T09:47:30.169 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T09:47:30.170 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:30.171 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T09:47:18.905006+0000", 2024-09-17T09:47:30.171 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:47:30.171 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:30.171 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T09:47:30.171 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:47:30.171 INFO:teuthology.orchestra.run.smithi062.stdout:mgr not available, waiting (2/15)... 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: Activating manager daemon a 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: mgrmap e2: a(active, starting, since 0.00331657s) 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: from='mgr.14100 172.21.15.62:0/1022143979' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: from='mgr.14100 172.21.15.62:0/1022143979' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: from='mgr.14100 172.21.15.62:0/1022143979' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: from='mgr.14100 172.21.15.62:0/1022143979' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: from='mgr.14100 172.21.15.62:0/1022143979' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: Manager daemon a is now available 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: from='mgr.14100 172.21.15.62:0/1022143979' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: from='mgr.14100 172.21.15.62:0/1022143979' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: from='mgr.14100 172.21.15.62:0/1022143979' entity='mgr.a' 2024-09-17T09:47:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: from='mgr.14100 172.21.15.62:0/1022143979' entity='mgr.a' 2024-09-17T09:47:31.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:31 smithi062 ceph-mon[29685]: from='mgr.14100 172.21.15.62:0/1022143979' entity='mgr.a' 2024-09-17T09:47:33.381 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:33.381 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:47:33.381 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "fsid": "937dc85a-74d9-11ef-bceb-c7b262605968", 2024-09-17T09:47:33.381 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T09:47:33.381 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T09:47:33.381 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T09:47:33.381 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T09:47:33.381 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:33.381 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T09:47:33.381 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 0 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T09:47:33.382 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T09:47:33.383 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T09:47:18:904308+0000", 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T09:47:33.384 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T09:47:18.905006+0000", 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:47:33.385 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T09:47:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:47:33.386 INFO:teuthology.orchestra.run.smithi062.stdout:mgr is available 2024-09-17T09:47:33.566 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:33 smithi062 ceph-mon[29685]: mgrmap e3: a(active, since 1.00755s) 2024-09-17T09:47:33.567 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:33 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/803091980' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T09:47:34.415 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout fsid = 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T09:47:34.416 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-17T09:47:34.417 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T09:47:34.417 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T09:47:34.417 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T09:47:34.417 INFO:teuthology.orchestra.run.smithi062.stdout:Enabling cephadm module... 2024-09-17T09:47:34.535 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:34 smithi062 ceph-mon[29685]: mgrmap e4: a(active, since 2s) 2024-09-17T09:47:34.535 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:34 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2035965224' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T09:47:34.535 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:34 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2035965224' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T09:47:35.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:35 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/314205853' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-17T09:47:35.577 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:35 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: ignoring --setuser ceph since I am not root 2024-09-17T09:47:35.577 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:35 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: ignoring --setgroup ceph since I am not root 2024-09-17T09:47:36.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:36 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/314205853' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T09:47:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:36 smithi062 ceph-mon[29685]: mgrmap e5: a(active, since 4s) 2024-09-17T09:47:37.145 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:47:37.145 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T09:47:37.145 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T09:47:37.145 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-17T09:47:37.146 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T09:47:37.146 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:47:37.146 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for the mgr to restart... 2024-09-17T09:47:37.146 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mgr epoch 5... 2024-09-17T09:47:37.444 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:37 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/1882345031' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T09:47:40.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:40 smithi062 ceph-mon[29685]: Active manager daemon a restarted 2024-09-17T09:47:40.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:40 smithi062 ceph-mon[29685]: Activating manager daemon a 2024-09-17T09:47:40.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:40 smithi062 ceph-mon[29685]: osdmap e2: 0 total, 0 up, 0 in 2024-09-17T09:47:40.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:40 smithi062 ceph-mon[29685]: mgrmap e6: a(active, starting, since 0.0032811s) 2024-09-17T09:47:40.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:40 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:47:40.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:40 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-17T09:47:40.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:40 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T09:47:40.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:40 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T09:47:40.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:40 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T09:47:40.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:40 smithi062 ceph-mon[29685]: Manager daemon a is now available 2024-09-17T09:47:42.084 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:47:42.084 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T09:47:42.084 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T09:47:42.085 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:47:42.085 INFO:teuthology.orchestra.run.smithi062.stdout:mgr epoch 5 is available 2024-09-17T09:47:42.085 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying orchestrator module is enabled... 2024-09-17T09:47:42.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: mgrmap e7: a(active, since 1.00619s) 2024-09-17T09:47:42.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:42.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:42.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: Found migration_current of "None". Setting to last migration. 2024-09-17T09:47:42.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:42.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:42.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:42.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:47:42.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:47:42.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-17T09:47:42.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:42 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-17T09:47:43.986 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-mon[29685]: mgrmap e8: a(active, since 2s) 2024-09-17T09:47:43.987 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2703642471' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-17T09:47:43.987 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: 2024-09-17T09:47:43.806+0000 7fd709d79640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:09:47:43] ENGINE Error in HTTPServer.serve 2024-09-17T09:47:43.987 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: Traceback (most recent call last): 2024-09-17T09:47:43.987 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:47:43.987 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: self._connections.run(self.expiration_interval) 2024-09-17T09:47:43.987 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:47:43.987 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: self._run(expiration_interval) 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: s = self.context.wrap_socket( 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: return self.sslsocket_class._create( 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: self.do_handshake() 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:47:43.988 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: self._sslobj.do_handshake() 2024-09-17T09:47:43.989 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:47:43.989 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:43 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: 2024-09-17T09:47:44.265 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-17T09:47:44.265 INFO:teuthology.orchestra.run.smithi062.stdout:Setting orchestrator backend to cephadm... 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:44 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2703642471' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:44 smithi062 ceph-mon[29685]: mgrmap e9: a(active, since 3s) 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:44 smithi062 ceph-mon[29685]: [17/Sep/2024:09:47:43] ENGINE Bus STARTING 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:44 smithi062 ceph-mon[29685]: [17/Sep/2024:09:47:43] ENGINE Serving on https://172.21.15.62:7150 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:44 smithi062 ceph-mon[29685]: [17/Sep/2024:09:47:43] ENGINE Error in HTTPServer.serve 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: Traceback (most recent call last): 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._connections.run(self.expiration_interval) 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._run(expiration_interval) 2024-09-17T09:47:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: s = self.context.wrap_socket( 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: return self.sslsocket_class._create( 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: self.do_handshake() 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._sslobj.do_handshake() 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:47:44.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:44 smithi062 ceph-mon[29685]: [17/Sep/2024:09:47:43] ENGINE Serving on http://172.21.15.62:8765 2024-09-17T09:47:44.863 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:44 smithi062 ceph-mon[29685]: [17/Sep/2024:09:47:43] ENGINE Bus STARTED 2024-09-17T09:47:44.863 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:44 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:47:46.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:45 smithi062 ceph-mon[29685]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:47:46.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:45 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:46.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:45 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:47:46.627 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T09:47:46.627 INFO:teuthology.orchestra.run.smithi062.stdout:Generating ssh key... 2024-09-17T09:47:46.961 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:46 smithi062 ceph-mon[29685]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:47:47.764 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: Generating public/private rsa key pair. 2024-09-17T09:47:47.764 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: Your identification has been saved in /tmp/tmphhi_t7az/key 2024-09-17T09:47:47.764 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: Your public key has been saved in /tmp/tmphhi_t7az/key.pub 2024-09-17T09:47:47.764 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: The key fingerprint is: 2024-09-17T09:47:47.764 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: SHA256:O75Xy2EVF4bC1nFLD/gfbcX0EM0UosfYOGhtuq9utm8 ceph-937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:47.764 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: The key's randomart image is: 2024-09-17T09:47:47.764 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: +---[RSA 3072]----+ 2024-09-17T09:47:47.764 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: | . .+*&=| 2024-09-17T09:47:47.764 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: | o+Bo*oX| 2024-09-17T09:47:47.765 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: | o.B.= +=| 2024-09-17T09:47:47.765 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: | . o o o.o| 2024-09-17T09:47:47.765 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: | S. . o.| 2024-09-17T09:47:47.765 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: | .. + .| 2024-09-17T09:47:47.765 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: | o. + o | 2024-09-17T09:47:47.765 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: | . +oEo | 2024-09-17T09:47:47.765 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: | **=o | 2024-09-17T09:47:47.765 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: +----[SHA256]-----+ 2024-09-17T09:47:48.047 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-mon[29685]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:47:48.048 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-mon[29685]: Generating ssh key... 2024-09-17T09:47:48.048 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:48.048 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:47 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:49.139 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC328NRLdl2a+FhSP4cNYwBR479s36+lGaZoWsR/XaEtFwE8mcWWrQfrhfKtjhKwMnj5GvgwN0DliGS9benDVz6LEiAp6Vamnt3ZSGX8ZiPcOw/cK3bQOlNbX55ffiJlxjYDAfCF2zut0l7arIivrsHdgdpDjxXbrawp/pM1QfdVL8z3sPFA2F7LOhaplGwxvHWh2KF0NcdH2oFDmJokbbvov/by0GW4niKTCYrEWcKEZ2coKP3wG2FDid7BFRGIO/jILt/mwun8cvHDUxCnssoYUWVnV/LuTL9rILj5+uXXWBqz6VIOtzwqdY14laLlijlDoR+jfWJiQlZCZ7nYkoL/xA9nEdCO/VF9tIpRhVC1ZJnB951cZBIfK9Kpvid5eqL6OE5F7z0ImKpDywBJO29McU9F4btDfCJnW7O7JP++8yHTdtLXrqy6RMq+OqW9UsstZ6q1wWKhmR2lkB0fR+I2MlVuWkVcd4j+ROxK62aQifGi/3mZF9VjLOI1A7BE2k= ceph-937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:47:49.139 INFO:teuthology.orchestra.run.smithi062.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:47:49.139 INFO:teuthology.orchestra.run.smithi062.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T09:47:49.147 INFO:teuthology.orchestra.run.smithi062.stdout:Adding host smithi062... 2024-09-17T09:47:49.439 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:49 smithi062 ceph-mon[29685]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:47:50.413 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:50 smithi062 ceph-mon[29685]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "addr": "172.21.15.62", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:47:51.563 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:51 smithi062 ceph-mon[29685]: Deploying cephadm binary to smithi062 2024-09-17T09:47:54.147 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout Added host 'smithi062' with addr '172.21.15.62' 2024-09-17T09:47:54.147 INFO:teuthology.orchestra.run.smithi062.stdout:Deploying unmanaged mon service... 2024-09-17T09:47:54.699 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:54 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:54.699 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:54 smithi062 ceph-mon[29685]: Added host smithi062 2024-09-17T09:47:54.699 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:54 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:47:56.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:55 smithi062 ceph-mon[29685]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:47:56.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:55 smithi062 ceph-mon[29685]: Saving service mon spec with placement count:5 2024-09-17T09:47:56.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:55 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:56.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:55 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:56.211 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T09:47:56.211 INFO:teuthology.orchestra.run.smithi062.stdout:Deploying unmanaged mgr service... 2024-09-17T09:47:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:57 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:57 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:57.996 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T09:47:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:58 smithi062 ceph-mon[29685]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:47:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:58 smithi062 ceph-mon[29685]: Saving service mgr spec with placement count:2 2024-09-17T09:47:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:58 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:58 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:58 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"} : dispatch 2024-09-17T09:47:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:58 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' 2024-09-17T09:47:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:58 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []} : dispatch 2024-09-17T09:47:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:58 smithi062 ceph-mon[29685]: from='mgr.14118 172.21.15.62:0/2083663915' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []}]': finished 2024-09-17T09:47:59.794 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:59 smithi062 ceph-mon[29685]: Deploying daemon agent.smithi062 on smithi062 2024-09-17T09:47:59.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:47:59 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/585290098' entity='client.admin' 2024-09-17T09:48:00.416 INFO:teuthology.orchestra.run.smithi062.stdout:Enabling the dashboard module... 2024-09-17T09:48:00.791 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:00 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2350888771' entity='client.admin' 2024-09-17T09:48:02.102 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:01 smithi062 ceph-mon[29685]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:02.102 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:01 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2909845365' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-17T09:48:02.102 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:01 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: ignoring --setuser ceph since I am not root 2024-09-17T09:48:02.102 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:01 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: ignoring --setgroup ceph since I am not root 2024-09-17T09:48:03.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:02 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2909845365' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T09:48:03.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:02 smithi062 ceph-mon[29685]: mgrmap e10: a(active, since 21s) 2024-09-17T09:48:03.512 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:48:03.513 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-17T09:48:03.513 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T09:48:03.513 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-17T09:48:03.513 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T09:48:03.513 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:48:03.513 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for the mgr to restart... 2024-09-17T09:48:03.513 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mgr epoch 10... 2024-09-17T09:48:04.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:03 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/3155286064' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T09:48:07.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:07 smithi062 ceph-mon[29685]: Active manager daemon a restarted 2024-09-17T09:48:07.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:07 smithi062 ceph-mon[29685]: Activating manager daemon a 2024-09-17T09:48:07.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:07 smithi062 ceph-mon[29685]: osdmap e3: 0 total, 0 up, 0 in 2024-09-17T09:48:07.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:07 smithi062 ceph-mon[29685]: mgrmap e11: a(active, starting, since 0.00341227s) 2024-09-17T09:48:07.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:48:07.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-17T09:48:07.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T09:48:07.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T09:48:07.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T09:48:07.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:07 smithi062 ceph-mon[29685]: Manager daemon a is now available 2024-09-17T09:48:08.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:08 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:08.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:08 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:08.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:08 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-17T09:48:08.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:08 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-17T09:48:08.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:08 smithi062 ceph-mon[29685]: mgrmap e12: a(active, since 1.00624s) 2024-09-17T09:48:08.659 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:48:08.659 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-17T09:48:08.659 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T09:48:08.659 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:48:08.659 INFO:teuthology.orchestra.run.smithi062.stdout:mgr epoch 10 is available 2024-09-17T09:48:08.660 INFO:teuthology.orchestra.run.smithi062.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-17T09:48:09.474 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: 2024-09-17T09:48:09.222+0000 7f4b04eeb640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:09:48:09] ENGINE Error in HTTPServer.serve 2024-09-17T09:48:09.474 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: Traceback (most recent call last): 2024-09-17T09:48:09.474 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:48:09.474 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: self._connections.run(self.expiration_interval) 2024-09-17T09:48:09.474 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:48:09.474 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: self._run(expiration_interval) 2024-09-17T09:48:09.474 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: s = self.context.wrap_socket( 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: return self.sslsocket_class._create( 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: self.do_handshake() 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: self._sslobj.do_handshake() 2024-09-17T09:48:09.475 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:48:09.476 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: 2024-09-17T09:48:09.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-mon[29685]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T09:48:09.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:09 smithi062 ceph-mon[29685]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T09:48:10.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: [17/Sep/2024:09:48:09] ENGINE Bus STARTING 2024-09-17T09:48:10.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: [17/Sep/2024:09:48:09] ENGINE Serving on https://172.21.15.62:7150 2024-09-17T09:48:10.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: [17/Sep/2024:09:48:09] ENGINE Error in HTTPServer.serve 2024-09-17T09:48:10.611 INFO:journalctl@ceph.mon.a.smithi062.stdout: Traceback (most recent call last): 2024-09-17T09:48:10.611 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:48:10.611 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._connections.run(self.expiration_interval) 2024-09-17T09:48:10.611 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:48:10.611 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._run(expiration_interval) 2024-09-17T09:48:10.611 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: s = self.context.wrap_socket( 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: return self.sslsocket_class._create( 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: self.do_handshake() 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._sslobj.do_handshake() 2024-09-17T09:48:10.612 INFO:journalctl@ceph.mon.a.smithi062.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:48:10.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:48:10.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: [17/Sep/2024:09:48:09] ENGINE Serving on http://172.21.15.62:8765 2024-09-17T09:48:10.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: [17/Sep/2024:09:48:09] ENGINE Bus STARTED 2024-09-17T09:48:10.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: mgrmap e13: a(active, since 2s) 2024-09-17T09:48:10.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:10.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"} : dispatch 2024-09-17T09:48:10.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:10.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []} : dispatch 2024-09-17T09:48:10.969 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUC5HHfUi1bfilCzQNksOle6nlLLMwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxNzA5NDgxMFoXDTM0\nMDkxODA5NDgxMFowFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjYyMIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEA5wgUxK9FcaUMdvUn3b0MhlMCK37w+3RkvO6G\nw8cszqfVoXDTO3MX6yjYgMBhsbOF9gWCR//XKGD7oQo8zdhfvw6E0cSbpqSnCGNE\ngsg6isBuwkXx0GgkBZrsvKLviFwWMhbcggVviIQOYQEbsvPmBJMNnO24HWYEJJDm\nprrzI2bke9QxUj//46yyq+5BLAAHp9FIMsVeE9OGF5fRQ1BjKpHYhIs38NlxLgTq\nEEuzdf53GnbrkHAs/2xNsQvv6pMSGDjZR7KsER5h2HSSb/fH3haLqvJbNXQlGpx2\nDH8EPXkLRIEjj1ZGbrrVUGkoY5G7w/t3h1NaHr0pk9ZY4BTcyLPUDSx5V/I/iHQD\n8uPxF0BRUlj49vO6t+niubr7e/CeIp1pJfw4WX/J9EKKh/sKs1UgRFjC6AN3VZfw\nOjJrGwbI7TsKF3aVcyVWhCS30hDe9dUvefUrk8/fw1/Am4d8ZCxzyw1afEPl6jU9\nYsgPPwDIRmPVHOD1s06fzkzbs3nuNaiJJoCn2bTKRufg06gA00NMHHNpeHXFUhcW\n0gCxkXDR3IN+r5iiw48pKfDJHtsI+VEe1wIO0ibfrsdiK5PzDE/wip9FeD4iMiAp\nr4oaylsijfYP1wIJbkZCWwz+CecN8ho4qo7/FAU3P58/Z6xD6UVQhEBGXD2uFb7r\ncTxxgOUCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDYyghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPPjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAE\nGDfBbZrPreI7zNcVV8/z8mfBEGTov5dmRU1XjZewXnd4PTYeJB8Q4msjiX+EzT5X\n8x8WS0rdGT0KlUTPwQzxIsdmw4yu+YgTT81eMe6WeKYIjJ8VZ6PUU0PDODkN6bB8\nHa2+pkWxLHgBYOnmH8e4ThkR+8u+AaTkhHrdRPbuZ0CiD1Y0KCVjsjI2poqGU9ue\n187zXFOmeKQ1KzwH1gI7D+Bor1Ju6+DCyi1uoy/sU+je8Na2y1yqLZlbIgiUxP4X\n39q0l0kNwh5k9mNHC9IHOo2HXo9Q6/tTcedUVGlpeX+4xrDlTaAuHjnBeHh2PmQ0\nOM21l7wSRqiJHfv3s4WIqQWmMOEKNtSy6uzgXTL6bo/Hzt1k0/EWncClJZ6gyNyK\nWhPwZ3E7OcWDgLT/r3PB0AiPdhs06vdN8ps44NkGB0PGerNaV4Dp0RmY71bBcJWC\nhGZl5xe0NxcbGjVmsDcW8wShB1YlVVQErWojy0klsIZu/1AW565B0PZWxfRtJ33b\nXLxeB5r4UsVn7rpgwSkBbm9Q4//1MCVgbGTr9QC0uYvqEhzQmk4pT1LotirHSxRk\nJkNpWVGmkv4VQ1u21pg2bs0G3q3jCAj5kAKppYazgRTLYFJIJsyLRUDo/Hx2KKK2\nLlWIYuxI7wQCOEEk0hVlC82g375HUXiFDbsmdeCIUQ==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEA5wgUxK9FcaUMdvUn3b0MhlMCK37w+3RkvO6Gw8cszqfVoXDT\nO3MX6yjYgMBhsbOF9gWCR//XKGD7oQo8zdhfvw6E0cSbpqSnCGNEgsg6isBuwkXx\n0GgkBZrsvKLviFwWMhbcggVviIQOYQEbsvPmBJMNnO24HWYEJJDmprrzI2bke9Qx\nUj//46yyq+5BLAAHp9FIMsVeE9OGF5fRQ1BjKpHYhIs38NlxLgTqEEuzdf53Gnbr\nkHAs/2xNsQvv6pMSGDjZR7KsER5h2HSSb/fH3haLqvJbNXQlGpx2DH8EPXkLRIEj\nj1ZGbrrVUGkoY5G7w/t3h1NaHr0pk9ZY4BTcyLPUDSx5V/I/iHQD8uPxF0BRUlj4\n9vO6t+niubr7e/CeIp1pJfw4WX/J9EKKh/sKs1UgRFjC6AN3VZfwOjJrGwbI7TsK\nF3aVcyVWhCS30hDe9dUvefUrk8/fw1/Am4d8ZCxzyw1afEPl6jU9YsgPPwDIRmPV\nHOD1s06fzkzbs3nuNaiJJoCn2bTKRufg06gA00NMHHNpeHXFUhcW0gCxkXDR3IN+\nr5iiw48pKfDJHtsI+VEe1wIO0ibfrsdiK5PzDE/wip9FeD4iMiApr4oaylsijfYP\n1wIJbkZCWwz+CecN8ho4qo7/FAU3P58/Z6xD6UVQhEBGXD2uFb7rcTxxgOUCAwEA\nAQKCAgAC5EUAkBR6Jj1HIQix2YXom+1evW4CvEg3pk7upz6xwcQGePvnSJZcVtyK\nS3BtmK8Raqw8NVNHzmOFmw97xTyv18pkpuWc/TV0SkeAY45VvbAAo6N66AUSQppx\nGf6yqxavddAULRyraQu6vfPzqJlHk6nnGThTTLtMiwKcn6HWTHTShIbTy91GERuV\nr1KY7qzgtkdOfalZyQjYV+VCWQCpUlBKCGnFZ/fm+PuhlbofTxoPGwaDx3FfmRBK\nKic6T4xeJT7eZpVAMHVyxrK/qk8kHVb751eFfAr1IgZ98h7Cm+2H4/lUij3oAy83\nwQJW+mshOkX2J15a05GUzGkqFNjESfPLIurfeC6AfE5hX30K4egtYKK+jgDiWaCT\n1LRocxySV6DhGzlwAgZhzySHg3i2aUiiug9fx6LngpsdG/zz99i2fLuwFVYehZuR\njRixReX3dDfaUPD9b/6M5ueys0i91zwAjxMj7zwZ0FlIurz0658+wSxvelu35Vfv\ndn6vgRdMnmW5Y5P1s+H68SxGrr+Suby+NrPogqZBK1lEFFKs3G/K/MxK5nCNHkky\nPsHXGTrYyYGO/DsaxEQUo2NGohmXpQFPBNqWijJNrqPF3l3vKRMFxhZ/oW+jHKiz\nrpW1WL0j29eUemDzVF3yuFqam1GJ46R3REoPXMbf6NCrVQQMmQKCAQEA/ob6BGw+\nMrTsJRF/rV5JfyvYdg256L+VFzGKWL1M38PGZ5dXPaJNEnSm0Tvc/A+WaEImEwXb\naG/+831Dxf8z7JRNL03WmhBHRzQM8dgDVFnND2nwRV4vvemBVinPUHvS11VVVfNx\naeP9swtzANffay746AmavTj6RWywix4rBIMAF6H8/9un3CVkuEN+o+5I5+uoZd4i\n2bvJZDB0iTwz9TBrwkiL8fQCTk2/hVy3Y93tqIEr1fIPnxfdRiInVNyv0CRTeRlb\niNUyveTELC6NM3nbMS3NJZecs5aelmVGorB1AWhijO0XBssy8DXK1Nt4db1Z+ZCO\nSFEO8Js/vcZS6wKCAQEA6F5NEmFr5ijxNhELpDWCBb3/Yk0hKuZWvLwkurYzI523\n5rQQVuSTxdgS6y7PBPlG7KFNfg+URU2ww+ip12cwxdGiW9ej9qwXtj+eUGbex9Bw\nwyJ2RJJsDjh/SYNkpv4TnSBOxVE875M1CjCHtnYqK7SPP2nvH0MbrjZXlNe/oklq\niXv1001x1Bs4DRVOuNMJ/hhVBGlAH9sLitEktL+g/g6VN9nER+PykbkZSqwdY9X5\nco/IkvvQMO83O4w/jy22uod1sanwPHurih5rMIJG6oWohmF1JmooVGadNbHXGdvU\ntaf3gLAsYGAHgcXm9r/kzk4LRxk+8KcWxkkxPIVnbwKCAQBzOd3TxMD/qaJCQcLA\nVLAHL21GPH6OXLT9FANimwhDQNkAKqZnE6O6mC6xCF3JirD3sAKWmA81H4aW6n2V\nFCyIjLbIlH9zraznEixODBGtzR2lPbt1W+dXHW/c9v6QnA3eSBZi29vbKUjAFo3Q\nsunFFzW9riNsSHAcn9Domha1ayzOhhoIJoO+iPso4/1f7074F1pcC41Rbs8EWV9Y\nhXWsKWiPQtKADYxBsLbkhA3N2zltEFUs/PGPf3k/99RAecvp+ZgEebNTpdjb2MXq\njoSD6kWN5QM7YoChWK2gvmaU3jeKFJyQ2gCTpcgAsQmLBXRqMPeboJKZMIEH8fCQ\nVElTAoIBADVY4QzlPOZcY/RruWZ7ulwjIKyq1ICK3UL7Vtte1SLKJNxcXpv0YlC7\nqKxB1NlpeXT+G1JjtUCr83cmxUdks3fXBxVazpPlMpRuyqPe2iq5mgnSsaBQlWo2\nYlK4TbVhA5PBRRRb8Ed4Xmb2eVHUkx3xmCmQ4osk1wgKBdVwKtjRTho+UVOvpgBy\nN04ZpDcejF6/q1UV7NjjayT1mx28GPP62Rs3ba6rkJcQDdRs61puV5SLmhrUoRl6\n8g1Dx5vRfPAaBVVClJruMZXGIgnC/xD8mpIvcbveB2BJJrKbH60aIR2LcHElASsn\nINIUY1AnAhqzJDewfhi1466mQx2H6xUCggEBAIdETI1gWxB5462wlfYzFNL/BmFL\n+JuvyUXSCRebYShj4Yg5FSzqlFIjTprzB4h7xgWvICTzKj/H1Pyjhm3XghWs37X6\nqgaAnuDxICPaZ1HHzWNXooxAMAeA2D1t7qLl9Op9TDoiBckYgnGguBR8SmSwy9P0\nfGa5vpwglzgqiXfbN9F5bhq6Vgbo5/AVr7iRCvcDbQlZbUiBvo4VsL8XaIkMYN1Z\nSA10/eXt+fCg4gnQFfg/XDmOo361kmu9NYkne+L9vbjBQwyNE+ZMC+oKtsUXT4TO\nzIpB7HXF758rAvs8QpytyvgY8gVE3K6k2EcIy1hzmus9xmzLjCIzGMz17To=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-17T09:48:11.537 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:11 smithi062 ceph-mon[29685]: Deploying daemon agent.smithi062 on smithi062 2024-09-17T09:48:12.126 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-17T09:48:12.729 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:12 smithi062 ceph-mon[29685]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:48:12.729 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:12 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:13.240 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-17T09:48:13.240 INFO:teuthology.orchestra.run.smithi062.stdout:Creating initial admin user... 2024-09-17T09:48:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:13 smithi062 ceph-mon[29685]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:48:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:14.647 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ZZAf1IOx8AIMPdXov2qR0O.xQqO7YYxhumAVvCv6hd0dlxHgUcZBG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726566494, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T09:48:14.647 INFO:teuthology.orchestra.run.smithi062.stdout:Fetching dashboard port number... 2024-09-17T09:48:15.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:15 smithi062 ceph-mon[29685]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:48:15.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:15 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:15.844 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T09:48:15.857 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T09:48:15.857 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout disabled 2024-09-17T09:48:15.866 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T09:48:15.866 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-17T09:48:15.866 INFO:teuthology.orchestra.run.smithi062.stdout:firewalld.service is not enabled 2024-09-17T09:48:15.866 INFO:teuthology.orchestra.run.smithi062.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T09:48:15.869 INFO:teuthology.orchestra.run.smithi062.stdout:Ceph Dashboard is now available at: 2024-09-17T09:48:15.869 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:15.869 INFO:teuthology.orchestra.run.smithi062.stdout: URL: https://smithi062.front.sepia.ceph.com:8443/ 2024-09-17T09:48:15.869 INFO:teuthology.orchestra.run.smithi062.stdout: User: admin 2024-09-17T09:48:15.869 INFO:teuthology.orchestra.run.smithi062.stdout: Password: bv81wrddhk 2024-09-17T09:48:15.869 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:15.870 INFO:teuthology.orchestra.run.smithi062.stdout:Saving cluster configuration to /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config directory 2024-09-17T09:48:16.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:16 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/106814555' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-17T09:48:17.101 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T09:48:17.101 INFO:teuthology.orchestra.run.smithi062.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T09:48:17.101 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:17.101 INFO:teuthology.orchestra.run.smithi062.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:48:17.101 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:17.101 INFO:teuthology.orchestra.run.smithi062.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T09:48:17.101 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:17.101 INFO:teuthology.orchestra.run.smithi062.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T09:48:17.102 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:17.102 INFO:teuthology.orchestra.run.smithi062.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T09:48:17.102 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:17.102 INFO:teuthology.orchestra.run.smithi062.stdout: ceph telemetry on 2024-09-17T09:48:17.102 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:17.102 INFO:teuthology.orchestra.run.smithi062.stdout:For more information see: 2024-09-17T09:48:17.102 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:17.102 INFO:teuthology.orchestra.run.smithi062.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T09:48:17.102 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:17.102 INFO:teuthology.orchestra.run.smithi062.stdout:Bootstrap complete. 2024-09-17T09:48:17.146 INFO:tasks.cephadm:Fetching config... 2024-09-17T09:48:17.146 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:48:17.146 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T09:48:17.163 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T09:48:17.163 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:48:17.163 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T09:48:17.220 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T09:48:17.220 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:48:17.220 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-17T09:48:17.365 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T09:48:17.365 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:48:17.365 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T09:48:17.421 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T09:48:17.422 DEBUG:teuthology.orchestra.run.smithi062:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC328NRLdl2a+FhSP4cNYwBR479s36+lGaZoWsR/XaEtFwE8mcWWrQfrhfKtjhKwMnj5GvgwN0DliGS9benDVz6LEiAp6Vamnt3ZSGX8ZiPcOw/cK3bQOlNbX55ffiJlxjYDAfCF2zut0l7arIivrsHdgdpDjxXbrawp/pM1QfdVL8z3sPFA2F7LOhaplGwxvHWh2KF0NcdH2oFDmJokbbvov/by0GW4niKTCYrEWcKEZ2coKP3wG2FDid7BFRGIO/jILt/mwun8cvHDUxCnssoYUWVnV/LuTL9rILj5+uXXWBqz6VIOtzwqdY14laLlijlDoR+jfWJiQlZCZ7nYkoL/xA9nEdCO/VF9tIpRhVC1ZJnB951cZBIfK9Kpvid5eqL6OE5F7z0ImKpDywBJO29McU9F4btDfCJnW7O7JP++8yHTdtLXrqy6RMq+OqW9UsstZ6q1wWKhmR2lkB0fR+I2MlVuWkVcd4j+ROxK62aQifGi/3mZF9VjLOI1A7BE2k= ceph-937dc85a-74d9-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T09:48:17.590 INFO:teuthology.orchestra.run.smithi062.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC328NRLdl2a+FhSP4cNYwBR479s36+lGaZoWsR/XaEtFwE8mcWWrQfrhfKtjhKwMnj5GvgwN0DliGS9benDVz6LEiAp6Vamnt3ZSGX8ZiPcOw/cK3bQOlNbX55ffiJlxjYDAfCF2zut0l7arIivrsHdgdpDjxXbrawp/pM1QfdVL8z3sPFA2F7LOhaplGwxvHWh2KF0NcdH2oFDmJokbbvov/by0GW4niKTCYrEWcKEZ2coKP3wG2FDid7BFRGIO/jILt/mwun8cvHDUxCnssoYUWVnV/LuTL9rILj5+uXXWBqz6VIOtzwqdY14laLlijlDoR+jfWJiQlZCZ7nYkoL/xA9nEdCO/VF9tIpRhVC1ZJnB951cZBIfK9Kpvid5eqL6OE5F7z0ImKpDywBJO29McU9F4btDfCJnW7O7JP++8yHTdtLXrqy6RMq+OqW9UsstZ6q1wWKhmR2lkB0fR+I2MlVuWkVcd4j+ROxK62aQifGi/3mZF9VjLOI1A7BE2k= ceph-937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:48:17.607 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC328NRLdl2a+FhSP4cNYwBR479s36+lGaZoWsR/XaEtFwE8mcWWrQfrhfKtjhKwMnj5GvgwN0DliGS9benDVz6LEiAp6Vamnt3ZSGX8ZiPcOw/cK3bQOlNbX55ffiJlxjYDAfCF2zut0l7arIivrsHdgdpDjxXbrawp/pM1QfdVL8z3sPFA2F7LOhaplGwxvHWh2KF0NcdH2oFDmJokbbvov/by0GW4niKTCYrEWcKEZ2coKP3wG2FDid7BFRGIO/jILt/mwun8cvHDUxCnssoYUWVnV/LuTL9rILj5+uXXWBqz6VIOtzwqdY14laLlijlDoR+jfWJiQlZCZ7nYkoL/xA9nEdCO/VF9tIpRhVC1ZJnB951cZBIfK9Kpvid5eqL6OE5F7z0ImKpDywBJO29McU9F4btDfCJnW7O7JP++8yHTdtLXrqy6RMq+OqW9UsstZ6q1wWKhmR2lkB0fR+I2MlVuWkVcd4j+ROxK62aQifGi/3mZF9VjLOI1A7BE2k= ceph-937dc85a-74d9-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T09:48:17.662 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC328NRLdl2a+FhSP4cNYwBR479s36+lGaZoWsR/XaEtFwE8mcWWrQfrhfKtjhKwMnj5GvgwN0DliGS9benDVz6LEiAp6Vamnt3ZSGX8ZiPcOw/cK3bQOlNbX55ffiJlxjYDAfCF2zut0l7arIivrsHdgdpDjxXbrawp/pM1QfdVL8z3sPFA2F7LOhaplGwxvHWh2KF0NcdH2oFDmJokbbvov/by0GW4niKTCYrEWcKEZ2coKP3wG2FDid7BFRGIO/jILt/mwun8cvHDUxCnssoYUWVnV/LuTL9rILj5+uXXWBqz6VIOtzwqdY14laLlijlDoR+jfWJiQlZCZ7nYkoL/xA9nEdCO/VF9tIpRhVC1ZJnB951cZBIfK9Kpvid5eqL6OE5F7z0ImKpDywBJO29McU9F4btDfCJnW7O7JP++8yHTdtLXrqy6RMq+OqW9UsstZ6q1wWKhmR2lkB0fR+I2MlVuWkVcd4j+ROxK62aQifGi/3mZF9VjLOI1A7BE2k= ceph-937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:48:17.673 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:17 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/1465616227' entity='client.admin' 2024-09-17T09:48:17.675 DEBUG:teuthology.orchestra.run.smithi137:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC328NRLdl2a+FhSP4cNYwBR479s36+lGaZoWsR/XaEtFwE8mcWWrQfrhfKtjhKwMnj5GvgwN0DliGS9benDVz6LEiAp6Vamnt3ZSGX8ZiPcOw/cK3bQOlNbX55ffiJlxjYDAfCF2zut0l7arIivrsHdgdpDjxXbrawp/pM1QfdVL8z3sPFA2F7LOhaplGwxvHWh2KF0NcdH2oFDmJokbbvov/by0GW4niKTCYrEWcKEZ2coKP3wG2FDid7BFRGIO/jILt/mwun8cvHDUxCnssoYUWVnV/LuTL9rILj5+uXXWBqz6VIOtzwqdY14laLlijlDoR+jfWJiQlZCZ7nYkoL/xA9nEdCO/VF9tIpRhVC1ZJnB951cZBIfK9Kpvid5eqL6OE5F7z0ImKpDywBJO29McU9F4btDfCJnW7O7JP++8yHTdtLXrqy6RMq+OqW9UsstZ6q1wWKhmR2lkB0fR+I2MlVuWkVcd4j+ROxK62aQifGi/3mZF9VjLOI1A7BE2k= ceph-937dc85a-74d9-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T09:48:17.729 INFO:teuthology.orchestra.run.smithi137.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC328NRLdl2a+FhSP4cNYwBR479s36+lGaZoWsR/XaEtFwE8mcWWrQfrhfKtjhKwMnj5GvgwN0DliGS9benDVz6LEiAp6Vamnt3ZSGX8ZiPcOw/cK3bQOlNbX55ffiJlxjYDAfCF2zut0l7arIivrsHdgdpDjxXbrawp/pM1QfdVL8z3sPFA2F7LOhaplGwxvHWh2KF0NcdH2oFDmJokbbvov/by0GW4niKTCYrEWcKEZ2coKP3wG2FDid7BFRGIO/jILt/mwun8cvHDUxCnssoYUWVnV/LuTL9rILj5+uXXWBqz6VIOtzwqdY14laLlijlDoR+jfWJiQlZCZ7nYkoL/xA9nEdCO/VF9tIpRhVC1ZJnB951cZBIfK9Kpvid5eqL6OE5F7z0ImKpDywBJO29McU9F4btDfCJnW7O7JP++8yHTdtLXrqy6RMq+OqW9UsstZ6q1wWKhmR2lkB0fR+I2MlVuWkVcd4j+ROxK62aQifGi/3mZF9VjLOI1A7BE2k= ceph-937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:48:17.742 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T09:48:18.161 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:48:18.816 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:18.817 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:20.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:19 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/64723612' entity='client.admin' 2024-09-17T09:48:20.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:20.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:21.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:20 smithi062 ceph-mon[29685]: mgrmap e14: a(active, since 12s) 2024-09-17T09:48:21.074 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T09:48:21.074 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T09:48:21.538 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:48:23.310 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:23.310 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:23.310 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:48:23.310 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:23.310 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:23.310 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:23.311 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:48:23.311 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: Updating smithi062:/etc/ceph/ceph.conf 2024-09-17T09:48:23.311 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: Updating smithi062:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:48:23.311 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:23.311 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:48:23.311 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: Updating smithi062:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T09:48:23.311 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:23.311 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:23.311 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:23.311 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:23.312 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi088 2024-09-17T09:48:23.312 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:48:23.312 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/etc/ceph/ceph.conf 2024-09-17T09:48:23.331 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:48:23.331 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:48:23.390 INFO:tasks.cephadm:Adding host smithi088 to orchestrator... 2024-09-17T09:48:23.391 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch host add smithi088 2024-09-17T09:48:23.644 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:48:25.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:24 smithi062 ceph-mon[29685]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:48:26.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:25 smithi062 ceph-mon[29685]: Deploying cephadm binary to smithi088 2024-09-17T09:48:28.048 INFO:teuthology.orchestra.run.smithi062.stdout:Added host 'smithi088' with addr '172.21.15.88' 2024-09-17T09:48:28.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:28 smithi062 ceph-mon[29685]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:28.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:28.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:28.632 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T09:48:28.888 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:48:29.529 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:29.529 INFO:teuthology.orchestra.run.smithi062.stdout:[{"addr": "172.21.15.62", "hostname": "smithi062", "labels": [], "status": ""}, {"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}] 2024-09-17T09:48:29.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: Added host smithi088 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"} : dispatch 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: Updating smithi088:/etc/ceph/ceph.conf 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: Updating smithi088:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi088", "caps": []} : dispatch 2024-09-17T09:48:29.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:29 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi088", "caps": []}]': finished 2024-09-17T09:48:30.088 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi137 2024-09-17T09:48:30.088 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:48:30.088 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.conf 2024-09-17T09:48:30.107 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:48:30.108 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:48:30.165 INFO:tasks.cephadm:Adding host smithi137 to orchestrator... 2024-09-17T09:48:30.165 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch host add smithi137 2024-09-17T09:48:30.412 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:48:30.823 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:30 smithi062 ceph-mon[29685]: Updating smithi088:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T09:48:30.823 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:30 smithi062 ceph-mon[29685]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:30.824 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:30 smithi062 ceph-mon[29685]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:48:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: Deploying daemon agent.smithi088 on smithi088 2024-09-17T09:48:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:48:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:32.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:32.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:48:32.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:32.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:32.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:32.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:33.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:32 smithi062 ceph-mon[29685]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:48:33.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:32 smithi062 ceph-mon[29685]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:33.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:32 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:34.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:33 smithi062 ceph-mon[29685]: Deploying cephadm binary to smithi137 2024-09-17T09:48:34.781 INFO:teuthology.orchestra.run.smithi062.stdout:Added host 'smithi137' with addr '172.21.15.137' 2024-09-17T09:48:35.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:34 smithi062 ceph-mon[29685]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:35.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:35.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:35.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:35.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:35.512 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T09:48:35.769 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:48:36.057 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:35 smithi062 ceph-mon[29685]: Added host smithi137 2024-09-17T09:48:36.057 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:36.057 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:36.057 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:36.057 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"} : dispatch 2024-09-17T09:48:36.057 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:36.057 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:48:36.057 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:36.057 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:36.057 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []} : dispatch 2024-09-17T09:48:36.431 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:48:36.431 INFO:teuthology.orchestra.run.smithi062.stdout:[{"addr": "172.21.15.62", "hostname": "smithi062", "labels": [], "status": ""}, {"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}] 2024-09-17T09:48:36.977 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:36 smithi062 ceph-mon[29685]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:36.977 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:36 smithi062 ceph-mon[29685]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-17T09:48:36.977 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:36 smithi062 ceph-mon[29685]: Updating smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:48:36.977 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:36 smithi062 ceph-mon[29685]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:48:36.978 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:36 smithi062 ceph-mon[29685]: Updating smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T09:48:36.978 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]': finished 2024-09-17T09:48:37.003 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T09:48:37.004 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T09:48:37.251 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:48:38.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:37 smithi062 ceph-mon[29685]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:48:38.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:37 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:38.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:37 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:38.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:37 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:38.865 INFO:teuthology.orchestra.run.smithi062.stderr:adjusted tunables profile to default 2024-09-17T09:48:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: Deploying daemon agent.smithi137 on smithi137 2024-09-17T09:48:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:48:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/150641771' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T09:48:39.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:39.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:39.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:48:39.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:39.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:39.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:39.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:39.456 INFO:tasks.cephadm:Adding mon.a on smithi062 2024-09-17T09:48:39.457 INFO:tasks.cephadm:Adding mon.b on smithi088 2024-09-17T09:48:39.457 INFO:tasks.cephadm:Adding mon.c on smithi137 2024-09-17T09:48:39.457 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi062:172.21.15.62=a;smithi088:172.21.15.88=b;smithi137:172.21.15.137=c' 2024-09-17T09:48:39.889 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:48:40.240 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:39 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/150641771' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T09:48:40.240 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:39 smithi062 ceph-mon[29685]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T09:48:40.240 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:39 smithi062 ceph-mon[29685]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:41.054 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled mon update... 2024-09-17T09:48:41.653 DEBUG:teuthology.orchestra.run.smithi088:mon.b> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.b.service 2024-09-17T09:48:41.656 DEBUG:teuthology.orchestra.run.smithi137:mon.c> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.c.service 2024-09-17T09:48:41.658 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T09:48:41.658 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T09:48:41.688 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:48:41.689 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:42.260 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:48:42.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:42 smithi062 ceph-mon[29685]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi062:172.21.15.62=a;smithi088:172.21.15.88=b;smithi137:172.21.15.137=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:48:42.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:42 smithi062 ceph-mon[29685]: Saving service mon spec with placement smithi062:172.21.15.62=a;smithi088:172.21.15.88=b;smithi137:172.21.15.137=c;count:3 2024-09-17T09:48:42.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:42 smithi062 ceph-mon[29685]: Deploying daemon mon.c on smithi137 2024-09-17T09:48:42.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:42 smithi062 ceph-mon[29685]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:43.572 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:48:43.572 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":1,"fsid":"937dc85a-74d9-11ef-bceb-c7b262605968","modified":"2024-09-17T09:47:15.915245Z","created":"2024-09-17T09:47:15.915245Z","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.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T09:48:43.573 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 1 2024-09-17T09:48:43.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:43 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:44 smithi062 ceph-mon[29685]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:44.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:44 smithi062 ceph-mon[29685]: from='client.? 172.21.15.137:0/4278799646' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T09:48:45.213 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T09:48:45.214 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T09:48:45.459 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T09:48:46.399 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:48:46.399 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":1,"fsid":"937dc85a-74d9-11ef-bceb-c7b262605968","modified":"2024-09-17T09:47:15.915245Z","created":"2024-09-17T09:47:15.915245Z","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.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T09:48:46.400 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 1 2024-09-17T09:48:46.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:46 smithi062 ceph-mon[29685]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:46.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:46 smithi062 ceph-mon[29685]: from='client.? 172.21.15.137:0/3504637473' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T09:48:47.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:46 smithi137 systemd[1]: Started Ceph mon.c for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:48:48.362 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T09:48:48.362 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T09:48:48.607 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T09:48:52.263 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:48:52.263 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":2,"fsid":"937dc85a-74d9-11ef-bceb-c7b262605968","modified":"2024-09-17T09:48:46.792654Z","created":"2024-09-17T09:47:15.915245Z","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.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T09:48:52.264 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 2 2024-09-17T09:48:52.265 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:48:52.265 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.265 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: mon.a calling monitor election 2024-09-17T09:48:52.265 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:52.265 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.265 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.265 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: mon.c calling monitor election 2024-09-17T09:48:52.265 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:52.265 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: monmap epoch 2 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: last_changed 2024-09-17T09:48:46.792654+0000 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: created 2024-09-17T09:47:15.915245+0000 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: min_mon_release 19 (squid) 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: election_strategy: 1 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: fsmap 2024-09-17T09:48:52.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: mgrmap e14: a(active, since 44s) 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: overall HEALTH_OK 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: Deploying daemon mon.b on smithi088 2024-09-17T09:48:52.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:48:52.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: mon.a calling monitor election 2024-09-17T09:48:52.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:52.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: mon.c calling monitor election 2024-09-17T09:48:52.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:52.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:52.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:52.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T09:48:52.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: monmap epoch 2 2024-09-17T09:48:52.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:48:52.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: last_changed 2024-09-17T09:48:46.792654+0000 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: created 2024-09-17T09:47:15.915245+0000 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: min_mon_release 19 (squid) 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: election_strategy: 1 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: fsmap 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: mgrmap e14: a(active, since 44s) 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: overall HEALTH_OK 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:52.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:48:52.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:48:52.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: Deploying daemon mon.b on smithi088 2024-09-17T09:48:52.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:48:53.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:52 smithi137 ceph-mon[30904]: from='client.? 172.21.15.137:0/2111015687' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T09:48:53.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:52 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:52 smithi062 ceph-mon[29685]: from='client.? 172.21.15.137:0/2111015687' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T09:48:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:48:53.828 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T09:48:53.828 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T09:48:54.079 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T09:48:54.192 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:53 smithi137 ceph-mon[30904]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:53 smithi062 ceph-mon[29685]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:54.718 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:48:54.718 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":2,"fsid":"937dc85a-74d9-11ef-bceb-c7b262605968","modified":"2024-09-17T09:48:46.792654Z","created":"2024-09-17T09:47:15.915245Z","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.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T09:48:54.718 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 2 2024-09-17T09:48:55.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:54 smithi137 ceph-mon[30904]: from='client.? 172.21.15.137:0/1126606962' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T09:48:55.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:54 smithi062 ceph-mon[29685]: from='client.? 172.21.15.137:0/1126606962' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T09:48:56.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:48:55 smithi137 ceph-mon[30904]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:56.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:48:56 smithi088 systemd[1]: Started Ceph mon.b for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:48:56.308 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T09:48:56.308 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T09:48:56.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:48:55 smithi062 ceph-mon[29685]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:48:56.555 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T09:49:01.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: mon.a calling monitor election 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: mon.c calling monitor election 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: mon.b calling monitor election 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: monmap epoch 3 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: last_changed 2024-09-17T09:48:56.094318+0000 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: created 2024-09-17T09:47:15.915245+0000 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: min_mon_release 19 (squid) 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: election_strategy: 1 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: 2: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.b 2024-09-17T09:49:01.363 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: fsmap 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: mgrmap e14: a(active, since 54s) 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: overall HEALTH_OK 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.364 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:49:01.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: mon.a calling monitor election 2024-09-17T09:49:01.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:49:01.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: mon.c calling monitor election 2024-09-17T09:49:01.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:01.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: mon.b calling monitor election 2024-09-17T09:49:01.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:01.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T09:49:01.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: monmap epoch 3 2024-09-17T09:49:01.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:49:01.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: last_changed 2024-09-17T09:48:56.094318+0000 2024-09-17T09:49:01.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: created 2024-09-17T09:47:15.915245+0000 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: min_mon_release 19 (squid) 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: election_strategy: 1 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: 2: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.b 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: fsmap 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: mgrmap e14: a(active, since 54s) 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: overall HEALTH_OK 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.397 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.398 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.398 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.398 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.398 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.398 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.398 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.398 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:01 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:49:01.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: mon.a calling monitor election 2024-09-17T09:49:01.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:49:01.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: mon.c calling monitor election 2024-09-17T09:49:01.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:01.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: mon.b calling monitor election 2024-09-17T09:49:01.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: monmap epoch 3 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: last_changed 2024-09-17T09:48:56.094318+0000 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: created 2024-09-17T09:47:15.915245+0000 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: min_mon_release 19 (squid) 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: election_strategy: 1 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: 2: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.b 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: fsmap 2024-09-17T09:49:01.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: mgrmap e14: a(active, since 54s) 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: overall HEALTH_OK 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:01.685 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:49:01.685 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":3,"fsid":"937dc85a-74d9-11ef-bceb-c7b262605968","modified":"2024-09-17T09:48:56.094318Z","created":"2024-09-17T09:47:15.915245Z","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.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-17T09:49:01.685 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 3 2024-09-17T09:49:02.331 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: Updating smithi062:/etc/ceph/ceph.conf 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: Updating smithi088:/etc/ceph/ceph.conf 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: Updating smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: Updating smithi088:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:49:02.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: Updating smithi062:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:02.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: Reconfiguring daemon mon.a on smithi062 2024-09-17T09:49:02.334 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='client.? 172.21.15.137:0/2044352490' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T09:49:02.334 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:02.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:02.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:02.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: Updating smithi062:/etc/ceph/ceph.conf 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: Updating smithi088:/etc/ceph/ceph.conf 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: Updating smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: Updating smithi088:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: Updating smithi062:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: Reconfiguring daemon mon.a on smithi062 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='client.? 172.21.15.137:0/2044352490' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T09:49:02.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:02.358 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T09:49:02.358 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T09:49:02.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:02.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:02.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:02.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:02.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: Updating smithi062:/etc/ceph/ceph.conf 2024-09-17T09:49:02.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: Updating smithi088:/etc/ceph/ceph.conf 2024-09-17T09:49:02.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-17T09:49:02.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: Updating smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: Updating smithi088:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: Updating smithi062:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T09:49:02.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:49:02.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:49:02.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:02.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: Reconfiguring daemon mon.a on smithi062 2024-09-17T09:49:02.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='client.? 172.21.15.137:0/2044352490' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T09:49:02.536 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:49:02.996 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:49:03.598 INFO:teuthology.orchestra.run.smithi062.stdout:# minimal ceph.conf for 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:49:03.598 INFO:teuthology.orchestra.run.smithi062.stdout:[global] 2024-09-17T09:49:03.598 INFO:teuthology.orchestra.run.smithi062.stdout: fsid = 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:49:03.598 INFO:teuthology.orchestra.run.smithi062.stdout: mon_host = [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] 2024-09-17T09:49:03.622 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.622 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.622 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.623 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:49:03.623 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:49:03.623 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:03.623 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.623 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.623 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.734 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.734 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.734 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.734 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:49:03.734 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:49:03.734 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:03.734 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.734 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.734 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:49:03.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:49:03.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:03.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:03.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:04.117 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T09:49:04.118 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:49:04.118 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T09:49:04.146 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:49:04.146 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:49:04.213 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:49:04.213 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T09:49:04.242 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:49:04.242 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:49:04.308 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:49:04.308 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T09:49:04.337 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:49:04.337 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:49:04.402 INFO:tasks.cephadm:Adding mgr.a on smithi062 2024-09-17T09:49:04.402 INFO:tasks.cephadm:Adding mgr.b on smithi088 2024-09-17T09:49:04.402 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi062=a;smithi088=b' 2024-09-17T09:49:04.720 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:04 smithi137 ceph-mon[30904]: Reconfiguring mon.b (monmap changed)... 2024-09-17T09:49:04.720 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:04 smithi137 ceph-mon[30904]: Reconfiguring daemon mon.b on smithi088 2024-09-17T09:49:04.720 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:04 smithi137 ceph-mon[30904]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:04.721 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:04 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/1578246575' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:04.737 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:04 smithi088 ceph-mon[30813]: Reconfiguring mon.b (monmap changed)... 2024-09-17T09:49:04.738 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:04 smithi088 ceph-mon[30813]: Reconfiguring daemon mon.b on smithi088 2024-09-17T09:49:04.738 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:04 smithi088 ceph-mon[30813]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:04.738 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:04 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/1578246575' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:04.790 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T09:49:04.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:04 smithi062 ceph-mon[29685]: Reconfiguring mon.b (monmap changed)... 2024-09-17T09:49:04.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:04 smithi062 ceph-mon[29685]: Reconfiguring daemon mon.b on smithi088 2024-09-17T09:49:04.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:04 smithi062 ceph-mon[29685]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:04.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:04 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/1578246575' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:05.442 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled mgr update... 2024-09-17T09:49:06.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:05 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:05 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:05 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:05 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:05 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:05 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:05 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:05 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.061 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:05 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.061 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:05 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.061 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:05 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.061 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:05 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.061 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:05 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.061 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:05 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.061 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:05 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.061 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:05 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.088 DEBUG:teuthology.orchestra.run.smithi088:mgr.b> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.b.service 2024-09-17T09:49:06.092 DEBUG:tasks.cephadm:set 0 configs 2024-09-17T09:49:06.092 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T09:49:06.092 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-17T09:49:06.092 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T09:49:06.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:05 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:05 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:05 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:05 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:05 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:05 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:05 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:05 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:06.113 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T09:49:06.113 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_1 2024-09-17T09:49:06.172 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T09:49:06.172 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:06.172 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 965 Links: 1 2024-09-17T09:49:06.172 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:06.172 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:06.172 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-09-17 09:49:00.468779038 +0000 2024-09-17T09:49:06.172 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-09-17 09:42:49.224459855 +0000 2024-09-17T09:49:06.173 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-09-17 09:42:49.224459855 +0000 2024-09-17T09:49:06.173 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: 2024-09-17 09:42:49.224459855 +0000 2024-09-17T09:49:06.173 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T09:49:06.245 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-09-17T09:49:06.245 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-09-17T09:49:06.245 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000292234 s, 1.8 MB/s 2024-09-17T09:49:06.246 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T09:49:06.306 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_2 2024-09-17T09:49:06.364 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T09:49:06.365 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:06.365 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-17T09:49:06.365 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:06.365 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:06.365 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-09-17 09:49:00.468779038 +0000 2024-09-17T09:49:06.365 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-09-17 09:42:49.224459855 +0000 2024-09-17T09:49:06.365 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-09-17 09:42:49.224459855 +0000 2024-09-17T09:49:06.366 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: 2024-09-17 09:42:49.224459855 +0000 2024-09-17T09:49:06.366 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T09:49:06.431 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-09-17T09:49:06.432 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-09-17T09:49:06.432 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.00020451 s, 2.5 MB/s 2024-09-17T09:49:06.433 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T09:49:06.491 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_3 2024-09-17T09:49:06.548 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T09:49:06.548 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:06.548 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-09-17T09:49:06.548 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:06.548 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:06.548 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-09-17 09:49:00.468779038 +0000 2024-09-17T09:49:06.549 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-09-17 09:42:49.224459855 +0000 2024-09-17T09:49:06.549 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-09-17 09:42:49.224459855 +0000 2024-09-17T09:49:06.549 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: 2024-09-17 09:42:49.224459855 +0000 2024-09-17T09:49:06.549 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T09:49:06.614 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-09-17T09:49:06.614 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-09-17T09:49:06.614 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.00021157 s, 2.4 MB/s 2024-09-17T09:49:06.615 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T09:49:06.673 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_4 2024-09-17T09:49:06.730 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T09:49:06.730 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:06.730 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 960 Links: 1 2024-09-17T09:49:06.731 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:06.731 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:06.731 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-09-17 09:49:00.469779023 +0000 2024-09-17T09:49:06.731 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-09-17 09:42:49.223459945 +0000 2024-09-17T09:49:06.731 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-09-17 09:42:49.223459945 +0000 2024-09-17T09:49:06.731 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: 2024-09-17 09:42:49.223459945 +0000 2024-09-17T09:49:06.731 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T09:49:06.796 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-09-17T09:49:06.796 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-09-17T09:49:06.796 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000198325 s, 2.6 MB/s 2024-09-17T09:49:06.797 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T09:49:06.855 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-17T09:49:06.855 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T09:49:06.873 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T09:49:06.873 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2024-09-17T09:49:06.930 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T09:49:06.930 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:06.930 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-17T09:49:06.930 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:06.930 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:06.930 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-09-17 09:49:04.134188112 +0000 2024-09-17T09:49:06.930 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-09-17 09:42:49.070683401 +0000 2024-09-17T09:49:06.930 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-09-17 09:42:49.070683401 +0000 2024-09-17T09:49:06.930 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-09-17 09:42:49.070683401 +0000 2024-09-17T09:49:06.931 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T09:49:06.995 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-09-17T09:49:06.995 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-09-17T09:49:06.996 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000217458 s, 2.4 MB/s 2024-09-17T09:49:06.997 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T09:49:07.055 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2024-09-17T09:49:07.105 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:06 smithi137 ceph-mon[30904]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:07.105 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:06 smithi137 ceph-mon[30904]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi062=a;smithi088=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:49:07.105 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:06 smithi137 ceph-mon[30904]: Saving service mgr spec with placement smithi062=a;smithi088=b;count:2 2024-09-17T09:49:07.105 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:07.105 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:07.105 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:49:07.105 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:49:07.105 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:07.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:06 smithi062 ceph-mon[29685]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:06 smithi062 ceph-mon[29685]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi062=a;smithi088=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:49:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:06 smithi062 ceph-mon[29685]: Saving service mgr spec with placement smithi062=a;smithi088=b;count:2 2024-09-17T09:49:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:49:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:49:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:07.112 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T09:49:07.112 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:07.112 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-17T09:49:07.112 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:07.112 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:07.112 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-09-17 09:49:04.134188112 +0000 2024-09-17T09:49:07.112 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-09-17 09:42:49.068683441 +0000 2024-09-17T09:49:07.112 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-09-17 09:42:49.068683441 +0000 2024-09-17T09:49:07.113 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-09-17 09:42:49.068683441 +0000 2024-09-17T09:49:07.113 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T09:49:07.174 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:06 smithi088 ceph-mon[30813]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:07.174 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:06 smithi088 ceph-mon[30813]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi062=a;smithi088=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:49:07.174 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:06 smithi088 ceph-mon[30813]: Saving service mgr spec with placement smithi062=a;smithi088=b;count:2 2024-09-17T09:49:07.175 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:07.175 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:07.175 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:49:07.175 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:49:07.175 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:07.176 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-09-17T09:49:07.177 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-09-17T09:49:07.177 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000226975 s, 2.3 MB/s 2024-09-17T09:49:07.177 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T09:49:07.237 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2024-09-17T09:49:07.293 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T09:49:07.293 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:07.294 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-17T09:49:07.294 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:07.294 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:07.294 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-09-17 09:49:04.134188112 +0000 2024-09-17T09:49:07.294 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-09-17 09:42:49.069683421 +0000 2024-09-17T09:49:07.294 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-09-17 09:42:49.069683421 +0000 2024-09-17T09:49:07.294 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-09-17 09:42:49.069683421 +0000 2024-09-17T09:49:07.294 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T09:49:07.357 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-09-17T09:49:07.357 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-09-17T09:49:07.357 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000182137 s, 2.8 MB/s 2024-09-17T09:49:07.359 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T09:49:07.415 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2024-09-17T09:49:07.470 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T09:49:07.470 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:07.470 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-17T09:49:07.471 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:07.471 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:07.471 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-09-17 09:49:04.135188092 +0000 2024-09-17T09:49:07.471 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-09-17 09:42:49.068683441 +0000 2024-09-17T09:49:07.471 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-09-17 09:42:49.068683441 +0000 2024-09-17T09:49:07.471 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-09-17 09:42:49.068683441 +0000 2024-09-17T09:49:07.471 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T09:49:07.533 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-09-17T09:49:07.534 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-09-17T09:49:07.534 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000243911 s, 2.1 MB/s 2024-09-17T09:49:07.535 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T09:49:07.592 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-17T09:49:07.592 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T09:49:07.610 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T09:49:07.610 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2024-09-17T09:49:07.666 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T09:49:07.666 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:07.666 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-17T09:49:07.666 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:07.666 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:07.666 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-17 09:49:04.115212621 +0000 2024-09-17T09:49:07.666 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-17 09:42:49.249928769 +0000 2024-09-17T09:49:07.666 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-17 09:42:49.249928769 +0000 2024-09-17T09:49:07.666 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-09-17 09:42:49.249928769 +0000 2024-09-17T09:49:07.667 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T09:49:07.733 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-17T09:49:07.734 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-17T09:49:07.734 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000201088 s, 2.5 MB/s 2024-09-17T09:49:07.735 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T09:49:07.792 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2024-09-17T09:49:07.849 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T09:49:07.849 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:07.849 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-17T09:49:07.849 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:07.849 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:07.849 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-17 09:49:04.116212603 +0000 2024-09-17T09:49:07.849 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-17 09:42:49.249928769 +0000 2024-09-17T09:49:07.850 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-17 09:42:49.249928769 +0000 2024-09-17T09:49:07.850 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-09-17 09:42:49.249928769 +0000 2024-09-17T09:49:07.850 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T09:49:07.914 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-17T09:49:07.914 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-17T09:49:07.914 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000215592 s, 2.4 MB/s 2024-09-17T09:49:07.915 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T09:49:07.972 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2024-09-17T09:49:08.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: Reconfiguring mon.c (monmap changed)... 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: Reconfiguring daemon mon.c on smithi137 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T09:49:08.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:07 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:08.027 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T09:49:08.028 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:08.028 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-17T09:49:08.028 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:08.028 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:08.028 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-17 09:49:04.116212603 +0000 2024-09-17T09:49:08.028 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-17 09:42:49.249928769 +0000 2024-09-17T09:49:08.028 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-17 09:42:49.249928769 +0000 2024-09-17T09:49:08.028 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-09-17 09:42:49.249928769 +0000 2024-09-17T09:49:08.028 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T09:49:08.091 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-17T09:49:08.091 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-17T09:49:08.091 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000249901 s, 2.0 MB/s 2024-09-17T09:49:08.092 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T09:49:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: Reconfiguring mon.c (monmap changed)... 2024-09-17T09:49:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: Reconfiguring daemon mon.c on smithi137 2024-09-17T09:49:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:08.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:08.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:08.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T09:49:08.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T09:49:08.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T09:49:08.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:08.149 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2024-09-17T09:49:08.163 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: Reconfiguring mon.c (monmap changed)... 2024-09-17T09:49:08.163 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: Reconfiguring daemon mon.c on smithi137 2024-09-17T09:49:08.163 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:08.163 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:08.164 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:08.164 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:08.164 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:08.164 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:08.164 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T09:49:08.164 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T09:49:08.164 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T09:49:08.164 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:08.203 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T09:49:08.204 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:49:08.204 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-17T09:49:08.204 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:49:08.204 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T09:49:08.204 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-17 09:49:04.116212603 +0000 2024-09-17T09:49:08.204 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-17 09:42:49.251928764 +0000 2024-09-17T09:49:08.204 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-17 09:42:49.251928764 +0000 2024-09-17T09:49:08.204 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-09-17 09:42:49.251928764 +0000 2024-09-17T09:49:08.204 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T09:49:08.267 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-17T09:49:08.267 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-17T09:49:08.267 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000199525 s, 2.6 MB/s 2024-09-17T09:49:08.269 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T09:49:08.326 INFO:tasks.cephadm:Deploying osd.0 on smithi062 with /dev/vg_nvme/lv_4... 2024-09-17T09:49:08.326 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T09:49:08.586 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:49:08.965 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:08 smithi062 ceph-mon[29685]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:08.966 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:08 smithi062 ceph-mon[29685]: Deploying daemon mgr.b on smithi088 2024-09-17T09:49:09.149 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:08 smithi088 ceph-mon[30813]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:09.149 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:08 smithi088 ceph-mon[30813]: Deploying daemon mgr.b on smithi088 2024-09-17T09:49:09.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:08 smithi137 ceph-mon[30904]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:09.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:08 smithi137 ceph-mon[30904]: Deploying daemon mgr.b on smithi088 2024-09-17T09:49:10.284 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Sep 17 09:49:09 smithi088 systemd[1]: Started Ceph mgr.b for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:49:10.955 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:49:10.986 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi062:vg_nvme/lv_4 2024-09-17T09:49:11.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:11.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:11.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:11.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:11.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T09:49:11.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T09:49:11.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:10 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:11.182 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:11.182 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.182 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.182 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.182 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.182 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:11.182 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:11.182 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:11.182 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.183 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T09:49:11.183 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T09:49:11.183 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:10 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T09:49:11.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T09:49:11.268 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:10 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:12.084 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:11 smithi062 ceph-mon[29685]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:49:12.084 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:11 smithi062 ceph-mon[29685]: Reconfiguring mgr.a (unknown last config time)... 2024-09-17T09:49:12.084 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:11 smithi062 ceph-mon[29685]: Reconfiguring daemon mgr.a on smithi062 2024-09-17T09:49:12.185 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:49:12.216 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:11 smithi088 ceph-mon[30813]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:49:12.217 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:11 smithi088 ceph-mon[30813]: Reconfiguring mgr.a (unknown last config time)... 2024-09-17T09:49:12.217 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:11 smithi088 ceph-mon[30813]: Reconfiguring daemon mgr.a on smithi062 2024-09-17T09:49:12.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:11 smithi137 ceph-mon[30904]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:49:12.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:11 smithi137 ceph-mon[30904]: Reconfiguring mgr.a (unknown last config time)... 2024-09-17T09:49:12.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:11 smithi137 ceph-mon[30904]: Reconfiguring daemon mgr.a on smithi062 2024-09-17T09:49:13.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:12 smithi062 ceph-mon[29685]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:13.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:12 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:12 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:12 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:13.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:12 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:13.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:12 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:13.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:12 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:12 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.152 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:12 smithi088 ceph-mon[30813]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:13.152 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:12 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.152 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:12 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.152 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:12 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:13.152 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:12 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:13.152 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:12 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:13.152 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:12 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.152 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:12 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:12 smithi137 ceph-mon[30904]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:13.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:12 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:12 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:12 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:13.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:12 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:13.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:12 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:13.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:12 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:13.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:12 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:49:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:49:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:49:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:14.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:14.166 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:49:14.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:49:14.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:49:14.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:14.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:14.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:14.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:14.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:14.268 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:15.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:14 smithi062 ceph-mon[29685]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:49:15.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:14 smithi062 ceph-mon[29685]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:15.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:14 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:15.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:14 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:15.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:14 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:15.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:14 smithi137 ceph-mon[30904]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:49:15.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:14 smithi137 ceph-mon[30904]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:15.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:14 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:15.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:14 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:15.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:14 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:15.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:14 smithi088 ceph-mon[30813]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:49:15.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:14 smithi088 ceph-mon[30813]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:15.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:14 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:15.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:14 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:15.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:14 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:16.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:15 smithi062 ceph-mon[29685]: Standby manager daemon b started 2024-09-17T09:49:16.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:15 smithi062 ceph-mon[29685]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-17T09:49:16.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:15 smithi062 ceph-mon[29685]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-17T09:49:16.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:15 smithi062 ceph-mon[29685]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-17T09:49:16.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:15 smithi062 ceph-mon[29685]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-17T09:49:16.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:15 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/3140857276' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "05b2bfa0-c23a-4063-b9e3-80b9a4612622"} : dispatch 2024-09-17T09:49:16.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:15 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/3140857276' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "05b2bfa0-c23a-4063-b9e3-80b9a4612622"}]': finished 2024-09-17T09:49:16.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:15 smithi062 ceph-mon[29685]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T09:49:16.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:15 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:16.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:15 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2052327805' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:49:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:15 smithi137 ceph-mon[30904]: Standby manager daemon b started 2024-09-17T09:49:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:15 smithi137 ceph-mon[30904]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-17T09:49:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:15 smithi137 ceph-mon[30904]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-17T09:49:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:15 smithi137 ceph-mon[30904]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-17T09:49:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:15 smithi137 ceph-mon[30904]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-17T09:49:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:15 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/3140857276' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "05b2bfa0-c23a-4063-b9e3-80b9a4612622"} : dispatch 2024-09-17T09:49:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:15 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/3140857276' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "05b2bfa0-c23a-4063-b9e3-80b9a4612622"}]': finished 2024-09-17T09:49:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:15 smithi137 ceph-mon[30904]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T09:49:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:15 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:16.268 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:15 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/2052327805' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:49:16.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:15 smithi088 ceph-mon[30813]: Standby manager daemon b started 2024-09-17T09:49:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:15 smithi088 ceph-mon[30813]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-17T09:49:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:15 smithi088 ceph-mon[30813]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-17T09:49:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:15 smithi088 ceph-mon[30813]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-17T09:49:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:15 smithi088 ceph-mon[30813]: from='mgr.? 172.21.15.88:0/473496289' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-17T09:49:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:15 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/3140857276' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "05b2bfa0-c23a-4063-b9e3-80b9a4612622"} : dispatch 2024-09-17T09:49:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:15 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/3140857276' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "05b2bfa0-c23a-4063-b9e3-80b9a4612622"}]': finished 2024-09-17T09:49:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:15 smithi088 ceph-mon[30813]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T09:49:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:15 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:15 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/2052327805' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:49:17.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:16 smithi137 ceph-mon[30904]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:17.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:16 smithi137 ceph-mon[30904]: mgrmap e15: a(active, since 68s), standbys: b 2024-09-17T09:49:17.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:16 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-17T09:49:17.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:16 smithi088 ceph-mon[30813]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:17.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:16 smithi088 ceph-mon[30813]: mgrmap e15: a(active, since 68s), standbys: b 2024-09-17T09:49:17.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:16 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-17T09:49:17.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:16 smithi062 ceph-mon[29685]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:16 smithi062 ceph-mon[29685]: mgrmap e15: a(active, since 68s), standbys: b 2024-09-17T09:49:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:16 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-17T09:49:19.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:18 smithi062 ceph-mon[29685]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:19.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:18 smithi137 ceph-mon[30904]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:19.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:18 smithi088 ceph-mon[30813]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:20.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:19 smithi137 ceph-mon[30904]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:20.274 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:19 smithi062 ceph-mon[29685]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:20.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:19 smithi088 ceph-mon[30813]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:22.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:22 smithi137 ceph-mon[30904]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:22.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:22.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:22.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:22.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:22 smithi088 ceph-mon[30813]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:22.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:22.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:22.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:22.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:22 smithi062 ceph-mon[29685]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:22.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:22.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:22.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:24.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:24 smithi062 ceph-mon[29685]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:24.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T09:49:24.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:24.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:24 smithi062 ceph-mon[29685]: Deploying daemon osd.0 on smithi062 2024-09-17T09:49:24.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:24 smithi137 ceph-mon[30904]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:24.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:24 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T09:49:24.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:24 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:24.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:24 smithi137 ceph-mon[30904]: Deploying daemon osd.0 on smithi062 2024-09-17T09:49:24.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:24 smithi088 ceph-mon[30813]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:24.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T09:49:24.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:24.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:24 smithi088 ceph-mon[30813]: Deploying daemon osd.0 on smithi062 2024-09-17T09:49:26.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:26.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:26.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:26.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:25 smithi062 ceph-mon[29685]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:26.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:25 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:26.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:25 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:26.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:25 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:26.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:25 smithi137 ceph-mon[30904]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:26.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:26.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:26.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:26.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:25 smithi088 ceph-mon[30813]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:28.416 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:28 smithi062 ceph-mon[29685]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:28.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:28 smithi137 ceph-mon[30904]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:28.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:28 smithi088 ceph-mon[30813]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:30.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:30 smithi062 ceph-mon[29685]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:30.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:30.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:30.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:30.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:30.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:30.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:30.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:30 smithi137 ceph-mon[30904]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:30.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:30.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:30.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:30.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:30.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:30.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:30.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:30 smithi088 ceph-mon[30813]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:30.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:30.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:30.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:30.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:30.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:30.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:32.342 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:32 smithi088 ceph-mon[30813]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:32.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:32 smithi137 ceph-mon[30904]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:32.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:32 smithi062 ceph-mon[29685]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:33.622 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 0 on host 'smithi062' 2024-09-17T09:49:33.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:33.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:33.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:33.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:33.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:33.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T09:49:33.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:33.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:33.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:33.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:33.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:34.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T09:49:34.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:34.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:34.268 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:33 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.278 DEBUG:teuthology.orchestra.run.smithi062:osd.0> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T09:49:34.280 INFO:tasks.cephadm:Deploying osd.1 on smithi062 with /dev/vg_nvme/lv_3... 2024-09-17T09:49:34.281 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:34.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:34.573 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:49:34.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:34 smithi062 ceph-mon[29685]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:34.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:34 smithi062 ceph-mon[29685]: Adjusting osd_memory_target on smithi062 to 16064M 2024-09-17T09:49:34.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:34 smithi062 ceph-mon[29685]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T09:49:34.861 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:49:34 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0[38301]: 2024-09-17T09:49:34.571+0000 7f0415f82640 -1 osd.0 0 log_to_monitors true 2024-09-17T09:49:35.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:34 smithi137 ceph-mon[30904]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:35.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:34 smithi137 ceph-mon[30904]: Adjusting osd_memory_target on smithi062 to 16064M 2024-09-17T09:49:35.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:34 smithi137 ceph-mon[30904]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T09:49:35.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:34 smithi088 ceph-mon[30813]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:35.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:34 smithi088 ceph-mon[30813]: Adjusting osd_memory_target on smithi062 to 16064M 2024-09-17T09:49:35.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:34 smithi088 ceph-mon[30813]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T09:49:35.913 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:49:35 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0[38301]: 2024-09-17T09:49:35.806+0000 7f0411f05640 -1 osd.0 0 waiting for initial osdmap 2024-09-17T09:49:35.913 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:49:35 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0[38301]: 2024-09-17T09:49:35.809+0000 7f040dd2c640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:49:35.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:35 smithi062 ceph-mon[29685]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T09:49:35.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:35 smithi062 ceph-mon[29685]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T09:49:35.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:35 smithi062 ceph-mon[29685]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-09-17T09:49:35.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:35.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:35 smithi062 ceph-mon[29685]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-09-17T09:49:35.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:35 smithi062 ceph-mon[29685]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T09:49:35.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:36.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:35 smithi137 ceph-mon[30904]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T09:49:36.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:35 smithi137 ceph-mon[30904]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T09:49:36.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:35 smithi137 ceph-mon[30904]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-09-17T09:49:36.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:36.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:35 smithi137 ceph-mon[30904]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-09-17T09:49:36.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:35 smithi137 ceph-mon[30904]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T09:49:36.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:36.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:35 smithi088 ceph-mon[30813]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T09:49:36.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:35 smithi088 ceph-mon[30813]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T09:49:36.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:35 smithi088 ceph-mon[30813]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-09-17T09:49:36.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:36.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:35 smithi088 ceph-mon[30813]: from='osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-09-17T09:49:36.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:35 smithi088 ceph-mon[30813]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T09:49:36.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:36.948 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:36 smithi062 ceph-mon[29685]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:36.949 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:36.949 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:36.952 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:49:36.979 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi062:vg_nvme/lv_3 2024-09-17T09:49:37.233 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:49:37.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:36 smithi137 ceph-mon[30904]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:37.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:36 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:37.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:36 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:37.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:36 smithi088 ceph-mon[30813]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:37.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:37.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:38.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:37 smithi062 ceph-mon[29685]: purged_snaps scrub starts 2024-09-17T09:49:38.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:37 smithi062 ceph-mon[29685]: purged_snaps scrub ok 2024-09-17T09:49:38.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:37 smithi062 ceph-mon[29685]: osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975] boot 2024-09-17T09:49:38.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:37 smithi062 ceph-mon[29685]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T09:49:38.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:37 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:38.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:37 smithi137 ceph-mon[30904]: purged_snaps scrub starts 2024-09-17T09:49:38.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:37 smithi137 ceph-mon[30904]: purged_snaps scrub ok 2024-09-17T09:49:38.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:37 smithi137 ceph-mon[30904]: osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975] boot 2024-09-17T09:49:38.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:37 smithi137 ceph-mon[30904]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T09:49:38.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:37 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:38.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:37 smithi088 ceph-mon[30813]: purged_snaps scrub starts 2024-09-17T09:49:38.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:37 smithi088 ceph-mon[30813]: purged_snaps scrub ok 2024-09-17T09:49:38.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:37 smithi088 ceph-mon[30813]: osd.0 [v2:172.21.15.62:6802/3511021975,v1:172.21.15.62:6803/3511021975] boot 2024-09-17T09:49:38.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:37 smithi088 ceph-mon[30813]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T09:49:38.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:37 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T09:49:38.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:38 smithi062 ceph-mon[29685]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:38.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:38 smithi062 ceph-mon[29685]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T09:49:38.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:49:38.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:49:38.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:39.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:38 smithi137 ceph-mon[30904]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:39.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:38 smithi137 ceph-mon[30904]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T09:49:39.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:38 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:49:39.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:38 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:49:39.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:38 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:39.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:38 smithi088 ceph-mon[30813]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:49:39.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:38 smithi088 ceph-mon[30813]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T09:49:39.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:49:39.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:49:39.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:40.102 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:39 smithi062 ceph-mon[29685]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:49:40.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:39 smithi137 ceph-mon[30904]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:49:40.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:39 smithi088 ceph-mon[30813]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:49:41.083 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:40 smithi062 ceph-mon[29685]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:41.123 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:40 smithi137 ceph-mon[30904]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:41.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:40 smithi088 ceph-mon[30813]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:42.508 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:42.508 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.508 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.508 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: Detected new or changed devices on smithi062 2024-09-17T09:49:42.508 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:42.508 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:42.508 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/208583069' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d5894bb6-c54d-4582-8d42-75af222f4e70"} : dispatch 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/208583069' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5894bb6-c54d-4582-8d42-75af222f4e70"}]': finished 2024-09-17T09:49:42.509 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T09:49:42.510 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: Detected new or changed devices on smithi062 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:42.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:42.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:42.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/208583069' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d5894bb6-c54d-4582-8d42-75af222f4e70"} : dispatch 2024-09-17T09:49:42.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/208583069' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5894bb6-c54d-4582-8d42-75af222f4e70"}]': finished 2024-09-17T09:49:42.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T09:49:42.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:49:42.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:42.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: Detected new or changed devices on smithi062 2024-09-17T09:49:42.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:42.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:42.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:42.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/208583069' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d5894bb6-c54d-4582-8d42-75af222f4e70"} : dispatch 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/208583069' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5894bb6-c54d-4582-8d42-75af222f4e70"}]': finished 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T09:49:42.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:49:43.655 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:43 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/3472920090' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:49:43.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:43 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/3472920090' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:49:43.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:43 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/3472920090' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:49:44.541 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:44 smithi137 ceph-mon[30904]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:44.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:44 smithi088 ceph-mon[30813]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:44.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:44 smithi062 ceph-mon[29685]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:46.239 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:46 smithi062 ceph-mon[29685]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:46.239 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:46 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:46.239 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:46 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:46.239 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:46 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:46.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:46 smithi137 ceph-mon[30904]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:46.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:46 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:46.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:46 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:46.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:46 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:46.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:46 smithi088 ceph-mon[30813]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:46.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:46 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:46.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:46 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:46.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:46 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:48.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:48 smithi062 ceph-mon[29685]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:48.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:48 smithi137 ceph-mon[30904]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:48.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:48 smithi088 ceph-mon[30813]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:50 smithi062 ceph-mon[29685]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:50 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T09:49:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:50 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:50 smithi062 ceph-mon[29685]: Deploying daemon osd.1 on smithi062 2024-09-17T09:49:50.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:50 smithi137 ceph-mon[30904]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:50.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:50 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T09:49:50.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:50 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:50.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:50 smithi137 ceph-mon[30904]: Deploying daemon osd.1 on smithi062 2024-09-17T09:49:50.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:50 smithi088 ceph-mon[30813]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:50.574 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:50 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T09:49:50.574 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:50 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:50.574 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:50 smithi088 ceph-mon[30813]: Deploying daemon osd.1 on smithi062 2024-09-17T09:49:52.162 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:52 smithi088 ceph-mon[30813]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:52.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:52 smithi062 ceph-mon[29685]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:52.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:52 smithi137 ceph-mon[30904]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:54.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:53 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:54.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:53 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:54.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:53 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:54.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:53 smithi137 ceph-mon[30904]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:54.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:53 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:54.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:53 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:54.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:53 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:54.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:53 smithi088 ceph-mon[30813]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:53 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:53 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:53 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:53 smithi062 ceph-mon[29685]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:56.378 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:56 smithi062 ceph-mon[29685]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:56.379 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:56 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:56.379 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:56 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:56.379 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:56 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:56.379 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:56 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:56.379 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:56 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:56.379 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:56 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:56.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:56 smithi137 ceph-mon[30904]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:56.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:56 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:56.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:56 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:56.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:56 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:56.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:56 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:56.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:56 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:56.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:56 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:56 smithi088 ceph-mon[30813]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:56 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:49:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:56 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:49:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:56 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:49:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:56 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:56 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:56 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:49:58.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:49:58 smithi137 ceph-mon[30904]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:58.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:49:58 smithi088 ceph-mon[30813]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:58.554 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:49:58 smithi062 ceph-mon[29685]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:49:59.255 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 1 on host 'smithi062' 2024-09-17T09:49:59.921 DEBUG:teuthology.orchestra.run.smithi062:osd.1> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T09:49:59.923 INFO:tasks.cephadm:Deploying osd.2 on smithi088 with /dev/vg_nvme/lv_4... 2024-09-17T09:49:59.924 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T09:50:00.169 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:50:00.169 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:00.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:00.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:00.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: Adjusting osd_memory_target on smithi062 to 8032M 2024-09-17T09:50:00.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:00.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:00.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.170 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-mon[29685]: overall HEALTH_OK 2024-09-17T09:50:00.180 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T09:50:00.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:50:00.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:00.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:00.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:00.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: Adjusting osd_memory_target on smithi062 to 8032M 2024-09-17T09:50:00.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:00.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:00.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:00 smithi088 ceph-mon[30813]: overall HEALTH_OK 2024-09-17T09:50:00.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:50:00.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:00.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:00.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:00.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: Adjusting osd_memory_target on smithi062 to 8032M 2024-09-17T09:50:00.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.520 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:00.520 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:00.520 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:00.520 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:00 smithi137 ceph-mon[30904]: overall HEALTH_OK 2024-09-17T09:50:00.830 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:00 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1[41537]: 2024-09-17T09:50:00.461+0000 7f46d13ad640 -1 osd.1 0 log_to_monitors true 2024-09-17T09:50:01.404 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:01 smithi088 ceph-mon[30813]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T09:50:01.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:01 smithi137 ceph-mon[30904]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T09:50:01.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:01 smithi062 ceph-mon[29685]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T09:50:02.342 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:50:02.366 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:50:02.366 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T09:50:02.366 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T09:50:02.366 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-09-17T09:50:02.366 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: Detected new or changed devices on smithi062 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:02.367 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.368 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:02.368 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:02.368 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.369 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi088:vg_nvme/lv_4 2024-09-17T09:50:02.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:50:02.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T09:50:02.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T09:50:02.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-09-17T09:50:02.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:02.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: Detected new or changed devices on smithi062 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:02.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.610 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T09:50:02.611 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1[41537]: 2024-09-17T09:50:02.146+0000 7f46cd330640 -1 osd.1 0 waiting for initial osdmap 2024-09-17T09:50:02.611 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1[41537]: 2024-09-17T09:50:02.149+0000 7f46c9157640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:50:02.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:50:02.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T09:50:02.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: Detected new or changed devices on smithi062 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:02.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:02.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:02.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:02.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:03.164 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:03 smithi062 ceph-mon[29685]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-09-17T09:50:03.165 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:03 smithi062 ceph-mon[29685]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T09:50:03.165 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:03.165 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:03.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:03 smithi088 ceph-mon[30813]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-09-17T09:50:03.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:03 smithi088 ceph-mon[30813]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T09:50:03.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:03.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:03.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:03 smithi137 ceph-mon[30904]: from='osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-09-17T09:50:03.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:03 smithi137 ceph-mon[30904]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T09:50:03.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:03.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:03 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:04.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:04 smithi137 ceph-mon[30904]: purged_snaps scrub starts 2024-09-17T09:50:04.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:04 smithi137 ceph-mon[30904]: purged_snaps scrub ok 2024-09-17T09:50:04.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:04 smithi137 ceph-mon[30904]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:50:04.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:04 smithi137 ceph-mon[30904]: osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116] boot 2024-09-17T09:50:04.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:04 smithi137 ceph-mon[30904]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T09:50:04.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:04 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:04.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:04 smithi137 ceph-mon[30904]: from='client.24164 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:50:04.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:04 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:50:04.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:04 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:50:04.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:04 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:04.498 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:04 smithi088 ceph-mon[30813]: purged_snaps scrub starts 2024-09-17T09:50:04.499 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:04 smithi088 ceph-mon[30813]: purged_snaps scrub ok 2024-09-17T09:50:04.499 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:04 smithi088 ceph-mon[30813]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:50:04.499 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:04 smithi088 ceph-mon[30813]: osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116] boot 2024-09-17T09:50:04.499 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:04 smithi088 ceph-mon[30813]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T09:50:04.499 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:04 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:04.499 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:04 smithi088 ceph-mon[30813]: from='client.24164 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:50:04.499 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:04 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:50:04.499 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:04 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:50:04.499 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:04 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:04.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:04 smithi062 ceph-mon[29685]: purged_snaps scrub starts 2024-09-17T09:50:04.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:04 smithi062 ceph-mon[29685]: purged_snaps scrub ok 2024-09-17T09:50:04.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:04 smithi062 ceph-mon[29685]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:50:04.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:04 smithi062 ceph-mon[29685]: osd.1 [v2:172.21.15.62:6810/3103444116,v1:172.21.15.62:6811/3103444116] boot 2024-09-17T09:50:04.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:04 smithi062 ceph-mon[29685]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T09:50:04.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:04 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T09:50:04.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:04 smithi062 ceph-mon[29685]: from='client.24164 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:50:04.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:04 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:50:04.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:04 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:50:04.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:04 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:05.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:05 smithi137 ceph-mon[30904]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T09:50:05.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:05 smithi062 ceph-mon[29685]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T09:50:05.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:05 smithi088 ceph-mon[30813]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T09:50:06.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:06 smithi088 ceph-mon[30813]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:06.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:06.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:06.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:06.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:06 smithi088 ceph-mon[30813]: from='client.? 172.21.15.88:0/285000365' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0d73ec43-7162-43e1-b16e-d26eec4377b7"} : dispatch 2024-09-17T09:50:06.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:06 smithi088 ceph-mon[30813]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0d73ec43-7162-43e1-b16e-d26eec4377b7"} : dispatch 2024-09-17T09:50:06.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:06 smithi088 ceph-mon[30813]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d73ec43-7162-43e1-b16e-d26eec4377b7"}]': finished 2024-09-17T09:50:06.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:06 smithi088 ceph-mon[30813]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T09:50:06.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:06.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:06 smithi088 ceph-mon[30813]: from='client.? 172.21.15.88:0/133202238' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:50:06.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:06 smithi062 ceph-mon[29685]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:06.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:06.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:06.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:06.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:06 smithi062 ceph-mon[29685]: from='client.? 172.21.15.88:0/285000365' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0d73ec43-7162-43e1-b16e-d26eec4377b7"} : dispatch 2024-09-17T09:50:06.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:06 smithi062 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0d73ec43-7162-43e1-b16e-d26eec4377b7"} : dispatch 2024-09-17T09:50:06.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:06 smithi062 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d73ec43-7162-43e1-b16e-d26eec4377b7"}]': finished 2024-09-17T09:50:06.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:06 smithi062 ceph-mon[29685]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T09:50:06.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:06.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:06 smithi062 ceph-mon[29685]: from='client.? 172.21.15.88:0/133202238' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:50:06.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:06 smithi137 ceph-mon[30904]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:06.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:06.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:06.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:06.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:06 smithi137 ceph-mon[30904]: from='client.? 172.21.15.88:0/285000365' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0d73ec43-7162-43e1-b16e-d26eec4377b7"} : dispatch 2024-09-17T09:50:06.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:06 smithi137 ceph-mon[30904]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0d73ec43-7162-43e1-b16e-d26eec4377b7"} : dispatch 2024-09-17T09:50:06.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:06 smithi137 ceph-mon[30904]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d73ec43-7162-43e1-b16e-d26eec4377b7"}]': finished 2024-09-17T09:50:06.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:06 smithi137 ceph-mon[30904]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T09:50:06.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:06.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:06 smithi137 ceph-mon[30904]: from='client.? 172.21.15.88:0/133202238' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:50:08.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:08 smithi137 ceph-mon[30904]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:08.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:08 smithi088 ceph-mon[30813]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:08.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:08 smithi062 ceph-mon[29685]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:10.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:10 smithi137 ceph-mon[30904]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:10.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:10 smithi088 ceph-mon[30813]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:10.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:10 smithi062 ceph-mon[29685]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:12.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:12 smithi137 ceph-mon[30904]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:12.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:12 smithi088 ceph-mon[30813]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:12.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:12 smithi062 ceph-mon[29685]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:13.325 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T09:50:13.325 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:13.325 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:13 smithi088 ceph-mon[30813]: Deploying daemon osd.2 on smithi088 2024-09-17T09:50:13.326 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:13.326 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:13.326 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:13.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T09:50:13.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:13.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:13 smithi137 ceph-mon[30904]: Deploying daemon osd.2 on smithi088 2024-09-17T09:50:13.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:13.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:13.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:13.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T09:50:13.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:13.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:13 smithi062 ceph-mon[29685]: Deploying daemon osd.2 on smithi088 2024-09-17T09:50:13.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:13.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:13.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:14.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:14 smithi137 ceph-mon[30904]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:14.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:14 smithi088 ceph-mon[30813]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:14.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:14 smithi062 ceph-mon[29685]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:16.457 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:16 smithi088 ceph-mon[30813]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:16.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:16 smithi137 ceph-mon[30904]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:16.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:16 smithi062 ceph-mon[29685]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:18.373 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:18 smithi088 ceph-mon[30813]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:18.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:18 smithi137 ceph-mon[30904]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:18.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:18 smithi062 ceph-mon[29685]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:20.394 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:20 smithi088 ceph-mon[30813]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:20.394 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:20 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:20.394 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:20 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:20.394 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:20 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:20.394 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:20 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:20.394 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:20 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:20.394 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:20 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:20.511 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:20 smithi062 ceph-mon[29685]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:20.511 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:20 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:20.511 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:20 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:20.511 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:20 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:20.511 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:20 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:20.512 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:20 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:20.512 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:20 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:20.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:20 smithi137 ceph-mon[30904]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:20.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:20 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:20.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:20 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:20.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:20 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:20.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:20 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:20.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:20 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:20.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:20 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:22.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:22 smithi062 ceph-mon[29685]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:22.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:22.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:22.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:23.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:22 smithi137 ceph-mon[30904]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:23.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:23.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:23.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:23.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:22 smithi088 ceph-mon[30813]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:23.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:23.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:23.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:23.853 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 2 on host 'smithi088' 2024-09-17T09:50:24.525 DEBUG:teuthology.orchestra.run.smithi088:osd.2> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T09:50:24.528 INFO:tasks.cephadm:Deploying osd.3 on smithi088 with /dev/vg_nvme/lv_3... 2024-09-17T09:50:24.528 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T09:50:24.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:24.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:24.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:24.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:24.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: Adjusting osd_memory_target on smithi088 to 16064M 2024-09-17T09:50:24.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:24.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:24.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:24.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:24.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:24.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: from='osd.2 [v2:172.21.15.88:6800/458687564,v1:172.21.15.88:6801/458687564]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T09:50:24.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:24 smithi088 ceph-mon[30813]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T09:50:24.810 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T09:50:25.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:25.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:25.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:25.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:25.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: Adjusting osd_memory_target on smithi088 to 16064M 2024-09-17T09:50:25.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:25.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:25.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:25.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:25.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:25.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: from='osd.2 [v2:172.21.15.88:6800/458687564,v1:172.21.15.88:6801/458687564]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T09:50:25.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:24 smithi137 ceph-mon[30904]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T09:50:25.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:25.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:25.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:25.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:25.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: Adjusting osd_memory_target on smithi088 to 16064M 2024-09-17T09:50:25.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:25.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:25.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:25.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:25.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:25.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: from='osd.2 [v2:172.21.15.88:6800/458687564,v1:172.21.15.88:6801/458687564]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T09:50:25.114 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:24 smithi062 ceph-mon[29685]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T09:50:26.089 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:25 smithi088 ceph-mon[30813]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T09:50:26.089 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:25 smithi088 ceph-mon[30813]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T09:50:26.089 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:26.089 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:25 smithi088 ceph-mon[30813]: from='osd.2 [v2:172.21.15.88:6800/458687564,v1:172.21.15.88:6801/458687564]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:26.089 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:25 smithi088 ceph-mon[30813]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:26.089 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:26.089 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:26.089 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:26.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:25 smithi137 ceph-mon[30904]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T09:50:26.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:25 smithi137 ceph-mon[30904]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T09:50:26.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:25 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:26.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:25 smithi137 ceph-mon[30904]: from='osd.2 [v2:172.21.15.88:6800/458687564,v1:172.21.15.88:6801/458687564]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:26.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:25 smithi137 ceph-mon[30904]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:26.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:25 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:26.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:25 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:26.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:25 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:26.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:25 smithi062 ceph-mon[29685]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T09:50:26.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:25 smithi062 ceph-mon[29685]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T09:50:26.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:26.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:25 smithi062 ceph-mon[29685]: from='osd.2 [v2:172.21.15.88:6800/458687564,v1:172.21.15.88:6801/458687564]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:26.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:25 smithi062 ceph-mon[29685]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:26.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:26.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:26.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:26.446 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:50:26 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2[35263]: 2024-09-17T09:50:26.294+0000 7f788c06f640 -1 osd.2 0 waiting for initial osdmap 2024-09-17T09:50:26.446 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:50:26 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2[35263]: 2024-09-17T09:50:26.296+0000 7f7883e8e640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:50:27.134 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:26 smithi088 ceph-mon[30813]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:27.135 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:26 smithi088 ceph-mon[30813]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-09-17T09:50:27.135 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:26 smithi088 ceph-mon[30813]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T09:50:27.135 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:26 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:27.135 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:26 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:27.135 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:26 smithi088 ceph-mon[30813]: from='osd.2 ' entity='osd.2' 2024-09-17T09:50:27.137 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-17T09:50:27.164 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi088:vg_nvme/lv_3 2024-09-17T09:50:27.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:26 smithi137 ceph-mon[30904]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:27.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:26 smithi137 ceph-mon[30904]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-09-17T09:50:27.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:26 smithi137 ceph-mon[30904]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T09:50:27.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:26 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:27.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:26 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:27.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:26 smithi137 ceph-mon[30904]: from='osd.2 ' entity='osd.2' 2024-09-17T09:50:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:26 smithi062 ceph-mon[29685]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:26 smithi062 ceph-mon[29685]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-09-17T09:50:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:26 smithi062 ceph-mon[29685]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T09:50:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:26 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:26 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:26 smithi062 ceph-mon[29685]: from='osd.2 ' entity='osd.2' 2024-09-17T09:50:27.409 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T09:50:28.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:27 smithi137 ceph-mon[30904]: purged_snaps scrub starts 2024-09-17T09:50:28.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:27 smithi137 ceph-mon[30904]: purged_snaps scrub ok 2024-09-17T09:50:28.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:27 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:28.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:27 smithi137 ceph-mon[30904]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:28.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:27 smithi137 ceph-mon[30904]: osd.2 [v2:172.21.15.88:6800/458687564,v1:172.21.15.88:6801/458687564] boot 2024-09-17T09:50:28.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:27 smithi137 ceph-mon[30904]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T09:50:28.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:27 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:28.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:27 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T09:50:28.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:27 smithi088 ceph-mon[30813]: purged_snaps scrub starts 2024-09-17T09:50:28.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:27 smithi088 ceph-mon[30813]: purged_snaps scrub ok 2024-09-17T09:50:28.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:27 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:28.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:27 smithi088 ceph-mon[30813]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:28.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:27 smithi088 ceph-mon[30813]: osd.2 [v2:172.21.15.88:6800/458687564,v1:172.21.15.88:6801/458687564] boot 2024-09-17T09:50:28.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:27 smithi088 ceph-mon[30813]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T09:50:28.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:27 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:28.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:27 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T09:50:28.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:27 smithi062 ceph-mon[29685]: purged_snaps scrub starts 2024-09-17T09:50:28.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:27 smithi062 ceph-mon[29685]: purged_snaps scrub ok 2024-09-17T09:50:28.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:27 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:28.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:27 smithi062 ceph-mon[29685]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:50:28.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:27 smithi062 ceph-mon[29685]: osd.2 [v2:172.21.15.88:6800/458687564,v1:172.21.15.88:6801/458687564] boot 2024-09-17T09:50:28.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:27 smithi062 ceph-mon[29685]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T09:50:28.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:27 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T09:50:28.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:27 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T09:50:29.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:28 smithi088 ceph-mon[30813]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:50:29.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:50:29.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:50:29.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:29.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T09:50:29.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:28 smithi088 ceph-mon[30813]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T09:50:29.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T09:50:29.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:28 smithi137 ceph-mon[30904]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:50:29.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:28 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:50:29.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:28 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:50:29.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:28 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:29.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:28 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T09:50:29.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:28 smithi137 ceph-mon[30904]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T09:50:29.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:28 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T09:50:29.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:28 smithi062 ceph-mon[29685]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:50:29.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:50:29.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:50:29.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:29.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T09:50:29.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:28 smithi062 ceph-mon[29685]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T09:50:29.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T09:50:29.861 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42920]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T09:50:29.861 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42920]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:29.861 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42920]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:29.861 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42920]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:29.861 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42923]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T09:50:29.861 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42923]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:29.861 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42923]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:29.861 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42923]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:29.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42926]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T09:50:29.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42926]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:29.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42926]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:29.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42926]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:29.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42929]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T09:50:29.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42929]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:29.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42929]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:29.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42929]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:29.862 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42914]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T09:50:29.863 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42914]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:29.863 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42914]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:29.863 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42914]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:29.863 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42917]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T09:50:29.863 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42917]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:29.863 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42917]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:29.863 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:50:29 smithi062 sudo[42917]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:29.984 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36567]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T09:50:29.984 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36567]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:29.985 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36567]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:29.985 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36567]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:29.985 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36570]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T09:50:29.985 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36570]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:29.985 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36570]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:29.985 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36570]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:29.986 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36555]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T09:50:29.986 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36555]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:29.986 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36555]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:29.986 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36555]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:29.986 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36561]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T09:50:29.986 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36561]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:29.986 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36561]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:29.986 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:50:29 smithi088 sudo[36561]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:30.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:29 smithi137 sudo[33437]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T09:50:30.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:29 smithi137 sudo[33437]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:30.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:29 smithi137 sudo[33437]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:30.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:29 smithi137 sudo[33437]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:30.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:29 smithi137 sudo[33440]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T09:50:30.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:29 smithi137 sudo[33440]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T09:50:30.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:29 smithi137 sudo[33440]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T09:50:30.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:29 smithi137 sudo[33440]: pam_unix(sudo:session): session closed for user root 2024-09-17T09:50:30.566 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:30.566 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:50:30.566 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T09:50:30.566 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:30.567 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:30.567 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:50:30.567 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:50:30.567 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:50:30.567 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:50:30.567 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:50:30.567 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:50:30.567 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:50:30.567 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:50:30.567 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:50:30.568 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:50:30.568 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:30.568 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:50:30.568 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:50:30.568 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:50:30.568 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:50:30.568 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:50:30.568 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:30 smithi088 ceph-mon[30813]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T09:50:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:50:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T09:50:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:50:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:50:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:50:30.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:50:30.613 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:30 smithi062 ceph-mon[29685]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T09:50:30.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:30.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:50:30.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T09:50:30.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:30.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:30.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:50:30.769 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:50:30.769 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:50:30.769 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:50:30.769 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:50:30.769 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:50:30.769 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:50:30.769 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:50:30.770 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:50:30.770 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:50:30.770 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:30.770 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:50:30.770 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:50:30.770 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:50:30.770 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T09:50:30.770 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:50:30.771 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:30 smithi137 ceph-mon[30904]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T09:50:31.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:31 smithi062 ceph-mon[29685]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T09:50:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:31 smithi062 ceph-mon[29685]: from='client.? 172.21.15.88:0/846334095' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "be45aca9-6dcb-4ffa-9990-f5c5801c85a6"} : dispatch 2024-09-17T09:50:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:31 smithi062 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "be45aca9-6dcb-4ffa-9990-f5c5801c85a6"} : dispatch 2024-09-17T09:50:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:31 smithi062 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be45aca9-6dcb-4ffa-9990-f5c5801c85a6"}]': finished 2024-09-17T09:50:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:31 smithi062 ceph-mon[29685]: osdmap e22: 4 total, 3 up, 4 in 2024-09-17T09:50:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:31.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:31 smithi062 ceph-mon[29685]: from='client.? 172.21.15.88:0/2066251053' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:50:31.620 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:31 smithi137 ceph-mon[30904]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T09:50:31.620 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:31 smithi137 ceph-mon[30904]: from='client.? 172.21.15.88:0/846334095' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "be45aca9-6dcb-4ffa-9990-f5c5801c85a6"} : dispatch 2024-09-17T09:50:31.620 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:31 smithi137 ceph-mon[30904]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "be45aca9-6dcb-4ffa-9990-f5c5801c85a6"} : dispatch 2024-09-17T09:50:31.620 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:31 smithi137 ceph-mon[30904]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be45aca9-6dcb-4ffa-9990-f5c5801c85a6"}]': finished 2024-09-17T09:50:31.620 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:31 smithi137 ceph-mon[30904]: osdmap e22: 4 total, 3 up, 4 in 2024-09-17T09:50:31.620 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:31 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:31.620 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:31 smithi137 ceph-mon[30904]: from='client.? 172.21.15.88:0/2066251053' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:50:31.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:31 smithi088 ceph-mon[30813]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T09:50:31.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:31 smithi088 ceph-mon[30813]: from='client.? 172.21.15.88:0/846334095' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "be45aca9-6dcb-4ffa-9990-f5c5801c85a6"} : dispatch 2024-09-17T09:50:31.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:31 smithi088 ceph-mon[30813]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "be45aca9-6dcb-4ffa-9990-f5c5801c85a6"} : dispatch 2024-09-17T09:50:31.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:31 smithi088 ceph-mon[30813]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be45aca9-6dcb-4ffa-9990-f5c5801c85a6"}]': finished 2024-09-17T09:50:31.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:31 smithi088 ceph-mon[30813]: osdmap e22: 4 total, 3 up, 4 in 2024-09-17T09:50:31.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:31 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:31.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:31 smithi088 ceph-mon[30813]: from='client.? 172.21.15.88:0/2066251053' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:50:32.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:32 smithi062 ceph-mon[29685]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:32.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:32 smithi062 ceph-mon[29685]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T09:50:32.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:32 smithi062 ceph-mon[29685]: Cluster is now healthy 2024-09-17T09:50:32.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:32 smithi062 ceph-mon[29685]: mgrmap e16: a(active, since 2m), standbys: b 2024-09-17T09:50:32.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:32 smithi137 ceph-mon[30904]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:32.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:32 smithi137 ceph-mon[30904]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T09:50:32.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:32 smithi137 ceph-mon[30904]: Cluster is now healthy 2024-09-17T09:50:32.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:32 smithi137 ceph-mon[30904]: mgrmap e16: a(active, since 2m), standbys: b 2024-09-17T09:50:32.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:32 smithi088 ceph-mon[30813]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:32.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:32 smithi088 ceph-mon[30813]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T09:50:32.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:32 smithi088 ceph-mon[30813]: Cluster is now healthy 2024-09-17T09:50:32.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:32 smithi088 ceph-mon[30813]: mgrmap e16: a(active, since 2m), standbys: b 2024-09-17T09:50:34.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:34 smithi137 ceph-mon[30904]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:34.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:34 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:34 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:34 smithi137 ceph-mon[30904]: Detected new or changed devices on smithi088 2024-09-17T09:50:34.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:34 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:34.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:34 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:34 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:34.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:34 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:34.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:34 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:34 smithi088 ceph-mon[30813]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:34.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:34 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:34 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:34 smithi088 ceph-mon[30813]: Detected new or changed devices on smithi088 2024-09-17T09:50:34.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:34 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:34.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:34 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:34 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:34.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:34 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:34.535 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:34 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:34 smithi062 ceph-mon[29685]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:34.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:34 smithi062 ceph-mon[29685]: Detected new or changed devices on smithi088 2024-09-17T09:50:34.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:34.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:34.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:34.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:34.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:34 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:36 smithi062 ceph-mon[29685]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:36.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:36.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:36.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:36.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.371 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:36 smithi088 ceph-mon[30813]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:36.371 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.371 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.371 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:36.372 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:36.372 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.372 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:36.372 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:36 smithi137 ceph-mon[30904]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:36.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:36 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:36 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:36 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:36.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:36 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:36.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:36 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:36.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:36 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:36.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:36 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:38 smithi062 ceph-mon[29685]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T09:50:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:38 smithi062 ceph-mon[29685]: Deploying daemon osd.3 on smithi088 2024-09-17T09:50:38.438 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:38 smithi088 ceph-mon[30813]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:38.438 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T09:50:38.438 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:38.438 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:38 smithi088 ceph-mon[30813]: Deploying daemon osd.3 on smithi088 2024-09-17T09:50:38.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:38 smithi137 ceph-mon[30904]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:38.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:38 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T09:50:38.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:38 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:38.518 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:38 smithi137 ceph-mon[30904]: Deploying daemon osd.3 on smithi088 2024-09-17T09:50:40.276 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:40 smithi088 ceph-mon[30813]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:40.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:40 smithi062 ceph-mon[29685]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:40.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:40 smithi137 ceph-mon[30904]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:43.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:42 smithi062 ceph-mon[29685]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:43.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:43.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:43.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:43.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:42 smithi088 ceph-mon[30813]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:43.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:43.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:43.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:43.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:42 smithi137 ceph-mon[30904]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:43.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:43.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:43.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:44.985 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:44 smithi137 ceph-mon[30904]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:44.985 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:44.985 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:44.985 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:44.985 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:44.985 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:44.985 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:44 smithi062 ceph-mon[29685]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:45.123 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:44 smithi088 ceph-mon[30813]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:45.123 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:45.124 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:45.124 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:45.124 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:45.124 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:45.124 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:46.649 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:46 smithi088 ceph-mon[30813]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:46.649 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:46 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:46.649 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:46 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:46.649 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:46 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:46.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:46 smithi137 ceph-mon[30904]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:46.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:46 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:46.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:46 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:46.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:46 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:46.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:46 smithi062 ceph-mon[29685]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:46.900 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:46 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:46.901 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:46 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:46.901 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:46 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.255 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 3 on host 'smithi088' 2024-09-17T09:50:48.730 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:48 smithi137 ceph-mon[30904]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:48.730 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:48 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:48.730 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:48 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.730 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:48 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:48.730 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:48 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:48.730 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:48 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.730 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:48 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.730 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:48 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:48.730 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:48 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:48.731 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:48 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:48 smithi088 ceph-mon[30813]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:48.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:48.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:48.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:48.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:48.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:48.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.827 DEBUG:teuthology.orchestra.run.smithi088:osd.3> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.3.service 2024-09-17T09:50:48.829 INFO:tasks.cephadm:Deploying osd.4 on smithi137 with /dev/vg_nvme/lv_4... 2024-09-17T09:50:48.829 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T09:50:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:48 smithi062 ceph-mon[29685]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T09:50:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:49.070 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T09:50:49.484 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:50:49 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3[38520]: 2024-09-17T09:50:49.070+0000 7f818b159640 -1 osd.3 0 log_to_monitors true 2024-09-17T09:50:49.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:49 smithi137 ceph-mon[30904]: Adjusting osd_memory_target on smithi088 to 8032M 2024-09-17T09:50:49.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:49 smithi137 ceph-mon[30904]: from='osd.3 [v2:172.21.15.88:6808/2178137122,v1:172.21.15.88:6809/2178137122]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T09:50:49.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:49 smithi137 ceph-mon[30904]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T09:50:49.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:49 smithi088 ceph-mon[30813]: Adjusting osd_memory_target on smithi088 to 8032M 2024-09-17T09:50:49.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:49 smithi088 ceph-mon[30813]: from='osd.3 [v2:172.21.15.88:6808/2178137122,v1:172.21.15.88:6809/2178137122]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T09:50:49.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:49 smithi088 ceph-mon[30813]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T09:50:49.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:49 smithi062 ceph-mon[29685]: Adjusting osd_memory_target on smithi088 to 8032M 2024-09-17T09:50:49.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:49 smithi062 ceph-mon[29685]: from='osd.3 [v2:172.21.15.88:6808/2178137122,v1:172.21.15.88:6809/2178137122]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T09:50:49.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:49 smithi062 ceph-mon[29685]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T09:50:50.720 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:50 smithi137 ceph-mon[30904]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:50.720 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:50 smithi137 ceph-mon[30904]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T09:50:50.720 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:50 smithi137 ceph-mon[30904]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T09:50:50.720 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:50 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:50.720 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:50 smithi137 ceph-mon[30904]: from='osd.3 [v2:172.21.15.88:6808/2178137122,v1:172.21.15.88:6809/2178137122]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:50.720 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:50 smithi137 ceph-mon[30904]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:50.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:50 smithi088 ceph-mon[30813]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:50.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:50 smithi088 ceph-mon[30813]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T09:50:50.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:50 smithi088 ceph-mon[30813]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T09:50:50.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:50 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:50.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:50 smithi088 ceph-mon[30813]: from='osd.3 [v2:172.21.15.88:6808/2178137122,v1:172.21.15.88:6809/2178137122]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:50.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:50 smithi088 ceph-mon[30813]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:50.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:50 smithi062 ceph-mon[29685]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:50.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:50 smithi062 ceph-mon[29685]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T09:50:50.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:50 smithi062 ceph-mon[29685]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T09:50:50.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:50 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:50.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:50 smithi062 ceph-mon[29685]: from='osd.3 [v2:172.21.15.88:6808/2178137122,v1:172.21.15.88:6809/2178137122]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:50.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:50 smithi062 ceph-mon[29685]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]} : dispatch 2024-09-17T09:50:51.283 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:50:50 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3[38520]: 2024-09-17T09:50:50.899+0000 7f81870dc640 -1 osd.3 0 waiting for initial osdmap 2024-09-17T09:50:51.284 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:50:50 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3[38520]: 2024-09-17T09:50:50.905+0000 7f817eefb640 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:50:51.398 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:50:51.424 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi137:vg_nvme/lv_4 2024-09-17T09:50:51.664 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T09:50:51.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:51 smithi137 ceph-mon[30904]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-09-17T09:50:51.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:51 smithi137 ceph-mon[30904]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T09:50:51.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:51.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:51.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:51 smithi137 ceph-mon[30904]: from='osd.3 ' entity='osd.3' 2024-09-17T09:50:51.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:51 smithi137 ceph-mon[30904]: osd.3 [v2:172.21.15.88:6808/2178137122,v1:172.21.15.88:6809/2178137122] boot 2024-09-17T09:50:51.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:51 smithi137 ceph-mon[30904]: osdmap e25: 4 total, 4 up, 4 in 2024-09-17T09:50:51.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:51 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:51.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:51 smithi088 ceph-mon[30813]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-09-17T09:50:51.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:51 smithi088 ceph-mon[30813]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T09:50:51.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:51 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:51.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:51 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:51.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:51 smithi088 ceph-mon[30813]: from='osd.3 ' entity='osd.3' 2024-09-17T09:50:51.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:51 smithi088 ceph-mon[30813]: osd.3 [v2:172.21.15.88:6808/2178137122,v1:172.21.15.88:6809/2178137122] boot 2024-09-17T09:50:51.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:51 smithi088 ceph-mon[30813]: osdmap e25: 4 total, 4 up, 4 in 2024-09-17T09:50:51.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:51 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:51.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:51 smithi062 ceph-mon[29685]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-09-17T09:50:51.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:51 smithi062 ceph-mon[29685]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T09:50:51.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:51.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:51.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:51 smithi062 ceph-mon[29685]: from='osd.3 ' entity='osd.3' 2024-09-17T09:50:51.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:51 smithi062 ceph-mon[29685]: osd.3 [v2:172.21.15.88:6808/2178137122,v1:172.21.15.88:6809/2178137122] boot 2024-09-17T09:50:51.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:51 smithi062 ceph-mon[29685]: osdmap e25: 4 total, 4 up, 4 in 2024-09-17T09:50:51.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:51 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T09:50:52.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:52 smithi137 ceph-mon[30904]: purged_snaps scrub starts 2024-09-17T09:50:52.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:52 smithi137 ceph-mon[30904]: purged_snaps scrub ok 2024-09-17T09:50:52.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:52 smithi137 ceph-mon[30904]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:52.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:52 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:50:52.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:52 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:50:52.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:52 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:52.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:52 smithi137 ceph-mon[30904]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T09:50:52.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:52 smithi088 ceph-mon[30813]: purged_snaps scrub starts 2024-09-17T09:50:52.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:52 smithi088 ceph-mon[30813]: purged_snaps scrub ok 2024-09-17T09:50:52.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:52 smithi088 ceph-mon[30813]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:52.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:50:52.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:50:52.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:52.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:52 smithi088 ceph-mon[30813]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T09:50:52.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:52 smithi062 ceph-mon[29685]: purged_snaps scrub starts 2024-09-17T09:50:52.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:52 smithi062 ceph-mon[29685]: purged_snaps scrub ok 2024-09-17T09:50:52.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:52 smithi062 ceph-mon[29685]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:50:52.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:50:52.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:50:52.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:52.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:52 smithi062 ceph-mon[29685]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T09:50:53.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:53 smithi062 ceph-mon[29685]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:50:53.764 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:53 smithi137 ceph-mon[30904]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:50:53.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:53 smithi088 ceph-mon[30813]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:50:54.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:54 smithi137 ceph-mon[30904]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:50:54.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:54 smithi137 ceph-mon[30904]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T09:50:54.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:54 smithi137 ceph-mon[30904]: from='client.? 172.21.15.137:0/4067530021' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "03355819-9409-4e6c-bfc6-663601d74d71"} : dispatch 2024-09-17T09:50:54.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:54 smithi137 ceph-mon[30904]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "03355819-9409-4e6c-bfc6-663601d74d71"} : dispatch 2024-09-17T09:50:54.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:54 smithi137 ceph-mon[30904]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "03355819-9409-4e6c-bfc6-663601d74d71"}]': finished 2024-09-17T09:50:54.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:54 smithi137 ceph-mon[30904]: osdmap e28: 5 total, 4 up, 5 in 2024-09-17T09:50:54.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:54 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:50:54.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:54 smithi088 ceph-mon[30813]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:50:54.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:54 smithi088 ceph-mon[30813]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T09:50:54.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:54 smithi088 ceph-mon[30813]: from='client.? 172.21.15.137:0/4067530021' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "03355819-9409-4e6c-bfc6-663601d74d71"} : dispatch 2024-09-17T09:50:54.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:54 smithi088 ceph-mon[30813]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "03355819-9409-4e6c-bfc6-663601d74d71"} : dispatch 2024-09-17T09:50:54.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:54 smithi088 ceph-mon[30813]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "03355819-9409-4e6c-bfc6-663601d74d71"}]': finished 2024-09-17T09:50:54.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:54 smithi088 ceph-mon[30813]: osdmap e28: 5 total, 4 up, 5 in 2024-09-17T09:50:54.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:54 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:50:54.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:54 smithi062 ceph-mon[29685]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:50:54.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:54 smithi062 ceph-mon[29685]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T09:50:54.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:54 smithi062 ceph-mon[29685]: from='client.? 172.21.15.137:0/4067530021' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "03355819-9409-4e6c-bfc6-663601d74d71"} : dispatch 2024-09-17T09:50:54.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:54 smithi062 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "03355819-9409-4e6c-bfc6-663601d74d71"} : dispatch 2024-09-17T09:50:54.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:54 smithi062 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "03355819-9409-4e6c-bfc6-663601d74d71"}]': finished 2024-09-17T09:50:54.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:54 smithi062 ceph-mon[29685]: osdmap e28: 5 total, 4 up, 5 in 2024-09-17T09:50:54.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:54 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:50:55.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='client.? 172.21.15.137:0/170634944' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:50:55.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:55.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:55.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:55.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:55.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:55.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:55.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:55 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='client.? 172.21.15.137:0/170634944' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:55.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:55.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:55 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='client.? 172.21.15.137:0/170634944' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:50:55.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:50:55.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:50:55.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:55.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:55 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:50:56.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:56 smithi137 ceph-mon[30904]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:50:56.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:56 smithi137 ceph-mon[30904]: Detected new or changed devices on smithi088 2024-09-17T09:50:56.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:56 smithi088 ceph-mon[30813]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:50:56.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:56 smithi088 ceph-mon[30813]: Detected new or changed devices on smithi088 2024-09-17T09:50:56.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:56 smithi062 ceph-mon[29685]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:50:56.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:56 smithi062 ceph-mon[29685]: Detected new or changed devices on smithi088 2024-09-17T09:50:58.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:50:58 smithi137 ceph-mon[30904]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-09-17T09:50:58.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:50:58 smithi088 ceph-mon[30813]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-09-17T09:50:58.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:50:58 smithi062 ceph-mon[29685]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-09-17T09:51:00.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:00 smithi137 ceph-mon[30904]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-09-17T09:51:00.778 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:00 smithi088 ceph-mon[30813]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-09-17T09:51:00.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:00 smithi062 ceph-mon[29685]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-09-17T09:51:02.622 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:02 smithi137 ceph-mon[30904]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T09:51:02.622 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T09:51:02.622 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:02.622 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:02.622 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:02.622 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:02.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:02 smithi088 ceph-mon[30813]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T09:51:02.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T09:51:02.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:02.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:02.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:02.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:02.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:02 smithi062 ceph-mon[29685]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T09:51:02.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T09:51:02.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:02.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:02.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:02.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:03.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:03 smithi088 ceph-mon[30813]: Deploying daemon osd.4 on smithi137 2024-09-17T09:51:03.786 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:03 smithi137 ceph-mon[30904]: Deploying daemon osd.4 on smithi137 2024-09-17T09:51:03.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:03 smithi062 ceph-mon[29685]: Deploying daemon osd.4 on smithi137 2024-09-17T09:51:04.747 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:04 smithi137 ceph-mon[30904]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-17T09:51:04.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:04 smithi088 ceph-mon[30813]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-17T09:51:04.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:04 smithi062 ceph-mon[29685]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-17T09:51:06.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:06 smithi062 ceph-mon[29685]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-17T09:51:06.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:06.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:06.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:07.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:06 smithi137 ceph-mon[30904]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-17T09:51:07.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:07.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:07.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:06 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:07.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:06 smithi088 ceph-mon[30813]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-17T09:51:07.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:07.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:07.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:08.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:08 smithi062 ceph-mon[29685]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:51:08.991 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:08 smithi137 ceph-mon[30904]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:51:09.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:08 smithi088 ceph-mon[30813]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:51:09.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:09 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:09.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:09 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:09.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:09 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:09.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:09 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:09.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:09 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:09.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:09 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:10.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:09 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:10.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:09 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:10.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:09 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:10.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:09 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:10.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:09 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:10.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:09 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:10.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:09 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:10.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:09 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:10.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:09 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:10.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:09 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:10.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:09 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:10.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:09 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:11.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:10 smithi062 ceph-mon[29685]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:11.147 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:10 smithi137 ceph-mon[30904]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:11.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:10 smithi088 ceph-mon[30813]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:13.053 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:12 smithi137 ceph-mon[30904]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:13.096 INFO:teuthology.orchestra.run.smithi137.stdout:Created osd(s) 4 on host 'smithi137' 2024-09-17T09:51:13.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:12 smithi062 ceph-mon[29685]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:13.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:12 smithi088 ceph-mon[30813]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:13.736 DEBUG:teuthology.orchestra.run.smithi137:osd.4> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.4.service 2024-09-17T09:51:13.738 INFO:tasks.cephadm:Deploying osd.5 on smithi137 with /dev/vg_nvme/lv_3... 2024-09-17T09:51:13.738 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T09:51:14.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:14.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T09:51:14.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:14.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:14.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:13 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.017 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:51:13 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4[35901]: 2024-09-17T09:51:13.881+0000 7f2762b22640 -1 osd.4 0 log_to_monitors true 2024-09-17T09:51:14.029 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T09:51:14.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:14.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T09:51:14.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:14.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:14.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:13 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:14.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T09:51:14.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:14.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:14.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:14.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:13 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:15.194 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:14 smithi137 ceph-mon[30904]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:15.194 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:14 smithi137 ceph-mon[30904]: Adjusting osd_memory_target on smithi137 to 20160M 2024-09-17T09:51:15.194 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:14 smithi137 ceph-mon[30904]: from='osd.4 [v2:172.21.15.137:6800/363663519,v1:172.21.15.137:6801/363663519]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T09:51:15.194 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:14 smithi137 ceph-mon[30904]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T09:51:15.194 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:14 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:15.194 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:14 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:15.194 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:14 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:15.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:14 smithi088 ceph-mon[30813]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:15.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:14 smithi088 ceph-mon[30813]: Adjusting osd_memory_target on smithi137 to 20160M 2024-09-17T09:51:15.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:14 smithi088 ceph-mon[30813]: from='osd.4 [v2:172.21.15.137:6800/363663519,v1:172.21.15.137:6801/363663519]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T09:51:15.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:14 smithi088 ceph-mon[30813]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T09:51:15.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:14 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:15.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:14 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:15.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:14 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:15.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:14 smithi062 ceph-mon[29685]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:15.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:14 smithi062 ceph-mon[29685]: Adjusting osd_memory_target on smithi137 to 20160M 2024-09-17T09:51:15.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:14 smithi062 ceph-mon[29685]: from='osd.4 [v2:172.21.15.137:6800/363663519,v1:172.21.15.137:6801/363663519]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T09:51:15.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:14 smithi062 ceph-mon[29685]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T09:51:15.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:14 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:15.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:14 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:15.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:14 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:16.203 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:15 smithi137 ceph-mon[30904]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T09:51:16.203 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:15 smithi137 ceph-mon[30904]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T09:51:16.203 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:15 smithi137 ceph-mon[30904]: from='osd.4 [v2:172.21.15.137:6800/363663519,v1:172.21.15.137:6801/363663519]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:16.203 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:15 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:16.203 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:15 smithi137 ceph-mon[30904]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:16.203 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:15 smithi137 ceph-mon[30904]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-17T09:51:16.203 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:15 smithi137 ceph-mon[30904]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T09:51:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:15 smithi088 ceph-mon[30813]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T09:51:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:15 smithi088 ceph-mon[30813]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T09:51:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:15 smithi088 ceph-mon[30813]: from='osd.4 [v2:172.21.15.137:6800/363663519,v1:172.21.15.137:6801/363663519]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:15 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:15 smithi088 ceph-mon[30813]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:15 smithi088 ceph-mon[30813]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-17T09:51:16.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:15 smithi088 ceph-mon[30813]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T09:51:16.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:15 smithi062 ceph-mon[29685]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T09:51:16.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:15 smithi062 ceph-mon[29685]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T09:51:16.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:15 smithi062 ceph-mon[29685]: from='osd.4 [v2:172.21.15.137:6800/363663519,v1:172.21.15.137:6801/363663519]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:16.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:15 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:16.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:15 smithi062 ceph-mon[29685]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:16.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:15 smithi062 ceph-mon[29685]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-17T09:51:16.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:15 smithi062 ceph-mon[29685]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T09:51:16.503 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4[35901]: 2024-09-17T09:51:16.313+0000 7f275eaa5640 -1 osd.4 0 waiting for initial osdmap 2024-09-17T09:51:16.504 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4[35901]: 2024-09-17T09:51:16.316+0000 7f27568c4640 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:51:16.506 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-17T09:51:16.532 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi137:vg_nvme/lv_3 2024-09-17T09:51:16.770 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T09:51:17.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:16 smithi088 ceph-mon[30813]: purged_snaps scrub starts 2024-09-17T09:51:17.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:16 smithi088 ceph-mon[30813]: purged_snaps scrub ok 2024-09-17T09:51:17.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:16 smithi088 ceph-mon[30813]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:17.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:16 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:17.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:16 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:17.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:16 smithi088 ceph-mon[30813]: from='osd.4 ' entity='osd.4' 2024-09-17T09:51:17.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:16 smithi088 ceph-mon[30813]: osd.4 [v2:172.21.15.137:6800/363663519,v1:172.21.15.137:6801/363663519] boot 2024-09-17T09:51:17.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:16 smithi088 ceph-mon[30813]: osdmap e31: 5 total, 5 up, 5 in 2024-09-17T09:51:17.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:16 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:17.216 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-mon[30904]: purged_snaps scrub starts 2024-09-17T09:51:17.216 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-mon[30904]: purged_snaps scrub ok 2024-09-17T09:51:17.216 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-mon[30904]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:17.216 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:17.216 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:17.216 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-mon[30904]: from='osd.4 ' entity='osd.4' 2024-09-17T09:51:17.216 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-mon[30904]: osd.4 [v2:172.21.15.137:6800/363663519,v1:172.21.15.137:6801/363663519] boot 2024-09-17T09:51:17.216 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-mon[30904]: osdmap e31: 5 total, 5 up, 5 in 2024-09-17T09:51:17.216 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:16 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:16 smithi062 ceph-mon[29685]: purged_snaps scrub starts 2024-09-17T09:51:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:16 smithi062 ceph-mon[29685]: purged_snaps scrub ok 2024-09-17T09:51:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:16 smithi062 ceph-mon[29685]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:51:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:16 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:16 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:16 smithi062 ceph-mon[29685]: from='osd.4 ' entity='osd.4' 2024-09-17T09:51:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:16 smithi062 ceph-mon[29685]: osd.4 [v2:172.21.15.137:6800/363663519,v1:172.21.15.137:6801/363663519] boot 2024-09-17T09:51:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:16 smithi062 ceph-mon[29685]: osdmap e31: 5 total, 5 up, 5 in 2024-09-17T09:51:17.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:16 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T09:51:17.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:17 smithi088 ceph-mon[30813]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:17.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:17 smithi088 ceph-mon[30813]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:51:17.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:17 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:51:17.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:17 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:51:17.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:17 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:17.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:17 smithi088 ceph-mon[30813]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T09:51:18.002 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:17 smithi137 ceph-mon[30904]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:18.002 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:17 smithi137 ceph-mon[30904]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:51:18.002 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:17 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:51:18.002 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:17 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:51:18.002 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:17 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:18.002 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:17 smithi137 ceph-mon[30904]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T09:51:18.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:17 smithi062 ceph-mon[29685]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:18.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:17 smithi062 ceph-mon[29685]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:51:18.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:17 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T09:51:18.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:17 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T09:51:18.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:17 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:18.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:17 smithi062 ceph-mon[29685]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T09:51:20.141 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:19 smithi062 ceph-mon[29685]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T09:51:20.141 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:19 smithi062 ceph-mon[29685]: from='client.? 172.21.15.137:0/2638609499' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12273e57-a8c4-43b4-8994-61ba6ebd90c0"} : dispatch 2024-09-17T09:51:20.141 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:19 smithi062 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12273e57-a8c4-43b4-8994-61ba6ebd90c0"} : dispatch 2024-09-17T09:51:20.141 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:19 smithi062 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12273e57-a8c4-43b4-8994-61ba6ebd90c0"}]': finished 2024-09-17T09:51:20.141 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:19 smithi062 ceph-mon[29685]: osdmap e34: 6 total, 5 up, 6 in 2024-09-17T09:51:20.141 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:20.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:19 smithi137 ceph-mon[30904]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T09:51:20.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:19 smithi137 ceph-mon[30904]: from='client.? 172.21.15.137:0/2638609499' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12273e57-a8c4-43b4-8994-61ba6ebd90c0"} : dispatch 2024-09-17T09:51:20.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:19 smithi137 ceph-mon[30904]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12273e57-a8c4-43b4-8994-61ba6ebd90c0"} : dispatch 2024-09-17T09:51:20.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:19 smithi137 ceph-mon[30904]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12273e57-a8c4-43b4-8994-61ba6ebd90c0"}]': finished 2024-09-17T09:51:20.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:19 smithi137 ceph-mon[30904]: osdmap e34: 6 total, 5 up, 6 in 2024-09-17T09:51:20.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:19 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:20.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:19 smithi088 ceph-mon[30813]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T09:51:20.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:19 smithi088 ceph-mon[30813]: from='client.? 172.21.15.137:0/2638609499' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12273e57-a8c4-43b4-8994-61ba6ebd90c0"} : dispatch 2024-09-17T09:51:20.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:19 smithi088 ceph-mon[30813]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12273e57-a8c4-43b4-8994-61ba6ebd90c0"} : dispatch 2024-09-17T09:51:20.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:19 smithi088 ceph-mon[30813]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12273e57-a8c4-43b4-8994-61ba6ebd90c0"}]': finished 2024-09-17T09:51:20.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:19 smithi088 ceph-mon[30813]: osdmap e34: 6 total, 5 up, 6 in 2024-09-17T09:51:20.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:21.091 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:20 smithi062 ceph-mon[29685]: pgmap v119: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:21.092 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:20 smithi062 ceph-mon[29685]: from='client.? 172.21.15.137:0/836172918' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:51:21.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:20 smithi137 ceph-mon[30904]: pgmap v119: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:21.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:20 smithi137 ceph-mon[30904]: from='client.? 172.21.15.137:0/836172918' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:51:21.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:20 smithi088 ceph-mon[30813]: pgmap v119: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:21.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:20 smithi088 ceph-mon[30813]: from='client.? 172.21.15.137:0/836172918' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T09:51:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:22 smithi062 ceph-mon[29685]: pgmap v121: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:22 smithi137 ceph-mon[30904]: pgmap v121: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:23.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:22 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:22 smithi088 ceph-mon[30813]: pgmap v121: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:23.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:23.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:23 smithi062 ceph-mon[29685]: Detected new or changed devices on smithi137 2024-09-17T09:51:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:23 smithi062 ceph-mon[29685]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T09:51:24.199 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:23 smithi137 ceph-mon[30904]: Detected new or changed devices on smithi137 2024-09-17T09:51:24.199 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:23 smithi137 ceph-mon[30904]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T09:51:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:23 smithi088 ceph-mon[30813]: Detected new or changed devices on smithi137 2024-09-17T09:51:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:23 smithi088 ceph-mon[30813]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T09:51:26.211 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:26 smithi137 ceph-mon[30904]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-17T09:51:26.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:26 smithi088 ceph-mon[30813]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-17T09:51:26.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:26 smithi062 ceph-mon[29685]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-17T09:51:28.230 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:28 smithi137 ceph-mon[30904]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-17T09:51:28.230 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:28 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T09:51:28.230 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:28 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:28.230 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:28 smithi137 ceph-mon[30904]: Deploying daemon osd.5 on smithi137 2024-09-17T09:51:28.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:28 smithi088 ceph-mon[30813]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-17T09:51:28.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T09:51:28.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:28.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:28 smithi088 ceph-mon[30813]: Deploying daemon osd.5 on smithi137 2024-09-17T09:51:28.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:28 smithi062 ceph-mon[29685]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-17T09:51:28.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T09:51:28.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:28.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:28 smithi062 ceph-mon[29685]: Deploying daemon osd.5 on smithi137 2024-09-17T09:51:30.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:30 smithi137 ceph-mon[30904]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T09:51:30.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:30 smithi088 ceph-mon[30813]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T09:51:30.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:30 smithi062 ceph-mon[29685]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T09:51:32.517 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:32 smithi137 ceph-mon[30904]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T09:51:32.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:32 smithi088 ceph-mon[30813]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T09:51:32.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:32 smithi062 ceph-mon[29685]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T09:51:34.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:34 smithi137 ceph-mon[30904]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:51:34.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:34 smithi088 ceph-mon[30813]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:51:34.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:34 smithi062 ceph-mon[29685]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:51:35.354 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:35.354 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.354 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:35.354 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:35.354 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.354 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.354 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.354 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.354 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:35.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:35.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:35.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.395 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.396 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:35 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:35.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:35.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:35.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:35.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:36.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:36 smithi088 ceph-mon[30813]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:36.844 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:36 smithi137 ceph-mon[30904]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:36.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:36 smithi062 ceph-mon[29685]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:38.692 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:38 smithi137 ceph-mon[30904]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:38.730 INFO:teuthology.orchestra.run.smithi137.stdout:Created osd(s) 5 on host 'smithi137' 2024-09-17T09:51:38.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:38 smithi088 ceph-mon[30813]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:38.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:38 smithi062 ceph-mon[29685]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:39.408 DEBUG:teuthology.orchestra.run.smithi137:osd.5> sudo journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.5.service 2024-09-17T09:51:39.411 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-17T09:51:39.411 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:51:39.681 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:39.766 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: Adjusting osd_memory_target on smithi137 to 10080M 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='osd.5 [v2:172.21.15.137:6808/976610928,v1:172.21.15.137:6809/976610928]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T09:51:39.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:39 smithi137 ceph-mon[30904]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T09:51:39.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:39.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:39.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T09:51:39.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T09:51:39.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:39.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: Adjusting osd_memory_target on smithi137 to 10080M 2024-09-17T09:51:39.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:39.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:39.803 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:39.803 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:39.803 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='osd.5 [v2:172.21.15.137:6808/976610928,v1:172.21.15.137:6809/976610928]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T09:51:39.803 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:39 smithi062 ceph-mon[29685]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T09:51:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T09:51:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T09:51:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: Adjusting osd_memory_target on smithi137 to 10080M 2024-09-17T09:51:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:40.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:40.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:40.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='osd.5 [v2:172.21.15.137:6808/976610928,v1:172.21.15.137:6809/976610928]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T09:51:40.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:39 smithi088 ceph-mon[30813]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T09:51:40.433 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:51:41.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:40 smithi137 ceph-mon[30904]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:41.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:40 smithi137 ceph-mon[30904]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T09:51:41.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:40 smithi137 ceph-mon[30904]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T09:51:41.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:40 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:41.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:40 smithi137 ceph-mon[30904]: from='osd.5 [v2:172.21.15.137:6808/976610928,v1:172.21.15.137:6809/976610928]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:41.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:40 smithi137 ceph-mon[30904]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:41.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:40 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/1101418518' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T09:51:41.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:40 smithi088 ceph-mon[30813]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:41.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:40 smithi088 ceph-mon[30813]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T09:51:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:40 smithi088 ceph-mon[30813]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T09:51:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:40 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:40 smithi088 ceph-mon[30813]: from='osd.5 [v2:172.21.15.137:6808/976610928,v1:172.21.15.137:6809/976610928]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:40 smithi088 ceph-mon[30813]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:40 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/1101418518' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T09:51:41.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:40 smithi062 ceph-mon[29685]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:41.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:40 smithi062 ceph-mon[29685]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T09:51:41.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:40 smithi062 ceph-mon[29685]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T09:51:41.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:40 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:41.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:40 smithi062 ceph-mon[29685]: from='osd.5 [v2:172.21.15.137:6808/976610928,v1:172.21.15.137:6809/976610928]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:41.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:40 smithi062 ceph-mon[29685]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-17T09:51:41.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:40 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/1101418518' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T09:51:41.516 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:51:41 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5[39058]: 2024-09-17T09:51:41.175+0000 7f564b767640 -1 osd.5 0 waiting for initial osdmap 2024-09-17T09:51:41.516 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:51:41 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5[39058]: 2024-09-17T09:51:41.179+0000 7f5643586640 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:51:41.906 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":35,"num_osds":6,"num_up_osds":5,"osd_up_since":1726566676,"num_in_osds":6,"osd_in_since":1726566679,"num_remapped_pgs":0} 2024-09-17T09:51:42.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:41 smithi137 ceph-mon[30904]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-17T09:51:42.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:41 smithi137 ceph-mon[30904]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T09:51:42.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:41 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:42.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:41 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:42.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:41 smithi137 ceph-mon[30904]: from='osd.5 ' entity='osd.5' 2024-09-17T09:51:42.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:41 smithi088 ceph-mon[30813]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-17T09:51:42.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:41 smithi088 ceph-mon[30813]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T09:51:42.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:41 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:42.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:41 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:42.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:41 smithi088 ceph-mon[30813]: from='osd.5 ' entity='osd.5' 2024-09-17T09:51:42.054 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:41 smithi062 ceph-mon[29685]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-17T09:51:42.054 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:41 smithi062 ceph-mon[29685]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T09:51:42.054 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:42.054 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:41 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:42.054 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:41 smithi062 ceph-mon[29685]: from='osd.5 ' entity='osd.5' 2024-09-17T09:51:42.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:42 smithi062 ceph-mon[29685]: purged_snaps scrub starts 2024-09-17T09:51:42.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:42 smithi062 ceph-mon[29685]: purged_snaps scrub ok 2024-09-17T09:51:42.877 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:42 smithi062 ceph-mon[29685]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:42.877 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:42.877 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:42 smithi062 ceph-mon[29685]: osd.5 [v2:172.21.15.137:6808/976610928,v1:172.21.15.137:6809/976610928] boot 2024-09-17T09:51:42.877 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:42 smithi062 ceph-mon[29685]: osdmap e37: 6 total, 6 up, 6 in 2024-09-17T09:51:42.877 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:42.877 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:42.877 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:42.877 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:42.906 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:51:43.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:42 smithi137 ceph-mon[30904]: purged_snaps scrub starts 2024-09-17T09:51:43.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:42 smithi137 ceph-mon[30904]: purged_snaps scrub ok 2024-09-17T09:51:43.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:42 smithi137 ceph-mon[30904]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:43.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:43.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:42 smithi137 ceph-mon[30904]: osd.5 [v2:172.21.15.137:6808/976610928,v1:172.21.15.137:6809/976610928] boot 2024-09-17T09:51:43.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:42 smithi137 ceph-mon[30904]: osdmap e37: 6 total, 6 up, 6 in 2024-09-17T09:51:43.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:43.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:43.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:43.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:42 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:42 smithi088 ceph-mon[30813]: purged_snaps scrub starts 2024-09-17T09:51:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:42 smithi088 ceph-mon[30813]: purged_snaps scrub ok 2024-09-17T09:51:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:42 smithi088 ceph-mon[30813]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:51:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:42 smithi088 ceph-mon[30813]: osd.5 [v2:172.21.15.137:6808/976610928,v1:172.21.15.137:6809/976610928] boot 2024-09-17T09:51:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:42 smithi088 ceph-mon[30813]: osdmap e37: 6 total, 6 up, 6 in 2024-09-17T09:51:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T09:51:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:43.432 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:43.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:43 smithi062 ceph-mon[29685]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T09:51:43.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:43 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:43.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:43 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:43.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:43 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:43.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:43 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:43.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:43 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:43.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:43 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:43.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:43 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:44.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:43 smithi088 ceph-mon[30813]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T09:51:44.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:43 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:44.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:43 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:44.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:43 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:44.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:43 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:44.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:43 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:44.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:43 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:44.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:43 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:44.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:43 smithi137 ceph-mon[30904]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T09:51:44.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:43 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:44.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:43 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:44.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:43 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:44.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:43 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:44.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:43 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:44.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:43 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:44.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:43 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:44.494 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: Detected new or changed devices on smithi137 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:44 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/3454945521' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T09:51:45.053 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: Detected new or changed devices on smithi137 2024-09-17T09:51:45.053 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:51:45.053 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T09:51:45.053 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.053 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.053 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:45.054 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.054 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:45.054 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:45.054 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.054 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:44 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/3454945521' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T09:51:45.082 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":39,"num_osds":6,"num_up_osds":6,"osd_up_since":1726566701,"num_in_osds":6,"osd_in_since":1726566679,"num_remapped_pgs":0} 2024-09-17T09:51:45.083 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T09:51:45.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: Detected new or changed devices on smithi137 2024-09-17T09:51:45.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:51:45.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T09:51:45.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:51:45.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:51:45.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:51:45.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:45.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:44 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/3454945521' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T09:51:45.335 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:45.965 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:51:45.965 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":39,"fsid":"937dc85a-74d9-11ef-bceb-c7b262605968","created":"2024-09-17T09:47:18.904515+0000","modified":"2024-09-17T09:51:43.764008+0000","last_up_change":"2024-09-17T09:51:41.754077+0000","last_in_change":"2024-09-17T09:51:19.744842+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-09-17T09:50:27.519899+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"05b2bfa0-c23a-4063-b9e3-80b9a4612622","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6802","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6803","nonce":3511021975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6805","nonce":3511021975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6809","nonce":3511021975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6807","nonce":3511021975}]},"public_addr":"172.21.15.62:6803/3511021975","cluster_addr":"172.21.15.62:6805/3511021975","heartbeat_back_addr":"172.21.15.62:6809/3511021975","heartbeat_front_addr":"172.21.15.62:6807/3511021975","state":["exists","up"]},{"osd":1,"uuid":"d5894bb6-c54d-4582-8d42-75af222f4e70","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.62:6810","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6811","nonce":3103444116}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6813","nonce":3103444116}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6817","nonce":3103444116}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6815","nonce":3103444116}]},"public_addr":"172.21.15.62:6811/3103444116","cluster_addr":"172.21.15.62:6813/3103444116","heartbeat_back_addr":"172.21.15.62:6817/3103444116","heartbeat_front_addr":"172.21.15.62:6815/3103444116","state":["exists","up"]},{"osd":2,"uuid":"0d73ec43-7162-43e1-b16e-d26eec4377b7","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.88:6800","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6801","nonce":458687564}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6803","nonce":458687564}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6807","nonce":458687564}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6805","nonce":458687564}]},"public_addr":"172.21.15.88:6801/458687564","cluster_addr":"172.21.15.88:6803/458687564","heartbeat_back_addr":"172.21.15.88:6807/458687564","heartbeat_front_addr":"172.21.15.88:6805/458687564","state":["exists","up"]},{"osd":3,"uuid":"be45aca9-6dcb-4ffa-9990-f5c5801c85a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6809","nonce":2178137122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6811","nonce":2178137122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6815","nonce":2178137122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6813","nonce":2178137122}]},"public_addr":"172.21.15.88:6809/2178137122","cluster_addr":"172.21.15.88:6811/2178137122","heartbeat_back_addr":"172.21.15.88:6815/2178137122","heartbeat_front_addr":"172.21.15.88:6813/2178137122","state":["exists","up"]},{"osd":4,"uuid":"03355819-9409-4e6c-bfc6-663601d74d71","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6801","nonce":363663519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6803","nonce":363663519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6807","nonce":363663519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6805","nonce":363663519}]},"public_addr":"172.21.15.137:6801/363663519","cluster_addr":"172.21.15.137:6803/363663519","heartbeat_back_addr":"172.21.15.137:6807/363663519","heartbeat_front_addr":"172.21.15.137:6805/363663519","state":["exists","up"]},{"osd":5,"uuid":"12273e57-a8c4-43b4-8994-61ba6ebd90c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6809","nonce":976610928}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6810","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6811","nonce":976610928}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6815","nonce":976610928}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6813","nonce":976610928}]},"public_addr":"172.21.15.137:6809/976610928","cluster_addr":"172.21.15.137:6811/976610928","heartbeat_back_addr":"172.21.15.137:6815/976610928","heartbeat_front_addr":"172.21.15.137:6813/976610928","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:49:35.578901+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:50:01.479226+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:50:25.296833+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:50:50.041828+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:51:14.888475+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:51:40.195133+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:0/3103264482":"2024-09-18T09:48:07.052170+0000","172.21.15.62:0/4066270004":"2024-09-18T09:48:07.052170+0000","172.21.15.62:0/932993317":"2024-09-18T09:48:07.052170+0000","172.21.15.62:0/1280344805":"2024-09-18T09:47:40.535047+0000","172.21.15.62:6800/836044818":"2024-09-18T09:48:07.052170+0000","172.21.15.62:6801/3668590714":"2024-09-18T09:47:40.535047+0000","172.21.15.62:6801/836044818":"2024-09-18T09:48:07.052170+0000","172.21.15.62:6800/3668590714":"2024-09-18T09:47:40.535047+0000","172.21.15.62:0/408884336":"2024-09-18T09:47:40.535047+0000","172.21.15.62:0/391740979":"2024-09-18T09:47:40.535047+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T09:51:46.580 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T09:50:27.519899+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 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-09-17T09:51:46.580 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T09:51:46.830 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:46.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:46 smithi062 ceph-mon[29685]: pgmap v138: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:51:46.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:46 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/1136252107' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T09:51:47.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:46 smithi088 ceph-mon[30813]: pgmap v138: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:51:47.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:46 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/1136252107' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T09:51:47.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:46 smithi137 ceph-mon[30904]: pgmap v138: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:51:47.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:46 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/1136252107' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T09:51:47.511 INFO:teuthology.orchestra.run.smithi062.stdout:pg_num: 1 2024-09-17T09:51:48.093 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:47 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/37632544' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T09:51:48.125 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T09:51:48.126 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-17T09:51:48.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:47 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/37632544' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T09:51:48.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:47 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/37632544' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T09:51:48.378 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:48.991 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:51:49.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:48 smithi088 ceph-mon[30813]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T09:51:49.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:48 smithi062 ceph-mon[29685]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T09:51:49.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:48 smithi137 ceph-mon[30904]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T09:51:49.637 INFO:teuthology.orchestra.run.smithi062.stdout:[{"version":20,"timestamp":"2024-09-17T09:51:41.177403+0000","name":"","changes":[{"name":"osd.5/osd_mclock_max_capacity_iops_ssd","new_value":"55276.410705"}]}] 2024-09-17T09:51:49.637 INFO:tasks.ceph_manager:config epoch is 20 2024-09-17T09:51:49.638 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T09:51:49.638 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T09:51:49.638 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T09:51:49.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:49 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2526562137' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T09:51:49.889 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:50.168 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:49 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/2526562137' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T09:51:50.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:49 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/2526562137' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T09:51:50.586 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:51:50.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:50 smithi062 ceph-mon[29685]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-09-17T09:51:50.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:50 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/1836966222' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T09:51:51.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:50 smithi137 ceph-mon[30904]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-09-17T09:51:51.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:50 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/1836966222' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T09:51:51.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:50 smithi088 ceph-mon[30813]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-09-17T09:51:51.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:50 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/1836966222' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T09:51:51.360 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":16,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6800","nonce":553974997},{"type":"v1","addr":"172.21.15.62:6801","nonce":553974997}]},"active_addr":"172.21.15.62:6801/553974997","active_change":"2024-09-17T09:48:07.052283+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540719139924082687,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.62: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.62:0","nonce":3367624017}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":285193158}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":1624764452}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":2566530178}]}]} 2024-09-17T09:51:51.365 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T09:51:51.365 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T09:51:51.365 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T09:51:51.623 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:52.258 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:51:52.258 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":39,"fsid":"937dc85a-74d9-11ef-bceb-c7b262605968","created":"2024-09-17T09:47:18.904515+0000","modified":"2024-09-17T09:51:43.764008+0000","last_up_change":"2024-09-17T09:51:41.754077+0000","last_in_change":"2024-09-17T09:51:19.744842+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-09-17T09:50:27.519899+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"05b2bfa0-c23a-4063-b9e3-80b9a4612622","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6802","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6803","nonce":3511021975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6805","nonce":3511021975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6809","nonce":3511021975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6807","nonce":3511021975}]},"public_addr":"172.21.15.62:6803/3511021975","cluster_addr":"172.21.15.62:6805/3511021975","heartbeat_back_addr":"172.21.15.62:6809/3511021975","heartbeat_front_addr":"172.21.15.62:6807/3511021975","state":["exists","up"]},{"osd":1,"uuid":"d5894bb6-c54d-4582-8d42-75af222f4e70","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.62:6810","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6811","nonce":3103444116}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6813","nonce":3103444116}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6817","nonce":3103444116}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6815","nonce":3103444116}]},"public_addr":"172.21.15.62:6811/3103444116","cluster_addr":"172.21.15.62:6813/3103444116","heartbeat_back_addr":"172.21.15.62:6817/3103444116","heartbeat_front_addr":"172.21.15.62:6815/3103444116","state":["exists","up"]},{"osd":2,"uuid":"0d73ec43-7162-43e1-b16e-d26eec4377b7","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.88:6800","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6801","nonce":458687564}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6803","nonce":458687564}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6807","nonce":458687564}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6805","nonce":458687564}]},"public_addr":"172.21.15.88:6801/458687564","cluster_addr":"172.21.15.88:6803/458687564","heartbeat_back_addr":"172.21.15.88:6807/458687564","heartbeat_front_addr":"172.21.15.88:6805/458687564","state":["exists","up"]},{"osd":3,"uuid":"be45aca9-6dcb-4ffa-9990-f5c5801c85a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6809","nonce":2178137122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6811","nonce":2178137122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6815","nonce":2178137122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6813","nonce":2178137122}]},"public_addr":"172.21.15.88:6809/2178137122","cluster_addr":"172.21.15.88:6811/2178137122","heartbeat_back_addr":"172.21.15.88:6815/2178137122","heartbeat_front_addr":"172.21.15.88:6813/2178137122","state":["exists","up"]},{"osd":4,"uuid":"03355819-9409-4e6c-bfc6-663601d74d71","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6801","nonce":363663519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6803","nonce":363663519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6807","nonce":363663519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6805","nonce":363663519}]},"public_addr":"172.21.15.137:6801/363663519","cluster_addr":"172.21.15.137:6803/363663519","heartbeat_back_addr":"172.21.15.137:6807/363663519","heartbeat_front_addr":"172.21.15.137:6805/363663519","state":["exists","up"]},{"osd":5,"uuid":"12273e57-a8c4-43b4-8994-61ba6ebd90c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6809","nonce":976610928}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6810","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6811","nonce":976610928}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6815","nonce":976610928}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6813","nonce":976610928}]},"public_addr":"172.21.15.137:6809/976610928","cluster_addr":"172.21.15.137:6811/976610928","heartbeat_back_addr":"172.21.15.137:6815/976610928","heartbeat_front_addr":"172.21.15.137:6813/976610928","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:49:35.578901+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:50:01.479226+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:50:25.296833+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:50:50.041828+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:51:14.888475+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:51:40.195133+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:0/3103264482":"2024-09-18T09:48:07.052170+0000","172.21.15.62:0/4066270004":"2024-09-18T09:48:07.052170+0000","172.21.15.62:0/932993317":"2024-09-18T09:48:07.052170+0000","172.21.15.62:0/1280344805":"2024-09-18T09:47:40.535047+0000","172.21.15.62:6800/836044818":"2024-09-18T09:48:07.052170+0000","172.21.15.62:6801/3668590714":"2024-09-18T09:47:40.535047+0000","172.21.15.62:6801/836044818":"2024-09-18T09:48:07.052170+0000","172.21.15.62:6800/3668590714":"2024-09-18T09:47:40.535047+0000","172.21.15.62:0/408884336":"2024-09-18T09:47:40.535047+0000","172.21.15.62:0/391740979":"2024-09-18T09:47:40.535047+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T09:51:52.895 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T09:51:52.895 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T09:51:53.016 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:52 smithi137 ceph-mon[30904]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T09:51:53.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:52 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/3035922689' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T09:51:53.086 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:52 smithi088 ceph-mon[30813]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T09:51:53.086 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:52 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/3035922689' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T09:51:53.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:52 smithi062 ceph-mon[29685]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T09:51:53.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:52 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/3035922689' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T09:51:53.148 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:53.779 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:51:53.779 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":39,"fsid":"937dc85a-74d9-11ef-bceb-c7b262605968","created":"2024-09-17T09:47:18.904515+0000","modified":"2024-09-17T09:51:43.764008+0000","last_up_change":"2024-09-17T09:51:41.754077+0000","last_in_change":"2024-09-17T09:51:19.744842+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-09-17T09:50:27.519899+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"05b2bfa0-c23a-4063-b9e3-80b9a4612622","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6802","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6803","nonce":3511021975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6805","nonce":3511021975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6809","nonce":3511021975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":3511021975},{"type":"v1","addr":"172.21.15.62:6807","nonce":3511021975}]},"public_addr":"172.21.15.62:6803/3511021975","cluster_addr":"172.21.15.62:6805/3511021975","heartbeat_back_addr":"172.21.15.62:6809/3511021975","heartbeat_front_addr":"172.21.15.62:6807/3511021975","state":["exists","up"]},{"osd":1,"uuid":"d5894bb6-c54d-4582-8d42-75af222f4e70","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.62:6810","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6811","nonce":3103444116}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6813","nonce":3103444116}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6817","nonce":3103444116}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":3103444116},{"type":"v1","addr":"172.21.15.62:6815","nonce":3103444116}]},"public_addr":"172.21.15.62:6811/3103444116","cluster_addr":"172.21.15.62:6813/3103444116","heartbeat_back_addr":"172.21.15.62:6817/3103444116","heartbeat_front_addr":"172.21.15.62:6815/3103444116","state":["exists","up"]},{"osd":2,"uuid":"0d73ec43-7162-43e1-b16e-d26eec4377b7","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.88:6800","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6801","nonce":458687564}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6803","nonce":458687564}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6807","nonce":458687564}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":458687564},{"type":"v1","addr":"172.21.15.88:6805","nonce":458687564}]},"public_addr":"172.21.15.88:6801/458687564","cluster_addr":"172.21.15.88:6803/458687564","heartbeat_back_addr":"172.21.15.88:6807/458687564","heartbeat_front_addr":"172.21.15.88:6805/458687564","state":["exists","up"]},{"osd":3,"uuid":"be45aca9-6dcb-4ffa-9990-f5c5801c85a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6809","nonce":2178137122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6811","nonce":2178137122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6815","nonce":2178137122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":2178137122},{"type":"v1","addr":"172.21.15.88:6813","nonce":2178137122}]},"public_addr":"172.21.15.88:6809/2178137122","cluster_addr":"172.21.15.88:6811/2178137122","heartbeat_back_addr":"172.21.15.88:6815/2178137122","heartbeat_front_addr":"172.21.15.88:6813/2178137122","state":["exists","up"]},{"osd":4,"uuid":"03355819-9409-4e6c-bfc6-663601d74d71","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6801","nonce":363663519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6803","nonce":363663519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6807","nonce":363663519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":363663519},{"type":"v1","addr":"172.21.15.137:6805","nonce":363663519}]},"public_addr":"172.21.15.137:6801/363663519","cluster_addr":"172.21.15.137:6803/363663519","heartbeat_back_addr":"172.21.15.137:6807/363663519","heartbeat_front_addr":"172.21.15.137:6805/363663519","state":["exists","up"]},{"osd":5,"uuid":"12273e57-a8c4-43b4-8994-61ba6ebd90c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6809","nonce":976610928}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6810","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6811","nonce":976610928}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6815","nonce":976610928}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":976610928},{"type":"v1","addr":"172.21.15.137:6813","nonce":976610928}]},"public_addr":"172.21.15.137:6809/976610928","cluster_addr":"172.21.15.137:6811/976610928","heartbeat_back_addr":"172.21.15.137:6815/976610928","heartbeat_front_addr":"172.21.15.137:6813/976610928","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:49:35.578901+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:50:01.479226+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:50:25.296833+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:50:50.041828+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:51:14.888475+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:51:40.195133+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:0/3103264482":"2024-09-18T09:48:07.052170+0000","172.21.15.62:0/4066270004":"2024-09-18T09:48:07.052170+0000","172.21.15.62:0/932993317":"2024-09-18T09:48:07.052170+0000","172.21.15.62:0/1280344805":"2024-09-18T09:47:40.535047+0000","172.21.15.62:6800/836044818":"2024-09-18T09:48:07.052170+0000","172.21.15.62:6801/3668590714":"2024-09-18T09:47:40.535047+0000","172.21.15.62:6801/836044818":"2024-09-18T09:48:07.052170+0000","172.21.15.62:6800/3668590714":"2024-09-18T09:47:40.535047+0000","172.21.15.62:0/408884336":"2024-09-18T09:47:40.535047+0000","172.21.15.62:0/391740979":"2024-09-18T09:47:40.535047+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T09:51:53.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:53 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/1077579202' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T09:51:54.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:53 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/1077579202' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T09:51:54.103 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:53 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/1077579202' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T09:51:54.383 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T09:51:54.384 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T09:51:54.384 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T09:51:54.384 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-17T09:51:54.385 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-17T09:51:54.385 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-17T09:51:54.674 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:54.675 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:55.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:54 smithi088 ceph-mon[30813]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T09:51:55.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:54 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:55.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:54 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:55.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:54 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:55.049 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:54 smithi062 ceph-mon[29685]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T09:51:55.050 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:54 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:55.050 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:54 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:55.050 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:54 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:55.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:54 smithi137 ceph-mon[30904]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T09:51:55.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:54 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:55.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:54 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:55.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:54 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:51:55.911 INFO:teuthology.orchestra.run.smithi062.stdout:107374182415 2024-09-17T09:51:55.911 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-17T09:51:56.873 INFO:teuthology.orchestra.run.smithi062.stdout:55834574873 2024-09-17T09:51:56.873 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T09:51:56.885 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:56 smithi088 ceph-mon[30813]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T09:51:56.895 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:56.895 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:56.895 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:56.896 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:56.897 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:51:56.900 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:56 smithi062 ceph-mon[29685]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T09:51:57.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:56 smithi137 ceph-mon[30904]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T09:51:59.059 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:51:58 smithi062 ceph-mon[29685]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:51:59.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:51:58 smithi137 ceph-mon[30904]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:51:59.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:51:58 smithi088 ceph-mon[30813]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:51:59.604 INFO:teuthology.orchestra.run.smithi062.stdout:158913789959 2024-09-17T09:51:59.605 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-17T09:51:59.973 INFO:teuthology.orchestra.run.smithi062.stdout:107374182416 2024-09-17T09:52:00.803 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182415 got 107374182416 for osd.3 2024-09-17T09:52:00.803 DEBUG:teuthology.parallel:result is None 2024-09-17T09:52:01.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:00 smithi062 ceph-mon[29685]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:01.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:00 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2208917746' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T09:52:01.176 INFO:teuthology.orchestra.run.smithi062.stdout:77309411350 2024-09-17T09:52:01.177 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T09:52:01.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:00 smithi137 ceph-mon[30904]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:01.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:00 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/2208917746' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T09:52:01.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:00 smithi088 ceph-mon[30813]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:01.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:00 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/2208917746' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T09:52:01.656 INFO:teuthology.orchestra.run.smithi062.stdout:133143986187 2024-09-17T09:52:01.656 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-17T09:52:02.112 INFO:teuthology.orchestra.run.smithi062.stdout:34359738400 2024-09-17T09:52:02.113 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T09:52:02.783 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:52:02.794 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:52:02.818 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:52:02.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:02 smithi062 ceph-mon[29685]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:02.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:02.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:02.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:02 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:03.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:02 smithi137 ceph-mon[30904]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:03.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:03.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:03.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:02 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:03.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:02 smithi088 ceph-mon[30813]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:03.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:03.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:03.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:02 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:03.683 INFO:teuthology.orchestra.run.smithi062.stdout:158913789959 2024-09-17T09:52:03.883 INFO:teuthology.orchestra.run.smithi062.stdout:77309411351 2024-09-17T09:52:04.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:03 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/345508198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T09:52:04.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:03 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/345508198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T09:52:04.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:03 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/345508198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T09:52:04.555 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789959 got 158913789959 for osd.5 2024-09-17T09:52:04.555 DEBUG:teuthology.parallel:result is None 2024-09-17T09:52:05.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:04 smithi062 ceph-mon[29685]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:05.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:04 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/3696500552' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T09:52:05.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:04 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:05.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:04 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:05.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:04 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:05.232 INFO:teuthology.orchestra.run.smithi062.stdout:133143986188 2024-09-17T09:52:05.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:04 smithi137 ceph-mon[30904]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:05.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:04 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/3696500552' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T09:52:05.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:04 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:05.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:04 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:05.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:04 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:05.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:04 smithi088 ceph-mon[30813]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:05.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:04 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/3696500552' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T09:52:05.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:04 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:05.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:04 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:05.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:04 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:05.491 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411350 got 77309411351 for osd.2 2024-09-17T09:52:05.491 DEBUG:teuthology.parallel:result is None 2024-09-17T09:52:06.052 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:05 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/3302987627' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T09:52:06.078 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986187 got 133143986188 for osd.4 2024-09-17T09:52:06.078 DEBUG:teuthology.parallel:result is None 2024-09-17T09:52:06.117 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:52:06.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:05 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/3302987627' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T09:52:06.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:05 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/3302987627' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T09:52:06.583 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:52:07.031 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:06 smithi062 ceph-mon[29685]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:07.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:06 smithi137 ceph-mon[30904]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:07.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:06 smithi088 ceph-mon[30813]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:07.403 INFO:teuthology.orchestra.run.smithi062.stdout:55834574875 2024-09-17T09:52:07.953 INFO:teuthology.orchestra.run.smithi062.stdout:34359738401 2024-09-17T09:52:07.954 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:07 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/4084851656' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T09:52:08.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:07 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/4084851656' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T09:52:08.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:07 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/4084851656' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T09:52:08.639 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738400 got 34359738401 for osd.0 2024-09-17T09:52:08.639 DEBUG:teuthology.parallel:result is None 2024-09-17T09:52:08.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:08 smithi062 ceph-mon[29685]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:08.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:08 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/62795624' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T09:52:09.244 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2024-09-17T09:52:09.244 DEBUG:teuthology.parallel:result is None 2024-09-17T09:52:09.245 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T09:52:09.245 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T09:52:09.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:08 smithi137 ceph-mon[30904]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:09.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:08 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/62795624' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T09:52:09.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:08 smithi088 ceph-mon[30813]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:09.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:08 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/62795624' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T09:52:09.683 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:52:10.328 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:52:10.329 INFO:teuthology.orchestra.run.smithi062.stderr:dumped all 2024-09-17T09:52:10.867 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:10 smithi062 ceph-mon[29685]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:10.869 INFO:teuthology.orchestra.run.smithi062.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2024-09-17T09:52:09.095886+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":166004,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":162038,"kb_avail":562304908,"statfs":{"total":575970213888,"available":575800225792,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":165927584},"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.002012"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":64,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-17T09:51:43.835127+0000","last_change":"2024-09-17T09:51:43.835011+0000","last_active":"2024-09-17T09:51:43.835127+0000","last_peered":"2024-09-17T09:51:43.835127+0000","last_clean":"2024-09-17T09:51:43.835127+0000","last_became_active":"2024-09-17T09:51:43.830526+0000","last_became_peered":"2024-09-17T09:51:43.830526+0000","last_unstale":"2024-09-17T09:51:43.835127+0000","last_undegraded":"2024-09-17T09:51:43.835127+0000","last_fullsized":"2024-09-17T09:51:43.835127+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T09:50:28.298788+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T09:50:28.298788+0000","last_clean_scrub_stamp":"2024-09-17T09:50:28.298788+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T17:20:45.724737+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":2969600,"data_stored":2951840,"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":37,"seq":158913789961,"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":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":946176,"data_stored":724699,"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":31,"seq":133143986189,"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":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":25,"seq":107374182418,"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":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724699,"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":77309411352,"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":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724699,"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":1,"up_from":13,"seq":55834574875,"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":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":0,"up_from":8,"seq":34359738402,"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":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":[]}],"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":0,"data_stored":0,"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-09-17T09:52:10.870 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T09:52:11.121 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:52:11.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:10 smithi137 ceph-mon[30904]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:11.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:10 smithi088 ceph-mon[30813]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:11.715 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:52:11.715 INFO:teuthology.orchestra.run.smithi062.stderr:dumped all 2024-09-17T09:52:12.015 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:11 smithi137 ceph-mon[30904]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:52:12.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:11 smithi062 ceph-mon[29685]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:52:12.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:11 smithi088 ceph-mon[30813]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:52:12.420 INFO:teuthology.orchestra.run.smithi062.stdout:{"pg_ready":true,"pg_map":{"version":151,"stamp":"2024-09-17T09:52:11.096177+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":166004,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":162038,"kb_avail":562304908,"statfs":{"total":575970213888,"available":575800225792,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":165927584},"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.001952"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":64,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-17T09:51:43.835127+0000","last_change":"2024-09-17T09:51:43.835011+0000","last_active":"2024-09-17T09:51:43.835127+0000","last_peered":"2024-09-17T09:51:43.835127+0000","last_clean":"2024-09-17T09:51:43.835127+0000","last_became_active":"2024-09-17T09:51:43.830526+0000","last_became_peered":"2024-09-17T09:51:43.830526+0000","last_unstale":"2024-09-17T09:51:43.835127+0000","last_undegraded":"2024-09-17T09:51:43.835127+0000","last_fullsized":"2024-09-17T09:51:43.835127+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T09:50:28.298788+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T09:50:28.298788+0000","last_clean_scrub_stamp":"2024-09-17T09:50:28.298788+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T17:20:45.724737+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":2969600,"data_stored":2951840,"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":37,"seq":158913789961,"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":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":946176,"data_stored":724699,"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":31,"seq":133143986189,"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":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":25,"seq":107374182418,"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":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724699,"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":77309411352,"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":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724699,"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":1,"up_from":13,"seq":55834574876,"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":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":0,"up_from":8,"seq":34359738402,"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":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":[]}],"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":0,"data_stored":0,"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-09-17T09:52:12.421 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T09:52:12.421 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T09:52:12.421 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T09:52:12.421 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T09:52:12.680 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:52:12.959 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:12 smithi062 ceph-mon[29685]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:12.959 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:12 smithi062 ceph-mon[29685]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:52:13.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:12 smithi137 ceph-mon[30904]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:13.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:12 smithi137 ceph-mon[30904]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:52:13.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:12 smithi088 ceph-mon[30813]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:13.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:12 smithi088 ceph-mon[30813]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:52:13.388 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-17T09:52:13.388 INFO:teuthology.orchestra.run.smithi062.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T09:52:14.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:13 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/2750583131' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T09:52:14.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:13 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2750583131' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T09:52:14.116 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T09:52:14.116 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T09:52:14.116 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T09:52:14.133 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 -- bash -c 'set -ex 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> for host in $HOSTNAMES; do 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> # find the hostname for "host.c" which will have no mgr 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> if [ "$HAS_MGRS" == "false" ]; then 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> HOST_C="${host}" 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> fi 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> done 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> # One last thing to worry about before draining the host 2024-09-17T09:52:14.134 DEBUG:teuthology.orchestra.run.smithi062:> # is that the teuthology test tends to put the explicit 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> # hostnames in the placement for the mon service. 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> # We want to make sure we can drain without providing 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> # --force and there is a check for the host being removed 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> # being listed explicitly in the placements. Therefore, 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> # we should remove it from the mon placement. 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> ceph orch ls mon --export > mon.yaml 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> ceph orch apply -i mon_adjusted.yaml 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> # now drain that host 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> ceph orch host drain $HOST_C --zap-osd-devices 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> # wait for drain to complete 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> sleep 15 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> done 2024-09-17T09:52:14.135 DEBUG:teuthology.orchestra.run.smithi062:> # we want to check the ability to remove the host from 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> # the CRUSH map, so we should first verify the host is in 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> # the CRUSH map. 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> ceph osd getcrushmap -o compiled-crushmap 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> crushtool -d compiled-crushmap -o crushmap.txt 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> CRUSH_MAP=$(cat crushmap.txt) 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> exit 1 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> fi 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> # If the drain was successful, we should be able to remove the 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> # host without force with no issues. If there are still daemons 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> # we will get a response telling us to drain the host and a 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> # non-zero return code 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> ceph orch host rm $HOST_C --rm-crush-entry 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-09-17T09:52:14.136 DEBUG:teuthology.orchestra.run.smithi062:> sleep 30 2024-09-17T09:52:14.137 DEBUG:teuthology.orchestra.run.smithi062:> ceph osd getcrushmap -o compiled-crushmap 2024-09-17T09:52:14.137 DEBUG:teuthology.orchestra.run.smithi062:> crushtool -d compiled-crushmap -o crushmap.txt 2024-09-17T09:52:14.137 DEBUG:teuthology.orchestra.run.smithi062:> CRUSH_MAP=$(cat crushmap.txt) 2024-09-17T09:52:14.137 DEBUG:teuthology.orchestra.run.smithi062:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-09-17T09:52:14.137 DEBUG:teuthology.orchestra.run.smithi062:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-09-17T09:52:14.137 DEBUG:teuthology.orchestra.run.smithi062:> exit 1 2024-09-17T09:52:14.137 DEBUG:teuthology.orchestra.run.smithi062:> fi 2024-09-17T09:52:14.137 DEBUG:teuthology.orchestra.run.smithi062:> ' 2024-09-17T09:52:14.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:13 smithi137 ceph-mon[30904]: from='client.? 172.21.15.62:0/2750583131' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T09:52:14.390 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T09:52:14.856 INFO:teuthology.orchestra.run.smithi062.stderr:++ ceph orch host ls --format json 2024-09-17T09:52:14.857 INFO:teuthology.orchestra.run.smithi062.stderr:++ jq -r '.[] | .hostname' 2024-09-17T09:52:15.072 INFO:teuthology.orchestra.run.smithi062.stderr:+ HOSTNAMES='smithi062 2024-09-17T09:52:15.073 INFO:teuthology.orchestra.run.smithi062.stderr:smithi088 2024-09-17T09:52:15.073 INFO:teuthology.orchestra.run.smithi062.stderr:smithi137' 2024-09-17T09:52:15.073 INFO:teuthology.orchestra.run.smithi062.stderr:+ for host in $HOSTNAMES 2024-09-17T09:52:15.073 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:14 smithi062 ceph-mon[29685]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:15.074 INFO:teuthology.orchestra.run.smithi062.stderr:++ ceph orch ps --hostname smithi062 --format json 2024-09-17T09:52:15.074 INFO:teuthology.orchestra.run.smithi062.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-17T09:52:15.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:14 smithi137 ceph-mon[30904]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:15.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:14 smithi088 ceph-mon[30813]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:15.365 INFO:teuthology.orchestra.run.smithi062.stderr:+ HAS_MGRS=true 2024-09-17T09:52:15.365 INFO:teuthology.orchestra.run.smithi062.stderr:+ '[' true == false ']' 2024-09-17T09:52:15.365 INFO:teuthology.orchestra.run.smithi062.stderr:+ for host in $HOSTNAMES 2024-09-17T09:52:15.365 INFO:teuthology.orchestra.run.smithi062.stderr:++ ceph orch ps --hostname smithi088 --format json 2024-09-17T09:52:15.365 INFO:teuthology.orchestra.run.smithi062.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-17T09:52:15.657 INFO:teuthology.orchestra.run.smithi062.stderr:+ HAS_MGRS=true 2024-09-17T09:52:15.658 INFO:teuthology.orchestra.run.smithi062.stderr:+ '[' true == false ']' 2024-09-17T09:52:15.658 INFO:teuthology.orchestra.run.smithi062.stderr:+ for host in $HOSTNAMES 2024-09-17T09:52:15.658 INFO:teuthology.orchestra.run.smithi062.stderr:++ ceph orch ps --hostname smithi137 --format json 2024-09-17T09:52:15.658 INFO:teuthology.orchestra.run.smithi062.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-17T09:52:15.951 INFO:teuthology.orchestra.run.smithi062.stderr:+ HAS_MGRS=false 2024-09-17T09:52:15.951 INFO:teuthology.orchestra.run.smithi062.stderr:+ '[' false == false ']' 2024-09-17T09:52:15.952 INFO:teuthology.orchestra.run.smithi062.stderr:+ HOST_C=smithi137 2024-09-17T09:52:15.952 INFO:teuthology.orchestra.run.smithi062.stderr:+ ceph orch ls mon --export 2024-09-17T09:52:15.952 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:15 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:15.952 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:15 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:15.952 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:15 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:16.106 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:15 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:16.106 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:15 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:16.106 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:15 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:16.246 INFO:teuthology.orchestra.run.smithi062.stderr:+ sed /smithi137/d mon.yaml 2024-09-17T09:52:16.247 INFO:teuthology.orchestra.run.smithi062.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-09-17T09:52:16.266 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:15 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:15 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:16.267 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:15 smithi137 ceph-mon[30904]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:16.536 INFO:teuthology.orchestra.run.smithi062.stdout:Scheduled mon update... 2024-09-17T09:52:16.548 INFO:teuthology.orchestra.run.smithi062.stderr:+ ceph orch host drain smithi137 --zap-osd-devices 2024-09-17T09:52:16.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:16 smithi137 podman[40440]: 2024-09-17 09:52:16.58161495 +0000 UTC m=+0.017715219 container died b0e69f5a26ed27a7a97b40a2141d3cfc75cf730b0896850920afc2732468bf5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-c, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-17T09:52:17.516 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:17 smithi137 podman[40440]: 2024-09-17 09:52:17.125741523 +0000 UTC m=+0.561841793 container remove b0e69f5a26ed27a7a97b40a2141d3cfc75cf730b0896850920afc2732468bf5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-c, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, ceph=True, io.buildah.version=1.37.2) 2024-09-17T09:52:18.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:17 smithi137 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-17T09:52:18.017 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 17 09:52:17 smithi137 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.c.service: Consumed 2.807s CPU time. 2024-09-17T09:52:18.806 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:52:18.806 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:18.806 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:18.806 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: Saving service mon spec with placement smithi062:172.21.15.62=a;smithi088:172.21.15.88=b;count:3 2024-09-17T09:52:18.806 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-09-17T09:52:18.806 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: Removing monitor c from monmap... 2024-09-17T09:52:18.806 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-09-17T09:52:18.806 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:52:18.806 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: mon.b calling monitor election 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: mon.a calling monitor election 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: monmap epoch 4 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: last_changed 2024-09-17T09:52:16.545655+0000 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: created 2024-09-17T09:47:15.915245+0000 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: min_mon_release 19 (squid) 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: election_strategy: 1 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: 1: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.b 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: fsmap 2024-09-17T09:52:18.807 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T09:52:18.808 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: mgrmap e16: a(active, since 4m), standbys: b 2024-09-17T09:52:18.808 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:18 smithi088 ceph-mon[30813]: overall HEALTH_OK 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: Saving service mon spec with placement smithi062:172.21.15.62=a;smithi088:172.21.15.88=b;count:3 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: Removing monitor c from monmap... 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: mon.b calling monitor election 2024-09-17T09:52:19.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: mon.a calling monitor election 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: monmap epoch 4 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: fsid 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: last_changed 2024-09-17T09:52:16.545655+0000 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: created 2024-09-17T09:47:15.915245+0000 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: min_mon_release 19 (squid) 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: election_strategy: 1 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: 1: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.b 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: fsmap 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T09:52:19.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: mgrmap e16: a(active, since 4m), standbys: b 2024-09-17T09:52:19.113 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:18 smithi062 ceph-mon[29685]: overall HEALTH_OK 2024-09-17T09:52:19.874 INFO:teuthology.orchestra.run.smithi062.stdout:Scheduled to remove the following daemons from host 'smithi137' 2024-09-17T09:52:19.875 INFO:teuthology.orchestra.run.smithi062.stdout:type id 2024-09-17T09:52:19.875 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------- --------------- 2024-09-17T09:52:19.875 INFO:teuthology.orchestra.run.smithi062.stdout:agent smithi137 2024-09-17T09:52:19.875 INFO:teuthology.orchestra.run.smithi062.stdout:osd 4 2024-09-17T09:52:19.875 INFO:teuthology.orchestra.run.smithi062.stdout:osd 5 2024-09-17T09:52:19.875 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: Removing daemon mon.c from smithi137 -- ports [] 2024-09-17T09:52:19.875 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:19.875 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:19.875 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:52:19.876 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:19 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:19.886 INFO:teuthology.orchestra.run.smithi062.stderr:++ ceph orch ps --hostname smithi137 2024-09-17T09:52:20.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: Removing daemon mon.c from smithi137 -- ports [] 2024-09-17T09:52:20.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:20.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:20.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:52:20.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:20.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:52:20.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:20.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:20.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:20.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:20.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:20.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:20.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:20.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:52:20.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:52:20.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:19 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:20.188 INFO:teuthology.orchestra.run.smithi062.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:52:20.189 INFO:teuthology.orchestra.run.smithi062.stderr:agent.smithi137 smithi137 running 16s ago 3m - - 2024-09-17T09:52:20.189 INFO:teuthology.orchestra.run.smithi062.stderr:osd.4 smithi137 running (71s) 16s ago 71s 42.6M 9.84G 19.3.0-4963-ge646f729 f271290a0950 08a14d4a4aec 2024-09-17T09:52:20.189 INFO:teuthology.orchestra.run.smithi062.stderr:osd.5 smithi137 running (46s) 16s ago 45s 40.3M 9.84G 19.3.0-4963-ge646f729 f271290a0950 8554ee904e34 ' 2024-09-17T09:52:20.189 INFO:teuthology.orchestra.run.smithi062.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:52:20.189 INFO:teuthology.orchestra.run.smithi062.stderr:agent.smithi137 smithi137 running 16s ago 3m - - 2024-09-17T09:52:20.189 INFO:teuthology.orchestra.run.smithi062.stderr:osd.4 smithi137 running (71s) 16s ago 71s 42.6M 9.84G 19.3.0-4963-ge646f729 f271290a0950 08a14d4a4aec 2024-09-17T09:52:20.189 INFO:teuthology.orchestra.run.smithi062.stderr:osd.5 smithi137 running (46s) 16s ago 45s 40.3M 9.84G 19.3.0-4963-ge646f729 f271290a0950 8554ee904e34 ' '!=' 'No daemons reported' ']' 2024-09-17T09:52:20.189 INFO:teuthology.orchestra.run.smithi062.stderr:+ sleep 15 2024-09-17T09:52:21.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:21.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Updating smithi062:/etc/ceph/ceph.conf 2024-09-17T09:52:21.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Updating smithi088:/etc/ceph/ceph.conf 2024-09-17T09:52:21.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-17T09:52:21.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Updating smithi088:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:52:21.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Updating smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:52:21.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Updating smithi062:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Reconfiguring mon.a (monmap changed)... 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Reconfiguring daemon mon.a on smithi062 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi137", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Added label _no_schedule to host smithi137 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: Added label _no_conf_keyring to host smithi137 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: osd.4 crush weight is 0.0872955322265625 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-17T09:52:21.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:20 smithi062 ceph-mon[29685]: osd.5 crush weight is 0.0872955322265625 2024-09-17T09:52:21.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:21.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Updating smithi062:/etc/ceph/ceph.conf 2024-09-17T09:52:21.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Updating smithi088:/etc/ceph/ceph.conf 2024-09-17T09:52:21.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-17T09:52:21.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Updating smithi088:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:52:21.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Updating smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:52:21.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Updating smithi062:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:52:21.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Reconfiguring mon.a (monmap changed)... 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Reconfiguring daemon mon.a on smithi062 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi137", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Added label _no_schedule to host smithi137 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: Added label _no_conf_keyring to host smithi137 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: osd.4 crush weight is 0.0872955322265625 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-17T09:52:21.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:20 smithi088 ceph-mon[30813]: osd.5 crush weight is 0.0872955322265625 2024-09-17T09:52:22.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:21 smithi088 ceph-mon[30813]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:22.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:21 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:22.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:21 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:22.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:21 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T09:52:22.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:21 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T09:52:22.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:21 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:22.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:21 smithi062 ceph-mon[29685]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:22.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:21 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:22.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:21 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:22.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:21 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T09:52:22.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:21 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T09:52:22.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:21 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: Reconfiguring mgr.a (monmap changed)... 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: Reconfiguring daemon mgr.a on smithi062 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:22 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: Reconfiguring mgr.a (monmap changed)... 2024-09-17T09:52:23.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: Reconfiguring daemon mgr.a on smithi062 2024-09-17T09:52:23.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:23.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.186 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T09:52:23.186 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:23.186 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:23.186 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:22 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:23 smithi062 ceph-mon[29685]: Reconfiguring osd.0 (monmap changed)... 2024-09-17T09:52:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:23 smithi062 ceph-mon[29685]: Reconfiguring daemon osd.0 on smithi062 2024-09-17T09:52:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:23 smithi088 ceph-mon[30813]: Reconfiguring osd.0 (monmap changed)... 2024-09-17T09:52:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:23 smithi088 ceph-mon[30813]: Reconfiguring daemon osd.0 on smithi062 2024-09-17T09:52:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:23 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:23 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:23 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:23 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:23 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:23 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:25.276 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:24 smithi062 ceph-mon[29685]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:25.276 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:25.276 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:25.276 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T09:52:25.276 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:24 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:25.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:24 smithi088 ceph-mon[30813]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:25.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:25.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:25.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T09:52:25.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:24 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:26.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:25 smithi088 ceph-mon[30813]: Reconfiguring osd.1 (monmap changed)... 2024-09-17T09:52:26.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:25 smithi088 ceph-mon[30813]: Reconfiguring daemon osd.1 on smithi062 2024-09-17T09:52:26.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:26.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:26.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:52:26.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:52:26.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:25 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:26.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:25 smithi062 ceph-mon[29685]: Reconfiguring osd.1 (monmap changed)... 2024-09-17T09:52:26.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:25 smithi062 ceph-mon[29685]: Reconfiguring daemon osd.1 on smithi062 2024-09-17T09:52:26.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:26.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:26.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T09:52:26.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T09:52:26.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:25 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:27.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:26 smithi088 ceph-mon[30813]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:27.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:26 smithi088 ceph-mon[30813]: Reconfiguring mon.b (monmap changed)... 2024-09-17T09:52:27.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:26 smithi088 ceph-mon[30813]: Reconfiguring daemon mon.b on smithi088 2024-09-17T09:52:27.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:26 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:27.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:26 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:27.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:26 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T09:52:27.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:26 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T09:52:27.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:26 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:26 smithi062 ceph-mon[29685]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:26 smithi062 ceph-mon[29685]: Reconfiguring mon.b (monmap changed)... 2024-09-17T09:52:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:26 smithi062 ceph-mon[29685]: Reconfiguring daemon mon.b on smithi088 2024-09-17T09:52:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:26 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:26 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:26 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T09:52:27.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:26 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T09:52:27.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:26 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:28.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:27 smithi088 ceph-mon[30813]: Reconfiguring mgr.b (monmap changed)... 2024-09-17T09:52:28.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:27 smithi088 ceph-mon[30813]: Reconfiguring daemon mgr.b on smithi088 2024-09-17T09:52:28.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:27 smithi062 ceph-mon[29685]: Reconfiguring mgr.b (monmap changed)... 2024-09-17T09:52:28.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:27 smithi062 ceph-mon[29685]: Reconfiguring daemon mgr.b on smithi088 2024-09-17T09:52:28.897 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:28 smithi062 ceph-mon[29685]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:28.897 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:28.897 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:28.897 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:28 smithi062 ceph-mon[29685]: Reconfiguring osd.2 (monmap changed)... 2024-09-17T09:52:28.897 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T09:52:28.897 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:28 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:28.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:28 smithi088 ceph-mon[30813]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:28.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:28.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:28.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:28 smithi088 ceph-mon[30813]: Reconfiguring osd.2 (monmap changed)... 2024-09-17T09:52:28.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T09:52:28.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:28 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:28.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:28 smithi088 ceph-mon[30813]: Reconfiguring daemon osd.2 on smithi088 2024-09-17T09:52:29.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:28 smithi062 ceph-mon[29685]: Reconfiguring daemon osd.2 on smithi088 2024-09-17T09:52:30.574 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:30 smithi088 ceph-mon[30813]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:30.574 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:30.574 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:30.574 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:30 smithi088 ceph-mon[30813]: Reconfiguring osd.3 (monmap changed)... 2024-09-17T09:52:30.574 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T09:52:30.574 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:30 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:30.575 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:30 smithi088 ceph-mon[30813]: Reconfiguring daemon osd.3 on smithi088 2024-09-17T09:52:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:30 smithi062 ceph-mon[29685]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:30 smithi062 ceph-mon[29685]: Reconfiguring osd.3 (monmap changed)... 2024-09-17T09:52:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T09:52:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:30 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:30.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:30 smithi062 ceph-mon[29685]: Reconfiguring daemon osd.3 on smithi088 2024-09-17T09:52:32.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:31 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:32.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:31 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:32.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:31 smithi088 ceph-mon[30813]: Reconfiguring osd.4 (monmap changed)... 2024-09-17T09:52:32.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:31 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T09:52:32.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:31 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:32.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:31 smithi088 ceph-mon[30813]: Reconfiguring daemon osd.4 on smithi137 2024-09-17T09:52:32.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:31 smithi062 ceph-mon[29685]: Reconfiguring osd.4 (monmap changed)... 2024-09-17T09:52:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T09:52:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:31 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:32.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:31 smithi062 ceph-mon[29685]: Reconfiguring daemon osd.4 on smithi137 2024-09-17T09:52:33.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:32 smithi088 ceph-mon[30813]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:33.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:32 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:33.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:32 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:33.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:32 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T09:52:33.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:32 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:33.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:32 smithi062 ceph-mon[29685]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:33.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:32 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:33.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:32 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:33.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:32 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T09:52:33.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:32 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:34.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:33 smithi088 ceph-mon[30813]: Reconfiguring osd.5 (monmap changed)... 2024-09-17T09:52:34.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:33 smithi088 ceph-mon[30813]: Reconfiguring daemon osd.5 on smithi137 2024-09-17T09:52:34.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:34.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:34.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:33 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:52:34.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:33 smithi062 ceph-mon[29685]: Reconfiguring osd.5 (monmap changed)... 2024-09-17T09:52:34.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:33 smithi062 ceph-mon[29685]: Reconfiguring daemon osd.5 on smithi137 2024-09-17T09:52:34.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:34.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:34.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:33 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:52:34.992 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:34 smithi088 ceph-mon[30813]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:35.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:34 smithi062 ceph-mon[29685]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:35.193 INFO:teuthology.orchestra.run.smithi062.stderr:++ ceph orch ps --hostname smithi137 2024-09-17T09:52:35.501 INFO:teuthology.orchestra.run.smithi062.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:52:35.501 INFO:teuthology.orchestra.run.smithi062.stderr:agent.smithi137 smithi137 running 0s ago 3m - - 2024-09-17T09:52:35.501 INFO:teuthology.orchestra.run.smithi062.stderr:osd.4 smithi137 running (87s) 0s ago 86s 45.0M 9.84G 19.3.0-4963-ge646f729 f271290a0950 08a14d4a4aec 2024-09-17T09:52:35.501 INFO:teuthology.orchestra.run.smithi062.stderr:osd.5 smithi137 running (61s) 0s ago 61s 43.0M 9.84G 19.3.0-4963-ge646f729 f271290a0950 8554ee904e34 ' 2024-09-17T09:52:35.501 INFO:teuthology.orchestra.run.smithi062.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:52:35.501 INFO:teuthology.orchestra.run.smithi062.stderr:agent.smithi137 smithi137 running 0s ago 3m - - 2024-09-17T09:52:35.501 INFO:teuthology.orchestra.run.smithi062.stderr:osd.4 smithi137 running (87s) 0s ago 86s 45.0M 9.84G 19.3.0-4963-ge646f729 f271290a0950 08a14d4a4aec 2024-09-17T09:52:35.502 INFO:teuthology.orchestra.run.smithi062.stderr:osd.5 smithi137 running (61s) 0s ago 61s 43.0M 9.84G 19.3.0-4963-ge646f729 f271290a0950 8554ee904e34 ' '!=' 'No daemons reported' ']' 2024-09-17T09:52:35.502 INFO:teuthology.orchestra.run.smithi062.stderr:+ sleep 15 2024-09-17T09:52:36.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:35 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:36.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:35 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:37.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:36 smithi088 ceph-mon[30813]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:37.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:36 smithi088 ceph-mon[30813]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:37.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:36 smithi062 ceph-mon[29685]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:37.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:36 smithi062 ceph-mon[29685]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:39.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:39.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:39.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:39.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:39.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:52:39.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:39.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:39.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:39.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:39.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2024-09-17T09:52:39.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:38 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2024-09-17T09:52:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:38 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2024-09-17T09:52:39.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a[29681]: 2024-09-17T09:52:39.139+0000 7f90c66b1640 -1 mon.a@0(leader).osd e40 definitely_dead 0 2024-09-17T09:52:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: Detected new or changed devices on smithi137 2024-09-17T09:52:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: Removing smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:52:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: Removing smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:52:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: Removing smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T09:52:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-17T09:52:40.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-17T09:52:40.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T09:52:40.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:40.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2024-09-17T09:52:40.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:39 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: Detected new or changed devices on smithi137 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: Removing smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: Removing smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: Removing smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:40.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2024-09-17T09:52:40.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:39 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2024-09-17T09:52:40.642 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:40 smithi137 systemd[1]: Stopping Ceph osd.4 for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:52:41.016 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:40 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4[35901]: 2024-09-17T09:52:40.640+0000 7f275faba640 -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-09-17T09:52:41.017 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:40 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4[35901]: 2024-09-17T09:52:40.640+0000 7f275faba640 -1 osd.4 40 *** Got signal Terminated *** 2024-09-17T09:52:41.017 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:40 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4[35901]: 2024-09-17T09:52:40.640+0000 7f275faba640 -1 osd.4 40 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:52:41.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:40 smithi062 ceph-mon[29685]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:41.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:40 smithi062 ceph-mon[29685]: osd.5 weight is now 0.0 2024-09-17T09:52:41.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:40 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:41.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:40 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-17T09:52:41.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:40 smithi062 ceph-mon[29685]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:52:41.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:40 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-17T09:52:41.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:40 smithi062 ceph-mon[29685]: osdmap e41: 6 total, 5 up, 6 in 2024-09-17T09:52:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:40 smithi088 ceph-mon[30813]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:40 smithi088 ceph-mon[30813]: osd.5 weight is now 0.0 2024-09-17T09:52:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:40 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:40 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-17T09:52:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:40 smithi088 ceph-mon[30813]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:52:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:40 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-17T09:52:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:40 smithi088 ceph-mon[30813]: osdmap e41: 6 total, 5 up, 6 in 2024-09-17T09:52:41.434 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:41 smithi137 podman[43940]: 2024-09-17 09:52:41.171555724 +0000 UTC m=+0.645276923 container died 08a14d4a4aec7afb237899255589bb95f12ebc5fd4b7b1353138575f8fb102da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-17T09:52:41.704 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:41 smithi137 podman[43940]: 2024-09-17 09:52:41.532122339 +0000 UTC m=+1.005843537 container cleanup 08a14d4a4aec7afb237899255589bb95f12ebc5fd4b7b1353138575f8fb102da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:52:41.704 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:41 smithi137 bash[43940]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4 2024-09-17T09:52:42.016 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:41 smithi137 podman[43957]: 2024-09-17 09:52:41.850803935 +0000 UTC m=+0.682197676 container remove 08a14d4a4aec7afb237899255589bb95f12ebc5fd4b7b1353138575f8fb102da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True) 2024-09-17T09:52:42.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:41 smithi088 ceph-mon[30813]: osd.4 now down 2024-09-17T09:52:42.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:41 smithi088 ceph-mon[30813]: Removing daemon osd.4 from smithi137 -- ports [] 2024-09-17T09:52:42.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:41 smithi088 ceph-mon[30813]: osdmap e42: 6 total, 5 up, 6 in 2024-09-17T09:52:42.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:41 smithi062 ceph-mon[29685]: osd.4 now down 2024-09-17T09:52:42.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:41 smithi062 ceph-mon[29685]: Removing daemon osd.4 from smithi137 -- ports [] 2024-09-17T09:52:42.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:41 smithi062 ceph-mon[29685]: osdmap e42: 6 total, 5 up, 6 in 2024-09-17T09:52:42.607 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:42 smithi137 podman[43999]: 2024-09-17 09:52:42.353507315 +0000 UTC m=+0.454882582 container died 42f09ae16a4c927f27b93071ec1a70483f7a59fc77110a7d2f435d2c7a08dba3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=magical_leavitt, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-17T09:52:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:42 smithi088 ceph-mon[30813]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:42 smithi088 ceph-mon[30813]: osdmap e43: 6 total, 5 up, 6 in 2024-09-17T09:52:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:43.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:42 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:43.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:42 smithi062 ceph-mon[29685]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:43.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:42 smithi062 ceph-mon[29685]: osdmap e43: 6 total, 5 up, 6 in 2024-09-17T09:52:43.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:43.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:43.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:42 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:43.266 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:43 smithi137 podman[44118]: 2024-09-17 09:52:43.067164993 +0000 UTC m=+0.445916976 image pull f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407 2024-09-17T09:52:43.266 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:43 smithi137 podman[44118]: 2024-09-17 09:52:43.181976136 +0000 UTC m=+0.560728103 container create 4f4b4e9d49a592b04b798d7420f4caa07f814941c0ccaa526affce1dda9f3964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-17T09:52:43.592 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:43 smithi137 podman[44118]: 2024-09-17 09:52:43.392856081 +0000 UTC m=+0.771608055 container init 4f4b4e9d49a592b04b798d7420f4caa07f814941c0ccaa526affce1dda9f3964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD) 2024-09-17T09:52:43.592 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:43 smithi137 podman[44118]: 2024-09-17 09:52:43.396707675 +0000 UTC m=+0.775459643 container start 4f4b4e9d49a592b04b798d7420f4caa07f814941c0ccaa526affce1dda9f3964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:52:43.592 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:43 smithi137 podman[44118]: 2024-09-17 09:52:43.484430068 +0000 UTC m=+0.863182038 container attach 4f4b4e9d49a592b04b798d7420f4caa07f814941c0ccaa526affce1dda9f3964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4-deactivate, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-17T09:52:44.016 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:43 smithi137 podman[44118]: 2024-09-17 09:52:43.591484457 +0000 UTC m=+0.970236441 container died 4f4b4e9d49a592b04b798d7420f4caa07f814941c0ccaa526affce1dda9f3964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:52:44.324 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:44 smithi137 podman[44191]: 2024-09-17 09:52:44.213265311 +0000 UTC m=+0.611440790 container remove 4f4b4e9d49a592b04b798d7420f4caa07f814941c0ccaa526affce1dda9f3964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-17T09:52:44.324 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:44 smithi137 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-17T09:52:44.324 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:44 smithi137 systemd[1]: Stopped Ceph osd.4 for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:52:44.325 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 17 09:52:44 smithi137 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.4.service: Consumed 1.916s CPU time. 2024-09-17T09:52:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: pgmap v171: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: Detected new or changed devices on smithi137 2024-09-17T09:52:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2024-09-17T09:52:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-17T09:52:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2024-09-17T09:52:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:52:45.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: Cluster is now healthy 2024-09-17T09:52:45.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-17T09:52:45.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:44 smithi062 ceph-mon[29685]: osdmap e44: 5 total, 5 up, 5 in 2024-09-17T09:52:45.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: pgmap v171: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T09:52:45.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:45.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:45.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: Detected new or changed devices on smithi137 2024-09-17T09:52:45.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:45.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2024-09-17T09:52:45.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-17T09:52:45.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2024-09-17T09:52:45.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:52:45.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: Cluster is now healthy 2024-09-17T09:52:45.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-17T09:52:45.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:44 smithi088 ceph-mon[30813]: osdmap e44: 5 total, 5 up, 5 in 2024-09-17T09:52:46.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:45 smithi062 ceph-mon[29685]: Removing key for osd.4 2024-09-17T09:52:46.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:45 smithi062 ceph-mon[29685]: Successfully removed osd.4 on smithi137 2024-09-17T09:52:46.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:45 smithi062 ceph-mon[29685]: Successfully purged osd.4 on smithi137 2024-09-17T09:52:46.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:45 smithi062 ceph-mon[29685]: Zapping devices for osd.4 on smithi137 2024-09-17T09:52:46.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:45 smithi062 ceph-mon[29685]: osdmap e45: 5 total, 5 up, 5 in 2024-09-17T09:52:46.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:45 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:46.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:45 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:46.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:45 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:46.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:45 smithi088 ceph-mon[30813]: Removing key for osd.4 2024-09-17T09:52:46.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:45 smithi088 ceph-mon[30813]: Successfully removed osd.4 on smithi137 2024-09-17T09:52:46.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:45 smithi088 ceph-mon[30813]: Successfully purged osd.4 on smithi137 2024-09-17T09:52:46.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:45 smithi088 ceph-mon[30813]: Zapping devices for osd.4 on smithi137 2024-09-17T09:52:46.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:45 smithi088 ceph-mon[30813]: osdmap e45: 5 total, 5 up, 5 in 2024-09-17T09:52:46.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:45 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:46.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:45 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:46.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:45 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:47.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:46 smithi062 ceph-mon[29685]: pgmap v173: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:52:47.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:46 smithi062 ceph-mon[29685]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T09:52:47.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:46 smithi062 ceph-mon[29685]: osdmap e46: 5 total, 5 up, 5 in 2024-09-17T09:52:47.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:46 smithi088 ceph-mon[30813]: pgmap v173: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:52:47.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:46 smithi088 ceph-mon[30813]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T09:52:47.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:46 smithi088 ceph-mon[30813]: osdmap e46: 5 total, 5 up, 5 in 2024-09-17T09:52:48.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:47 smithi088 ceph-mon[30813]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-17T09:52:48.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:47 smithi088 ceph-mon[30813]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-17T09:52:48.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:47 smithi062 ceph-mon[29685]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-17T09:52:48.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:47 smithi062 ceph-mon[29685]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-17T09:52:48.361 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:52:48 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: 2024-09-17T09:52:48.074+0000 7f4b388e0640 -1 mgr.server reply reply (16) Device or resource busy OSD(s) 5 last reported they still store some PG data, and not all PGs are active+clean; we cannot be sure they aren't still needed. 2024-09-17T09:52:49.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:48 smithi088 ceph-mon[30813]: pgmap v176: 1 pgs: 1 activating+degraded; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-09-17T09:52:49.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:49.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2024-09-17T09:52:49.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:49.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "client.agent.smithi137"} : dispatch 2024-09-17T09:52:49.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi137"}]': finished 2024-09-17T09:52:49.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:49.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:49.285 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:48 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:52:49.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:48 smithi062 ceph-mon[29685]: pgmap v176: 1 pgs: 1 activating+degraded; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-09-17T09:52:49.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:49.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2024-09-17T09:52:49.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:49.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "client.agent.smithi137"} : dispatch 2024-09-17T09:52:49.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi137"}]': finished 2024-09-17T09:52:49.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:49.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:49.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:48 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:52:50.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:49 smithi088 ceph-mon[30813]: Successfully zapped devices for osd.4 on smithi137 2024-09-17T09:52:50.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:49 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:50.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:49 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-17T09:52:50.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:49 smithi088 ceph-mon[30813]: Removing daemon agent.smithi137 from smithi137 -- ports [] 2024-09-17T09:52:50.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:49 smithi088 ceph-mon[30813]: Removing key for client.agent.smithi137 2024-09-17T09:52:50.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:49 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:50.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:49 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:49 smithi062 ceph-mon[29685]: Successfully zapped devices for osd.4 on smithi137 2024-09-17T09:52:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:49 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:49 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-17T09:52:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:49 smithi062 ceph-mon[29685]: Removing daemon agent.smithi137 from smithi137 -- ports [] 2024-09-17T09:52:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:49 smithi062 ceph-mon[29685]: Removing key for client.agent.smithi137 2024-09-17T09:52:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:49 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:50.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:49 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:50.504 INFO:teuthology.orchestra.run.smithi062.stderr:++ ceph orch ps --hostname smithi137 2024-09-17T09:52:50.811 INFO:teuthology.orchestra.run.smithi062.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:52:50.812 INFO:teuthology.orchestra.run.smithi062.stderr:osd.5 smithi137 running (76s) 1s ago 76s 44.8M 9.84G 19.3.0-4963-ge646f729 f271290a0950 8554ee904e34 ' 2024-09-17T09:52:50.812 INFO:teuthology.orchestra.run.smithi062.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:52:50.812 INFO:teuthology.orchestra.run.smithi062.stderr:osd.5 smithi137 running (76s) 1s ago 76s 44.8M 9.84G 19.3.0-4963-ge646f729 f271290a0950 8554ee904e34 ' '!=' 'No daemons reported' ']' 2024-09-17T09:52:50.812 INFO:teuthology.orchestra.run.smithi062.stderr:+ sleep 15 2024-09-17T09:52:51.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:50 smithi062 ceph-mon[29685]: pgmap v177: 1 pgs: 1 activating+degraded; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-09-17T09:52:51.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:50 smithi088 ceph-mon[30813]: pgmap v177: 1 pgs: 1 activating+degraded; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-09-17T09:52:52.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:51 smithi062 ceph-mon[29685]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:52.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:51 smithi088 ceph-mon[30813]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:52:52.861 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: 2024-09-17T09:52:52.362+0000 7f4b388e0640 -1 mgr.server reply reply (16) Device or resource busy OSD(s) 5 last reported they still store some PG data, and not all PGs are active+clean; we cannot be sure they aren't still needed. 2024-09-17T09:52:53.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: pgmap v178: 1 pgs: 1 activating+degraded; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-09-17T09:52:53.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:53.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:53.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:53.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:52:53.185 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:53.186 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:53.186 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2024-09-17T09:52:53.186 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:53.186 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:52:53.186 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:52 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: pgmap v178: 1 pgs: 1 activating+degraded; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:52:53.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:52 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:54.197 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:53 smithi088 ceph-mon[30813]: Detected new or changed devices on smithi137 2024-09-17T09:52:54.198 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:53 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:54.198 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:53 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:54.198 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:53 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-17T09:52:54.198 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:53 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:54.198 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:53 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:53 smithi062 ceph-mon[29685]: Detected new or changed devices on smithi137 2024-09-17T09:52:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:53 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:53 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:53 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-17T09:52:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:53 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:54.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:53 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:55.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:54 smithi088 ceph-mon[30813]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T09:52:55.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:54 smithi088 ceph-mon[30813]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-09-17T09:52:55.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:54 smithi088 ceph-mon[30813]: Cluster is now healthy 2024-09-17T09:52:55.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:54 smithi062 ceph-mon[29685]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T09:52:55.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:54 smithi062 ceph-mon[29685]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-09-17T09:52:55.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:54 smithi062 ceph-mon[29685]: Cluster is now healthy 2024-09-17T09:52:56.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:56 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:56.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:56 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:56.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:56 smithi062 ceph-mon[29685]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-17T09:52:56.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:56 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:56.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:56 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a[29681]: 2024-09-17T09:52:56.298+0000 7f90c66b1640 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-09-17T09:52:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:56 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:56 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:56 smithi088 ceph-mon[30813]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-17T09:52:56.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:56 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:57.608 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:57.608 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:57.608 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:57.608 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:52:57.608 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:57.608 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:57.609 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:57.609 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:57.609 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2024-09-17T09:52:57.609 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-17T09:52:57.609 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:57 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["5"]} : dispatch 2024-09-17T09:52:57.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:57.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:52:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:52:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:52:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-17T09:52:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-17T09:52:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2024-09-17T09:52:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-17T09:52:57.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:57 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["5"]} : dispatch 2024-09-17T09:52:57.799 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:57 smithi137 systemd[1]: Stopping Ceph osd.5 for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:52:58.266 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:57 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5[39058]: 2024-09-17T09:52:57.797+0000 7f564c77c640 -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-09-17T09:52:58.267 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:57 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5[39058]: 2024-09-17T09:52:57.797+0000 7f564c77c640 -1 osd.5 46 *** Got signal Terminated *** 2024-09-17T09:52:58.267 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:57 smithi137 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5[39058]: 2024-09-17T09:52:57.797+0000 7f564c77c640 -1 osd.5 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:52:58.505 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:58 smithi088 ceph-mon[30813]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-17T09:52:58.505 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:58 smithi088 ceph-mon[30813]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:52:58.505 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:58 smithi088 ceph-mon[30813]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-17T09:52:58.505 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:58 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-09-17T09:52:58.505 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:58 smithi088 ceph-mon[30813]: osdmap e47: 5 total, 4 up, 5 in 2024-09-17T09:52:58.506 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:58 smithi088 ceph-mon[30813]: osd.5 now down 2024-09-17T09:52:58.506 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:52:58 smithi088 ceph-mon[30813]: Removing daemon osd.5 from smithi137 -- ports [] 2024-09-17T09:52:58.589 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:58 smithi137 podman[49172]: 2024-09-17 09:52:58.318682482 +0000 UTC m=+0.635331913 container died 8554ee904e34d0a9f6da5ce3a2d2399ee3963bfa3d39b28d3923c9a876e9f3ac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, ceph=True) 2024-09-17T09:52:58.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:58 smithi062 ceph-mon[29685]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-17T09:52:58.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:58 smithi062 ceph-mon[29685]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:52:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:58 smithi062 ceph-mon[29685]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-17T09:52:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:58 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-09-17T09:52:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:58 smithi062 ceph-mon[29685]: osdmap e47: 5 total, 4 up, 5 in 2024-09-17T09:52:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:58 smithi062 ceph-mon[29685]: osd.5 now down 2024-09-17T09:52:58.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:52:58 smithi062 ceph-mon[29685]: Removing daemon osd.5 from smithi137 -- ports [] 2024-09-17T09:52:58.940 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:58 smithi137 podman[49172]: 2024-09-17 09:52:58.680255611 +0000 UTC m=+0.996905042 container cleanup 8554ee904e34d0a9f6da5ce3a2d2399ee3963bfa3d39b28d3923c9a876e9f3ac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-17T09:52:58.940 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:58 smithi137 bash[49172]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5 2024-09-17T09:52:59.266 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:58 smithi137 podman[49188]: 2024-09-17 09:52:58.939278235 +0000 UTC m=+0.614245171 container remove 8554ee904e34d0a9f6da5ce3a2d2399ee3963bfa3d39b28d3923c9a876e9f3ac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:52:59.585 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:59 smithi137 podman[49275]: 2024-09-17 09:52:59.190726233 +0000 UTC m=+0.015736426 image pull f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407 2024-09-17T09:52:59.585 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:59 smithi137 podman[49275]: 2024-09-17 09:52:59.295127758 +0000 UTC m=+0.120137993 container create 514a5b1559c23daa2a589bfc4420291dbca3ea19802c387360df0495d95a01a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:52:59.585 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:59 smithi137 podman[49275]: 2024-09-17 09:52:59.509223248 +0000 UTC m=+0.334233445 container init 514a5b1559c23daa2a589bfc4420291dbca3ea19802c387360df0495d95a01a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True) 2024-09-17T09:52:59.585 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:59 smithi137 podman[49275]: 2024-09-17 09:52:59.512414869 +0000 UTC m=+0.337425071 container start 514a5b1559c23daa2a589bfc4420291dbca3ea19802c387360df0495d95a01a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72) 2024-09-17T09:52:59.585 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:59 smithi137 podman[49275]: 2024-09-17 09:52:59.584185709 +0000 UTC m=+0.409195913 container attach 514a5b1559c23daa2a589bfc4420291dbca3ea19802c387360df0495d95a01a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-17T09:52:59.987 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:52:59 smithi137 podman[49275]: 2024-09-17 09:52:59.696247176 +0000 UTC m=+0.521257371 container died 514a5b1559c23daa2a589bfc4420291dbca3ea19802c387360df0495d95a01a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-17T09:53:00.516 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:53:00 smithi137 podman[49298]: 2024-09-17 09:53:00.253803414 +0000 UTC m=+0.547780152 container remove 514a5b1559c23daa2a589bfc4420291dbca3ea19802c387360df0495d95a01a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72) 2024-09-17T09:53:00.516 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:53:00 smithi137 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-17T09:53:00.516 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:53:00 smithi137 systemd[1]: Stopped Ceph osd.5 for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:53:00.517 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 17 09:53:00 smithi137 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.5.service: Consumed 1.916s CPU time. 2024-09-17T09:53:00.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:00 smithi062 ceph-mon[29685]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T09:53:00.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:00 smithi088 ceph-mon[30813]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T09:53:01.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: Removing key for osd.5 2024-09-17T09:53:01.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.5"} : dispatch 2024-09-17T09:53:01.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-09-17T09:53:01.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: Successfully removed osd.5 on smithi137 2024-09-17T09:53:01.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true} : dispatch 2024-09-17T09:53:01.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:53:01.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-17T09:53:01.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: Cluster is now healthy 2024-09-17T09:53:01.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-09-17T09:53:01.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: osdmap e48: 4 total, 4 up, 4 in 2024-09-17T09:53:01.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: Successfully purged osd.5 on smithi137 2024-09-17T09:53:01.612 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:01 smithi062 ceph-mon[29685]: Zapping devices for osd.5 on smithi137 2024-09-17T09:53:01.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: Removing key for osd.5 2024-09-17T09:53:01.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.5"} : dispatch 2024-09-17T09:53:01.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-09-17T09:53:01.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: Successfully removed osd.5 on smithi137 2024-09-17T09:53:01.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true} : dispatch 2024-09-17T09:53:01.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:53:01.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-17T09:53:01.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: Cluster is now healthy 2024-09-17T09:53:01.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-09-17T09:53:01.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: osdmap e48: 4 total, 4 up, 4 in 2024-09-17T09:53:01.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: Successfully purged osd.5 on smithi137 2024-09-17T09:53:01.785 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:01 smithi088 ceph-mon[30813]: Zapping devices for osd.5 on smithi137 2024-09-17T09:53:02.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:02 smithi088 ceph-mon[30813]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:02.799 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:02 smithi062 ceph-mon[29685]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:03.994 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:03.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:03.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:03.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:03.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:53:03.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:03.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:03 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:04.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:04.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:04.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:04.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:04.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:53:04.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:04.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:03 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:04.975 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:04 smithi062 ceph-mon[29685]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:04.975 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:04 smithi062 ceph-mon[29685]: Successfully zapped devices for osd.5 on smithi137 2024-09-17T09:53:05.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:04 smithi088 ceph-mon[30813]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:05.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:04 smithi088 ceph-mon[30813]: Successfully zapped devices for osd.5 on smithi137 2024-09-17T09:53:05.814 INFO:teuthology.orchestra.run.smithi062.stderr:++ ceph orch ps --hostname smithi137 2024-09-17T09:53:06.111 INFO:teuthology.orchestra.run.smithi062.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-09-17T09:53:06.111 INFO:teuthology.orchestra.run.smithi062.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-09-17T09:53:06.111 INFO:teuthology.orchestra.run.smithi062.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-09-17T09:53:06.388 INFO:teuthology.orchestra.run.smithi062.stderr:17 2024-09-17T09:53:06.400 INFO:teuthology.orchestra.run.smithi062.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-09-17T09:53:06.413 INFO:teuthology.orchestra.run.smithi062.stderr:++ cat crushmap.txt 2024-09-17T09:53:06.414 INFO:teuthology.orchestra.run.smithi062.stderr:+ CRUSH_MAP='# begin crush map 2024-09-17T09:53:06.414 INFO:teuthology.orchestra.run.smithi062.stderr:tunable choose_local_tries 0 2024-09-17T09:53:06.414 INFO:teuthology.orchestra.run.smithi062.stderr:tunable choose_local_fallback_tries 0 2024-09-17T09:53:06.414 INFO:teuthology.orchestra.run.smithi062.stderr:tunable choose_total_tries 50 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr:tunable chooseleaf_descend_once 1 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr:tunable chooseleaf_vary_r 1 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr:tunable chooseleaf_stable 1 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr:tunable straw_calc_version 1 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr:tunable allowed_bucket_algs 54 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr:# devices 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr:device 0 osd.0 class ssd 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr:device 1 osd.1 class ssd 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr:device 2 osd.2 class ssd 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr:device 3 osd.3 class ssd 2024-09-17T09:53:06.415 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:# types 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 0 osd 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 1 host 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 2 chassis 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 3 rack 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 4 row 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 5 pdu 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 6 pod 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 7 room 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 8 datacenter 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 9 zone 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 10 region 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:type 11 root 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:53:06.416 INFO:teuthology.orchestra.run.smithi062.stderr:# buckets 2024-09-17T09:53:06.417 INFO:teuthology.orchestra.run.smithi062.stderr:host smithi062 { 2024-09-17T09:53:06.417 INFO:teuthology.orchestra.run.smithi062.stderr: id -3 # do not change unnecessarily 2024-09-17T09:53:06.417 INFO:teuthology.orchestra.run.smithi062.stderr: id -4 class ssd # do not change unnecessarily 2024-09-17T09:53:06.417 INFO:teuthology.orchestra.run.smithi062.stderr: # weight 0.17459 2024-09-17T09:53:06.417 INFO:teuthology.orchestra.run.smithi062.stderr: alg straw2 2024-09-17T09:53:06.417 INFO:teuthology.orchestra.run.smithi062.stderr: hash 0 # rjenkins1 2024-09-17T09:53:06.417 INFO:teuthology.orchestra.run.smithi062.stderr: item osd.0 weight 0.08730 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr: item osd.1 weight 0.08730 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr:} 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr:host smithi088 { 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr: id -5 # do not change unnecessarily 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr: id -6 class ssd # do not change unnecessarily 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr: # weight 0.17459 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr: alg straw2 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr: hash 0 # rjenkins1 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr: item osd.2 weight 0.08730 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr: item osd.3 weight 0.08730 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr:} 2024-09-17T09:53:06.418 INFO:teuthology.orchestra.run.smithi062.stderr:host smithi137 { 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: id -7 # do not change unnecessarily 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: id -8 class ssd # do not change unnecessarily 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: # weight 0.00000 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: alg straw2 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: hash 0 # rjenkins1 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr:} 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr:root default { 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: id -1 # do not change unnecessarily 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: id -2 class ssd # do not change unnecessarily 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: # weight 0.34918 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: alg straw2 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: hash 0 # rjenkins1 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: item smithi062 weight 0.17459 2024-09-17T09:53:06.419 INFO:teuthology.orchestra.run.smithi062.stderr: item smithi088 weight 0.17459 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr: item smithi137 weight 0.00000 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr:} 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr:# rules 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr:rule replicated_rule { 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr: id 0 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr: type replicated 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr: step take default 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr: step choose firstn 0 type osd 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr: step emit 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr:} 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr:# end crush map' 2024-09-17T09:53:06.420 INFO:teuthology.orchestra.run.smithi062.stderr:+ grep -q smithi137 2024-09-17T09:53:06.421 INFO:teuthology.orchestra.run.smithi062.stderr:+ ceph orch host rm smithi137 --rm-crush-entry 2024-09-17T09:53:07.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:06 smithi088 ceph-mon[30813]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:07.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:06 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/2831836116' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-17T09:53:07.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:07.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:07.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:53:07.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:53:07.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:07.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:06 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd crush remove", "name": "smithi137"} : dispatch 2024-09-17T09:53:07.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:06 smithi062 ceph-mon[29685]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:06 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/2831836116' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-17T09:53:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:53:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:53:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:07.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:06 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "osd crush remove", "name": "smithi137"} : dispatch 2024-09-17T09:53:07.690 INFO:teuthology.orchestra.run.smithi062.stdout:Removed host 'smithi137' 2024-09-17T09:53:07.705 INFO:teuthology.orchestra.run.smithi062.stderr:+ sleep 30 2024-09-17T09:53:08.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:53:08.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: Detected new or changed devices on smithi137 2024-09-17T09:53:08.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi137", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:53:08.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi137"}]': finished 2024-09-17T09:53:08.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: osdmap e49: 4 total, 4 up, 4 in 2024-09-17T09:53:08.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:08.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix":"config-key del","key":"mgr/cephadm/host.smithi137"} : dispatch 2024-09-17T09:53:08.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi137"}]': finished 2024-09-17T09:53:08.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:53:08.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:53:08.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:53:08.035 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:07 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:53:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: Detected new or changed devices on smithi137 2024-09-17T09:53:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi137", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:53:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi137"}]': finished 2024-09-17T09:53:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: osdmap e49: 4 total, 4 up, 4 in 2024-09-17T09:53:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix":"config-key del","key":"mgr/cephadm/host.smithi137"} : dispatch 2024-09-17T09:53:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi137"}]': finished 2024-09-17T09:53:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T09:53:08.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T09:53:08.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T09:53:08.112 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:07 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:09.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:08 smithi088 ceph-mon[30813]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:09.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:08 smithi088 ceph-mon[30813]: Removed host smithi137 2024-09-17T09:53:09.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:08 smithi062 ceph-mon[29685]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:09.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:08 smithi062 ceph-mon[29685]: Removed host smithi137 2024-09-17T09:53:11.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:10 smithi088 ceph-mon[30813]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:11.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:10 smithi062 ceph-mon[29685]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:13.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:12 smithi088 ceph-mon[30813]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:13.110 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:12 smithi062 ceph-mon[29685]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:15.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:14 smithi088 ceph-mon[30813]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:15.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:14 smithi062 ceph-mon[29685]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:16.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:16 smithi088 ceph-mon[30813]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:16.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:16 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:16.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:16 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:16.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:16 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:16.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:16 smithi062 ceph-mon[29685]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:16.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:16 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:16.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:16 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:16.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:16 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:18.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:18 smithi088 ceph-mon[30813]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:18.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:18 smithi062 ceph-mon[29685]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:20.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:20 smithi088 ceph-mon[30813]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:20.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:20 smithi062 ceph-mon[29685]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:22.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:22 smithi088 ceph-mon[30813]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:22.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:22 smithi062 ceph-mon[29685]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:24.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:23 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:24.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:23 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:23 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:24.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:23 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:25.145 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:24 smithi062 ceph-mon[29685]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:25.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:24 smithi088 ceph-mon[30813]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:27.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:26 smithi088 ceph-mon[30813]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:27.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:26 smithi062 ceph-mon[29685]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:29.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:28 smithi088 ceph-mon[30813]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:29.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:28 smithi062 ceph-mon[29685]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:31.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:30 smithi088 ceph-mon[30813]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:31.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:30 smithi062 ceph-mon[29685]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:33.283 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:32 smithi088 ceph-mon[30813]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:33.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:32 smithi062 ceph-mon[29685]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:35.284 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:34 smithi088 ceph-mon[30813]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:35.360 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:34 smithi062 ceph-mon[29685]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:36.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:36 smithi062 ceph-mon[29685]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:36.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:36.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:36.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:36 smithi062 ceph-mon[29685]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:36.783 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:36 smithi088 ceph-mon[30813]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:36.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:36.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:36.784 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:36 smithi088 ceph-mon[30813]: from='mgr.14152 172.21.15.62:0/3386633373' entity='mgr.a' 2024-09-17T09:53:37.709 INFO:teuthology.orchestra.run.smithi062.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-09-17T09:53:37.993 INFO:teuthology.orchestra.run.smithi062.stderr:18 2024-09-17T09:53:38.004 INFO:teuthology.orchestra.run.smithi062.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-09-17T09:53:38.017 INFO:teuthology.orchestra.run.smithi062.stderr:++ cat crushmap.txt 2024-09-17T09:53:38.018 INFO:teuthology.orchestra.run.smithi062.stderr:+ CRUSH_MAP='# begin crush map 2024-09-17T09:53:38.018 INFO:teuthology.orchestra.run.smithi062.stderr:tunable choose_local_tries 0 2024-09-17T09:53:38.018 INFO:teuthology.orchestra.run.smithi062.stderr:tunable choose_local_fallback_tries 0 2024-09-17T09:53:38.018 INFO:teuthology.orchestra.run.smithi062.stderr:tunable choose_total_tries 50 2024-09-17T09:53:38.018 INFO:teuthology.orchestra.run.smithi062.stderr:tunable chooseleaf_descend_once 1 2024-09-17T09:53:38.018 INFO:teuthology.orchestra.run.smithi062.stderr:tunable chooseleaf_vary_r 1 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:tunable chooseleaf_stable 1 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:tunable straw_calc_version 1 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:tunable allowed_bucket_algs 54 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:# devices 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:device 0 osd.0 class ssd 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:device 1 osd.1 class ssd 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:device 2 osd.2 class ssd 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:device 3 osd.3 class ssd 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:# types 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:type 0 osd 2024-09-17T09:53:38.019 INFO:teuthology.orchestra.run.smithi062.stderr:type 1 host 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:type 2 chassis 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:type 3 rack 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:type 4 row 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:type 5 pdu 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:type 6 pod 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:type 7 room 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:type 8 datacenter 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:type 9 zone 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:type 10 region 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:type 11 root 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:# buckets 2024-09-17T09:53:38.020 INFO:teuthology.orchestra.run.smithi062.stderr:host smithi062 { 2024-09-17T09:53:38.021 INFO:teuthology.orchestra.run.smithi062.stderr: id -3 # do not change unnecessarily 2024-09-17T09:53:38.021 INFO:teuthology.orchestra.run.smithi062.stderr: id -4 class ssd # do not change unnecessarily 2024-09-17T09:53:38.021 INFO:teuthology.orchestra.run.smithi062.stderr: # weight 0.17459 2024-09-17T09:53:38.021 INFO:teuthology.orchestra.run.smithi062.stderr: alg straw2 2024-09-17T09:53:38.021 INFO:teuthology.orchestra.run.smithi062.stderr: hash 0 # rjenkins1 2024-09-17T09:53:38.021 INFO:teuthology.orchestra.run.smithi062.stderr: item osd.0 weight 0.08730 2024-09-17T09:53:38.021 INFO:teuthology.orchestra.run.smithi062.stderr: item osd.1 weight 0.08730 2024-09-17T09:53:38.021 INFO:teuthology.orchestra.run.smithi062.stderr:} 2024-09-17T09:53:38.021 INFO:teuthology.orchestra.run.smithi062.stderr:host smithi088 { 2024-09-17T09:53:38.021 INFO:teuthology.orchestra.run.smithi062.stderr: id -5 # do not change unnecessarily 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr: id -6 class ssd # do not change unnecessarily 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr: # weight 0.17459 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr: alg straw2 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr: hash 0 # rjenkins1 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr: item osd.2 weight 0.08730 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr: item osd.3 weight 0.08730 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr:} 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr:root default { 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr: id -1 # do not change unnecessarily 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr: id -2 class ssd # do not change unnecessarily 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr: # weight 0.34918 2024-09-17T09:53:38.022 INFO:teuthology.orchestra.run.smithi062.stderr: alg straw2 2024-09-17T09:53:38.023 INFO:teuthology.orchestra.run.smithi062.stderr: hash 0 # rjenkins1 2024-09-17T09:53:38.023 INFO:teuthology.orchestra.run.smithi062.stderr: item smithi062 weight 0.17459 2024-09-17T09:53:38.023 INFO:teuthology.orchestra.run.smithi062.stderr: item smithi088 weight 0.17459 2024-09-17T09:53:38.023 INFO:teuthology.orchestra.run.smithi062.stderr:} 2024-09-17T09:53:38.023 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:53:38.023 INFO:teuthology.orchestra.run.smithi062.stderr:# rules 2024-09-17T09:53:38.023 INFO:teuthology.orchestra.run.smithi062.stderr:rule replicated_rule { 2024-09-17T09:53:38.023 INFO:teuthology.orchestra.run.smithi062.stderr: id 0 2024-09-17T09:53:38.023 INFO:teuthology.orchestra.run.smithi062.stderr: type replicated 2024-09-17T09:53:38.023 INFO:teuthology.orchestra.run.smithi062.stderr: step take default 2024-09-17T09:53:38.024 INFO:teuthology.orchestra.run.smithi062.stderr: step choose firstn 0 type osd 2024-09-17T09:53:38.024 INFO:teuthology.orchestra.run.smithi062.stderr: step emit 2024-09-17T09:53:38.024 INFO:teuthology.orchestra.run.smithi062.stderr:} 2024-09-17T09:53:38.024 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:53:38.024 INFO:teuthology.orchestra.run.smithi062.stderr:# end crush map' 2024-09-17T09:53:38.024 INFO:teuthology.orchestra.run.smithi062.stderr:+ grep -q smithi137 2024-09-17T09:53:38.533 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:38 smithi088 ceph-mon[30813]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:38.534 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:38 smithi088 ceph-mon[30813]: from='client.? 172.21.15.62:0/3687279498' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-17T09:53:38.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:38 smithi062 ceph-mon[29685]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-17T09:53:38.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:38 smithi062 ceph-mon[29685]: from='client.? 172.21.15.62:0/3687279498' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-17T09:53:38.723 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T09:53:38.733 INFO:tasks.cephadm:Teardown begin 2024-09-17T09:53:38.734 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:53:38.765 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:53:38.794 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:53:38.828 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T09:53:38.828 DEBUG:teuthology.orchestra.run.smithi062:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:53:38.844 DEBUG:teuthology.orchestra.run.smithi088:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:53:38.860 DEBUG:teuthology.orchestra.run.smithi137:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:53:38.886 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T09:53:38.886 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-17T09:53:38.887 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.a 2024-09-17T09:53:39.111 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:38 smithi062 systemd[1]: Stopping Ceph mon.a for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:53:39.610 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:39 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a[29681]: 2024-09-17T09:53:39.327+0000 7f90cbebc640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T09:53:39.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:39 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a[29681]: 2024-09-17T09:53:39.327+0000 7f90cbebc640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-17T09:53:39.611 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:39 smithi062 podman[48594]: 2024-09-17 09:53:39.389140331 +0000 UTC m=+0.313408792 container died e123e16334ee7b77b3baaf8ffe974fccbd11309a214df6f148d4a634f2600af0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-17T09:53:39.996 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:39 smithi062 podman[48594]: 2024-09-17 09:53:39.810887969 +0000 UTC m=+0.735156466 container cleanup e123e16334ee7b77b3baaf8ffe974fccbd11309a214df6f148d4a634f2600af0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-17T09:53:39.996 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:39 smithi062 bash[48594]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a 2024-09-17T09:53:40.240 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.a.service' 2024-09-17T09:53:40.262 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:39 smithi062 podman[48605]: 2024-09-17 09:53:39.995525568 +0000 UTC m=+0.601956226 container remove e123e16334ee7b77b3baaf8ffe974fccbd11309a214df6f148d4a634f2600af0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-17T09:53:40.262 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:40 smithi062 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-17T09:53:40.262 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:40 smithi062 systemd[1]: Stopped Ceph mon.a for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:53:40.262 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 17 09:53:40 smithi062 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.a.service: Consumed 6.459s CPU time. 2024-09-17T09:53:40.282 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:53:40.283 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-17T09:53:40.283 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-17T09:53:40.283 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.b 2024-09-17T09:53:40.562 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:40 smithi088 systemd[1]: Stopping Ceph mon.b for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:53:41.033 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:40 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-b[30809]: 2024-09-17T09:53:40.560+0000 7f1413de1640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T09:53:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:40 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-b[30809]: 2024-09-17T09:53:40.560+0000 7f1413de1640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-09-17T09:53:41.034 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:40 smithi088 podman[42135]: 2024-09-17 09:53:40.754784971 +0000 UTC m=+0.295225991 container died 65d488ad22480acc4e590c32c9eeb34b0d0fb2d26596dc13221a9fe80146159f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True) 2024-09-17T09:53:41.379 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:41 smithi088 podman[42135]: 2024-09-17 09:53:41.152475081 +0000 UTC m=+0.692916093 container cleanup 65d488ad22480acc4e590c32c9eeb34b0d0fb2d26596dc13221a9fe80146159f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-b, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-17T09:53:41.380 INFO:journalctl@ceph.mon.b.smithi088.stdout:Sep 17 09:53:41 smithi088 bash[42135]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mon-b 2024-09-17T09:53:41.524 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.b.service' 2024-09-17T09:53:41.586 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:53:41.586 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-17T09:53:41.586 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-17T09:53:41.587 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.c 2024-09-17T09:53:41.634 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mon.c.service' 2024-09-17T09:53:41.685 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:53:41.686 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-17T09:53:41.686 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-17T09:53:41.686 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.a 2024-09-17T09:53:42.008 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:53:41 smithi062 systemd[1]: Stopping Ceph mgr.a for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:53:42.292 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:53:42 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a[29910]: 2024-09-17T09:53:42.006+0000 7f4b96b7b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T09:53:42.292 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:53:42 smithi062 podman[48713]: 2024-09-17 09:53:42.038437055 +0000 UTC m=+0.151009338 container died 1092fd645dd95fa0c8997a1e027aea2c61ad2c260cd5b9f8d57244dc1ac361c8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-17T09:53:42.610 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:53:42 smithi062 podman[48713]: 2024-09-17 09:53:42.481816003 +0000 UTC m=+0.594388275 container cleanup 1092fd645dd95fa0c8997a1e027aea2c61ad2c260cd5b9f8d57244dc1ac361c8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e646f72961223a04d41eb40dad875d1628d78516, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-17T09:53:42.611 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 17 09:53:42 smithi062 bash[48713]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-a 2024-09-17T09:53:42.888 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-17T09:53:42.928 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:53:42.928 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-17T09:53:42.928 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-17T09:53:42.928 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.b 2024-09-17T09:53:43.245 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Sep 17 09:53:42 smithi088 systemd[1]: Stopping Ceph mgr.b for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:53:43.533 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Sep 17 09:53:43 smithi088 podman[42255]: 2024-09-17 09:53:43.244739398 +0000 UTC m=+0.131089881 container died 84a32487d4ffc5b56dcf63ccfc3104bf92282802b6f20f82b26aff0d111c87a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-b, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-17T09:53:43.783 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Sep 17 09:53:43 smithi088 podman[42255]: 2024-09-17 09:53:43.606720101 +0000 UTC m=+0.493070576 container cleanup 84a32487d4ffc5b56dcf63ccfc3104bf92282802b6f20f82b26aff0d111c87a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-b, org.label-schema.build-date=20240731, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-17T09:53:43.784 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Sep 17 09:53:43 smithi088 bash[42255]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-b 2024-09-17T09:53:44.030 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-17T09:53:44.051 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Sep 17 09:53:43 smithi088 podman[42268]: 2024-09-17 09:53:43.791218676 +0000 UTC m=+0.539557107 container remove 84a32487d4ffc5b56dcf63ccfc3104bf92282802b6f20f82b26aff0d111c87a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-mgr-b, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:53:44.052 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Sep 17 09:53:43 smithi088 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-17T09:53:44.052 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Sep 17 09:53:44 smithi088 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.b.service: Failed with result 'exit-code'. 2024-09-17T09:53:44.052 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Sep 17 09:53:44 smithi088 systemd[1]: Stopped Ceph mgr.b for 937dc85a-74d9-11ef-bceb-c7b262605968. 2024-09-17T09:53:44.052 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Sep 17 09:53:44 smithi088 systemd[1]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968@mgr.b.service: Consumed 6.381s CPU time. 2024-09-17T09:53:44.064 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:53:44.064 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-17T09:53:44.064 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T09:53:44.064 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.0 2024-09-17T09:53:44.212 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:44 smithi062 systemd[1]: Stopping Ceph osd.0 for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:53:45.603 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:45 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0[38301]: 2024-09-17T09:53:45.461+0000 7f0412f1a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T09:53:45.604 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:45 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0[38301]: 2024-09-17T09:53:45.461+0000 7f0412f1a640 -1 osd.0 49 *** Got signal Terminated *** 2024-09-17T09:53:45.604 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:45 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0[38301]: 2024-09-17T09:53:45.461+0000 7f0412f1a640 -1 osd.0 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:53:51.153 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:50 smithi062 podman[48957]: 2024-09-17 09:53:50.889760607 +0000 UTC m=+5.573940527 container died 2674a45b2d83c178f3bef13087851c6fe960f82215c224c80d1cba94541c8f6b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-17T09:53:51.495 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:51 smithi062 podman[48957]: 2024-09-17 09:53:51.251001651 +0000 UTC m=+5.935181563 container cleanup 2674a45b2d83c178f3bef13087851c6fe960f82215c224c80d1cba94541c8f6b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0, CEPH_POINT_RELEASE=, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-17T09:53:51.495 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:51 smithi062 bash[48957]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0 2024-09-17T09:53:51.820 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:51 smithi062 podman[49274]: 2024-09-17 09:53:51.494037532 +0000 UTC m=+0.599665165 container remove 2674a45b2d83c178f3bef13087851c6fe960f82215c224c80d1cba94541c8f6b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-17T09:53:52.111 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:51 smithi062 podman[49365]: 2024-09-17 09:53:51.819882202 +0000 UTC m=+0.105688880 container create c146921c07edc3cd20fcfa2dc2fa6f29adca05f34aa52afbc5c051f332e339c3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-17T09:53:52.111 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:51 smithi062 podman[49365]: 2024-09-17 09:53:51.730177728 +0000 UTC m=+0.015984370 image pull f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407 2024-09-17T09:53:52.111 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:52 smithi062 podman[49365]: 2024-09-17 09:53:52.055578191 +0000 UTC m=+0.341384827 container init c146921c07edc3cd20fcfa2dc2fa6f29adca05f34aa52afbc5c051f332e339c3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:53:52.111 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:52 smithi062 podman[49365]: 2024-09-17 09:53:52.059132903 +0000 UTC m=+0.344939538 container start c146921c07edc3cd20fcfa2dc2fa6f29adca05f34aa52afbc5c051f332e339c3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72) 2024-09-17T09:53:52.550 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:52 smithi062 podman[49365]: 2024-09-17 09:53:52.113556697 +0000 UTC m=+0.399363338 container attach c146921c07edc3cd20fcfa2dc2fa6f29adca05f34aa52afbc5c051f332e339c3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72) 2024-09-17T09:53:52.551 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 17 09:53:52 smithi062 podman[49365]: 2024-09-17 09:53:52.259750758 +0000 UTC m=+0.545557391 container died c146921c07edc3cd20fcfa2dc2fa6f29adca05f34aa52afbc5c051f332e339c3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-17T09:53:52.849 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T09:53:52.891 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:53:52.891 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T09:53:52.891 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T09:53:52.891 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.1 2024-09-17T09:53:53.110 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:52 smithi062 systemd[1]: Stopping Ceph osd.1 for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:53:53.610 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:53 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1[41537]: 2024-09-17T09:53:53.194+0000 7f46ce345640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T09:53:53.611 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:53 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1[41537]: 2024-09-17T09:53:53.194+0000 7f46ce345640 -1 osd.1 49 *** Got signal Terminated *** 2024-09-17T09:53:53.611 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:53 smithi062 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1[41537]: 2024-09-17T09:53:53.194+0000 7f46ce345640 -1 osd.1 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:53:58.861 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:58 smithi062 podman[49468]: 2024-09-17 09:53:58.506752038 +0000 UTC m=+5.396061616 container died abbbba6dcf4c7b1ba56c2a906657777b8833203fca4769624fe1744a18eedc21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1, org.label-schema.license=GPLv2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-17T09:53:59.171 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:58 smithi062 podman[49468]: 2024-09-17 09:53:58.95307079 +0000 UTC m=+5.842380360 container cleanup abbbba6dcf4c7b1ba56c2a906657777b8833203fca4769624fe1744a18eedc21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1, org.label-schema.license=GPLv2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-17T09:53:59.172 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:58 smithi062 bash[49468]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1 2024-09-17T09:53:59.576 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:59 smithi062 podman[49483]: 2024-09-17 09:53:59.170803968 +0000 UTC m=+0.659547575 container remove abbbba6dcf4c7b1ba56c2a906657777b8833203fca4769624fe1744a18eedc21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-17T09:53:59.841 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:59 smithi062 podman[49572]: 2024-09-17 09:53:59.478456122 +0000 UTC m=+0.016223623 image pull f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407 2024-09-17T09:53:59.841 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:59 smithi062 podman[49572]: 2024-09-17 09:53:59.57986097 +0000 UTC m=+0.117628461 container create a16f5476a5cd0ecc20222cfa207bcc7fad9e4ec523772f09b79b4eaa69e800ae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-17T09:53:59.841 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:59 smithi062 podman[49572]: 2024-09-17 09:53:59.765945105 +0000 UTC m=+0.303712611 container init a16f5476a5cd0ecc20222cfa207bcc7fad9e4ec523772f09b79b4eaa69e800ae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=) 2024-09-17T09:53:59.841 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:59 smithi062 podman[49572]: 2024-09-17 09:53:59.769469043 +0000 UTC m=+0.307236535 container start a16f5476a5cd0ecc20222cfa207bcc7fad9e4ec523772f09b79b4eaa69e800ae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:53:59.841 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:59 smithi062 podman[49572]: 2024-09-17 09:53:59.840329958 +0000 UTC m=+0.378097469 container attach a16f5476a5cd0ecc20222cfa207bcc7fad9e4ec523772f09b79b4eaa69e800ae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, CEPH_POINT_RELEASE=) 2024-09-17T09:54:00.110 INFO:journalctl@ceph.osd.1.smithi062.stdout:Sep 17 09:53:59 smithi062 podman[49572]: 2024-09-17 09:53:59.969677673 +0000 UTC m=+0.507445165 container died a16f5476a5cd0ecc20222cfa207bcc7fad9e4ec523772f09b79b4eaa69e800ae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-1-deactivate, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2) 2024-09-17T09:54:00.621 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T09:54:00.664 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:54:00.664 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T09:54:00.664 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T09:54:00.664 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.2 2024-09-17T09:54:00.979 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:00 smithi088 systemd[1]: Stopping Ceph osd.2 for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:54:01.283 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:00 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2[35263]: 2024-09-17T09:54:00.977+0000 7f788d084640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T09:54:01.284 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:00 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2[35263]: 2024-09-17T09:54:00.977+0000 7f788d084640 -1 osd.2 49 *** Got signal Terminated *** 2024-09-17T09:54:01.284 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:00 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2[35263]: 2024-09-17T09:54:00.977+0000 7f788d084640 -1 osd.2 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:54:06.784 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:06 smithi088 podman[42790]: 2024-09-17 09:54:06.45567646 +0000 UTC m=+5.597472659 container died c793e3b3790ecaf510471457c343cc11d35945f8f098cef517bc3fad3a4a02fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:54:07.284 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:06 smithi088 podman[42790]: 2024-09-17 09:54:06.827706922 +0000 UTC m=+5.969503118 container cleanup c793e3b3790ecaf510471457c343cc11d35945f8f098cef517bc3fad3a4a02fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-17T09:54:07.284 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:06 smithi088 bash[42790]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2 2024-09-17T09:54:07.284 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:06 smithi088 podman[42805]: 2024-09-17 09:54:06.970766077 +0000 UTC m=+0.509837659 container remove c793e3b3790ecaf510471457c343cc11d35945f8f098cef517bc3fad3a4a02fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True) 2024-09-17T09:54:07.666 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:07 smithi088 podman[42897]: 2024-09-17 09:54:07.26952938 +0000 UTC m=+0.015989556 image pull f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407 2024-09-17T09:54:07.666 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:07 smithi088 podman[42897]: 2024-09-17 09:54:07.388186552 +0000 UTC m=+0.134646705 container create d115cf191d17b43ca14be70e5ca95d65acc0e1a003a65111a295c52b84fa2315 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-17T09:54:07.667 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:07 smithi088 podman[42897]: 2024-09-17 09:54:07.590745442 +0000 UTC m=+0.337205611 container init d115cf191d17b43ca14be70e5ca95d65acc0e1a003a65111a295c52b84fa2315 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:54:07.667 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:07 smithi088 podman[42897]: 2024-09-17 09:54:07.593993037 +0000 UTC m=+0.340453201 container start d115cf191d17b43ca14be70e5ca95d65acc0e1a003a65111a295c52b84fa2315 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72) 2024-09-17T09:54:07.667 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:07 smithi088 podman[42897]: 2024-09-17 09:54:07.665487853 +0000 UTC m=+0.411948015 container attach d115cf191d17b43ca14be70e5ca95d65acc0e1a003a65111a295c52b84fa2315 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2-deactivate, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-17T09:54:08.034 INFO:journalctl@ceph.osd.2.smithi088.stdout:Sep 17 09:54:07 smithi088 podman[42897]: 2024-09-17 09:54:07.788065068 +0000 UTC m=+0.534525227 container died d115cf191d17b43ca14be70e5ca95d65acc0e1a003a65111a295c52b84fa2315 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-17T09:54:08.481 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T09:54:08.519 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:54:08.519 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T09:54:08.519 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-17T09:54:08.519 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.3 2024-09-17T09:54:08.783 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:08 smithi088 systemd[1]: Stopping Ceph osd.3 for 937dc85a-74d9-11ef-bceb-c7b262605968... 2024-09-17T09:54:09.284 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:08 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3[38520]: 2024-09-17T09:54:08.863+0000 7f81880f1640 -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-09-17T09:54:09.284 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:08 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3[38520]: 2024-09-17T09:54:08.863+0000 7f81880f1640 -1 osd.3 49 *** Got signal Terminated *** 2024-09-17T09:54:09.284 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:08 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3[38520]: 2024-09-17T09:54:08.863+0000 7f81880f1640 -1 osd.3 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:54:13.534 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:13 smithi088 ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3[38520]: 2024-09-17T09:54:13.119+0000 7f81806fe640 -1 osd.3 49 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-09-17T09:53:48.993340+0000 front 2024-09-17T09:53:48.993307+0000 (oldest deadline 2024-09-17T09:54:13.093199+0000) 2024-09-17T09:54:14.457 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:14 smithi088 podman[42999]: 2024-09-17 09:54:14.198877707 +0000 UTC m=+5.457669613 container died ce72754821740064340f152db7d959f5b10a2c89b420e07f3d5cd773e927e3e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-17T09:54:14.785 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:14 smithi088 podman[42999]: 2024-09-17 09:54:14.613637566 +0000 UTC m=+5.872429462 container cleanup ce72754821740064340f152db7d959f5b10a2c89b420e07f3d5cd773e927e3e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.build-date=20240731) 2024-09-17T09:54:14.785 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:14 smithi088 bash[42999]: ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3 2024-09-17T09:54:15.216 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:14 smithi088 podman[43015]: 2024-09-17 09:54:14.814723298 +0000 UTC m=+0.604804993 container remove ce72754821740064340f152db7d959f5b10a2c89b420e07f3d5cd773e927e3e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72) 2024-09-17T09:54:15.477 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:15 smithi088 podman[43102]: 2024-09-17 09:54:15.215836017 +0000 UTC m=+0.101584179 container create 0fe78ef5c3c103e63dd9fba7860594cd9166a54c27601e7d3c16c44323e4aadb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T09:54:15.478 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:15 smithi088 podman[43102]: 2024-09-17 09:54:15.130027612 +0000 UTC m=+0.015775738 image pull f271290a09505c16fdd5580c0844868087b89a7f4f5340b8b5900ad1017d802b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407 2024-09-17T09:54:15.478 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:15 smithi088 podman[43102]: 2024-09-17 09:54:15.401405626 +0000 UTC m=+0.287153756 container init 0fe78ef5c3c103e63dd9fba7860594cd9166a54c27601e7d3c16c44323e4aadb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-17T09:54:15.478 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:15 smithi088 podman[43102]: 2024-09-17 09:54:15.404673606 +0000 UTC m=+0.290421722 container start 0fe78ef5c3c103e63dd9fba7860594cd9166a54c27601e7d3c16c44323e4aadb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-17T09:54:15.478 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:15 smithi088 podman[43102]: 2024-09-17 09:54:15.476349383 +0000 UTC m=+0.362097512 container attach 0fe78ef5c3c103e63dd9fba7860594cd9166a54c27601e7d3c16c44323e4aadb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-17T09:54:15.784 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:15 smithi088 podman[43102]: 2024-09-17 09:54:15.590515351 +0000 UTC m=+0.476263467 container died 0fe78ef5c3c103e63dd9fba7860594cd9166a54c27601e7d3c16c44323e4aadb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-17T09:54:16.126 INFO:journalctl@ceph.osd.3.smithi088.stdout:Sep 17 09:54:16 smithi088 podman[43125]: 2024-09-17 09:54:16.112672459 +0000 UTC m=+0.516417869 container remove 0fe78ef5c3c103e63dd9fba7860594cd9166a54c27601e7d3c16c44323e4aadb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e744bf8cae79f6e0ef98cbe9e42368cf98408f8bd0d4b2795862ed11d9d12407, name=ceph-937dc85a-74d9-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-athakkar-testing-2024-09-17-0048-e646f72, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-17T09:54:16.131 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.3.service' 2024-09-17T09:54:16.174 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:54:16.174 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-17T09:54:16.174 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-17T09:54:16.174 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.4 2024-09-17T09:54:16.221 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.4.service' 2024-09-17T09:54:16.258 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:54:16.258 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-17T09:54:16.258 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-17T09:54:16.258 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.5 2024-09-17T09:54:16.337 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-937dc85a-74d9-11ef-bceb-c7b262605968@osd.5.service' 2024-09-17T09:54:16.411 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:54:16.411 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-17T09:54:16.411 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T09:54:16.629 INFO:teuthology.orchestra.run.smithi062.stdout:Deleting cluster with fsid: 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:54:18.212 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T09:54:18.837 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:54:20.609 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T09:54:20.810 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:54:21.203 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:54:21.238 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:54:21.268 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:54:21.295 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T09:54:21.297 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775/remote/smithi062/crash 2024-09-17T09:54:21.298 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/crash -- . 2024-09-17T09:54:21.344 INFO:teuthology.orchestra.run.smithi062.stderr:tar: /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T09:54:21.344 INFO:teuthology.orchestra.run.smithi062.stderr:tar: Error is not recoverable: exiting now 2024-09-17T09:54:21.346 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775/remote/smithi088/crash 2024-09-17T09:54:21.347 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/crash -- . 2024-09-17T09:54:21.420 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T09:54:21.421 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2024-09-17T09:54:21.422 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775/remote/smithi137/crash 2024-09-17T09:54:21.423 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/crash -- . 2024-09-17T09:54:21.462 INFO:teuthology.orchestra.run.smithi137.stderr:tar: /var/lib/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T09:54:21.463 INFO:teuthology.orchestra.run.smithi137.stderr:tar: Error is not recoverable: exiting now 2024-09-17T09:54:21.464 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T09:54:21.464 DEBUG:teuthology.orchestra.run.smithi062:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-17T09:54:21.500 INFO:tasks.cephadm:Compressing logs... 2024-09-17T09:54:21.501 DEBUG:teuthology.orchestra.run.smithi062:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T09:54:21.544 DEBUG:teuthology.orchestra.run.smithi088:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T09:54:21.546 DEBUG:teuthology.orchestra.run.smithi137:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T09:54:21.570 INFO:teuthology.orchestra.run.smithi062.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-17T09:54:21.570 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-17T09:54:21.570 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-17T09:54:21.577 INFO:teuthology.orchestra.run.smithi088.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T09:54:21.577 INFO:teuthology.orchestra.run.smithi088.stderr:: No such file or directory 2024-09-17T09:54:21.577 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.log 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.cephadm.log: /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr: 83.1% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.3.log 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr: 90.6% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.3.log: 85.7% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/cephadm.log: 90.2% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-17T09:54:21.578 INFO:teuthology.orchestra.run.smithi088.stderr: 84.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T09:54:21.579 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-17T09:54:21.579 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.0.log: /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T09:54:21.580 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T09:54:21.580 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T09:54:21.580 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-17T09:54:21.580 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.log 2024-09-17T09:54:21.580 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 83.2% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T09:54:21.580 INFO:teuthology.orchestra.run.smithi062.stderr: --verbose -- /var/log/ceph/cephadm.log 2024-09-17T09:54:21.580 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T09:54:21.580 INFO:teuthology.orchestra.run.smithi062.stderr: 85.9% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T09:54:21.580 INFO:teuthology.orchestra.run.smithi062.stderr: 84.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T09:54:21.581 INFO:teuthology.orchestra.run.smithi137.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr:: No such file or directory 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.4.log 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.5.log 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.4.log: /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.cephadm.log: /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.log 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr: 80.0% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 90.6% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr: 85.2% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T09:54:21.582 INFO:teuthology.orchestra.run.smithi137.stderr: 84.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T09:54:21.585 INFO:teuthology.orchestra.run.smithi137.stderr: 91.5% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T09:54:21.586 INFO:teuthology.orchestra.run.smithi062.stderr: 91.4% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T09:54:21.591 INFO:teuthology.orchestra.run.smithi088.stderr: 91.4% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T09:54:21.593 INFO:teuthology.orchestra.run.smithi137.stderr: 92.8% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.5.log.gz 2024-09-17T09:54:21.601 INFO:teuthology.orchestra.run.smithi137.stderr: 92.8% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.4.log.gz 2024-09-17T09:54:21.607 INFO:teuthology.orchestra.run.smithi062.stderr: 93.2% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-17T09:54:21.610 INFO:teuthology.orchestra.run.smithi062.stderr: 93.1% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-17T09:54:21.617 INFO:teuthology.orchestra.run.smithi088.stderr: 92.9% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.3.log.gz 2024-09-17T09:54:21.631 INFO:teuthology.orchestra.run.smithi137.stderr: 92.7% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-17T09:54:21.631 INFO:teuthology.orchestra.run.smithi088.stderr: 93.3% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-17T09:54:21.632 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-09-17T09:54:21.633 INFO:teuthology.orchestra.run.smithi137.stderr:real 0m0.072s 2024-09-17T09:54:21.633 INFO:teuthology.orchestra.run.smithi137.stderr:user 0m0.131s 2024-09-17T09:54:21.633 INFO:teuthology.orchestra.run.smithi137.stderr:sys 0m0.020s 2024-09-17T09:54:21.652 INFO:teuthology.orchestra.run.smithi088.stderr: 92.3% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-17T09:54:21.654 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-09-17T09:54:21.654 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m0.095s 2024-09-17T09:54:21.655 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m0.209s 2024-09-17T09:54:21.655 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m0.031s 2024-09-17T09:54:21.673 INFO:teuthology.orchestra.run.smithi062.stderr: 87.8% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-17T09:54:21.835 INFO:teuthology.orchestra.run.smithi062.stderr: 91.3% -- replaced with /var/log/ceph/937dc85a-74d9-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-17T09:54:21.837 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-17T09:54:21.837 INFO:teuthology.orchestra.run.smithi062.stderr:real 0m0.279s 2024-09-17T09:54:21.837 INFO:teuthology.orchestra.run.smithi062.stderr:user 0m0.458s 2024-09-17T09:54:21.837 INFO:teuthology.orchestra.run.smithi062.stderr:sys 0m0.039s 2024-09-17T09:54:21.838 INFO:tasks.cephadm:Archiving logs... 2024-09-17T09:54:21.838 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/log/ceph to /home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775/remote/smithi062/log 2024-09-17T09:54:21.839 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T09:54:22.069 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775/remote/smithi088/log 2024-09-17T09:54:22.070 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T09:54:22.136 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/log/ceph to /home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775/remote/smithi137/log 2024-09-17T09:54:22.137 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T09:54:22.185 INFO:tasks.cephadm:Removing cluster... 2024-09-17T09:54:22.186 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 --force 2024-09-17T09:54:22.383 INFO:teuthology.orchestra.run.smithi062.stdout:Deleting cluster with fsid: 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:54:22.647 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 --force 2024-09-17T09:54:22.842 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:54:23.096 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 937dc85a-74d9-11ef-bceb-c7b262605968 --force 2024-09-17T09:54:23.296 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 937dc85a-74d9-11ef-bceb-c7b262605968 2024-09-17T09:54:23.543 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T09:54:23.543 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T09:54:23.563 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T09:54:23.579 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T09:54:23.596 INFO:tasks.cephadm:Teardown complete 2024-09-17T09:54:23.596 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-17T09:54:23.605 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-17T09:54:23.605 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T09:54:23.608 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T09:54:23.622 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T09:54:23.726 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T09:54:23.735 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T09:54:23.735 DEBUG:teuthology.orchestra.run.smithi062:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:54:23.739 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:54:23.741 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:54:23.754 INFO:teuthology.orchestra.run.smithi088.stderr:bash: line 1: ntpq: command not found 2024-09-17T09:54:23.754 INFO:teuthology.orchestra.run.smithi062.stderr:bash: line 1: ntpq: command not found 2024-09-17T09:54:23.756 INFO:teuthology.orchestra.run.smithi137.stderr:bash: line 1: ntpq: command not found 2024-09-17T09:54:23.758 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T09:54:23.758 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-09-17T09:54:23.758 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 45 -477us[ -477us] +/- 60ms 2024-09-17T09:54:23.758 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -503us[ -497us] +/- 49ms 2024-09-17T09:54:23.758 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 48 +1337us[+1344us] +/- 69ms 2024-09-17T09:54:23.758 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:54:23.759 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T09:54:23.759 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2024-09-17T09:54:23.759 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 46 -456us[ -456us] +/- 60ms 2024-09-17T09:54:23.759 INFO:teuthology.orchestra.run.smithi062.stdout:^* hv02.front.sepia.ceph.com 3 6 377 48 -498us[ -458us] +/- 49ms 2024-09-17T09:54:23.760 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 +1354us[+1394us] +/- 69ms 2024-09-17T09:54:23.760 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:54:23.761 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T09:54:23.761 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-09-17T09:54:23.761 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 45 -461us[ -461us] +/- 60ms 2024-09-17T09:54:23.761 INFO:teuthology.orchestra.run.smithi137.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -497us[ -474us] +/- 49ms 2024-09-17T09:54:23.761 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 +1336us[+1336us] +/- 69ms 2024-09-17T09:54:23.761 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:54:23.762 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T09:54:23.770 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T09:54:23.770 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T09:54:23.778 DEBUG:teuthology.orchestra.run.smithi062:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T09:54:23.875 DEBUG:teuthology.orchestra.run.smithi088:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T09:54:23.939 DEBUG:teuthology.orchestra.run.smithi137:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T09:54:24.004 DEBUG:teuthology.orchestra.run.smithi062:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T09:54:24.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:54:24.037 DEBUG:teuthology.orchestra.run.smithi088:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T09:54:24.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:54:24.065 DEBUG:teuthology.orchestra.run.smithi137:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T09:54:24.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:54:24.092 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T09:54:24.102 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T09:54:24.115 INFO:teuthology.task.internal:Duration was 929.182132 seconds 2024-09-17T09:54:24.116 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T09:54:24.124 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T09:54:24.125 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T09:54:24.127 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T09:54:24.129 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T09:54:24.166 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T09:54:24.168 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T09:54:24.171 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T09:54:24.581 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T09:54:24.581 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2024-09-17T09:54:24.581 DEBUG:teuthology.orchestra.run.smithi062:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T09:54:24.604 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2024-09-17T09:54:24.604 DEBUG:teuthology.orchestra.run.smithi088:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T09:54:24.651 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-09-17T09:54:24.652 DEBUG:teuthology.orchestra.run.smithi137:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T09:54:24.679 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T09:54:24.680 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:54:24.682 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:54:24.694 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:54:24.747 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T09:54:24.747 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T09:54:24.753 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T09:54:24.760 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T09:54:24.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T09:54:24.957 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T09:54:24.957 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T09:54:24.982 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T09:54:25.008 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T09:54:25.033 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T09:54:25.043 DEBUG:teuthology.orchestra.run.smithi062:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:54:25.049 DEBUG:teuthology.orchestra.run.smithi088:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:54:25.051 DEBUG:teuthology.orchestra.run.smithi137:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:54:25.067 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2024-09-17T09:54:25.073 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2024-09-17T09:54:25.097 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-09-17T09:54:25.181 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:54:25.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:54:25.237 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:54:25.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:54:25.253 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:54:25.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:54:25.268 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T09:54:25.278 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T09:54:25.279 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775/remote/smithi062 2024-09-17T09:54:25.279 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T09:54:25.317 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775/remote/smithi088 2024-09-17T09:54:25.317 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T09:54:25.352 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/avan-2024-09-17_09:09:13-orch:cephadm-wip-athakkar-testing-2024-09-17-0048-distro-default-smithi/7908775/remote/smithi137 2024-09-17T09:54:25.353 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T09:54:25.389 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T09:54:25.389 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T09:54:25.392 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T09:54:25.394 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T09:54:25.438 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T09:54:25.450 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T09:54:25.450 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T09:54:25.460 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T09:54:25.460 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T09:54:25.463 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T09:54:25.465 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T09:54:25.476 INFO:teuthology.orchestra.run.smithi062.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 09:54 /home/ubuntu/cephtest 2024-09-17T09:54:25.477 INFO:teuthology.orchestra.run.smithi088.stdout: 266063 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 09:54 /home/ubuntu/cephtest 2024-09-17T09:54:25.493 INFO:teuthology.orchestra.run.smithi137.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 09:54 /home/ubuntu/cephtest 2024-09-17T09:54:25.494 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T09:54:25.504 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T09:54:25.525 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 929.182131767273 flavor: default owner: scheduled_avan@teuthology success: true 2024-09-17T09:54:25.525 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T09:54:25.600 INFO:teuthology.run:pass