2024-02-07T11:58:13.218 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-07T11:58:13.218 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723 --verbose --name gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi --owner scheduled_gabrioux@teuthology --description orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} -- /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723/orig.config.yaml 2024-02-07T11:58:13.250 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-07T11:58:13.336 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723 branch: wip-guits-testing-4-2024-02-05-1854 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} email: gabrioux@ibm.com first_in_suite: false job_id: '7548723' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-4-2024-02-05-1854 ceph: conf: global: mon election default strategy: 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\) sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-4-2024-02-05-1854 sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 owner: scheduled_gabrioux@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 1701 sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-4-2024-02-05-1854 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_44458ccedb18241cc2e17f10cdab3d1385399261/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBtcCSSUoIGPxLdEyKop1GHfJONf2jpoVoZW5a1HmIUuCd69WXH82s1YBQytKggakCcj/TRCfSrhcJpkNRwx7Qk= smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMsHFWCZ9WpXhjM+PqoOei8QbcuYAzBYjMhDU909A/WxJgOuWYkO9d6GgwG8C/CD6GvAHTmuRT+y1CHiEjnPhqY= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBEYpDLKs5XRgv+puoebH8UEKUj9UecGDUO2QX1jT1Pl1WieElHRgthY9mEOaCiau3EIZCEaYiaiSftvezuUh5c= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-06_08:19:47 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-07T11:58:13.336 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_44458ccedb18241cc2e17f10cdab3d1385399261/qa; will attempt to use it 2024-02-07T11:58:13.337 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_44458ccedb18241cc2e17f10cdab3d1385399261/qa/tasks 2024-02-07T11:58:13.337 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-07T11:58:13.338 INFO:teuthology.task.internal:Checking packages... 2024-02-07T11:58:13.365 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '44458ccedb18241cc2e17f10cdab3d1385399261' 2024-02-07T11:58:13.365 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-07T11:58:13.365 INFO:teuthology.packaging:ref: None 2024-02-07T11:58:13.365 INFO:teuthology.packaging:tag: None 2024-02-07T11:58:13.365 INFO:teuthology.packaging:branch: wip-guits-testing-4-2024-02-05-1854 2024-02-07T11:58:13.365 INFO:teuthology.packaging:sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T11:58:13.365 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-4-2024-02-05-1854 2024-02-07T11:58:13.504 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1252.g44458cce 2024-02-07T11:58:13.506 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-07T11:58:13.513 INFO:teuthology.task.internal:no buildpackages task found 2024-02-07T11:58:13.513 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-07T11:58:13.529 INFO:teuthology.task.internal:Saving configuration 2024-02-07T11:58:13.542 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-07T11:58:13.550 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T11:58:13.575 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-07 11:53:04.741426', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBtcCSSUoIGPxLdEyKop1GHfJONf2jpoVoZW5a1HmIUuCd69WXH82s1YBQytKggakCcj/TRCfSrhcJpkNRwx7Qk='} 2024-02-07T11:58:13.601 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-07 11:53:04.740287', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMsHFWCZ9WpXhjM+PqoOei8QbcuYAzBYjMhDU909A/WxJgOuWYkO9d6GgwG8C/CD6GvAHTmuRT+y1CHiEjnPhqY='} 2024-02-07T11:58:13.621 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-07 11:53:04.738910', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBEYpDLKs5XRgv+puoebH8UEKUj9UecGDUO2QX1jT1Pl1WieElHRgthY9mEOaCiau3EIZCEaYiaiSftvezuUh5c='} 2024-02-07T11:58:13.621 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-07T11:58:13.627 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-02-07T11:58:13.627 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-02-07T11:58:13.627 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-02-07T11:58:13.627 INFO:teuthology.run_tasks:Running task console_log... 2024-02-07T11:58:13.732 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4f1c798f70>, signals=[15]) 2024-02-07T11:58:13.732 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-07T11:58:13.739 INFO:teuthology.task.internal:Opening connections... 2024-02-07T11:58:13.739 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2024-02-07T11:58:13.741 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T11:58:13.847 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-02-07T11:58:13.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T11:58:13.951 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-02-07T11:58:13.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T11:58:14.039 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-07T11:58:14.046 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2024-02-07T11:58:14.064 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2024-02-07T11:58:14.065 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2024-02-07T11:58:14.122 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="CentOS Stream" 2024-02-07T11:58:14.122 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="9" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:ID="centos" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="rhel fedora" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="9" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el9" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:LOGO="fedora-logo-icon" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://centos.org/" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-07T11:58:14.123 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-07T11:58:14.124 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2024-02-07T11:58:14.147 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-02-07T11:58:14.166 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-02-07T11:58:14.166 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="CentOS Stream" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="9" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:ID="centos" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="rhel fedora" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="9" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el9" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:LOGO="fedora-logo-icon" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://centos.org/" 2024-02-07T11:58:14.225 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-07T11:58:14.226 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-07T11:58:14.226 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-07T11:58:14.226 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-02-07T11:58:14.247 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-02-07T11:58:14.265 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-02-07T11:58:14.265 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-02-07T11:58:14.322 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2024-02-07T11:58:14.322 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="9" 2024-02-07T11:58:14.322 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2024-02-07T11:58:14.322 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2024-02-07T11:58:14.322 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="9" 2024-02-07T11:58:14.322 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el9" 2024-02-07T11:58:14.322 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-07T11:58:14.322 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2024-02-07T11:58:14.322 INFO:teuthology.orchestra.run.smithi098.stdout:LOGO="fedora-logo-icon" 2024-02-07T11:58:14.323 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-07T11:58:14.323 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2024-02-07T11:58:14.323 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-07T11:58:14.323 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-07T11:58:14.323 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-07T11:58:14.323 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-02-07T11:58:14.347 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-07T11:58:14.356 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-07T11:58:14.362 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-07T11:58:14.363 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2024-02-07T11:58:14.365 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-02-07T11:58:14.368 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-02-07T11:58:14.384 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-07T11:58:14.389 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-07T11:58:14.390 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2024-02-07T11:58:14.422 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-02-07T11:58:14.425 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-02-07T11:58:14.664 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-07T11:58:14.734 INFO:teuthology.run_tasks:Running task kernel... 2024-02-07T11:58:14.749 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-07T11:58:14.749 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-07T11:58:14.750 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-07T11:58:14.750 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-07T11:58:14.751 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-07T11:58:14.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T11:58:14.768 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2024-02-07T11:58:14.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T11:58:14.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T11:58:14.770 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-02-07T11:58:14.770 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-02-07T11:58:14.826 INFO:teuthology.orchestra.run.smithi005.stdout:5.14.0-361.el9.x86_64 2024-02-07T11:58:14.826 INFO:teuthology.task.kernel:Running kernel on smithi005: 5.14.0-361.el9.x86_64 2024-02-07T11:58:14.826 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2024-02-07T11:58:14.827 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-361.el9.x86_64 2024-02-07T11:58:14.827 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.14.0-361.el9.x86_64 2024-02-07T11:58:14.827 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2024-02-07T11:58:14.828 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-361.el9.x86_64 2024-02-07T11:58:14.829 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.14.0-361.el9.x86_64 2024-02-07T11:58:14.829 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2024-02-07T11:58:17.034 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-02-07T11:58:17.034 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-02-07T11:58:17.101 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-02-07T11:58:18.476 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.0 MB 00:00 2024-02-07T11:58:18.559 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS-9 - BaseOS 5.9 MB/s | 2.0 MB 00:00 2024-02-07T11:58:18.659 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS-9 - BaseOS 3.9 MB/s | 2.0 MB 00:00 2024-02-07T11:58:20.025 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 7.7 MB/s | 8.0 MB 00:01 2024-02-07T11:58:20.466 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.0 MB 00:01 2024-02-07T11:58:21.016 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - BaseOS 3.7 MB/s | 8.0 MB 00:02 2024-02-07T11:58:22.184 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-02-07T11:58:23.525 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - AppStream 13 MB/s | 19 MB 00:01 2024-02-07T11:58:26.050 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 3.8 MB/s | 19 MB 00:04 2024-02-07T11:58:26.602 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - CRB 7.0 MB/s | 5.9 MB 00:00 2024-02-07T11:58:28.445 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - Extras packages 21 kB/s | 15 kB 00:00 2024-02-07T11:58:29.271 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 29 MB/s | 20 MB 00:00 2024-02-07T11:58:29.601 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - CRB 2.4 MB/s | 5.9 MB 00:02 2024-02-07T11:58:29.909 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 15 MB/s | 5.9 MB 00:00 2024-02-07T11:58:31.653 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 15 kB 00:00 2024-02-07T11:58:31.834 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 15 kB 00:01 2024-02-07T11:58:33.297 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 13 MB/s | 20 MB 00:01 2024-02-07T11:58:34.329 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-02-07T11:58:36.636 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-07T11:58:36.636 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-07T11:58:36.733 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T11:58:36.742 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout: kernel x86_64 5.14.0-418.el9 CentOS-BaseOS 6.0 M 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core x86_64 5.14.0-418.el9 CentOS-BaseOS 21 M 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules x86_64 5.14.0-418.el9 CentOS-BaseOS 39 M 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core x86_64 5.14.0-418.el9 CentOS-BaseOS 33 M 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout:Install 4 Packages 2024-02-07T11:58:36.743 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T11:58:36.744 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 99 M 2024-02-07T11:58:36.744 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 122 M 2024-02-07T11:58:36.744 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T11:58:37.105 INFO:teuthology.orchestra.run.smithi063.stdout:(1/4): kernel-5.14.0-418.el9.x86_64.rpm 17 MB/s | 6.0 MB 00:00 2024-02-07T11:58:37.572 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 3.6 MB/s | 20 MB 00:05 2024-02-07T11:58:37.722 INFO:teuthology.orchestra.run.smithi063.stdout:(2/4): kernel-core-5.14.0-418.el9.x86_64.rpm 21 MB/s | 21 MB 00:00 2024-02-07T11:58:38.053 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 37 kB/s | 1.7 kB 00:00 2024-02-07T11:58:38.447 INFO:teuthology.orchestra.run.smithi063.stdout:(3/4): kernel-modules-core-5.14.0-418.el9.x86_6 25 MB/s | 33 MB 00:01 2024-02-07T11:58:38.956 INFO:teuthology.orchestra.run.smithi063.stdout:(4/4): kernel-modules-5.14.0-418.el9.x86_64.rpm 18 MB/s | 39 MB 00:02 2024-02-07T11:58:38.959 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T11:58:38.959 INFO:teuthology.orchestra.run.smithi063.stdout:Total 45 MB/s | 99 MB 00:02 2024-02-07T11:58:38.959 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T11:58:39.365 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T11:58:39.365 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T11:58:40.302 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-07T11:58:40.302 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-07T11:58:40.390 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T11:58:40.396 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T11:58:40.396 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T11:58:40.396 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T11:58:40.396 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T11:58:40.397 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 5.14.0-418.el9 CentOS-BaseOS 6.0 M 2024-02-07T11:58:40.397 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-07T11:58:40.397 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core x86_64 5.14.0-418.el9 CentOS-BaseOS 21 M 2024-02-07T11:58:40.397 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules x86_64 5.14.0-418.el9 CentOS-BaseOS 39 M 2024-02-07T11:58:40.397 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-core x86_64 5.14.0-418.el9 CentOS-BaseOS 33 M 2024-02-07T11:58:40.397 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T11:58:40.397 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T11:58:40.397 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T11:58:40.397 INFO:teuthology.orchestra.run.smithi098.stdout:Install 4 Packages 2024-02-07T11:58:40.397 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T11:58:40.398 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 99 M 2024-02-07T11:58:40.398 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 122 M 2024-02-07T11:58:40.398 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T11:58:40.428 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T11:58:40.429 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T11:58:40.872 INFO:teuthology.orchestra.run.smithi098.stdout:(1/4): kernel-5.14.0-418.el9.x86_64.rpm 13 MB/s | 6.0 MB 00:00 2024-02-07T11:58:41.388 INFO:teuthology.orchestra.run.smithi098.stdout:(2/4): kernel-core-5.14.0-418.el9.x86_64.rpm 21 MB/s | 21 MB 00:00 2024-02-07T11:58:42.239 INFO:teuthology.orchestra.run.smithi098.stdout:(3/4): kernel-modules-5.14.0-418.el9.x86_64.rpm 21 MB/s | 39 MB 00:01 2024-02-07T11:58:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-02-07T11:58:42.547 INFO:teuthology.orchestra.run.smithi098.stdout:(4/4): kernel-modules-core-5.14.0-418.el9.x86_6 20 MB/s | 33 MB 00:01 2024-02-07T11:58:42.550 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T11:58:42.551 INFO:teuthology.orchestra.run.smithi098.stdout:Total 46 MB/s | 99 MB 00:02 2024-02-07T11:58:42.551 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T11:58:42.914 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T11:58:42.914 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T11:58:42.958 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T11:58:43.641 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-core-5.14.0-418.el9.x86_64 1/4 2024-02-07T11:58:43.763 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T11:58:43.973 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T11:58:43.973 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T11:58:44.717 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-07T11:58:44.717 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-07T11:58:44.801 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T11:58:44.809 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T11:58:44.809 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T11:58:44.809 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T11:58:44.809 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T11:58:44.809 INFO:teuthology.orchestra.run.smithi005.stdout: kernel x86_64 5.14.0-418.el9 CentOS-BaseOS 6.0 M 2024-02-07T11:58:44.809 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-07T11:58:44.810 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-core x86_64 5.14.0-418.el9 CentOS-BaseOS 21 M 2024-02-07T11:58:44.810 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules x86_64 5.14.0-418.el9 CentOS-BaseOS 39 M 2024-02-07T11:58:44.810 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules-core x86_64 5.14.0-418.el9 CentOS-BaseOS 33 M 2024-02-07T11:58:44.810 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T11:58:44.810 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T11:58:44.810 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T11:58:44.810 INFO:teuthology.orchestra.run.smithi005.stdout:Install 4 Packages 2024-02-07T11:58:44.810 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T11:58:44.810 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 99 M 2024-02-07T11:58:44.811 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 122 M 2024-02-07T11:58:44.811 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T11:58:45.153 INFO:teuthology.orchestra.run.smithi005.stdout:(1/4): kernel-5.14.0-418.el9.x86_64.rpm 18 MB/s | 6.0 MB 00:00 2024-02-07T11:58:45.778 INFO:teuthology.orchestra.run.smithi005.stdout:(2/4): kernel-core-5.14.0-418.el9.x86_64.rpm 22 MB/s | 21 MB 00:00 2024-02-07T11:58:46.375 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T11:58:46.520 INFO:teuthology.orchestra.run.smithi005.stdout:(3/4): kernel-modules-core-5.14.0-418.el9.x86_6 24 MB/s | 33 MB 00:01 2024-02-07T11:58:46.621 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T11:58:46.799 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T11:58:47.044 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-core-5.14.0-418.el9.x86_64 1/4 2024-02-07T11:58:47.095 INFO:teuthology.orchestra.run.smithi005.stdout:(4/4): kernel-modules-5.14.0-418.el9.x86_64.rpm 17 MB/s | 39 MB 00:02 2024-02-07T11:58:47.098 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T11:58:47.099 INFO:teuthology.orchestra.run.smithi005.stdout:Total 43 MB/s | 99 MB 00:02 2024-02-07T11:58:47.099 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T11:58:47.167 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T11:58:47.541 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T11:58:47.541 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T11:58:48.588 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T11:58:48.588 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T11:58:49.945 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T11:58:50.120 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T11:58:51.137 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T11:58:51.805 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-modules-core-5.14.0-418.el9.x86_64 1/4 2024-02-07T11:58:51.882 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T11:58:51.937 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T11:58:51.979 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:58:54.794 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T11:58:54.846 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T11:58:54.899 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:58:55.022 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T11:58:57.096 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:58:59.590 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:00.082 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T11:59:00.179 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:05.267 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:27.677 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:27.677 INFO:teuthology.orchestra.run.smithi063.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-07T11:59:27.677 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T11:59:27.751 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:28.237 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:28.237 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-5.14.0-418.el9.x86_64 1/4 2024-02-07T11:59:28.237 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T11:59:28.237 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T11:59:28.669 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:28.669 INFO:teuthology.orchestra.run.smithi098.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-07T11:59:28.669 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T11:59:28.710 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:28.711 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T11:59:28.711 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T11:59:28.711 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-5.14.0-418.el9.x86_64 2024-02-07T11:59:28.711 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core-5.14.0-418.el9.x86_64 2024-02-07T11:59:28.711 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-5.14.0-418.el9.x86_64 2024-02-07T11:59:28.711 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core-5.14.0-418.el9.x86_64 2024-02-07T11:59:28.711 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T11:59:28.711 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T11:59:28.740 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:29.158 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:29.158 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-5.14.0-418.el9.x86_64 1/4 2024-02-07T11:59:29.158 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T11:59:29.158 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T11:59:29.221 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T11:59:29.355 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T11:59:29.356 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T11:59:29.356 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-418.el9.x86_64 2024-02-07T11:59:29.356 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-07T11:59:29.356 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-07T11:59:29.357 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-07T11:59:29.357 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-02-07T11:59:29.357 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T11:59:29.469 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T11:59:29.469 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T11:59:29.469 DEBUG:teuthology.orchestra.run.smithi063:> sudo rpm -qi grub2-tools 2024-02-07T11:59:29.517 INFO:teuthology.orchestra.run.smithi063.stdout:Name : grub2-tools 2024-02-07T11:59:29.517 INFO:teuthology.orchestra.run.smithi063.stdout:Epoch : 1 2024-02-07T11:59:29.517 INFO:teuthology.orchestra.run.smithi063.stdout:Version : 2.06 2024-02-07T11:59:29.517 INFO:teuthology.orchestra.run.smithi063.stdout:Release : 68.el9 2024-02-07T11:59:29.517 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: x86_64 2024-02-07T11:59:29.517 INFO:teuthology.orchestra.run.smithi063.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Group : Unspecified 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Size : 8264254 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:License : GPLv3+ 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Packager : builder@centos.org 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Vendor : CentOS 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Summary : Support tools for GRUB. 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Description : 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-07T11:59:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:hardware devices. 2024-02-07T11:59:29.519 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T11:59:29.519 INFO:teuthology.orchestra.run.smithi063.stdout:This subpackage provides tools for support of all platforms. 2024-02-07T11:59:29.519 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-07T11:59:29.519 INFO:teuthology.task.kernel:Updating grub on smithi063 to boot 5.14.0-418.el9.x86_64 2024-02-07T11:59:29.519 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-07T11:59:29.589 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:29.589 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T11:59:29.589 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T11:59:29.589 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-5.14.0-418.el9.x86_64 2024-02-07T11:59:29.589 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core-5.14.0-418.el9.x86_64 2024-02-07T11:59:29.589 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-5.14.0-418.el9.x86_64 2024-02-07T11:59:29.589 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-core-5.14.0-418.el9.x86_64 2024-02-07T11:59:29.589 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T11:59:29.589 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T11:59:30.106 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T11:59:30.120 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-02-07T11:59:30.252 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T11:59:30.252 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T11:59:30.252 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-418.el9.x86_64 2024-02-07T11:59:30.253 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-07T11:59:30.253 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-07T11:59:30.253 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-07T11:59:30.253 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-02-07T11:59:30.253 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T11:59:30.360 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T11:59:30.361 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T11:59:30.361 DEBUG:teuthology.orchestra.run.smithi098:> sudo rpm -qi grub2-tools 2024-02-07T11:59:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Name : grub2-tools 2024-02-07T11:59:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Epoch : 1 2024-02-07T11:59:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Version : 2.06 2024-02-07T11:59:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Release : 68.el9 2024-02-07T11:59:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: x86_64 2024-02-07T11:59:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-07T11:59:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Group : Unspecified 2024-02-07T11:59:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Size : 8264254 2024-02-07T11:59:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:License : GPLv3+ 2024-02-07T11:59:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:Packager : builder@centos.org 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:Vendor : CentOS 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:Summary : Support tools for GRUB. 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:Description : 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:hardware devices. 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T11:59:30.405 INFO:teuthology.orchestra.run.smithi098.stdout:This subpackage provides tools for support of all platforms. 2024-02-07T11:59:30.406 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-07T11:59:30.406 INFO:teuthology.task.kernel:Updating grub on smithi098 to boot 5.14.0-418.el9.x86_64 2024-02-07T11:59:30.406 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-07T11:59:31.020 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-02-07T11:59:31.507 INFO:teuthology.orchestra.run.smithi063.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-07T11:59:31.540 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-02-07T11:59:31.542 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-02-07T11:59:31.558 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.LF4sUvHwQC 2024-02-07T11:59:31.558 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.LF4sUvHwQC 2024-02-07T11:59:31.630 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.LF4sUvHwQC 2024-02-07T11:59:31.773 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.LF4sUvHwQC is 6KB 2024-02-07T11:59:31.822 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.LF4sUvHwQC 2024-02-07T11:59:31.837 DEBUG:teuthology.orchestra.run.smithi063:> sudo /bin/ls /boot/loader/entries || true 2024-02-07T11:59:31.912 INFO:teuthology.orchestra.run.smithi063.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-07T11:59:31.913 INFO:teuthology.orchestra.run.smithi063.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-07T11:59:31.913 INFO:teuthology.orchestra.run.smithi063.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-07T11:59:31.913 INFO:teuthology.orchestra.run.smithi063.stdout:15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64.conf 2024-02-07T11:59:31.914 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64 2024-02-07T11:59:32.071 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-02-07T11:59:32.384 INFO:teuthology.orchestra.run.smithi098.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-07T11:59:32.416 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-02-07T11:59:32.418 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-02-07T11:59:32.433 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.Kw0jshnyBE 2024-02-07T11:59:32.433 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Kw0jshnyBE 2024-02-07T11:59:32.502 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.Kw0jshnyBE 2024-02-07T11:59:32.634 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.Kw0jshnyBE is 6KB 2024-02-07T11:59:32.682 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.Kw0jshnyBE 2024-02-07T11:59:32.696 DEBUG:teuthology.orchestra.run.smithi098:> sudo /bin/ls /boot/loader/entries || true 2024-02-07T11:59:32.760 INFO:teuthology.orchestra.run.smithi098.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-07T11:59:32.760 INFO:teuthology.orchestra.run.smithi098.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-07T11:59:32.760 INFO:teuthology.orchestra.run.smithi098.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-07T11:59:32.761 INFO:teuthology.orchestra.run.smithi098.stdout:15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64.conf 2024-02-07T11:59:32.762 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64 2024-02-07T11:59:32.912 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-02-07T11:59:36.215 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:36.216 INFO:teuthology.orchestra.run.smithi005.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-07T11:59:36.216 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T11:59:36.286 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:36.708 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:36.708 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-5.14.0-418.el9.x86_64 1/4 2024-02-07T11:59:36.708 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T11:59:36.708 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T11:59:37.134 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T11:59:37.134 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T11:59:37.134 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T11:59:37.134 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-5.14.0-418.el9.x86_64 2024-02-07T11:59:37.134 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-core-5.14.0-418.el9.x86_64 2024-02-07T11:59:37.134 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules-5.14.0-418.el9.x86_64 2024-02-07T11:59:37.134 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules-core-5.14.0-418.el9.x86_64 2024-02-07T11:59:37.134 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T11:59:37.134 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T11:59:37.653 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T11:59:37.789 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T11:59:37.789 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T11:59:37.789 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-418.el9.x86_64 2024-02-07T11:59:37.789 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-07T11:59:37.789 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-07T11:59:37.789 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-07T11:59:37.790 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi005.front.sepia.ceph.com, path=None, version=distro) 2024-02-07T11:59:37.790 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T11:59:37.902 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T11:59:37.903 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T11:59:37.903 DEBUG:teuthology.orchestra.run.smithi005:> sudo rpm -qi grub2-tools 2024-02-07T11:59:37.944 INFO:teuthology.orchestra.run.smithi005.stdout:Name : grub2-tools 2024-02-07T11:59:37.944 INFO:teuthology.orchestra.run.smithi005.stdout:Epoch : 1 2024-02-07T11:59:37.944 INFO:teuthology.orchestra.run.smithi005.stdout:Version : 2.06 2024-02-07T11:59:37.944 INFO:teuthology.orchestra.run.smithi005.stdout:Release : 68.el9 2024-02-07T11:59:37.944 INFO:teuthology.orchestra.run.smithi005.stdout:Architecture: x86_64 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:Group : Unspecified 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:Size : 8264254 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:License : GPLv3+ 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:Packager : builder@centos.org 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:Vendor : CentOS 2024-02-07T11:59:37.945 INFO:teuthology.orchestra.run.smithi005.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-07T11:59:37.946 INFO:teuthology.orchestra.run.smithi005.stdout:Summary : Support tools for GRUB. 2024-02-07T11:59:37.946 INFO:teuthology.orchestra.run.smithi005.stdout:Description : 2024-02-07T11:59:37.946 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T11:59:37.946 INFO:teuthology.orchestra.run.smithi005.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-07T11:59:37.946 INFO:teuthology.orchestra.run.smithi005.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-07T11:59:37.946 INFO:teuthology.orchestra.run.smithi005.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-07T11:59:37.946 INFO:teuthology.orchestra.run.smithi005.stdout:hardware devices. 2024-02-07T11:59:37.946 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T11:59:37.946 INFO:teuthology.orchestra.run.smithi005.stdout:This subpackage provides tools for support of all platforms. 2024-02-07T11:59:37.947 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-07T11:59:37.947 INFO:teuthology.task.kernel:Updating grub on smithi005 to boot 5.14.0-418.el9.x86_64 2024-02-07T11:59:37.947 DEBUG:teuthology.orchestra.run.smithi005:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-07T11:59:38.622 INFO:teuthology.orchestra.run.smithi005.stderr:Generating grub configuration file ... 2024-02-07T11:59:40.023 INFO:teuthology.orchestra.run.smithi005.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-07T11:59:40.055 INFO:teuthology.orchestra.run.smithi005.stderr:done 2024-02-07T11:59:40.058 DEBUG:teuthology.orchestra.run.smithi005:> mktemp 2024-02-07T11:59:40.073 INFO:teuthology.orchestra.run.smithi005.stdout:/tmp/tmp.BOCw4U4koY 2024-02-07T11:59:40.073 DEBUG:teuthology.orchestra.run.smithi005:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.BOCw4U4koY 2024-02-07T11:59:40.145 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0666 /tmp/tmp.BOCw4U4koY 2024-02-07T11:59:40.293 DEBUG:teuthology.orchestra.remote:smithi005:/tmp/tmp.BOCw4U4koY is 6KB 2024-02-07T11:59:40.342 DEBUG:teuthology.orchestra.run.smithi005:> rm -fr /tmp/tmp.BOCw4U4koY 2024-02-07T11:59:40.356 DEBUG:teuthology.orchestra.run.smithi005:> sudo /bin/ls /boot/loader/entries || true 2024-02-07T11:59:40.434 INFO:teuthology.orchestra.run.smithi005.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-07T11:59:40.435 INFO:teuthology.orchestra.run.smithi005.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-07T11:59:40.435 INFO:teuthology.orchestra.run.smithi005.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-07T11:59:40.435 INFO:teuthology.orchestra.run.smithi005.stdout:15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64.conf 2024-02-07T11:59:40.436 DEBUG:teuthology.orchestra.run.smithi005:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64 2024-02-07T11:59:40.604 DEBUG:teuthology.orchestra.run.smithi005:> sudo shutdown -r now 2024-02-07T12:00:02.084 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-07T12:00:02.085 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-02-07T12:00:02.086 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:00:02.916 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-07T12:00:02.916 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-07T12:00:02.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:00:10.608 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-07T12:00:10.608 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-02-07T12:00:10.610 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:00:20.540 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-02-07T12:00:21.308 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-02-07T12:00:28.992 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.5 2024-02-07T12:00:29.542 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-02-07T12:00:29.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:00:30.310 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-07T12:00:30.310 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:00:32.604 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-02-07T12:00:33.372 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-02-07T12:00:37.998 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-02-07T12:00:37.999 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:00:44.608 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-02-07T12:00:44.609 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:00:45.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-07T12:00:45.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:01:03.036 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-02-07T12:01:03.804 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-02-07T12:01:18.051 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-02-07T12:01:18.053 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:01:18.414 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-02-07T12:01:18.805 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-07T12:01:18.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:01:18.837 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-02-07T12:01:18.837 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-418.el9.x86_64"... 2024-02-07T12:01:18.837 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-02-07T12:01:18.851 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-418.el9.x86_64 2024-02-07T12:01:18.851 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-418.el9.x86_64 vs 5.14.0-418.el9.x86_64 2024-02-07T12:01:18.852 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-07T12:01:18.852 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-07T12:01:19.142 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-02-07T12:01:19.529 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-07T12:01:19.529 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-418.el9.x86_64"... 2024-02-07T12:01:19.529 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-02-07T12:01:19.543 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-418.el9.x86_64 2024-02-07T12:01:19.544 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-418.el9.x86_64 vs 5.14.0-418.el9.x86_64 2024-02-07T12:01:19.544 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-07T12:01:19.544 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-07T12:01:19.852 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-07T12:01:19.852 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-07T12:01:19.920 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-02-07T12:01:19.963 DEBUG:teuthology.parallel:result is None 2024-02-07T12:01:20.544 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-07T12:01:20.545 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-07T12:01:20.634 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-02-07T12:01:20.671 DEBUG:teuthology.parallel:result is None 2024-02-07T12:01:38.002 DEBUG:teuthology.orchestra.remote:timed out 2024-02-07T12:01:50.003 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-02-07T12:01:50.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:01:50.337 DEBUG:teuthology.orchestra.run.smithi005:> true 2024-02-07T12:01:50.752 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-02-07T12:01:50.752 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-418.el9.x86_64"... 2024-02-07T12:01:50.753 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2024-02-07T12:01:50.768 INFO:teuthology.orchestra.run.smithi005.stdout:5.14.0-418.el9.x86_64 2024-02-07T12:01:50.768 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-418.el9.x86_64 vs 5.14.0-418.el9.x86_64 2024-02-07T12:01:50.768 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-07T12:01:50.768 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-07T12:01:51.769 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-07T12:01:51.770 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-07T12:01:51.861 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2024-02-07T12:01:51.896 DEBUG:teuthology.parallel:result is None 2024-02-07T12:01:51.897 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-07T12:01:51.905 INFO:teuthology.task.internal:Creating test directory... 2024-02-07T12:01:51.905 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-07T12:01:51.907 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-07T12:01:51.910 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-07T12:01:51.928 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-07T12:01:51.937 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-07T12:01:51.947 INFO:teuthology.task.internal:Creating archive directory... 2024-02-07T12:01:51.947 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-07T12:01:51.964 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-07T12:01:51.970 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-07T12:01:52.095 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-07T12:01:52.101 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-07T12:01:52.101 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-07T12:01:52.104 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-07T12:01:52.106 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-07T12:01:52.142 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T12:01:52.147 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T12:01:52.150 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T12:01:52.156 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T12:01:52.161 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T12:01:52.165 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-07T12:01:52.167 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-07T12:01:52.174 INFO:teuthology.task.internal:Configuring sudo... 2024-02-07T12:01:52.174 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-07T12:01:52.177 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-07T12:01:52.201 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-07T12:01:52.233 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-07T12:01:52.243 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-07T12:01:52.244 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-07T12:01:52.246 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-07T12:01:52.271 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-07T12:01:52.289 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T12:01:52.342 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T12:01:52.395 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T12:01:52.479 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T12:01:52.527 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:01:52.527 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-07T12:01:52.599 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T12:01:52.642 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T12:01:52.696 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T12:01:52.778 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T12:01:52.822 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:01:52.823 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-07T12:01:52.890 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T12:01:52.933 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-07T12:01:52.995 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T12:01:53.034 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-07T12:01:53.082 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:01:53.082 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-07T12:01:53.150 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2024-02-07T12:01:53.153 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-02-07T12:01:53.155 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-02-07T12:01:53.198 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T12:01:53.200 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T12:01:53.239 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T12:01:53.592 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-07T12:01:53.600 INFO:teuthology.task.internal:Starting timer... 2024-02-07T12:01:53.600 INFO:teuthology.run_tasks:Running task pcp... 2024-02-07T12:01:53.681 INFO:teuthology.run_tasks:Running task selinux... 2024-02-07T12:01:53.691 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-07T12:01:53.692 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2024-02-07T12:01:53.761 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2024-02-07T12:01:53.763 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2024-02-07T12:01:53.817 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2024-02-07T12:01:53.818 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2024-02-07T12:01:53.866 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2024-02-07T12:01:53.868 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-07T12:01:53.868 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2024-02-07T12:01:53.890 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2024-02-07T12:01:53.890 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2024-02-07T12:01:53.914 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2024-02-07T12:01:53.915 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2024-02-07T12:01:53.938 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2024-02-07T12:01:53.938 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive'} 2024-02-07T12:01:53.938 DEBUG:teuthology.orchestra.run.smithi005:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-07T12:01:53.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T12:01:53.967 DEBUG:teuthology.orchestra.run.smithi063:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-07T12:01:53.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T12:01:53.996 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-07T12:01:54.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T12:01:54.024 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-07T12:01:54.024 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2024-02-07T12:01:54.066 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2024-02-07T12:01:54.125 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2024-02-07T12:01:54.156 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-07T12:01:54.166 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-07T12:01:54.172 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-07T12:01:54.304 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-07T12:01:54.321 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-07T12:01:54.322 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi063.front.sepia.ceph.com,smithi098.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-07T12:06:09.031 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com')] 2024-02-07T12:06:09.032 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-02-07T12:06:09.034 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:06:09.127 DEBUG:teuthology.orchestra.run.smithi005:> true 2024-02-07T12:06:09.208 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-02-07T12:06:09.208 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-02-07T12:06:09.209 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:06:09.297 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-02-07T12:06:09.375 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-02-07T12:06:09.375 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-07T12:06:09.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T12:06:09.465 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-02-07T12:06:09.547 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-07T12:06:09.547 INFO:teuthology.run_tasks:Running task clock... 2024-02-07T12:06:09.558 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-07T12:06:09.559 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-07T12:06:09.559 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T12:06:09.562 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-07T12:06:09.562 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T12:06:09.564 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-07T12:06:09.564 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T12:06:09.594 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-07T12:06:09.595 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-07T12:06:09.611 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-07T12:06:09.613 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-07T12:06:09.619 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-07T12:06:09.638 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-07T12:06:09.641 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2024-02-07T12:06:09.644 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2024-02-07T12:06:09.655 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2024-02-07T12:06:09.659 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2024-02-07T12:06:09.666 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2024-02-07T12:06:09.672 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-07T12:06:09.676 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-07T12:06:09.680 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2024-02-07T12:06:09.688 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-07T12:06:09.692 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-07T12:06:09.697 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-07T12:06:09.713 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-07T12:06:09.743 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: ntpq: command not found 2024-02-07T12:06:09.746 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T12:06:09.747 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-02-07T12:06:09.747 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.747 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.747 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.747 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.750 INFO:teuthology.orchestra.run.smithi005.stderr:bash: line 1: ntpq: command not found 2024-02-07T12:06:09.753 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T12:06:09.753 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-02-07T12:06:09.753 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.753 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.753 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.753 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.771 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-02-07T12:06:09.774 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T12:06:09.775 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-02-07T12:06:09.775 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.775 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.775 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.775 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:06:09.775 INFO:teuthology.run_tasks:Running task pexec... 2024-02-07T12:06:09.783 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-07T12:06:09.784 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2024-02-07T12:06:09.784 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-07T12:06:09.784 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi063.front.sepia.ceph.com 2024-02-07T12:06:09.785 DEBUG:teuthology.orchestra.run.smithi063:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-07T12:06:09.785 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2024-02-07T12:06:09.785 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-07T12:06:10.384 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:49 ago on Wed 07 Feb 2024 12:05:21 PM UTC. 2024-02-07T12:06:10.390 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:49 ago on Wed 07 Feb 2024 12:05:21 PM UTC. 2024-02-07T12:06:10.403 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:53 ago on Wed 07 Feb 2024 12:05:17 PM UTC. 2024-02-07T12:06:10.545 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:06:10.548 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:06:10.550 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:06:10.550 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-02-07T12:06:10.550 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:06:10.550 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:06:10.550 INFO:teuthology.orchestra.run.smithi005.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-07T12:06:10.550 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:06:10.550 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:06:10.550 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:06:10.550 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-02-07T12:06:10.550 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:06:10.551 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 3.1 M 2024-02-07T12:06:10.551 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 9.8 M 2024-02-07T12:06:10.551 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:06:10.552 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:06:10.552 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-02-07T12:06:10.552 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:06:10.552 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:06:10.552 INFO:teuthology.orchestra.run.smithi063.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-07T12:06:10.552 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:06:10.552 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:06:10.552 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:06:10.552 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-02-07T12:06:10.552 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:06:10.553 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 3.1 M 2024-02-07T12:06:10.553 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 9.8 M 2024-02-07T12:06:10.553 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:06:10.556 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:06:10.558 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:06:10.558 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-02-07T12:06:10.558 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:06:10.558 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:06:10.559 INFO:teuthology.orchestra.run.smithi098.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-07T12:06:10.559 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:06:10.559 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:06:10.559 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:06:10.559 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-02-07T12:06:10.559 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:06:10.559 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.1 M 2024-02-07T12:06:10.559 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 9.8 M 2024-02-07T12:06:10.559 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:06:10.786 INFO:teuthology.orchestra.run.smithi063.stdout:runc-1.1.12-1.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-02-07T12:06:10.787 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:06:10.787 INFO:teuthology.orchestra.run.smithi063.stdout:Total 13 MB/s | 3.1 MB 00:00 2024-02-07T12:06:10.787 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:06:10.791 INFO:teuthology.orchestra.run.smithi098.stdout:runc-1.1.12-1.el9.x86_64.rpm 14 MB/s | 3.1 MB 00:00 2024-02-07T12:06:10.791 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:06:10.792 INFO:teuthology.orchestra.run.smithi098.stdout:Total 13 MB/s | 3.1 MB 00:00 2024-02-07T12:06:10.792 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:06:10.793 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:06:10.793 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:06:10.793 INFO:teuthology.orchestra.run.smithi005.stdout:runc-1.1.12-1.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-02-07T12:06:10.794 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:06:10.794 INFO:teuthology.orchestra.run.smithi005.stdout:Total 13 MB/s | 3.1 MB 00:00 2024-02-07T12:06:10.794 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:06:10.797 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:06:10.797 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:06:10.800 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:06:10.800 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:06:10.866 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:06:10.867 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:06:10.867 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:06:10.868 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:06:10.874 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:06:10.874 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:06:11.067 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:06:11.082 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:06:11.089 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:06:11.178 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-07T12:06:11.183 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-07T12:06:11.190 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-07T12:06:11.720 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-07T12:06:11.730 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-07T12:06:11.753 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-07T12:06:12.044 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-07T12:06:12.044 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:06:12.044 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:06:12.044 INFO:teuthology.orchestra.run.smithi005.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-07T12:06:12.045 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:06:12.045 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:06:12.064 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-07T12:06:12.064 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:06:12.064 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:06:12.064 INFO:teuthology.orchestra.run.smithi063.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-07T12:06:12.064 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:06:12.064 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:06:12.075 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-07T12:06:12.075 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:06:12.075 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:06:12.075 INFO:teuthology.orchestra.run.smithi098.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-07T12:06:12.075 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:06:12.075 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:06:12.279 DEBUG:teuthology.parallel:result is None 2024-02-07T12:06:12.331 DEBUG:teuthology.parallel:result is None 2024-02-07T12:06:12.352 DEBUG:teuthology.parallel:result is None 2024-02-07T12:06:12.352 INFO:teuthology.run_tasks:Running task install... 2024-02-07T12:06:12.362 DEBUG:teuthology.task.install:project ceph 2024-02-07T12:06:12.362 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261'}} 2024-02-07T12:06:12.362 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261'} 2024-02-07T12:06:12.362 INFO:teuthology.task.install:Using flavor: default 2024-02-07T12:06:12.368 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-02-07T12:06:12.368 INFO:teuthology.task.install:extra packages: [] 2024-02-07T12:06:12.369 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261', 'tag': None, 'wait_for_package': False} 2024-02-07T12:06:12.369 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:06:12.371 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261', 'tag': None, 'wait_for_package': False} 2024-02-07T12:06:12.372 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:06:12.372 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261', 'tag': None, 'wait_for_package': False} 2024-02-07T12:06:12.373 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:06:12.596 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/ 2024-02-07T12:06:12.596 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1252.g44458cce 2024-02-07T12:06:12.609 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/ 2024-02-07T12:06:12.609 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1252.g44458cce 2024-02-07T12:06:12.612 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/ 2024-02-07T12:06:12.613 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1252.g44458cce 2024-02-07T12:06:12.718 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-07T12:06:12.718 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:06:12.718 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-07T12:06:12.746 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-02-07T12:06:12.746 DEBUG:teuthology.orchestra.run.smithi098:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/44458ccedb18241cc2e17f10cdab3d1385399261/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-07T12:06:12.787 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-07T12:06:12.787 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:06:12.787 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-07T12:06:12.793 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-07T12:06:12.793 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:06:12.793 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-07T12:06:12.814 DEBUG:teuthology.orchestra.run.smithi098:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-02-07T12:06:12.822 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-02-07T12:06:12.822 DEBUG:teuthology.orchestra.run.smithi005:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/44458ccedb18241cc2e17f10cdab3d1385399261/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-07T12:06:12.829 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-02-07T12:06:12.829 DEBUG:teuthology.orchestra.run.smithi063:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/44458ccedb18241cc2e17f10cdab3d1385399261/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-07T12:06:12.891 DEBUG:teuthology.orchestra.run.smithi005:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-02-07T12:06:12.895 DEBUG:teuthology.orchestra.run.smithi098:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-02-07T12:06:12.897 DEBUG:teuthology.orchestra.run.smithi063:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-02-07T12:06:12.960 INFO:teuthology.orchestra.run.smithi098.stdout:check_obsoletes = 1 2024-02-07T12:06:12.961 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum clean all 2024-02-07T12:06:12.972 DEBUG:teuthology.orchestra.run.smithi005:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-02-07T12:06:12.977 DEBUG:teuthology.orchestra.run.smithi063:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-02-07T12:06:13.038 INFO:teuthology.orchestra.run.smithi005.stdout:check_obsoletes = 1 2024-02-07T12:06:13.040 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum clean all 2024-02-07T12:06:13.043 INFO:teuthology.orchestra.run.smithi063.stdout:check_obsoletes = 1 2024-02-07T12:06:13.045 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum clean all 2024-02-07T12:06:13.204 INFO:teuthology.orchestra.run.smithi098.stdout:74 files removed 2024-02-07T12:06:13.232 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-radosgw 2024-02-07T12:06:13.281 INFO:teuthology.orchestra.run.smithi005.stdout:74 files removed 2024-02-07T12:06:13.299 INFO:teuthology.orchestra.run.smithi063.stdout:74 files removed 2024-02-07T12:06:13.308 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-radosgw 2024-02-07T12:06:13.326 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-radosgw 2024-02-07T12:06:14.114 INFO:teuthology.orchestra.run.smithi098.stdout:ceph packages for x86_64 140 kB/s | 80 kB 00:00 2024-02-07T12:06:14.165 INFO:teuthology.orchestra.run.smithi005.stdout:ceph packages for x86_64 151 kB/s | 80 kB 00:00 2024-02-07T12:06:14.176 INFO:teuthology.orchestra.run.smithi063.stdout:ceph packages for x86_64 151 kB/s | 80 kB 00:00 2024-02-07T12:06:14.532 INFO:teuthology.orchestra.run.smithi098.stdout:ceph noarch packages 27 kB/s | 10 kB 00:00 2024-02-07T12:06:14.532 INFO:teuthology.orchestra.run.smithi005.stdout:ceph noarch packages 32 kB/s | 10 kB 00:00 2024-02-07T12:06:14.543 INFO:teuthology.orchestra.run.smithi063.stdout:ceph noarch packages 32 kB/s | 10 kB 00:00 2024-02-07T12:06:14.928 INFO:teuthology.orchestra.run.smithi063.stdout:ceph source packages 5.5 kB/s | 1.9 kB 00:00 2024-02-07T12:06:14.932 INFO:teuthology.orchestra.run.smithi005.stdout:ceph source packages 5.2 kB/s | 1.9 kB 00:00 2024-02-07T12:06:14.974 INFO:teuthology.orchestra.run.smithi098.stdout:ceph source packages 4.7 kB/s | 1.9 kB 00:00 2024-02-07T12:06:15.430 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-02-07T12:06:15.510 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-02-07T12:06:15.677 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS-9 - AppStream 9.5 MB/s | 6.7 MB 00:00 2024-02-07T12:06:16.902 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS-9 - BaseOS 7.3 MB/s | 2.0 MB 00:00 2024-02-07T12:06:16.922 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS-9 - BaseOS 7.0 MB/s | 2.0 MB 00:00 2024-02-07T12:06:17.260 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS-9 - BaseOS 4.9 MB/s | 2.0 MB 00:00 2024-02-07T12:06:18.246 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - BaseOS 8.2 MB/s | 8.0 MB 00:00 2024-02-07T12:06:18.493 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 6.3 MB/s | 8.0 MB 00:01 2024-02-07T12:06:19.220 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - BaseOS 4.9 MB/s | 8.0 MB 00:01 2024-02-07T12:06:21.002 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 13 MB/s | 19 MB 00:01 2024-02-07T12:06:21.010 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - AppStream 29 MB/s | 19 MB 00:00 2024-02-07T12:06:21.298 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - AppStream 9.8 MB/s | 19 MB 00:01 2024-02-07T12:06:25.415 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - CRB 13 MB/s | 5.9 MB 00:00 2024-02-07T12:06:25.997 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 5.9 MB 00:01 2024-02-07T12:06:26.178 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 5.9 MB 00:01 2024-02-07T12:06:26.900 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 15 kB 00:00 2024-02-07T12:06:27.304 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 87 kB/s | 15 kB 00:00 2024-02-07T12:06:27.762 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 15 kB 00:00 2024-02-07T12:06:28.737 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 24 MB/s | 20 MB 00:00 2024-02-07T12:06:31.500 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 5.0 MB/s | 20 MB 00:04 2024-02-07T12:06:33.897 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 37 kB/s | 1.7 kB 00:00 2024-02-07T12:06:36.430 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-02-07T12:06:36.593 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:06:36.595 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:06:36.595 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T12:06:36.595 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:06:36.595 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:06:36.595 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 9.7 M 2024-02-07T12:06:36.595 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrading: 2024-02-07T12:06:36.595 INFO:teuthology.orchestra.run.smithi005.stdout: librados2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.4 M 2024-02-07T12:06:36.595 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: boost-program-options 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 20 M 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux x86_64 2:19.0.0-1252.g44458cce.el9 ceph 25 k 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 742 k 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-07T12:06:36.596 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 499 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: x86_64 2:19.0.0-1252.g44458cce.el9 ceph 45 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 131 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs x86_64 2:19.0.0-1252.g44458cce.el9 ceph 162 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados x86_64 2:19.0.0-1252.g44458cce.el9 ceph 321 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 297 k 2024-02-07T12:06:36.597 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 99 k 2024-02-07T12:06:36.598 INFO:teuthology.orchestra.run.smithi005.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-07T12:06:36.598 INFO:teuthology.orchestra.run.smithi005.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-07T12:06:36.598 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:06:36.598 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:06:36.598 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:06:36.598 INFO:teuthology.orchestra.run.smithi005.stdout:Install 27 Packages 2024-02-07T12:06:36.598 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrade 2 Packages 2024-02-07T12:06:36.598 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:06:36.598 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 57 M 2024-02-07T12:06:36.599 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:06:37.523 INFO:teuthology.orchestra.run.smithi005.stdout:(1/29): ceph-base-19.0.0-1252.g44458cce.el9.x86 5.8 MB/s | 5.1 MB 00:00 2024-02-07T12:06:37.606 INFO:teuthology.orchestra.run.smithi005.stdout:(2/29): ceph-selinux-19.0.0-1252.g44458cce.el9. 302 kB/s | 25 kB 00:00 2024-02-07T12:06:37.806 INFO:teuthology.orchestra.run.smithi005.stdout:(3/29): libcephfs2-19.0.0-1252.g44458cce.el9.x8 3.6 MB/s | 742 kB 00:00 2024-02-07T12:06:37.944 INFO:teuthology.orchestra.run.smithi005.stdout:(4/29): libradosstriper1-19.0.0-1252.g44458cce. 3.6 MB/s | 499 kB 00:00 2024-02-07T12:06:38.157 INFO:teuthology.orchestra.run.smithi005.stdout:(5/29): ceph-common-19.0.0-1252.g44458cce.el9.x 13 MB/s | 20 MB 00:01 2024-02-07T12:06:38.332 INFO:teuthology.orchestra.run.smithi005.stdout:(6/29): librgw2-19.0.0-1252.g44458cce.el9.x86_6 13 MB/s | 5.1 MB 00:00 2024-02-07T12:06:38.732 INFO:teuthology.orchestra.run.smithi005.stdout:(7/29): python3-ceph-argparse-19.0.0-1252.g4445 78 kB/s | 45 kB 00:00 2024-02-07T12:06:38.758 INFO:teuthology.orchestra.run.smithi005.stdout:(8/29): python3-ceph-common-19.0.0-1252.g44458c 308 kB/s | 131 kB 00:00 2024-02-07T12:06:38.833 INFO:teuthology.orchestra.run.smithi005.stdout:(9/29): python3-cephfs-19.0.0-1252.g44458cce.el 1.6 MB/s | 162 kB 00:00 2024-02-07T12:06:38.883 INFO:teuthology.orchestra.run.smithi005.stdout:(10/29): python3-rados-19.0.0-1252.g44458cce.el 2.5 MB/s | 321 kB 00:00 2024-02-07T12:06:38.988 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:06:38.989 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 9.7 M 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrading: 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout: librados2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.4 M 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 20 M 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux x86_64 2:19.0.0-1252.g44458cce.el9 ceph 25 k 2024-02-07T12:06:38.990 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 742 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 499 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: x86_64 2:19.0.0-1252.g44458cce.el9 ceph 45 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 131 k 2024-02-07T12:06:38.991 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs x86_64 2:19.0.0-1252.g44458cce.el9 ceph 162 k 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados x86_64 2:19.0.0-1252.g44458cce.el9 ceph 321 k 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 297 k 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 99 k 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout:Install 27 Packages 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrade 2 Packages 2024-02-07T12:06:38.992 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:06:38.993 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 57 M 2024-02-07T12:06:38.993 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:06:39.127 INFO:teuthology.orchestra.run.smithi005.stdout:(11/29): python3-rbd-19.0.0-1252.g44458cce.el9. 1.0 MB/s | 297 kB 00:00 2024-02-07T12:06:39.153 INFO:teuthology.orchestra.run.smithi005.stdout:(12/29): python3-rgw-19.0.0-1252.g44458cce.el9. 369 kB/s | 99 kB 00:00 2024-02-07T12:06:39.320 INFO:teuthology.orchestra.run.smithi005.stdout:(13/29): boost-program-options-1.75.0-8.el9.x86 552 kB/s | 106 kB 00:00 2024-02-07T12:06:39.345 INFO:teuthology.orchestra.run.smithi005.stdout:(14/29): libpmemobj-1.12.1-1.el9.x86_64.rpm 972 kB/s | 159 kB 00:00 2024-02-07T12:06:39.370 INFO:teuthology.orchestra.run.smithi005.stdout:(15/29): librabbitmq-0.11.0-7.el9.x86_64.rpm 885 kB/s | 44 kB 00:00 2024-02-07T12:06:39.420 INFO:teuthology.orchestra.run.smithi005.stdout:(16/29): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-02-07T12:06:39.446 INFO:teuthology.orchestra.run.smithi005.stdout:(17/29): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-02-07T12:06:39.471 INFO:teuthology.orchestra.run.smithi005.stdout:(18/29): python3-prettytable-0.7.2-27.el9.noarc 828 kB/s | 41 kB 00:00 2024-02-07T12:06:39.638 INFO:teuthology.orchestra.run.smithi005.stdout:(19/29): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.6 MB/s | 309 kB 00:00 2024-02-07T12:06:39.681 INFO:teuthology.orchestra.run.smithi005.stdout:(20/29): libarrow-doc-9.0.0-10.el9.noarch.rpm 626 kB/s | 26 kB 00:00 2024-02-07T12:06:39.722 INFO:teuthology.orchestra.run.smithi005.stdout:(21/29): liboath-2.6.7-2.el9.x86_64.rpm 1.1 MB/s | 49 kB 00:00 2024-02-07T12:06:39.781 INFO:teuthology.orchestra.run.smithi098.stdout:(1/29): ceph-base-19.0.0-1252.g44458cce.el9.x86 6.9 MB/s | 5.1 MB 00:00 2024-02-07T12:06:39.789 INFO:teuthology.orchestra.run.smithi005.stdout:(22/29): libarrow-9.0.0-10.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2024-02-07T12:06:39.814 INFO:teuthology.orchestra.run.smithi005.stdout:(23/29): libunwind-1.6.2-1.el9.x86_64.rpm 734 kB/s | 67 kB 00:00 2024-02-07T12:06:39.848 INFO:teuthology.orchestra.run.smithi098.stdout:(2/29): ceph-selinux-19.0.0-1252.g44458cce.el9. 377 kB/s | 25 kB 00:00 2024-02-07T12:06:39.856 INFO:teuthology.orchestra.run.smithi005.stdout:(24/29): parquet-libs-9.0.0-10.el9.x86_64.rpm 12 MB/s | 838 kB 00:00 2024-02-07T12:06:39.881 INFO:teuthology.orchestra.run.smithi005.stdout:(25/29): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-02-07T12:06:39.940 INFO:teuthology.orchestra.run.smithi098.stdout:(3/29): libcephfs2-19.0.0-1252.g44458cce.el9.x8 7.9 MB/s | 742 kB 00:00 2024-02-07T12:06:39.990 INFO:teuthology.orchestra.run.smithi005.stdout:(26/29): ceph-radosgw-19.0.0-1252.g44458cce.el9 2.9 MB/s | 9.7 MB 00:03 2024-02-07T12:06:40.040 INFO:teuthology.orchestra.run.smithi005.stdout:(27/29): thrift-0.15.0-2.el9.x86_64.rpm 8.6 MB/s | 1.6 MB 00:00 2024-02-07T12:06:40.049 INFO:teuthology.orchestra.run.smithi098.stdout:(4/29): ceph-radosgw-19.0.0-1252.g44458cce.el9. 9.6 MB/s | 9.7 MB 00:01 2024-02-07T12:06:40.076 INFO:teuthology.orchestra.run.smithi098.stdout:(5/29): libradosstriper1-19.0.0-1252.g44458cce. 3.6 MB/s | 499 kB 00:00 2024-02-07T12:06:40.166 INFO:teuthology.orchestra.run.smithi098.stdout:(6/29): python3-ceph-argparse-19.0.0-1252.g4445 492 kB/s | 45 kB 00:00 2024-02-07T12:06:40.266 INFO:teuthology.orchestra.run.smithi098.stdout:(7/29): python3-ceph-common-19.0.0-1252.g44458c 1.3 MB/s | 131 kB 00:00 2024-02-07T12:06:40.465 INFO:teuthology.orchestra.run.smithi005.stdout:(28/29): librados2-19.0.0-1252.g44458cce.el9.x8 5.8 MB/s | 3.4 MB 00:00 2024-02-07T12:06:40.484 INFO:teuthology.orchestra.run.smithi098.stdout:(8/29): librgw2-19.0.0-1252.g44458cce.el9.x86_6 12 MB/s | 5.1 MB 00:00 2024-02-07T12:06:40.533 INFO:teuthology.orchestra.run.smithi098.stdout:(9/29): python3-rados-19.0.0-1252.g44458cce.el9 6.3 MB/s | 321 kB 00:00 2024-02-07T12:06:40.584 INFO:teuthology.orchestra.run.smithi098.stdout:(10/29): python3-rbd-19.0.0-1252.g44458cce.el9. 5.8 MB/s | 297 kB 00:00 2024-02-07T12:06:40.599 INFO:teuthology.orchestra.run.smithi005.stdout:(29/29): librbd1-19.0.0-1252.g44458cce.el9.x86_ 5.1 MB/s | 3.1 MB 00:00 2024-02-07T12:06:40.603 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:06:40.604 INFO:teuthology.orchestra.run.smithi005.stdout:Total 14 MB/s | 57 MB 00:04 2024-02-07T12:06:40.604 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:06:40.609 INFO:teuthology.orchestra.run.smithi098.stdout:(11/29): python3-cephfs-19.0.0-1252.g44458cce.e 473 kB/s | 162 kB 00:00 2024-02-07T12:06:40.635 INFO:teuthology.orchestra.run.smithi098.stdout:(12/29): python3-rgw-19.0.0-1252.g44458cce.el9. 1.9 MB/s | 99 kB 00:00 2024-02-07T12:06:40.644 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:06:40.645 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:06:40.751 INFO:teuthology.orchestra.run.smithi098.stdout:(13/29): boost-program-options-1.75.0-8.el9.x86 745 kB/s | 106 kB 00:00 2024-02-07T12:06:40.777 INFO:teuthology.orchestra.run.smithi098.stdout:(14/29): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 159 kB 00:00 2024-02-07T12:06:40.802 INFO:teuthology.orchestra.run.smithi098.stdout:(15/29): librabbitmq-0.11.0-7.el9.x86_64.rpm 874 kB/s | 44 kB 00:00 2024-02-07T12:06:40.853 INFO:teuthology.orchestra.run.smithi098.stdout:(16/29): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-02-07T12:06:40.878 INFO:teuthology.orchestra.run.smithi098.stdout:(17/29): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-02-07T12:06:40.903 INFO:teuthology.orchestra.run.smithi098.stdout:(18/29): python3-prettytable-0.7.2-27.el9.noarc 828 kB/s | 41 kB 00:00 2024-02-07T12:06:41.128 INFO:teuthology.orchestra.run.smithi098.stdout:(19/29): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-02-07T12:06:41.131 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:06:41.131 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:06:41.262 INFO:teuthology.orchestra.run.smithi098.stdout:(20/29): libarrow-doc-9.0.0-10.el9.noarch.rpm 195 kB/s | 26 kB 00:00 2024-02-07T12:06:41.346 INFO:teuthology.orchestra.run.smithi098.stdout:(21/29): liboath-2.6.7-2.el9.x86_64.rpm 587 kB/s | 49 kB 00:00 2024-02-07T12:06:41.396 INFO:teuthology.orchestra.run.smithi098.stdout:(22/29): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-02-07T12:06:41.580 INFO:teuthology.orchestra.run.smithi098.stdout:(23/29): libarrow-9.0.0-10.el9.x86_64.rpm 6.5 MB/s | 4.4 MB 00:00 2024-02-07T12:06:41.613 INFO:teuthology.orchestra.run.smithi098.stdout:(24/29): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.8 MB/s | 838 kB 00:00 2024-02-07T12:06:41.697 INFO:teuthology.orchestra.run.smithi098.stdout:(25/29): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-02-07T12:06:41.989 INFO:teuthology.orchestra.run.smithi098.stdout:(26/29): thrift-0.15.0-2.el9.x86_64.rpm 4.2 MB/s | 1.6 MB 00:00 2024-02-07T12:06:42.072 INFO:teuthology.orchestra.run.smithi098.stdout:(27/29): librados2-19.0.0-1252.g44458cce.el9.x8 9.0 MB/s | 3.4 MB 00:00 2024-02-07T12:06:42.415 INFO:teuthology.orchestra.run.smithi098.stdout:(28/29): librbd1-19.0.0-1252.g44458cce.el9.x86_ 7.4 MB/s | 3.1 MB 00:00 2024-02-07T12:06:42.483 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:06:42.564 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/31 2024-02-07T12:06:42.595 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/31 2024-02-07T12:06:42.606 INFO:teuthology.orchestra.run.smithi098.stdout:(29/29): ceph-common-19.0.0-1252.g44458cce.el9. 5.6 MB/s | 20 MB 00:03 2024-02-07T12:06:42.612 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:06:42.612 INFO:teuthology.orchestra.run.smithi098.stdout:Total 16 MB/s | 57 MB 00:03 2024-02-07T12:06:42.612 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:06:42.644 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:06:42.644 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:06:42.646 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/31 2024-02-07T12:06:42.997 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/31 2024-02-07T12:06:43.045 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T12:06:43.115 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:06:43.115 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:06:43.146 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T12:06:43.235 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 6/31 2024-02-07T12:06:43.271 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T12:06:43.317 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T12:06:43.346 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/31 2024-02-07T12:06:43.389 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 9/31 2024-02-07T12:06:43.469 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T12:06:43.498 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T12:06:43.564 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T12:06:43.675 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : re2-1:20211101-3.el9.x86_64 12/31 2024-02-07T12:06:43.706 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 13/31 2024-02-07T12:06:43.746 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/31 2024-02-07T12:06:43.779 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/31 2024-02-07T12:06:43.807 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 16/31 2024-02-07T12:06:43.840 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 17/31 2024-02-07T12:06:44.174 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/31 2024-02-07T12:06:44.205 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T12:06:44.278 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T12:06:44.308 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 20/31 2024-02-07T12:06:44.346 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 21/31 2024-02-07T12:06:44.442 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:06:44.534 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/31 2024-02-07T12:06:44.574 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/31 2024-02-07T12:06:44.628 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/31 2024-02-07T12:06:44.826 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 22/31 2024-02-07T12:06:44.864 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T12:06:44.919 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T12:06:44.945 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/31 2024-02-07T12:06:44.989 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 24/31 2024-02-07T12:06:45.019 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T12:06:45.025 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 25/31 2024-02-07T12:06:45.111 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T12:06:45.197 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 6/31 2024-02-07T12:06:45.229 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T12:06:45.283 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T12:06:45.312 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/31 2024-02-07T12:06:45.355 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 9/31 2024-02-07T12:06:45.431 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T12:06:45.456 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T12:06:45.505 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T12:06:45.611 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : re2-1:20211101-3.el9.x86_64 12/31 2024-02-07T12:06:45.647 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 13/31 2024-02-07T12:06:45.687 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/31 2024-02-07T12:06:45.720 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/31 2024-02-07T12:06:45.749 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 16/31 2024-02-07T12:06:45.782 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 17/31 2024-02-07T12:06:46.099 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/31 2024-02-07T12:06:46.121 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T12:06:46.193 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T12:06:46.225 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 20/31 2024-02-07T12:06:46.261 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 21/31 2024-02-07T12:06:46.718 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 22/31 2024-02-07T12:06:46.748 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T12:06:46.794 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 20 MB 00:19 2024-02-07T12:06:46.835 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T12:06:46.904 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 24/31 2024-02-07T12:06:46.934 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 25/31 2024-02-07T12:06:47.292 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T12:06:47.331 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T12:06:47.886 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T12:06:47.934 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T12:06:48.040 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T12:06:48.040 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-07T12:06:48.040 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-07T12:06:48.040 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:06:48.076 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T12:06:49.104 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T12:06:49.139 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T12:06:49.661 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T12:06:49.701 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T12:06:49.790 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T12:06:49.790 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-07T12:06:49.790 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-07T12:06:49.791 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:06:49.836 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T12:06:51.816 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-02-07T12:06:54.497 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:06:54.499 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:06:54.499 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T12:06:54.499 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:06:54.499 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:06:54.499 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 9.7 M 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrading: 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout: librados2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.4 M 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout: boost-program-options 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 20 M 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux x86_64 2:19.0.0-1252.g44458cce.el9 ceph 25 k 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-07T12:06:54.500 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 742 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 499 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2 x86_64 2:19.0.0-1252.g44458cce.el9 ceph 5.1 M 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: x86_64 2:19.0.0-1252.g44458cce.el9 ceph 45 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common x86_64 2:19.0.0-1252.g44458cce.el9 ceph 131 k 2024-02-07T12:06:54.501 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs x86_64 2:19.0.0-1252.g44458cce.el9 ceph 162 k 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados x86_64 2:19.0.0-1252.g44458cce.el9 ceph 321 k 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 297 k 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw x86_64 2:19.0.0-1252.g44458cce.el9 ceph 99 k 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout:Install 27 Packages 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrade 2 Packages 2024-02-07T12:06:54.502 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:06:54.503 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 57 M 2024-02-07T12:06:54.503 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:06:55.134 INFO:teuthology.orchestra.run.smithi063.stdout:(1/29): ceph-base-19.0.0-1252.g44458cce.el9.x86 9.1 MB/s | 5.1 MB 00:00 2024-02-07T12:06:55.176 INFO:teuthology.orchestra.run.smithi063.stdout:(2/29): ceph-selinux-19.0.0-1252.g44458cce.el9. 606 kB/s | 25 kB 00:00 2024-02-07T12:06:55.251 INFO:teuthology.orchestra.run.smithi063.stdout:(3/29): libcephfs2-19.0.0-1252.g44458cce.el9.x8 9.7 MB/s | 742 kB 00:00 2024-02-07T12:06:55.318 INFO:teuthology.orchestra.run.smithi063.stdout:(4/29): libradosstriper1-19.0.0-1252.g44458cce. 7.3 MB/s | 499 kB 00:00 2024-02-07T12:06:55.769 INFO:teuthology.orchestra.run.smithi063.stdout:(5/29): librgw2-19.0.0-1252.g44458cce.el9.x86_6 11 MB/s | 5.1 MB 00:00 2024-02-07T12:06:55.827 INFO:teuthology.orchestra.run.smithi063.stdout:(6/29): python3-ceph-argparse-19.0.0-1252.g4445 774 kB/s | 45 kB 00:00 2024-02-07T12:06:55.894 INFO:teuthology.orchestra.run.smithi063.stdout:(7/29): python3-ceph-common-19.0.0-1252.g44458c 1.9 MB/s | 131 kB 00:00 2024-02-07T12:06:56.002 INFO:teuthology.orchestra.run.smithi063.stdout:(8/29): ceph-radosgw-19.0.0-1252.g44458cce.el9. 6.8 MB/s | 9.7 MB 00:01 2024-02-07T12:06:56.028 INFO:teuthology.orchestra.run.smithi063.stdout:(9/29): python3-cephfs-19.0.0-1252.g44458cce.el 1.2 MB/s | 162 kB 00:00 2024-02-07T12:06:56.087 INFO:teuthology.orchestra.run.smithi063.stdout:(10/29): python3-rbd-19.0.0-1252.g44458cce.el9. 5.0 MB/s | 297 kB 00:00 2024-02-07T12:06:56.112 INFO:teuthology.orchestra.run.smithi063.stdout:(11/29): python3-rados-19.0.0-1252.g44458cce.el 2.9 MB/s | 321 kB 00:00 2024-02-07T12:06:56.137 INFO:teuthology.orchestra.run.smithi063.stdout:(12/29): python3-rgw-19.0.0-1252.g44458cce.el9. 1.9 MB/s | 99 kB 00:00 2024-02-07T12:06:56.254 INFO:teuthology.orchestra.run.smithi063.stdout:(13/29): boost-program-options-1.75.0-8.el9.x86 746 kB/s | 106 kB 00:00 2024-02-07T12:06:56.279 INFO:teuthology.orchestra.run.smithi063.stdout:(14/29): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 159 kB 00:00 2024-02-07T12:06:56.304 INFO:teuthology.orchestra.run.smithi063.stdout:(15/29): librabbitmq-0.11.0-7.el9.x86_64.rpm 880 kB/s | 44 kB 00:00 2024-02-07T12:06:56.363 INFO:teuthology.orchestra.run.smithi063.stdout:(16/29): librdkafka-1.6.1-102.el9.x86_64.rpm 7.7 MB/s | 661 kB 00:00 2024-02-07T12:06:56.389 INFO:teuthology.orchestra.run.smithi063.stdout:(17/29): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 282 kB 00:00 2024-02-07T12:06:56.414 INFO:teuthology.orchestra.run.smithi063.stdout:(18/29): python3-prettytable-0.7.2-27.el9.noarc 829 kB/s | 41 kB 00:00 2024-02-07T12:06:56.748 INFO:teuthology.orchestra.run.smithi063.stdout:(19/29): ceph-common-19.0.0-1252.g44458cce.el9. 9.1 MB/s | 20 MB 00:02 2024-02-07T12:06:57.698 INFO:teuthology.orchestra.run.smithi063.stdout:(20/29): libarrow-doc-9.0.0-10.el9.noarch.rpm 29 kB/s | 26 kB 00:00 2024-02-07T12:06:58.148 INFO:teuthology.orchestra.run.smithi063.stdout:(21/29): gperftools-libs-2.9.1-2.el9.x86_64.rpm 176 kB/s | 309 kB 00:01 2024-02-07T12:06:58.190 INFO:teuthology.orchestra.run.smithi063.stdout:(22/29): liboath-2.6.7-2.el9.x86_64.rpm 99 kB/s | 49 kB 00:00 2024-02-07T12:06:58.274 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T12:06:58.274 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /sys 2024-02-07T12:06:58.275 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /proc 2024-02-07T12:06:58.275 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /mnt 2024-02-07T12:06:58.275 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /var/tmp 2024-02-07T12:06:58.275 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /home 2024-02-07T12:06:58.275 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /root 2024-02-07T12:06:58.275 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /tmp 2024-02-07T12:06:58.275 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:06:58.415 INFO:teuthology.orchestra.run.smithi063.stdout:(23/29): libunwind-1.6.2-1.el9.x86_64.rpm 252 kB/s | 67 kB 00:00 2024-02-07T12:06:58.791 INFO:teuthology.orchestra.run.smithi063.stdout:(24/29): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.4 MB/s | 838 kB 00:00 2024-02-07T12:06:58.816 INFO:teuthology.orchestra.run.smithi063.stdout:(25/29): re2-20211101-3.el9.x86_64.rpm 479 kB/s | 192 kB 00:00 2024-02-07T12:06:59.075 INFO:teuthology.orchestra.run.smithi063.stdout:(26/29): libarrow-9.0.0-10.el9.x86_64.rpm 1.7 MB/s | 4.4 MB 00:02 2024-02-07T12:06:59.133 INFO:teuthology.orchestra.run.smithi063.stdout:(27/29): librados2-19.0.0-1252.g44458cce.el9.x8 11 MB/s | 3.4 MB 00:00 2024-02-07T12:06:59.218 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T12:06:59.243 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T12:06:59.243 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:06:59.243 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-07T12:06:59.243 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-07T12:06:59.243 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-07T12:06:59.243 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:06:59.245 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T12:06:59.258 INFO:teuthology.orchestra.run.smithi063.stdout:(28/29): thrift-0.15.0-2.el9.x86_64.rpm 3.4 MB/s | 1.6 MB 00:00 2024-02-07T12:06:59.320 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T12:06:59.321 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T12:06:59.492 INFO:teuthology.orchestra.run.smithi063.stdout:(29/29): librbd1-19.0.0-1252.g44458cce.el9.x86_ 7.5 MB/s | 3.1 MB 00:00 2024-02-07T12:06:59.500 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:06:59.500 INFO:teuthology.orchestra.run.smithi063.stdout:Total 11 MB/s | 57 MB 00:04 2024-02-07T12:06:59.500 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:06:59.505 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T12:06:59.505 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /sys 2024-02-07T12:06:59.505 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /proc 2024-02-07T12:06:59.506 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /mnt 2024-02-07T12:06:59.506 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /var/tmp 2024-02-07T12:06:59.506 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /home 2024-02-07T12:06:59.506 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /root 2024-02-07T12:06:59.506 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /tmp 2024-02-07T12:06:59.506 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:06:59.541 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:06:59.541 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:07:00.044 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:07:00.044 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:07:00.480 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T12:07:00.496 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T12:07:00.496 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 1/31 2024-02-07T12:07:00.496 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 3/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 4/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 6/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 8/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 9/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 11/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 12/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 13/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/31 2024-02-07T12:07:00.497 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 20/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 21/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 22/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 23/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 24/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 25/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : re2-1:20211101-3.el9.x86_64 26/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 27/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 29/31 2024-02-07T12:07:00.498 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 30/31 2024-02-07T12:07:00.503 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T12:07:00.503 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:00.503 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-07T12:07:00.503 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-07T12:07:00.503 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-07T12:07:00.503 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:00.505 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T12:07:00.591 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T12:07:00.591 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T12:07:01.339 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T12:07:01.339 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:01.339 INFO:teuthology.orchestra.run.smithi005.stdout:Upgraded: 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.340 INFO:teuthology.orchestra.run.smithi005.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.341 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.342 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:01.342 INFO:teuthology.orchestra.run.smithi005.stdout: re2-1:20211101-3.el9.x86_64 2024-02-07T12:07:01.342 INFO:teuthology.orchestra.run.smithi005.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-07T12:07:01.342 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:01.342 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:07:01.520 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:07:01.607 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/31 2024-02-07T12:07:01.647 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/31 2024-02-07T12:07:01.687 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-test 2024-02-07T12:07:01.705 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/31 2024-02-07T12:07:01.770 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T12:07:01.770 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 1/31 2024-02-07T12:07:01.770 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2/31 2024-02-07T12:07:01.770 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 3/31 2024-02-07T12:07:01.770 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 4/31 2024-02-07T12:07:01.770 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T12:07:01.770 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 6/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 8/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 9/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 11/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 12/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 13/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/31 2024-02-07T12:07:01.771 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 20/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 21/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 22/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 23/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 24/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 25/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : re2-1:20211101-3.el9.x86_64 26/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 27/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 29/31 2024-02-07T12:07:01.772 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 30/31 2024-02-07T12:07:02.040 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/31 2024-02-07T12:07:02.096 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T12:07:02.172 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T12:07:02.261 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 6/31 2024-02-07T12:07:02.290 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:29 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:07:02.328 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T12:07:02.393 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T12:07:02.423 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/31 2024-02-07T12:07:02.460 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test x86_64 2:19.0.0-1252.g44458cce.el9 ceph 47 M 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite x86_64 2:19.0.0-1252.g44458cce.el9 ceph 163 k 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:02.461 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:07:02.462 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:07:02.462 INFO:teuthology.orchestra.run.smithi005.stdout:Install 6 Packages 2024-02-07T12:07:02.462 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:02.462 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 48 M 2024-02-07T12:07:02.462 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 204 M 2024-02-07T12:07:02.462 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:07:02.475 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 9/31 2024-02-07T12:07:02.564 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T12:07:02.593 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T12:07:02.641 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 11/31 2024-02-07T12:07:02.751 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : re2-1:20211101-3.el9.x86_64 12/31 2024-02-07T12:07:02.754 INFO:teuthology.orchestra.run.smithi005.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.0 MB/s | 300 kB 00:00 2024-02-07T12:07:02.783 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 13/31 2024-02-07T12:07:02.790 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T12:07:02.790 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:02.790 INFO:teuthology.orchestra.run.smithi098.stdout:Upgraded: 2024-02-07T12:07:02.790 INFO:teuthology.orchestra.run.smithi098.stdout: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.790 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.790 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:07:02.790 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-07T12:07:02.791 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: re2-1:20211101-3.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:02.792 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:07:02.804 INFO:teuthology.orchestra.run.smithi005.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 63 kB 00:00 2024-02-07T12:07:02.824 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/31 2024-02-07T12:07:02.856 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/31 2024-02-07T12:07:02.871 INFO:teuthology.orchestra.run.smithi005.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 2.7 MB/s | 186 kB 00:00 2024-02-07T12:07:02.885 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 16/31 2024-02-07T12:07:02.918 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 17/31 2024-02-07T12:07:02.946 INFO:teuthology.orchestra.run.smithi005.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.8 MB/s | 217 kB 00:00 2024-02-07T12:07:03.055 INFO:teuthology.orchestra.run.smithi005.stdout:(5/6): libcephsqlite-19.0.0-1252.g44458cce.el9. 276 kB/s | 163 kB 00:00 2024-02-07T12:07:03.139 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-test 2024-02-07T12:07:03.253 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/31 2024-02-07T12:07:03.289 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T12:07:03.380 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 19/31 2024-02-07T12:07:03.411 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 20/31 2024-02-07T12:07:03.447 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 21/31 2024-02-07T12:07:03.706 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:27 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:07:03.864 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:07:03.865 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:07:03.865 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T12:07:03.865 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:07:03.865 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:07:03.865 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test x86_64 2:19.0.0-1252.g44458cce.el9 ceph 47 M 2024-02-07T12:07:03.865 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-07T12:07:03.865 INFO:teuthology.orchestra.run.smithi098.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-07T12:07:03.865 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite x86_64 2:19.0.0-1252.g44458cce.el9 ceph 163 k 2024-02-07T12:07:03.865 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-07T12:07:03.866 INFO:teuthology.orchestra.run.smithi098.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-07T12:07:03.866 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-07T12:07:03.866 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:03.866 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:07:03.866 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:07:03.866 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2024-02-07T12:07:03.866 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:03.866 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 48 M 2024-02-07T12:07:03.867 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 204 M 2024-02-07T12:07:03.867 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:07:03.936 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 22/31 2024-02-07T12:07:03.959 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T12:07:04.030 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 23/31 2024-02-07T12:07:04.050 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.6 MB/s | 300 kB 00:00 2024-02-07T12:07:04.100 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 24/31 2024-02-07T12:07:04.117 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 940 kB/s | 63 kB 00:00 2024-02-07T12:07:04.128 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 25/31 2024-02-07T12:07:04.142 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): libcephsqlite-19.0.0-1252.g44458cce.el9. 594 kB/s | 163 kB 00:00 2024-02-07T12:07:04.203 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 2.2 MB/s | 186 kB 00:00 2024-02-07T12:07:04.235 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.3 MB/s | 217 kB 00:00 2024-02-07T12:07:06.386 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T12:07:06.441 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T12:07:06.460 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): ceph-test-19.0.0-1252.g44458cce.el9.x86_ 18 MB/s | 47 MB 00:02 2024-02-07T12:07:06.463 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:06.463 INFO:teuthology.orchestra.run.smithi098.stdout:Total 19 MB/s | 48 MB 00:02 2024-02-07T12:07:06.464 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:07:06.484 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:07:06.484 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:07:06.865 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:07:06.865 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:07:07.009 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 26/31 2024-02-07T12:07:07.053 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T12:07:07.163 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 27/31 2024-02-07T12:07:07.163 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-07T12:07:07.163 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-07T12:07:07.163 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:07.196 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T12:07:07.425 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:07:07.491 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-07T12:07:07.526 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-07T12:07:07.573 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-07T12:07:07.619 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-07T12:07:07.647 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T12:07:10.330 INFO:teuthology.orchestra.run.smithi005.stdout:(6/6): ceph-test-19.0.0-1252.g44458cce.el9.x86_ 6.0 MB/s | 47 MB 00:07 2024-02-07T12:07:10.333 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:10.333 INFO:teuthology.orchestra.run.smithi005.stdout:Total 6.1 MB/s | 48 MB 00:07 2024-02-07T12:07:10.333 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:07:10.356 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:07:10.356 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:07:10.753 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:07:10.753 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:07:11.337 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:07:11.411 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-07T12:07:11.446 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-07T12:07:11.504 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-07T12:07:11.548 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-07T12:07:11.574 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T12:07:12.128 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T12:07:12.210 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T12:07:14.521 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T12:07:14.521 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 1/6 2024-02-07T12:07:14.521 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2/6 2024-02-07T12:07:14.521 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-07T12:07:14.521 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-07T12:07:14.521 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-07T12:07:14.887 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-07T12:07:14.887 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:14.887 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:07:14.887 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:14.887 INFO:teuthology.orchestra.run.smithi098.stdout: jq-1.6-16.el9.x86_64 2024-02-07T12:07:14.887 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:14.888 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-07T12:07:14.888 INFO:teuthology.orchestra.run.smithi098.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-07T12:07:14.888 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-07T12:07:14.888 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:14.888 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:07:15.222 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph 2024-02-07T12:07:15.792 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:39 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:07:15.958 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================= 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================= 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout: ceph x86_64 2:19.0.0-1252.g44458cce.el9 ceph 6.6 k 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds x86_64 2:19.0.0-1252.g44458cce.el9 ceph 2.1 M 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr x86_64 2:19.0.0-1252.g44458cce.el9 ceph 1.5 M 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 247 k 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon x86_64 2:19.0.0-1252.g44458cce.el9 ceph 4.7 M 2024-02-07T12:07:15.961 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 17 M 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-07T12:07:15.962 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-07T12:07:15.963 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-07T12:07:15.964 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-07T12:07:15.964 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-07T12:07:15.964 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-07T12:07:15.964 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:15.964 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:07:15.964 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================= 2024-02-07T12:07:15.964 INFO:teuthology.orchestra.run.smithi098.stdout:Install 36 Packages 2024-02-07T12:07:15.964 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:15.965 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 30 M 2024-02-07T12:07:15.965 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 107 M 2024-02-07T12:07:15.965 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:07:16.293 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T12:07:16.377 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T12:07:16.436 INFO:teuthology.orchestra.run.smithi098.stdout:(1/36): ceph-19.0.0-1252.g44458cce.el9.x86_64.r 29 kB/s | 6.6 kB 00:00 2024-02-07T12:07:16.795 INFO:teuthology.orchestra.run.smithi098.stdout:(2/36): ceph-mds-19.0.0-1252.g44458cce.el9.x86_ 3.7 MB/s | 2.1 MB 00:00 2024-02-07T12:07:16.903 INFO:teuthology.orchestra.run.smithi098.stdout:(3/36): ceph-mgr-19.0.0-1252.g44458cce.el9.x86_ 2.2 MB/s | 1.5 MB 00:00 2024-02-07T12:07:17.231 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T12:07:17.232 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /sys 2024-02-07T12:07:17.232 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /proc 2024-02-07T12:07:17.232 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /mnt 2024-02-07T12:07:17.232 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /var/tmp 2024-02-07T12:07:17.232 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /home 2024-02-07T12:07:17.232 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /root 2024-02-07T12:07:17.232 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /tmp 2024-02-07T12:07:17.232 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:17.404 INFO:teuthology.orchestra.run.smithi098.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1252.g4445 495 kB/s | 247 kB 00:00 2024-02-07T12:07:17.529 INFO:teuthology.orchestra.run.smithi098.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2024-02-07T12:07:17.571 INFO:teuthology.orchestra.run.smithi098.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-07T12:07:17.605 INFO:teuthology.orchestra.run.smithi098.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 945 kB/s | 32 kB 00:00 2024-02-07T12:07:17.647 INFO:teuthology.orchestra.run.smithi098.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-02-07T12:07:17.713 INFO:teuthology.orchestra.run.smithi098.stdout:(9/36): ceph-mon-19.0.0-1252.g44458cce.el9.x86_ 3.7 MB/s | 4.7 MB 00:01 2024-02-07T12:07:17.739 INFO:teuthology.orchestra.run.smithi098.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 420 kB/s | 39 kB 00:00 2024-02-07T12:07:17.764 INFO:teuthology.orchestra.run.smithi098.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-02-07T12:07:17.823 INFO:teuthology.orchestra.run.smithi098.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 14 MB/s | 1.1 MB 00:00 2024-02-07T12:07:17.848 INFO:teuthology.orchestra.run.smithi098.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-02-07T12:07:17.873 INFO:teuthology.orchestra.run.smithi098.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-07T12:07:17.898 INFO:teuthology.orchestra.run.smithi098.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-07T12:07:17.924 INFO:teuthology.orchestra.run.smithi098.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 187 kB 00:00 2024-02-07T12:07:18.149 INFO:teuthology.orchestra.run.smithi098.stdout:(17/36): ceph-osd-19.0.0-1252.g44458cce.el9.x86 12 MB/s | 17 MB 00:01 2024-02-07T12:07:18.171 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T12:07:18.195 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 29/31 2024-02-07T12:07:18.196 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:18.196 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-07T12:07:18.196 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-07T12:07:18.196 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-07T12:07:18.196 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:18.197 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T12:07:18.323 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 30/31 2024-02-07T12:07:18.323 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T12:07:18.341 INFO:teuthology.orchestra.run.smithi098.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 50 kB/s | 22 kB 00:00 2024-02-07T12:07:18.617 INFO:teuthology.orchestra.run.smithi098.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 98 kB/s | 43 kB 00:00 2024-02-07T12:07:18.690 INFO:teuthology.orchestra.run.smithi098.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 197 kB/s | 151 kB 00:00 2024-02-07T12:07:18.801 INFO:teuthology.orchestra.run.smithi098.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 97 kB/s | 11 kB 00:00 2024-02-07T12:07:18.829 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T12:07:18.829 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 1/6 2024-02-07T12:07:18.829 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2/6 2024-02-07T12:07:18.829 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-07T12:07:18.829 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-07T12:07:18.829 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-07T12:07:18.909 INFO:teuthology.orchestra.run.smithi098.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-02-07T12:07:18.951 INFO:teuthology.orchestra.run.smithi098.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 282 kB/s | 172 kB 00:00 2024-02-07T12:07:18.976 INFO:teuthology.orchestra.run.smithi098.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 997 kB/s | 358 kB 00:00 2024-02-07T12:07:19.010 INFO:teuthology.orchestra.run.smithi098.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-02-07T12:07:19.052 INFO:teuthology.orchestra.run.smithi098.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-02-07T12:07:19.077 INFO:teuthology.orchestra.run.smithi098.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 195 kB/s | 20 kB 00:00 2024-02-07T12:07:19.128 INFO:teuthology.orchestra.run.smithi098.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 394 kB/s | 46 kB 00:00 2024-02-07T12:07:19.186 INFO:teuthology.orchestra.run.smithi098.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 588 kB/s | 79 kB 00:00 2024-02-07T12:07:19.236 INFO:teuthology.orchestra.run.smithi098.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-02-07T12:07:19.237 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-07T12:07:19.237 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:19.237 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:07:19.237 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:19.237 INFO:teuthology.orchestra.run.smithi005.stdout: jq-1.6-16.el9.x86_64 2024-02-07T12:07:19.238 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:19.238 INFO:teuthology.orchestra.run.smithi005.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-07T12:07:19.238 INFO:teuthology.orchestra.run.smithi005.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-07T12:07:19.238 INFO:teuthology.orchestra.run.smithi005.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-07T12:07:19.238 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:19.238 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:07:19.261 INFO:teuthology.orchestra.run.smithi098.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 123 kB/s | 16 kB 00:00 2024-02-07T12:07:19.320 INFO:teuthology.orchestra.run.smithi098.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 673 kB/s | 90 kB 00:00 2024-02-07T12:07:19.345 INFO:teuthology.orchestra.run.smithi098.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 328 kB/s | 36 kB 00:00 2024-02-07T12:07:19.462 INFO:teuthology.orchestra.run.smithi098.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.1 MB/s | 230 kB 00:00 2024-02-07T12:07:19.488 INFO:teuthology.orchestra.run.smithi098.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 141 kB/s | 20 kB 00:00 2024-02-07T12:07:19.513 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T12:07:19.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 1/31 2024-02-07T12:07:19.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2/31 2024-02-07T12:07:19.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 3/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 4/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 5/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_6 6/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 7/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9. 8/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x8 9/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 10/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 11/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 12/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 13/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/31 2024-02-07T12:07:19.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/31 2024-02-07T12:07:19.515 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/31 2024-02-07T12:07:19.515 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/31 2024-02-07T12:07:19.515 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 20/31 2024-02-07T12:07:19.515 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 21/31 2024-02-07T12:07:19.515 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 22/31 2024-02-07T12:07:19.515 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 23/31 2024-02-07T12:07:19.515 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 24/31 2024-02-07T12:07:19.515 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 25/31 2024-02-07T12:07:19.515 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : re2-1:20211101-3.el9.x86_64 26/31 2024-02-07T12:07:19.515 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 27/31 2024-02-07T12:07:19.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:19.0.0-1252.g44458cce.el9.x86_64 28/31 2024-02-07T12:07:19.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 29/31 2024-02-07T12:07:19.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 30/31 2024-02-07T12:07:19.532 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph 2024-02-07T12:07:19.588 INFO:teuthology.orchestra.run.smithi098.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2024-02-07T12:07:19.595 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:19.595 INFO:teuthology.orchestra.run.smithi098.stdout:Total 8.2 MB/s | 30 MB 00:03 2024-02-07T12:07:19.615 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:07:19.659 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:07:19.659 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:07:20.084 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:07:20.084 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:07:20.108 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:47 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:07:20.274 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:07:20.276 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================= 2024-02-07T12:07:20.276 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T12:07:20.276 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================= 2024-02-07T12:07:20.276 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:07:20.276 INFO:teuthology.orchestra.run.smithi005.stdout: ceph x86_64 2:19.0.0-1252.g44458cce.el9 ceph 6.6 k 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mds x86_64 2:19.0.0-1252.g44458cce.el9 ceph 2.1 M 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr x86_64 2:19.0.0-1252.g44458cce.el9 ceph 1.5 M 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 247 k 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mon x86_64 2:19.0.0-1252.g44458cce.el9 ceph 4.7 M 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-osd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 17 M 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-07T12:07:20.277 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-07T12:07:20.278 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================= 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout:Install 36 Packages 2024-02-07T12:07:20.279 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:20.280 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 30 M 2024-02-07T12:07:20.280 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 107 M 2024-02-07T12:07:20.280 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:07:20.609 INFO:teuthology.orchestra.run.smithi005.stdout:(1/36): ceph-19.0.0-1252.g44458cce.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-02-07T12:07:20.670 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 31/31 2024-02-07T12:07:20.670 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:20.670 INFO:teuthology.orchestra.run.smithi063.stdout:Upgraded: 2024-02-07T12:07:20.670 INFO:teuthology.orchestra.run.smithi063.stdout: librados2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.670 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.670 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:07:20.670 INFO:teuthology.orchestra.run.smithi063.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.671 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: re2-1:20211101-3.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:20.672 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:07:20.725 INFO:teuthology.orchestra.run.smithi005.stdout:(2/36): ceph-mgr-19.0.0-1252.g44458cce.el9.x86_ 4.4 MB/s | 1.5 MB 00:00 2024-02-07T12:07:20.859 INFO:teuthology.orchestra.run.smithi005.stdout:(3/36): ceph-mds-19.0.0-1252.g44458cce.el9.x86_ 4.5 MB/s | 2.1 MB 00:00 2024-02-07T12:07:20.943 INFO:teuthology.orchestra.run.smithi005.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1252.g4445 2.9 MB/s | 247 kB 00:00 2024-02-07T12:07:21.021 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-test 2024-02-07T12:07:21.060 INFO:teuthology.orchestra.run.smithi005.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-02-07T12:07:21.101 INFO:teuthology.orchestra.run.smithi005.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-07T12:07:21.126 INFO:teuthology.orchestra.run.smithi005.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-02-07T12:07:21.152 INFO:teuthology.orchestra.run.smithi005.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.9 MB/s | 47 kB 00:00 2024-02-07T12:07:21.177 INFO:teuthology.orchestra.run.smithi005.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 39 kB 00:00 2024-02-07T12:07:21.219 INFO:teuthology.orchestra.run.smithi005.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-02-07T12:07:21.294 INFO:teuthology.orchestra.run.smithi005.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-02-07T12:07:21.328 INFO:teuthology.orchestra.run.smithi005.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-02-07T12:07:21.362 INFO:teuthology.orchestra.run.smithi005.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.7 MB/s | 124 kB 00:00 2024-02-07T12:07:21.395 INFO:teuthology.orchestra.run.smithi005.stdout:(14/36): python3-requests-2.25.1-8.el9.noarch.r 3.3 MB/s | 113 kB 00:00 2024-02-07T12:07:21.415 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:07:21.474 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-07T12:07:21.507 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-07T12:07:21.535 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-07T12:07:21.562 INFO:teuthology.orchestra.run.smithi005.stdout:(15/36): ceph-osd-19.0.0-1252.g44458cce.el9.x86 20 MB/s | 17 MB 00:00 2024-02-07T12:07:21.588 INFO:teuthology.orchestra.run.smithi005.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 975 kB/s | 187 kB 00:00 2024-02-07T12:07:21.598 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:30 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:07:21.604 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-07T12:07:21.651 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-07T12:07:21.684 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-07T12:07:21.762 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:07:21.762 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:07:21.762 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T12:07:21.762 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test x86_64 2:19.0.0-1252.g44458cce.el9 ceph 47 M 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite x86_64 2:19.0.0-1252.g44458cce.el9 ceph 163 k 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout:Install 6 Packages 2024-02-07T12:07:21.763 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:21.764 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 48 M 2024-02-07T12:07:21.764 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 204 M 2024-02-07T12:07:21.764 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:07:21.771 INFO:teuthology.orchestra.run.smithi005.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 107 kB/s | 22 kB 00:00 2024-02-07T12:07:21.776 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-07T12:07:21.853 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-07T12:07:21.894 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-07T12:07:21.934 INFO:teuthology.orchestra.run.smithi063.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 300 kB 00:00 2024-02-07T12:07:21.966 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-07T12:07:21.967 INFO:teuthology.orchestra.run.smithi063.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-07T12:07:22.009 INFO:teuthology.orchestra.run.smithi063.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.4 MB/s | 186 kB 00:00 2024-02-07T12:07:22.020 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-07T12:07:22.046 INFO:teuthology.orchestra.run.smithi005.stdout:(18/36): ceph-mon-19.0.0-1252.g44458cce.el9.x86 3.3 MB/s | 4.7 MB 00:01 2024-02-07T12:07:22.051 INFO:teuthology.orchestra.run.smithi063.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-07T12:07:22.058 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-07T12:07:22.107 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-07T12:07:22.143 INFO:teuthology.orchestra.run.smithi063.stdout:(5/6): libcephsqlite-19.0.0-1252.g44458cce.el9. 432 kB/s | 163 kB 00:00 2024-02-07T12:07:22.171 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-07T12:07:22.322 INFO:teuthology.orchestra.run.smithi005.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 206 kB/s | 151 kB 00:00 2024-02-07T12:07:22.339 INFO:teuthology.orchestra.run.smithi005.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 77 kB/s | 43 kB 00:00 2024-02-07T12:07:22.355 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-07T12:07:22.413 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-07T12:07:22.447 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-07T12:07:22.448 INFO:teuthology.orchestra.run.smithi005.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-02-07T12:07:22.486 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-07T12:07:22.516 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-07T12:07:22.564 INFO:teuthology.orchestra.run.smithi005.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-02-07T12:07:22.592 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-07T12:07:22.627 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T12:07:22.681 INFO:teuthology.orchestra.run.smithi005.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 199 kB/s | 23 kB 00:00 2024-02-07T12:07:22.685 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-07T12:07:22.715 INFO:teuthology.orchestra.run.smithi005.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 257 kB/s | 172 kB 00:00 2024-02-07T12:07:22.725 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-07T12:07:22.760 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-07T12:07:22.790 INFO:teuthology.orchestra.run.smithi005.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 179 kB/s | 19 kB 00:00 2024-02-07T12:07:22.795 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-07T12:07:22.824 INFO:teuthology.orchestra.run.smithi005.stdout:(26/36): python3-cherrypy-18.6.1-2.el9.noarch.r 715 kB/s | 358 kB 00:00 2024-02-07T12:07:22.849 INFO:teuthology.orchestra.run.smithi005.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 147 kB/s | 20 kB 00:00 2024-02-07T12:07:22.884 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-07T12:07:22.902 INFO:teuthology.orchestra.run.smithi005.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 413 kB/s | 46 kB 00:00 2024-02-07T12:07:22.929 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-07T12:07:22.941 INFO:teuthology.orchestra.run.smithi005.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 673 kB/s | 79 kB 00:00 2024-02-07T12:07:23.006 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-07T12:07:23.008 INFO:teuthology.orchestra.run.smithi005.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 156 kB/s | 16 kB 00:00 2024-02-07T12:07:23.117 INFO:teuthology.orchestra.run.smithi005.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 330 kB/s | 36 kB 00:00 2024-02-07T12:07:23.142 INFO:teuthology.orchestra.run.smithi005.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 448 kB/s | 90 kB 00:00 2024-02-07T12:07:23.143 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-07T12:07:23.226 INFO:teuthology.orchestra.run.smithi005.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 724 kB/s | 272 kB 00:00 2024-02-07T12:07:23.270 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T12:07:23.343 INFO:teuthology.orchestra.run.smithi005.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-02-07T12:07:23.426 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 31/36 2024-02-07T12:07:23.456 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T12:07:23.481 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T12:07:23.481 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:23.481 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-07T12:07:23.481 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-07T12:07:23.481 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-07T12:07:23.481 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:23.493 INFO:teuthology.orchestra.run.smithi005.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 611 kB/s | 230 kB 00:00 2024-02-07T12:07:23.759 INFO:teuthology.orchestra.run.smithi005.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 692 kB/s | 427 kB 00:00 2024-02-07T12:07:23.766 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:23.766 INFO:teuthology.orchestra.run.smithi005.stdout:Total 8.5 MB/s | 30 MB 00:03 2024-02-07T12:07:23.788 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:07:23.835 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:07:23.835 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:07:24.260 INFO:teuthology.orchestra.run.smithi063.stdout:(6/6): ceph-test-19.0.0-1252.g44458cce.el9.x86_ 19 MB/s | 47 MB 00:02 2024-02-07T12:07:24.260 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:07:24.261 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:07:24.263 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:24.263 INFO:teuthology.orchestra.run.smithi063.stdout:Total 19 MB/s | 48 MB 00:02 2024-02-07T12:07:24.264 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:07:24.286 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:07:24.286 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:07:24.680 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:07:24.680 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:07:24.966 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T12:07:24.994 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T12:07:24.995 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:24.995 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-07T12:07:24.995 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-07T12:07:24.995 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-07T12:07:24.995 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:25.278 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:07:25.350 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-07T12:07:25.393 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-07T12:07:25.434 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T12:07:25.448 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-07T12:07:25.457 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T12:07:25.457 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:25.457 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-07T12:07:25.457 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-07T12:07:25.458 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-07T12:07:25.458 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:25.502 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-07T12:07:25.529 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T12:07:25.662 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:07:25.668 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T12:07:25.691 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T12:07:25.691 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:25.691 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-07T12:07:25.691 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-07T12:07:25.691 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-07T12:07:25.691 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:25.712 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-07T12:07:25.746 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-07T12:07:25.757 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T12:07:25.774 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-07T12:07:25.848 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-07T12:07:25.898 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-07T12:07:25.930 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-07T12:07:26.028 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-07T12:07:26.112 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-07T12:07:26.159 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-07T12:07:26.234 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-07T12:07:26.285 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-07T12:07:26.323 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-07T12:07:26.381 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-07T12:07:26.444 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-07T12:07:26.642 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-07T12:07:26.687 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-07T12:07:26.728 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-07T12:07:26.760 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-07T12:07:26.790 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-07T12:07:26.869 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-07T12:07:26.909 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T12:07:26.942 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-07T12:07:26.982 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-07T12:07:27.018 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-07T12:07:27.052 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-07T12:07:27.144 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-07T12:07:27.200 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-07T12:07:27.274 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-07T12:07:27.425 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-07T12:07:27.548 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 1/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 3/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 4/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 5/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 6/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-07T12:07:27.549 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-07T12:07:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-07T12:07:27.551 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-07T12:07:27.551 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-07T12:07:27.551 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T12:07:27.551 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-07T12:07:27.551 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-07T12:07:27.551 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-07T12:07:27.551 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-07T12:07:27.551 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-07T12:07:27.556 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T12:07:27.724 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 31/36 2024-02-07T12:07:27.771 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T12:07:27.797 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T12:07:27.797 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:27.797 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-07T12:07:27.797 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-07T12:07:27.797 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-07T12:07:27.797 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:28.520 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-07T12:07:28.520 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: lua-5.4.4-4.el9.x86_64 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-07T12:07:28.521 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply-3.11-14.el9.noarch 2024-02-07T12:07:28.522 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:28.523 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:07:28.885 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-base 2024-02-07T12:07:29.314 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T12:07:29.340 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T12:07:29.340 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:29.340 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-07T12:07:29.340 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-07T12:07:29.340 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-07T12:07:29.340 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:29.449 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:53 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:07:29.555 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:07:29.606 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:07:29.607 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-02-07T12:07:29.607 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:07:29.681 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install cephadm 2024-02-07T12:07:29.806 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T12:07:29.829 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T12:07:29.829 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:29.829 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-07T12:07:29.829 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-07T12:07:29.830 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-07T12:07:29.830 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:30.049 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T12:07:30.071 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T12:07:30.072 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:30.072 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-07T12:07:30.072 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-07T12:07:30.072 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-07T12:07:30.072 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:30.132 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T12:07:30.243 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:54 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:07:30.259 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 5/6 2024-02-07T12:07:30.339 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T12:07:30.399 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:07:30.400 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:07:30.400 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T12:07:30.400 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:07:30.400 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:07:30.400 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 748 k 2024-02-07T12:07:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:30.401 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:07:30.401 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:07:30.401 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-02-07T12:07:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:30.401 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 748 k 2024-02-07T12:07:30.401 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 754 k 2024-02-07T12:07:30.401 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:07:31.359 INFO:teuthology.orchestra.run.smithi098.stdout:cephadm-19.0.0-1252.g44458cce.el9.noarch.rpm 781 kB/s | 748 kB 00:00 2024-02-07T12:07:31.360 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:31.360 INFO:teuthology.orchestra.run.smithi098.stdout:Total 779 kB/s | 748 kB 00:00 2024-02-07T12:07:31.361 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:07:31.366 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:07:31.366 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:07:31.372 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:07:31.373 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:07:31.448 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:07:31.804 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T12:07:31.804 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 1/36 2024-02-07T12:07:31.804 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2/36 2024-02-07T12:07:31.804 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 3/36 2024-02-07T12:07:31.804 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 4/36 2024-02-07T12:07:31.804 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 5/36 2024-02-07T12:07:31.804 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 6/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-07T12:07:31.805 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-07T12:07:31.806 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-07T12:07:31.806 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-07T12:07:31.806 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-07T12:07:31.806 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T12:07:31.806 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-07T12:07:31.806 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-07T12:07:31.806 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-07T12:07:31.806 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-07T12:07:31.806 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-07T12:07:31.806 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-07T12:07:31.807 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-07T12:07:31.807 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-07T12:07:31.807 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T12:07:31.807 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-07T12:07:31.808 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-07T12:07:31.808 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-07T12:07:31.808 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-07T12:07:31.808 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-07T12:07:31.844 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:31.921 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:32.296 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:32.631 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:32.631 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:32.631 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:07:32.631 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:32.631 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:32.631 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:07:32.775 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 6/6 2024-02-07T12:07:32.775 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 1/6 2024-02-07T12:07:32.775 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2/6 2024-02-07T12:07:32.775 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-07T12:07:32.775 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-07T12:07:32.775 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-07T12:07:32.835 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-07T12:07:32.835 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:32.835 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:07:32.835 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:32.835 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:32.835 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:32.835 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: lua-5.4.4-4.el9.x86_64 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-07T12:07:32.836 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-07T12:07:32.837 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-07T12:07:32.837 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-07T12:07:32.837 INFO:teuthology.orchestra.run.smithi005.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-07T12:07:32.837 INFO:teuthology.orchestra.run.smithi005.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-07T12:07:32.837 INFO:teuthology.orchestra.run.smithi005.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-07T12:07:32.837 INFO:teuthology.orchestra.run.smithi005.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-07T12:07:32.837 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-07T12:07:32.837 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ply-3.11-14.el9.noarch 2024-02-07T12:07:32.837 INFO:teuthology.orchestra.run.smithi005.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-07T12:07:32.837 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:32.838 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:07:32.855 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-immutable-object-cache 2024-02-07T12:07:33.191 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-07T12:07:33.191 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:33.191 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:07:33.191 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:33.191 INFO:teuthology.orchestra.run.smithi063.stdout: jq-1.6-16.el9.x86_64 2024-02-07T12:07:33.191 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:33.191 INFO:teuthology.orchestra.run.smithi063.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-07T12:07:33.192 INFO:teuthology.orchestra.run.smithi063.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-07T12:07:33.192 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-07T12:07:33.192 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:33.192 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:07:33.268 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-base 2024-02-07T12:07:33.436 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:57 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:07:33.494 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph 2024-02-07T12:07:33.597 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:07:33.597 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1252.g44458cce.el9 ceph 145 k 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 145 k 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 436 k 2024-02-07T12:07:33.598 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:07:33.848 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:00 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:07:33.958 INFO:teuthology.orchestra.run.smithi005.stdout:Package ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:07:34.012 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:07:34.013 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-07T12:07:34.014 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:07:34.066 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:43 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:07:34.093 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install cephadm 2024-02-07T12:07:34.157 INFO:teuthology.orchestra.run.smithi098.stdout:ceph-immutable-object-cache-19.0.0-1252.g44458c 260 kB/s | 145 kB 00:00 2024-02-07T12:07:34.157 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:34.157 INFO:teuthology.orchestra.run.smithi098.stdout:Total 259 kB/s | 145 kB 00:00 2024-02-07T12:07:34.158 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:07:34.165 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:07:34.165 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:07:34.217 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:07:34.217 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:07:34.233 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:07:34.236 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================= 2024-02-07T12:07:34.236 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T12:07:34.236 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================= 2024-02-07T12:07:34.236 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:07:34.236 INFO:teuthology.orchestra.run.smithi063.stdout: ceph x86_64 2:19.0.0-1252.g44458cce.el9 ceph 6.6 k 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mds x86_64 2:19.0.0-1252.g44458cce.el9 ceph 2.1 M 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr x86_64 2:19.0.0-1252.g44458cce.el9 ceph 1.5 M 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 247 k 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mon x86_64 2:19.0.0-1252.g44458cce.el9 ceph 4.7 M 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-osd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 17 M 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-07T12:07:34.237 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-07T12:07:34.238 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================= 2024-02-07T12:07:34.239 INFO:teuthology.orchestra.run.smithi063.stdout:Install 36 Packages 2024-02-07T12:07:34.240 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:34.240 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 30 M 2024-02-07T12:07:34.240 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 107 M 2024-02-07T12:07:34.240 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:07:34.360 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:07:34.428 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T12:07:34.453 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T12:07:34.453 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:34.453 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-07T12:07:34.453 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:34.670 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:01 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:07:34.835 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:07:34.836 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:07:34.836 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T12:07:34.836 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:07:34.836 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:07:34.836 INFO:teuthology.orchestra.run.smithi005.stdout: cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 748 k 2024-02-07T12:07:34.836 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:34.836 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:07:34.836 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:07:34.836 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-02-07T12:07:34.836 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:34.837 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 748 k 2024-02-07T12:07:34.837 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 754 k 2024-02-07T12:07:34.837 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:07:34.996 INFO:teuthology.orchestra.run.smithi063.stdout:(1/36): ceph-19.0.0-1252.g44458cce.el9.x86_64.r 26 kB/s | 6.6 kB 00:00 2024-02-07T12:07:35.515 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T12:07:35.515 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:35.516 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:07:35.516 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:35.516 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:35.516 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:07:35.571 INFO:teuthology.orchestra.run.smithi063.stdout:(2/36): ceph-mgr-19.0.0-1252.g44458cce.el9.x86_ 1.8 MB/s | 1.5 MB 00:00 2024-02-07T12:07:35.756 INFO:teuthology.orchestra.run.smithi005.stdout:cephadm-19.0.0-1252.g44458cce.el9.noarch.rpm 813 kB/s | 748 kB 00:00 2024-02-07T12:07:35.756 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:35.757 INFO:teuthology.orchestra.run.smithi005.stdout:Total 812 kB/s | 748 kB 00:00 2024-02-07T12:07:35.757 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:07:35.763 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:07:35.763 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:07:35.769 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:07:35.770 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:07:35.779 INFO:teuthology.orchestra.run.smithi063.stdout:(3/36): ceph-mds-19.0.0-1252.g44458cce.el9.x86_ 2.0 MB/s | 2.1 MB 00:01 2024-02-07T12:07:35.811 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr 2024-02-07T12:07:35.844 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:07:35.871 INFO:teuthology.orchestra.run.smithi063.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1252.g4445 2.6 MB/s | 247 kB 00:00 2024-02-07T12:07:36.005 INFO:teuthology.orchestra.run.smithi063.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2024-02-07T12:07:36.047 INFO:teuthology.orchestra.run.smithi063.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-07T12:07:36.072 INFO:teuthology.orchestra.run.smithi063.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-02-07T12:07:36.106 INFO:teuthology.orchestra.run.smithi063.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-02-07T12:07:36.131 INFO:teuthology.orchestra.run.smithi063.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 39 kB 00:00 2024-02-07T12:07:36.173 INFO:teuthology.orchestra.run.smithi063.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.7 MB/s | 241 kB 00:00 2024-02-07T12:07:36.232 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:36.248 INFO:teuthology.orchestra.run.smithi063.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-02-07T12:07:36.290 INFO:teuthology.orchestra.run.smithi063.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 2.4 MB/s | 103 kB 00:00 2024-02-07T12:07:36.321 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:36.324 INFO:teuthology.orchestra.run.smithi063.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-02-07T12:07:36.360 INFO:teuthology.orchestra.run.smithi063.stdout:(14/36): python3-requests-2.25.1-8.el9.noarch.r 3.3 MB/s | 113 kB 00:00 2024-02-07T12:07:36.389 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:00 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:07:36.399 INFO:teuthology.orchestra.run.smithi063.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.4 MB/s | 187 kB 00:00 2024-02-07T12:07:36.483 INFO:teuthology.orchestra.run.smithi063.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 267 kB/s | 22 kB 00:00 2024-02-07T12:07:36.496 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:07:36.547 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:07:36.548 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-02-07T12:07:36.548 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:07:36.619 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-dashboard 2024-02-07T12:07:36.724 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:37.017 INFO:teuthology.orchestra.run.smithi063.stdout:(17/36): ceph-mon-19.0.0-1252.g44458cce.el9.x86 2.3 MB/s | 4.7 MB 00:02 2024-02-07T12:07:37.034 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:37.034 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:37.034 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:07:37.034 INFO:teuthology.orchestra.run.smithi005.stdout: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:37.034 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:37.034 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:07:37.186 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:01 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:07:37.259 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-immutable-object-cache 2024-02-07T12:07:37.343 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:07:37.344 INFO:teuthology.orchestra.run.smithi098.stdout:====================================================================================== 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout:====================================================================================== 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 1.8 M 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 28 k 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 15 k 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-07T12:07:37.345 INFO:teuthology.orchestra.run.smithi098.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-07T12:07:37.346 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-07T12:07:37.346 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-07T12:07:37.346 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:37.346 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:07:37.346 INFO:teuthology.orchestra.run.smithi098.stdout:====================================================================================== 2024-02-07T12:07:37.346 INFO:teuthology.orchestra.run.smithi098.stdout:Install 12 Packages 2024-02-07T12:07:37.346 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:37.346 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 6.8 M 2024-02-07T12:07:37.347 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 26 M 2024-02-07T12:07:37.347 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:07:37.542 INFO:teuthology.orchestra.run.smithi063.stdout:(18/36): ceph-osd-19.0.0-1252.g44458cce.el9.x86 8.5 MB/s | 17 MB 00:01 2024-02-07T12:07:37.838 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:04 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:07:37.867 INFO:teuthology.orchestra.run.smithi063.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 51 kB/s | 43 kB 00:00 2024-02-07T12:07:37.901 INFO:teuthology.orchestra.run.smithi063.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 107 kB/s | 151 kB 00:01 2024-02-07T12:07:38.003 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:07:38.004 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1252.g44458cce.el9 ceph 145 k 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 145 k 2024-02-07T12:07:38.005 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 436 k 2024-02-07T12:07:38.006 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:07:38.084 INFO:teuthology.orchestra.run.smithi063.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 317 kB/s | 172 kB 00:00 2024-02-07T12:07:38.149 INFO:teuthology.orchestra.run.smithi098.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1252.g44 145 kB/s | 28 kB 00:00 2024-02-07T12:07:38.241 INFO:teuthology.orchestra.run.smithi098.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1252.g444 53 kB/s | 15 kB 00:00 2024-02-07T12:07:38.293 INFO:teuthology.orchestra.run.smithi063.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 843 kB/s | 358 kB 00:00 2024-02-07T12:07:38.299 INFO:teuthology.orchestra.run.smithi098.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.7 MB/s | 1.0 MB 00:00 2024-02-07T12:07:38.318 INFO:teuthology.orchestra.run.smithi063.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 26 kB/s | 11 kB 00:00 2024-02-07T12:07:38.325 INFO:teuthology.orchestra.run.smithi098.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.8 MB/s | 238 kB 00:00 2024-02-07T12:07:38.343 INFO:teuthology.orchestra.run.smithi063.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 68 kB/s | 18 kB 00:00 2024-02-07T12:07:38.349 INFO:teuthology.orchestra.run.smithi005.stdout:ceph-immutable-object-cache-19.0.0-1252.g44458c 422 kB/s | 145 kB 00:00 2024-02-07T12:07:38.349 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:38.350 INFO:teuthology.orchestra.run.smithi005.stdout:Total 420 kB/s | 145 kB 00:00 2024-02-07T12:07:38.350 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:07:38.358 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:07:38.359 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:07:38.415 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:07:38.415 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:07:38.519 INFO:teuthology.orchestra.run.smithi063.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 103 kB/s | 23 kB 00:00 2024-02-07T12:07:38.558 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:07:38.569 INFO:teuthology.orchestra.run.smithi063.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 86 kB/s | 19 kB 00:00 2024-02-07T12:07:38.594 INFO:teuthology.orchestra.run.smithi063.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 79 kB/s | 20 kB 00:00 2024-02-07T12:07:38.608 INFO:teuthology.orchestra.run.smithi098.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.7 MB/s | 863 kB 00:00 2024-02-07T12:07:38.609 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T12:07:38.633 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T12:07:38.633 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:38.633 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-07T12:07:38.634 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:38.634 INFO:teuthology.orchestra.run.smithi098.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.7 MB/s | 548 kB 00:00 2024-02-07T12:07:38.701 INFO:teuthology.orchestra.run.smithi098.stdout:(7/12): ceph-mgr-dashboard-19.0.0-1252.g44458cc 2.4 MB/s | 1.8 MB 00:00 2024-02-07T12:07:38.761 INFO:teuthology.orchestra.run.smithi063.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 191 kB/s | 46 kB 00:00 2024-02-07T12:07:38.793 INFO:teuthology.orchestra.run.smithi098.stdout:(8/12): grpc-data-1.46.7-10.el9.noarch.rpm 106 kB/s | 19 kB 00:00 2024-02-07T12:07:38.820 INFO:teuthology.orchestra.run.smithi063.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 315 kB/s | 79 kB 00:00 2024-02-07T12:07:38.843 INFO:teuthology.orchestra.run.smithi098.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 11 MB/s | 2.0 MB 00:00 2024-02-07T12:07:38.868 INFO:teuthology.orchestra.run.smithi098.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 413 kB/s | 31 kB 00:00 2024-02-07T12:07:38.887 INFO:teuthology.orchestra.run.smithi063.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 932 kB/s | 272 kB 00:00 2024-02-07T12:07:38.919 INFO:teuthology.orchestra.run.smithi098.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-02-07T12:07:38.969 INFO:teuthology.orchestra.run.smithi098.stdout:(12/12): python3-grpcio-tools-1.46.7-10.el9.x86 542 kB/s | 144 kB 00:00 2024-02-07T12:07:38.974 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:38.974 INFO:teuthology.orchestra.run.smithi098.stdout:Total 4.2 MB/s | 6.8 MB 00:01 2024-02-07T12:07:38.987 INFO:teuthology.orchestra.run.smithi063.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 73 kB/s | 16 kB 00:00 2024-02-07T12:07:38.991 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:07:39.009 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:07:39.009 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:07:39.062 INFO:teuthology.orchestra.run.smithi063.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 372 kB/s | 90 kB 00:00 2024-02-07T12:07:39.113 INFO:teuthology.orchestra.run.smithi063.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 158 kB/s | 36 kB 00:00 2024-02-07T12:07:39.188 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:07:39.188 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:07:39.255 INFO:teuthology.orchestra.run.smithi063.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 859 kB/s | 230 kB 00:00 2024-02-07T12:07:39.388 INFO:teuthology.orchestra.run.smithi063.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.3 MB/s | 427 kB 00:00 2024-02-07T12:07:39.413 INFO:teuthology.orchestra.run.smithi063.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 66 kB/s | 20 kB 00:00 2024-02-07T12:07:39.418 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:39.418 INFO:teuthology.orchestra.run.smithi063.stdout:Total 5.7 MB/s | 30 MB 00:05 2024-02-07T12:07:39.438 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:07:39.485 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:07:39.485 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:07:39.574 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T12:07:39.575 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:39.575 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:07:39.575 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:39.575 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:39.575 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:07:39.703 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:07:39.769 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-07T12:07:39.805 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-07T12:07:39.851 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-07T12:07:39.854 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr 2024-02-07T12:07:39.882 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-07T12:07:39.911 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:07:39.911 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:07:39.979 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-07T12:07:40.106 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-07T12:07:40.200 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-07T12:07:40.245 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-07T12:07:40.274 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-07T12:07:40.303 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 10/12 2024-02-07T12:07:40.435 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:07 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:07:40.543 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 11/12 2024-02-07T12:07:40.544 INFO:teuthology.orchestra.run.smithi005.stdout:Package ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:07:40.572 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T12:07:40.599 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:07:40.600 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-07T12:07:40.600 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:07:40.674 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-dashboard 2024-02-07T12:07:41.250 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:08 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:07:41.286 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:07:41.350 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-07T12:07:41.383 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-07T12:07:41.410 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-07T12:07:41.416 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:07:41.418 INFO:teuthology.orchestra.run.smithi005.stdout:====================================================================================== 2024-02-07T12:07:41.418 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T12:07:41.418 INFO:teuthology.orchestra.run.smithi005.stdout:====================================================================================== 2024-02-07T12:07:41.418 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:07:41.418 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 1.8 M 2024-02-07T12:07:41.418 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-07T12:07:41.418 INFO:teuthology.orchestra.run.smithi005.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-07T12:07:41.419 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 28 k 2024-02-07T12:07:41.419 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 15 k 2024-02-07T12:07:41.419 INFO:teuthology.orchestra.run.smithi005.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-07T12:07:41.419 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-07T12:07:41.419 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-07T12:07:41.419 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-07T12:07:41.419 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-07T12:07:41.419 INFO:teuthology.orchestra.run.smithi005.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-07T12:07:41.420 INFO:teuthology.orchestra.run.smithi005.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-07T12:07:41.420 INFO:teuthology.orchestra.run.smithi005.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-07T12:07:41.420 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:41.420 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:07:41.420 INFO:teuthology.orchestra.run.smithi005.stdout:====================================================================================== 2024-02-07T12:07:41.420 INFO:teuthology.orchestra.run.smithi005.stdout:Install 12 Packages 2024-02-07T12:07:41.420 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:41.421 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 6.8 M 2024-02-07T12:07:41.421 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 26 M 2024-02-07T12:07:41.421 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:07:41.443 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T12:07:41.443 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 1/12 2024-02-07T12:07:41.443 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 2/12 2024-02-07T12:07:41.443 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 3/12 2024-02-07T12:07:41.443 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-07T12:07:41.443 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-07T12:07:41.443 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-07T12:07:41.443 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-07T12:07:41.443 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-07T12:07:41.443 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-07T12:07:41.444 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-07T12:07:41.444 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-07T12:07:41.482 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-07T12:07:41.517 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-07T12:07:41.550 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-07T12:07:41.644 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-07T12:07:41.721 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-07T12:07:41.770 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-07T12:07:41.810 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-07T12:07:41.810 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:41.810 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:41.811 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:07:41.843 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-07T12:07:41.896 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-07T12:07:41.934 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-07T12:07:41.978 INFO:teuthology.orchestra.run.smithi005.stdout:(1/12): ceph-prometheus-alerts-19.0.0-1252.g444 75 kB/s | 15 kB 00:00 2024-02-07T12:07:41.983 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-07T12:07:41.995 INFO:teuthology.orchestra.run.smithi005.stdout:(2/12): ceph-grafana-dashboards-19.0.0-1252.g44 127 kB/s | 28 kB 00:00 2024-02-07T12:07:42.038 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-07T12:07:42.049 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-07T12:07:42.137 INFO:teuthology.orchestra.run.smithi005.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-02-07T12:07:42.171 INFO:teuthology.orchestra.run.smithi005.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-02-07T12:07:42.213 INFO:teuthology.orchestra.run.smithi005.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1252.g44458cc 4.0 MB/s | 1.8 MB 00:00 2024-02-07T12:07:42.236 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-07T12:07:42.287 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-07T12:07:42.305 INFO:teuthology.orchestra.run.smithi005.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 212 kB/s | 19 kB 00:00 2024-02-07T12:07:42.331 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-07T12:07:42.369 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-07T12:07:42.380 INFO:teuthology.orchestra.run.smithi005.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.5 MB/s | 863 kB 00:00 2024-02-07T12:07:42.399 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-07T12:07:42.405 INFO:teuthology.orchestra.run.smithi005.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.3 MB/s | 548 kB 00:00 2024-02-07T12:07:42.464 INFO:teuthology.orchestra.run.smithi005.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 527 kB/s | 31 kB 00:00 2024-02-07T12:07:42.476 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-07T12:07:42.517 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T12:07:42.556 INFO:teuthology.orchestra.run.smithi005.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 8.1 MB/s | 2.0 MB 00:00 2024-02-07T12:07:42.559 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-07T12:07:42.581 INFO:teuthology.orchestra.run.smithi005.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 720 kB/s | 144 kB 00:00 2024-02-07T12:07:42.606 INFO:teuthology.orchestra.run.smithi005.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.3 MB/s | 188 kB 00:00 2024-02-07T12:07:42.608 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-07T12:07:42.609 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:42.609 INFO:teuthology.orchestra.run.smithi005.stdout:Total 5.7 MB/s | 6.8 MB 00:01 2024-02-07T12:07:42.613 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:06 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:07:42.627 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:07:42.642 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-07T12:07:42.645 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:07:42.645 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:07:42.677 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-07T12:07:42.768 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-07T12:07:42.771 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:07:42.772 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2024-02-07T12:07:42.772 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T12:07:42.772 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2024-02-07T12:07:42.772 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:07:42.772 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 7.4 M 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:07:42.773 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2024-02-07T12:07:42.774 INFO:teuthology.orchestra.run.smithi098.stdout:Install 12 Packages 2024-02-07T12:07:42.774 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:42.774 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 37 M 2024-02-07T12:07:42.774 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 209 M 2024-02-07T12:07:42.774 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:07:42.808 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-07T12:07:42.838 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:07:42.838 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:07:42.882 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-07T12:07:42.960 INFO:teuthology.orchestra.run.smithi098.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 228 kB/s | 32 kB 00:00 2024-02-07T12:07:42.993 INFO:teuthology.orchestra.run.smithi098.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 537 kB/s | 17 kB 00:00 2024-02-07T12:07:43.021 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-07T12:07:43.035 INFO:teuthology.orchestra.run.smithi098.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 849 kB/s | 34 kB 00:00 2024-02-07T12:07:43.078 INFO:teuthology.orchestra.run.smithi098.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-02-07T12:07:43.154 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T12:07:43.253 INFO:teuthology.orchestra.run.smithi098.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 22 MB/s | 4.7 MB 00:00 2024-02-07T12:07:43.320 INFO:teuthology.orchestra.run.smithi098.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-02-07T12:07:43.331 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 31/36 2024-02-07T12:07:43.345 INFO:teuthology.orchestra.run.smithi098.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-02-07T12:07:43.365 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:07:43.370 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T12:07:43.395 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 32/36 2024-02-07T12:07:43.395 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:43.395 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-07T12:07:43.395 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-07T12:07:43.395 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-07T12:07:43.395 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:43.441 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-07T12:07:43.476 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-07T12:07:43.487 INFO:teuthology.orchestra.run.smithi098.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.6 MB/s | 802 kB 00:00 2024-02-07T12:07:43.524 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-07T12:07:43.561 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-07T12:07:43.654 INFO:teuthology.orchestra.run.smithi098.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 47 MB/s | 16 MB 00:00 2024-02-07T12:07:43.679 INFO:teuthology.orchestra.run.smithi098.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 194 kB 00:00 2024-02-07T12:07:43.683 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-07T12:07:43.819 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-07T12:07:43.912 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-07T12:07:43.959 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-07T12:07:43.994 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-07T12:07:44.004 INFO:teuthology.orchestra.run.smithi098.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-1 6.3 MB/s | 7.4 MB 00:01 2024-02-07T12:07:44.024 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 10/12 2024-02-07T12:07:44.280 INFO:teuthology.orchestra.run.smithi098.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 393 kB/s | 245 kB 00:00 2024-02-07T12:07:44.282 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 11/12 2024-02-07T12:07:44.284 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:44.284 INFO:teuthology.orchestra.run.smithi098.stdout:Total 25 MB/s | 37 MB 00:01 2024-02-07T12:07:44.297 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:07:44.309 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T12:07:44.322 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:07:44.322 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:07:44.685 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:07:44.686 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:07:44.905 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T12:07:44.931 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 33/36 2024-02-07T12:07:44.931 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:44.931 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-07T12:07:44.931 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-07T12:07:44.931 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-07T12:07:44.932 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:45.076 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T12:07:45.076 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 1/12 2024-02-07T12:07:45.076 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 2/12 2024-02-07T12:07:45.076 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 3/12 2024-02-07T12:07:45.076 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-07T12:07:45.077 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-07T12:07:45.077 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-07T12:07:45.077 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-07T12:07:45.077 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-07T12:07:45.077 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-07T12:07:45.077 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-07T12:07:45.077 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-07T12:07:45.394 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:07:45.397 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T12:07:45.420 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 34/36 2024-02-07T12:07:45.420 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:45.420 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-07T12:07:45.420 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-07T12:07:45.420 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-07T12:07:45.420 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:45.478 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-07T12:07:45.509 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-07T12:07:45.558 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-07T12:07:45.559 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-07T12:07:45.559 INFO:teuthology.orchestra.run.smithi005.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-07T12:07:45.559 INFO:teuthology.orchestra.run.smithi005.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-07T12:07:45.559 INFO:teuthology.orchestra.run.smithi005.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-07T12:07:45.559 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:45.559 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:07:45.601 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-07T12:07:45.639 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T12:07:45.646 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-07T12:07:45.661 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 35/36 2024-02-07T12:07:45.662 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:45.662 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-07T12:07:45.662 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-07T12:07:45.662 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-07T12:07:45.662 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:45.732 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T12:07:45.823 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T12:07:45.853 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T12:07:45.855 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-07T12:07:45.929 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-07T12:07:46.448 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:13 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:07:46.580 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-07T12:07:46.617 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:07:46.618 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================ 2024-02-07T12:07:46.618 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T12:07:46.618 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================ 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 7.4 M 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-07T12:07:46.619 INFO:teuthology.orchestra.run.smithi005.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-07T12:07:46.620 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-07T12:07:46.620 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-07T12:07:46.620 INFO:teuthology.orchestra.run.smithi005.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-07T12:07:46.620 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:46.620 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:07:46.620 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================ 2024-02-07T12:07:46.620 INFO:teuthology.orchestra.run.smithi005.stdout:Install 12 Packages 2024-02-07T12:07:46.620 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:46.621 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 37 M 2024-02-07T12:07:46.621 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 209 M 2024-02-07T12:07:46.621 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:07:46.683 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-07T12:07:46.839 INFO:teuthology.orchestra.run.smithi005.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 208 kB/s | 32 kB 00:00 2024-02-07T12:07:46.864 INFO:teuthology.orchestra.run.smithi005.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 704 kB/s | 17 kB 00:00 2024-02-07T12:07:46.889 INFO:teuthology.orchestra.run.smithi005.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.4 MB/s | 34 kB 00:00 2024-02-07T12:07:46.940 INFO:teuthology.orchestra.run.smithi005.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-02-07T12:07:47.123 INFO:teuthology.orchestra.run.smithi005.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-02-07T12:07:47.190 INFO:teuthology.orchestra.run.smithi005.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-02-07T12:07:47.216 INFO:teuthology.orchestra.run.smithi005.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-02-07T12:07:47.358 INFO:teuthology.orchestra.run.smithi005.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.6 MB/s | 802 kB 00:00 2024-02-07T12:07:47.512 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 36/36 2024-02-07T12:07:47.512 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-2:19.0.0-1252.g44458cce.el9.x86_64 1/36 2024-02-07T12:07:47.512 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2/36 2024-02-07T12:07:47.512 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 3/36 2024-02-07T12:07:47.512 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 4/36 2024-02-07T12:07:47.512 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 5/36 2024-02-07T12:07:47.512 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9. 6/36 2024-02-07T12:07:47.512 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-07T12:07:47.512 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-07T12:07:47.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-07T12:07:47.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-07T12:07:47.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-07T12:07:47.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-07T12:07:47.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-07T12:07:47.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-07T12:07:47.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-07T12:07:47.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-07T12:07:47.513 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-07T12:07:47.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-07T12:07:47.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-07T12:07:47.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-07T12:07:47.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-07T12:07:47.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-07T12:07:47.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-07T12:07:47.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-07T12:07:47.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-07T12:07:47.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-07T12:07:47.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-07T12:07:47.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-07T12:07:47.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-07T12:07:47.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-07T12:07:47.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-07T12:07:47.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-07T12:07:47.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-07T12:07:47.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-07T12:07:47.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-07T12:07:47.533 INFO:teuthology.orchestra.run.smithi005.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 46 MB/s | 16 MB 00:00 2024-02-07T12:07:47.559 INFO:teuthology.orchestra.run.smithi005.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 981 kB/s | 194 kB 00:00 2024-02-07T12:07:47.650 INFO:teuthology.orchestra.run.smithi005.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-1 7.7 MB/s | 7.4 MB 00:00 2024-02-07T12:07:47.775 INFO:teuthology.orchestra.run.smithi005.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.0 MB/s | 245 kB 00:00 2024-02-07T12:07:47.883 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:47.883 INFO:teuthology.orchestra.run.smithi005.stdout:Total 32 MB/s | 37 MB 00:01 2024-02-07T12:07:47.883 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:07:47.884 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:07:47.884 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:07:47.907 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-07T12:07:48.205 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:07:48.205 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:07:48.666 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mds-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mon-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-osd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout: lua-5.4.4-4.el9.x86_64 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-07T12:07:48.667 INFO:teuthology.orchestra.run.smithi063.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-07T12:07:48.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ply-3.11-14.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-07T12:07:48.669 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-07T12:07:48.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-07T12:07:48.670 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:48.670 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:07:48.935 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-07T12:07:48.962 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T12:07:49.007 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-base 2024-02-07T12:07:49.082 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:07:49.150 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-07T12:07:49.188 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-07T12:07:49.286 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-07T12:07:49.325 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-07T12:07:49.514 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T12:07:49.549 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T12:07:49.591 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:58 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:07:49.628 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-07T12:07:49.701 INFO:teuthology.orchestra.run.smithi063.stdout:Package ceph-base-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:07:49.755 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:07:49.756 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-02-07T12:07:49.756 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:07:49.820 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install cephadm 2024-02-07T12:07:50.321 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-07T12:07:50.394 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:59 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:07:50.433 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-07T12:07:50.558 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:07:50.559 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:07:50.559 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T12:07:50.559 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:07:50.559 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:07:50.559 INFO:teuthology.orchestra.run.smithi063.stdout: cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 748 k 2024-02-07T12:07:50.559 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:50.559 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:07:50.560 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:07:50.560 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-02-07T12:07:50.560 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:50.560 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 748 k 2024-02-07T12:07:50.560 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 754 k 2024-02-07T12:07:50.560 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:07:50.854 INFO:teuthology.orchestra.run.smithi063.stdout:cephadm-19.0.0-1252.g44458cce.el9.noarch.rpm 2.5 MB/s | 748 kB 00:00 2024-02-07T12:07:50.855 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:50.855 INFO:teuthology.orchestra.run.smithi063.stdout:Total 2.5 MB/s | 748 kB 00:00 2024-02-07T12:07:50.855 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:07:50.860 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:07:50.860 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:07:50.866 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:07:50.867 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:07:50.940 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:07:51.377 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:51.460 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:51.522 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T12:07:51.522 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 1/12 2024-02-07T12:07:51.522 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-07T12:07:51.522 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-07T12:07:51.522 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-07T12:07:51.522 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T12:07:51.522 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T12:07:51.522 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-07T12:07:51.522 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-07T12:07:51.522 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-07T12:07:51.523 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-07T12:07:51.523 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-07T12:07:51.747 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-07T12:07:51.835 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:51.938 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-07T12:07:51.939 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-07T12:07:51.940 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-07T12:07:51.940 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:51.940 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:07:52.147 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/1 2024-02-07T12:07:52.148 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:52.148 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:07:52.148 INFO:teuthology.orchestra.run.smithi063.stdout: cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:52.148 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:52.148 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:07:52.291 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-rook 2024-02-07T12:07:52.364 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-immutable-object-cache 2024-02-07T12:07:52.823 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-07T12:07:52.849 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T12:07:52.866 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:16 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:07:52.944 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:01 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:07:53.028 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:07:53.030 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-02-07T12:07:53.030 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T12:07:53.030 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-02-07T12:07:53.030 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:07:53.031 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 52 k 2024-02-07T12:07:53.031 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-07T12:07:53.031 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-07T12:07:53.031 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-07T12:07:53.031 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:53.032 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:07:53.033 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-02-07T12:07:53.033 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2024-02-07T12:07:53.033 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:53.033 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 2.0 M 2024-02-07T12:07:53.033 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 26 M 2024-02-07T12:07:53.033 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:07:53.109 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:07:53.109 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:07:53.109 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-02-07T12:07:53.110 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:07:53.110 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:07:53.110 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1252.g44458cce.el9 ceph 145 k 2024-02-07T12:07:53.110 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:53.110 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:07:53.110 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:07:53.110 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-02-07T12:07:53.110 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:53.111 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 145 k 2024-02-07T12:07:53.111 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 436 k 2024-02-07T12:07:53.111 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:07:53.314 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 131 kB/s | 18 kB 00:00 2024-02-07T12:07:53.332 INFO:teuthology.orchestra.run.smithi063.stdout:ceph-immutable-object-cache-19.0.0-1252.g44458c 655 kB/s | 145 kB 00:00 2024-02-07T12:07:53.333 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:53.335 INFO:teuthology.orchestra.run.smithi063.stdout:Total 651 kB/s | 145 kB 00:00 2024-02-07T12:07:53.335 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:07:53.339 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 149 kB/s | 24 kB 00:00 2024-02-07T12:07:53.341 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:07:53.341 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:07:53.395 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:07:53.395 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:07:53.407 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 174 kB 00:00 2024-02-07T12:07:53.432 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 132 kB 00:00 2024-02-07T12:07:53.457 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-07T12:07:53.482 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 858 kB/s | 43 kB 00:00 2024-02-07T12:07:53.508 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): ceph-mgr-rook-19.0.0-1252.g44458cce.el9 157 kB/s | 52 kB 00:00 2024-02-07T12:07:53.540 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:07:53.608 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T12:07:53.632 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T12:07:53.632 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:07:53.632 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-07T12:07:53.632 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:53.658 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 160 kB/s | 32 kB 00:00 2024-02-07T12:07:53.683 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 75 kB/s | 15 kB 00:00 2024-02-07T12:07:53.742 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.0 MB/s | 59 kB 00:00 2024-02-07T12:07:53.775 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 919 kB/s | 203 kB 00:00 2024-02-07T12:07:53.809 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-02-07T12:07:53.993 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-02-07T12:07:53.997 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:53.997 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.1 MB/s | 2.0 MB 00:00 2024-02-07T12:07:53.997 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:07:54.009 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:07:54.010 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:07:54.108 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:07:54.108 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:07:54.664 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:07:54.667 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1252.g44458cce. 1/1 2024-02-07T12:07:54.667 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:54.667 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:07:54.668 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-immutable-object-cache-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:07:54.668 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:54.668 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:07:54.820 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-07T12:07:54.868 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-07T12:07:54.902 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr 2024-02-07T12:07:54.924 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-07T12:07:54.962 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-07T12:07:54.995 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-07T12:07:55.087 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-07T12:07:55.188 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-07T12:07:55.246 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-07T12:07:55.351 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T12:07:55.351 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 1/12 2024-02-07T12:07:55.351 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-07T12:07:55.351 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-07T12:07:55.351 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-07T12:07:55.351 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T12:07:55.351 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T12:07:55.352 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-07T12:07:55.352 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-07T12:07:55.352 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-07T12:07:55.352 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-07T12:07:55.352 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-07T12:07:55.477 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:04 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:07:55.588 INFO:teuthology.orchestra.run.smithi063.stdout:Package ceph-mgr-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:07:55.642 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:07:55.643 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-02-07T12:07:55.644 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:07:55.706 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-dashboard 2024-02-07T12:07:55.794 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-07T12:07:55.795 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:55.795 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:07:55.795 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:55.795 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-07T12:07:55.795 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-07T12:07:55.796 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-07T12:07:55.796 INFO:teuthology.orchestra.run.smithi005.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-07T12:07:55.796 INFO:teuthology.orchestra.run.smithi005.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-07T12:07:55.796 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-07T12:07:55.796 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-07T12:07:55.796 INFO:teuthology.orchestra.run.smithi005.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-07T12:07:55.797 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-07T12:07:55.797 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-07T12:07:55.797 INFO:teuthology.orchestra.run.smithi005.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-07T12:07:55.797 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:55.797 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:07:55.957 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-07T12:07:56.002 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-07T12:07:56.036 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-07T12:07:56.084 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-07T12:07:56.106 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T12:07:56.127 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-rook 2024-02-07T12:07:56.277 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:05 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:07:56.446 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout:====================================================================================== 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout:====================================================================================== 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 1.8 M 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 28 k 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 15 k 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-07T12:07:56.448 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-07T12:07:56.449 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-07T12:07:56.449 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-07T12:07:56.449 INFO:teuthology.orchestra.run.smithi063.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-07T12:07:56.449 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-07T12:07:56.449 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-07T12:07:56.449 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:56.449 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:07:56.449 INFO:teuthology.orchestra.run.smithi063.stdout:====================================================================================== 2024-02-07T12:07:56.449 INFO:teuthology.orchestra.run.smithi063.stdout:Install 12 Packages 2024-02-07T12:07:56.449 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:07:56.450 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 6.8 M 2024-02-07T12:07:56.450 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 26 M 2024-02-07T12:07:56.450 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:07:56.708 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:23 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:07:56.760 INFO:teuthology.orchestra.run.smithi063.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1252.g44 149 kB/s | 28 kB 00:00 2024-02-07T12:07:56.785 INFO:teuthology.orchestra.run.smithi063.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1252.g444 71 kB/s | 15 kB 00:00 2024-02-07T12:07:56.876 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:07:56.877 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================== 2024-02-07T12:07:56.877 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T12:07:56.877 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================== 2024-02-07T12:07:56.877 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:07:56.877 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-rook noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 52 k 2024-02-07T12:07:56.877 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-07T12:07:56.877 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-07T12:07:56.878 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:56.879 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:07:56.879 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================== 2024-02-07T12:07:56.879 INFO:teuthology.orchestra.run.smithi005.stdout:Install 13 Packages 2024-02-07T12:07:56.879 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:07:56.879 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 2.0 M 2024-02-07T12:07:56.879 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 26 M 2024-02-07T12:07:56.879 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:07:56.928 INFO:teuthology.orchestra.run.smithi063.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-02-07T12:07:56.961 INFO:teuthology.orchestra.run.smithi063.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.0 MB/s | 1.0 MB 00:00 2024-02-07T12:07:56.966 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 1/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-07T12:07:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-07T12:07:57.028 INFO:teuthology.orchestra.run.smithi063.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1252.g44458cc 3.8 MB/s | 1.8 MB 00:00 2024-02-07T12:07:57.149 INFO:teuthology.orchestra.run.smithi005.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 153 kB/s | 18 kB 00:00 2024-02-07T12:07:57.175 INFO:teuthology.orchestra.run.smithi005.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 170 kB/s | 24 kB 00:00 2024-02-07T12:07:57.225 INFO:teuthology.orchestra.run.smithi005.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-02-07T12:07:57.250 INFO:teuthology.orchestra.run.smithi005.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-07T12:07:57.253 INFO:teuthology.orchestra.run.smithi063.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.6 MB/s | 863 kB 00:00 2024-02-07T12:07:57.276 INFO:teuthology.orchestra.run.smithi005.stdout:(5/13): ceph-mgr-rook-19.0.0-1252.g44458cce.el9 214 kB/s | 52 kB 00:00 2024-02-07T12:07:57.301 INFO:teuthology.orchestra.run.smithi005.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 211 kB 00:00 2024-02-07T12:07:57.326 INFO:teuthology.orchestra.run.smithi005.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 569 kB/s | 43 kB 00:00 2024-02-07T12:07:57.336 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-07T12:07:57.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-07T12:07:57.338 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-07T12:07:57.338 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:57.338 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:07:57.338 INFO:teuthology.orchestra.run.smithi063.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 63 kB/s | 19 kB 00:00 2024-02-07T12:07:57.608 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-cephadm 2024-02-07T12:07:57.612 INFO:teuthology.orchestra.run.smithi063.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 842 kB/s | 548 kB 00:00 2024-02-07T12:07:57.720 INFO:teuthology.orchestra.run.smithi063.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 377 kB/s | 144 kB 00:00 2024-02-07T12:07:57.779 INFO:teuthology.orchestra.run.smithi063.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 184 kB/s | 31 kB 00:00 2024-02-07T12:07:57.946 INFO:teuthology.orchestra.run.smithi063.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 837 kB/s | 188 kB 00:00 2024-02-07T12:07:58.155 INFO:teuthology.orchestra.run.smithi063.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.3 MB/s | 2.0 MB 00:00 2024-02-07T12:07:58.157 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:58.158 INFO:teuthology.orchestra.run.smithi063.stdout:Total 4.0 MB/s | 6.8 MB 00:01 2024-02-07T12:07:58.176 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:22 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:07:58.176 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:07:58.193 INFO:teuthology.orchestra.run.smithi005.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 17 kB/s | 15 kB 00:00 2024-02-07T12:07:58.196 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:07:58.196 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:07:58.335 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:07:58.336 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-02-07T12:07:58.336 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T12:07:58.336 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-02-07T12:07:58.336 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:07:58.336 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 138 k 2024-02-07T12:07:58.336 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-07T12:07:58.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-07T12:07:58.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-07T12:07:58.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-07T12:07:58.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-07T12:07:58.337 INFO:teuthology.orchestra.run.smithi098.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-07T12:07:58.337 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:58.337 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:07:58.337 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-02-07T12:07:58.337 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2024-02-07T12:07:58.337 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:07:58.337 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 6.8 M 2024-02-07T12:07:58.338 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 33 M 2024-02-07T12:07:58.338 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:07:58.343 INFO:teuthology.orchestra.run.smithi005.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 31 kB/s | 32 kB 00:01 2024-02-07T12:07:58.380 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:07:58.380 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:07:58.565 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 227 kB 00:00 2024-02-07T12:07:58.699 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-02-07T12:07:58.807 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1252.g44458cce.e 344 kB/s | 138 kB 00:00 2024-02-07T12:07:58.843 INFO:teuthology.orchestra.run.smithi005.stdout:(10/13): python3-google-auth-2.27.0-1.el9.noarc 134 kB/s | 203 kB 00:01 2024-02-07T12:07:58.874 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 332 kB/s | 58 kB 00:00 2024-02-07T12:07:58.904 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:07:58.974 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2024-02-07T12:07:58.989 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-07T12:07:58.999 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 265 kB/s | 51 kB 00:00 2024-02-07T12:07:59.003 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:59.004 INFO:teuthology.orchestra.run.smithi098.stdout:Total 10 MB/s | 6.8 MB 00:00 2024-02-07T12:07:59.004 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:07:59.012 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:07:59.012 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:07:59.033 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-07T12:07:59.060 INFO:teuthology.orchestra.run.smithi005.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 82 kB/s | 59 kB 00:00 2024-02-07T12:07:59.080 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-07T12:07:59.101 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:07:59.102 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:07:59.118 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-07T12:07:59.228 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-07T12:07:59.356 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-07T12:07:59.403 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:07:59.457 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-07T12:07:59.508 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-07T12:07:59.534 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-07T12:07:59.544 INFO:teuthology.orchestra.run.smithi005.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 128 kB/s | 90 kB 00:00 2024-02-07T12:07:59.548 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-07T12:07:59.564 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 10/12 2024-02-07T12:07:59.577 INFO:teuthology.orchestra.run.smithi005.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 755 kB/s | 1.0 MB 00:01 2024-02-07T12:07:59.583 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:07:59.583 INFO:teuthology.orchestra.run.smithi005.stdout:Total 776 kB/s | 2.0 MB 00:02 2024-02-07T12:07:59.583 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:07:59.593 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-07T12:07:59.599 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:07:59.599 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:07:59.719 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:07:59.720 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:07:59.817 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 11/12 2024-02-07T12:07:59.865 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T12:08:00.101 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-07T12:08:00.178 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-07T12:08:00.240 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-07T12:08:00.249 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:08:00.264 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T12:08:00.415 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-07T12:08:00.472 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-07T12:08:00.536 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-07T12:08:00.580 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-07T12:08:00.622 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-07T12:08:00.623 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 12/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el 1/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noa 2/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9 3/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-07T12:08:00.624 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-07T12:08:00.721 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-07T12:08:00.828 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-07T12:08:00.890 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-07T12:08:01.031 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-07T12:08:01.031 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-grafana-dashboards-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-prometheus-alerts-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-07T12:08:01.032 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-07T12:08:01.033 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:01.033 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:01.078 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T12:08:01.078 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/6 2024-02-07T12:08:01.078 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-07T12:08:01.078 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-07T12:08:01.078 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-07T12:08:01.079 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-07T12:08:01.311 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-07T12:08:01.383 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-07T12:08:01.383 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:01.384 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:08:01.384 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:01.384 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-07T12:08:01.384 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-07T12:08:01.384 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-07T12:08:01.384 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-07T12:08:01.384 INFO:teuthology.orchestra.run.smithi098.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-07T12:08:01.384 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:01.384 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:01.638 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-fuse 2024-02-07T12:08:01.649 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-07T12:08:01.695 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-07T12:08:01.728 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-07T12:08:01.778 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-07T12:08:01.807 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T12:08:01.889 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:10 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:02.055 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:02.056 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================ 2024-02-07T12:08:02.056 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T12:08:02.056 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================ 2024-02-07T12:08:02.056 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:08:02.056 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 7.4 M 2024-02-07T12:08:02.056 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================ 2024-02-07T12:08:02.057 INFO:teuthology.orchestra.run.smithi063.stdout:Install 12 Packages 2024-02-07T12:08:02.058 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:02.058 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 37 M 2024-02-07T12:08:02.058 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 209 M 2024-02-07T12:08:02.058 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:08:02.206 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:26 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:02.353 INFO:teuthology.orchestra.run.smithi063.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 213 kB/s | 32 kB 00:00 2024-02-07T12:08:02.363 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:02.365 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:02.365 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T12:08:02.365 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:02.365 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:08:02.365 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 885 k 2024-02-07T12:08:02.365 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-07T12:08:02.366 INFO:teuthology.orchestra.run.smithi098.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-07T12:08:02.366 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:02.366 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:08:02.366 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:02.366 INFO:teuthology.orchestra.run.smithi098.stdout:Install 2 Packages 2024-02-07T12:08:02.366 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:02.367 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 964 k 2024-02-07T12:08:02.367 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 2.8 M 2024-02-07T12:08:02.367 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:08:02.395 INFO:teuthology.orchestra.run.smithi063.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 424 kB/s | 17 kB 00:00 2024-02-07T12:08:02.428 INFO:teuthology.orchestra.run.smithi063.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-02-07T12:08:02.495 INFO:teuthology.orchestra.run.smithi063.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 10 MB/s | 3.0 MB 00:00 2024-02-07T12:08:02.501 INFO:teuthology.orchestra.run.smithi098.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 577 kB/s | 79 kB 00:00 2024-02-07T12:08:02.600 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 1/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-07T12:08:02.601 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-07T12:08:02.720 INFO:teuthology.orchestra.run.smithi063.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 16 MB/s | 4.7 MB 00:00 2024-02-07T12:08:02.787 INFO:teuthology.orchestra.run.smithi063.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 16 MB/s | 4.8 MB 00:00 2024-02-07T12:08:02.813 INFO:teuthology.orchestra.run.smithi063.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-02-07T12:08:02.827 INFO:teuthology.orchestra.run.smithi098.stdout:(2/2): ceph-fuse-19.0.0-1252.g44458cce.el9.x86_ 1.9 MB/s | 885 kB 00:00 2024-02-07T12:08:02.828 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:02.829 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.0 MB/s | 964 kB 00:00 2024-02-07T12:08:02.829 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:08:02.849 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:08:02.850 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:08:02.925 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:08:02.926 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:08:02.989 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-07T12:08:02.989 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:02.989 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:08:02.989 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:02.989 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-07T12:08:02.989 INFO:teuthology.orchestra.run.smithi005.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-07T12:08:02.989 INFO:teuthology.orchestra.run.smithi005.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-07T12:08:02.989 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-07T12:08:02.990 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-07T12:08:02.990 INFO:teuthology.orchestra.run.smithi005.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-07T12:08:02.990 INFO:teuthology.orchestra.run.smithi005.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-07T12:08:02.990 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-07T12:08:02.990 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-07T12:08:02.990 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-07T12:08:02.990 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-07T12:08:02.990 INFO:teuthology.orchestra.run.smithi005.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-07T12:08:02.990 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:02.990 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:03.063 INFO:teuthology.orchestra.run.smithi063.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.2 MB/s | 802 kB 00:00 2024-02-07T12:08:03.102 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:08:03.242 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-cephadm 2024-02-07T12:08:03.253 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-07T12:08:03.263 INFO:teuthology.orchestra.run.smithi063.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 2024-02-07T12:08:03.288 INFO:teuthology.orchestra.run.smithi063.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 872 kB/s | 194 kB 00:00 2024-02-07T12:08:03.327 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T12:08:03.564 INFO:teuthology.orchestra.run.smithi063.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 893 kB/s | 245 kB 00:00 2024-02-07T12:08:03.815 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:30 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:03.980 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:03.981 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================== 2024-02-07T12:08:03.981 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T12:08:03.982 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================== 2024-02-07T12:08:03.982 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:08:03.982 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 138 k 2024-02-07T12:08:03.982 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-07T12:08:03.982 INFO:teuthology.orchestra.run.smithi005.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-07T12:08:03.982 INFO:teuthology.orchestra.run.smithi005.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-07T12:08:03.982 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-07T12:08:03.982 INFO:teuthology.orchestra.run.smithi005.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-07T12:08:03.982 INFO:teuthology.orchestra.run.smithi005.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-07T12:08:03.982 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:03.983 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:08:03.983 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================== 2024-02-07T12:08:03.983 INFO:teuthology.orchestra.run.smithi005.stdout:Install 6 Packages 2024-02-07T12:08:03.983 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:03.983 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 6.8 M 2024-02-07T12:08:03.983 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 33 M 2024-02-07T12:08:03.983 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:08:04.080 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T12:08:04.080 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/2 2024-02-07T12:08:04.155 INFO:teuthology.orchestra.run.smithi063.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 3.8 MB/s | 7.4 MB 00:01 2024-02-07T12:08:04.158 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:04.158 INFO:teuthology.orchestra.run.smithi063.stdout:Total 18 MB/s | 37 MB 00:02 2024-02-07T12:08:04.171 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:08:04.197 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:08:04.197 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:08:04.224 INFO:teuthology.orchestra.run.smithi005.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 227 kB 00:00 2024-02-07T12:08:04.418 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-07T12:08:04.418 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:04.418 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:08:04.418 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-07T12:08:04.418 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:04.418 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:04.463 INFO:teuthology.orchestra.run.smithi005.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 5.8 MB 00:00 2024-02-07T12:08:04.572 INFO:teuthology.orchestra.run.smithi005.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1252.g44458cce.e 269 kB/s | 138 kB 00:00 2024-02-07T12:08:04.583 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:08:04.584 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:08:04.680 INFO:teuthology.orchestra.run.smithi005.stdout:(4/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.2 MB/s | 548 kB 00:00 2024-02-07T12:08:04.698 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-volume 2024-02-07T12:08:04.714 INFO:teuthology.orchestra.run.smithi005.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 230 kB/s | 58 kB 00:00 2024-02-07T12:08:04.739 INFO:teuthology.orchestra.run.smithi005.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 306 kB/s | 51 kB 00:00 2024-02-07T12:08:04.742 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:04.742 INFO:teuthology.orchestra.run.smithi005.stdout:Total 8.9 MB/s | 6.8 MB 00:00 2024-02-07T12:08:04.743 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:08:04.752 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:08:04.752 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:08:04.846 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:08:04.846 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:08:05.143 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:08:05.281 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:29 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:05.309 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:08:05.320 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-07T12:08:05.367 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-07T12:08:05.396 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-07T12:08:05.427 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-07T12:08:05.438 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:05.439 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:05.439 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-07T12:08:05.439 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:05.439 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:08:05.439 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 264 k 2024-02-07T12:08:05.439 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-07T12:08:05.439 INFO:teuthology.orchestra.run.smithi098.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-07T12:08:05.439 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:05.440 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:08:05.440 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:05.440 INFO:teuthology.orchestra.run.smithi098.stdout:Install 2 Packages 2024-02-07T12:08:05.440 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:05.440 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 332 k 2024-02-07T12:08:05.440 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 1.5 M 2024-02-07T12:08:05.441 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:08:05.531 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-07T12:08:05.557 INFO:teuthology.orchestra.run.smithi098.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 590 kB/s | 69 kB 00:00 2024-02-07T12:08:05.580 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-07T12:08:05.763 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T12:08:05.839 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T12:08:05.866 INFO:teuthology.orchestra.run.smithi098.stdout:(2/2): ceph-volume-19.0.0-1252.g44458cce.el9.no 620 kB/s | 264 kB 00:00 2024-02-07T12:08:05.867 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:05.867 INFO:teuthology.orchestra.run.smithi098.stdout:Total 778 kB/s | 332 kB 00:00 2024-02-07T12:08:05.867 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:08:05.876 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:08:05.876 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:08:05.911 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-07T12:08:05.920 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:08:05.921 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:08:05.923 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-07T12:08:05.987 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-07T12:08:06.049 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-07T12:08:06.070 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:08:06.078 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T12:08:06.239 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-07T12:08:06.310 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T12:08:06.325 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T12:08:06.326 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:08:06.326 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-07T12:08:06.326 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:06.612 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-07T12:08:06.729 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-07T12:08:06.934 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T12:08:06.934 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/6 2024-02-07T12:08:06.934 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-07T12:08:06.935 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-07T12:08:06.935 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-07T12:08:06.935 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-07T12:08:07.047 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 1/2 2024-02-07T12:08:07.248 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-07T12:08:07.248 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:07.248 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:08:07.248 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:07.248 INFO:teuthology.orchestra.run.smithi005.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-07T12:08:07.248 INFO:teuthology.orchestra.run.smithi005.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-07T12:08:07.248 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-07T12:08:07.248 INFO:teuthology.orchestra.run.smithi005.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-07T12:08:07.248 INFO:teuthology.orchestra.run.smithi005.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-07T12:08:07.249 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:07.249 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:07.444 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-07T12:08:07.444 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:07.444 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:08:07.444 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:07.444 INFO:teuthology.orchestra.run.smithi098.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-07T12:08:07.444 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:07.445 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:07.479 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-fuse 2024-02-07T12:08:07.784 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados-devel 2024-02-07T12:08:08.018 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-07T12:08:08.062 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:35 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:08.229 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:08.230 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:08.230 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T12:08:08.230 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:08.230 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:08:08.230 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 885 k 2024-02-07T12:08:08.230 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-07T12:08:08.230 INFO:teuthology.orchestra.run.smithi005.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-07T12:08:08.230 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:08.230 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:08:08.230 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:08.231 INFO:teuthology.orchestra.run.smithi005.stdout:Install 2 Packages 2024-02-07T12:08:08.231 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:08.231 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 964 k 2024-02-07T12:08:08.231 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 2.8 M 2024-02-07T12:08:08.231 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:08:08.369 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:32 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:08.374 INFO:teuthology.orchestra.run.smithi005.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 548 kB/s | 79 kB 00:00 2024-02-07T12:08:08.524 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:08.525 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:08.525 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-02-07T12:08:08.525 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:08.525 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:08:08.526 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 127 k 2024-02-07T12:08:08.526 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:08.526 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:08:08.526 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:08.526 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-02-07T12:08:08.526 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:08.526 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 127 k 2024-02-07T12:08:08.526 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 456 k 2024-02-07T12:08:08.526 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:08:08.666 INFO:teuthology.orchestra.run.smithi005.stdout:(2/2): ceph-fuse-19.0.0-1252.g44458cce.el9.x86_ 2.0 MB/s | 885 kB 00:00 2024-02-07T12:08:08.668 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:08.668 INFO:teuthology.orchestra.run.smithi005.stdout:Total 2.2 MB/s | 964 kB 00:00 2024-02-07T12:08:08.668 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:08:08.689 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:08:08.690 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:08:08.755 INFO:teuthology.orchestra.run.smithi098.stdout:librados-devel-19.0.0-1252.g44458cce.el9.x86_64 552 kB/s | 127 kB 00:00 2024-02-07T12:08:08.756 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:08.756 INFO:teuthology.orchestra.run.smithi098.stdout:Total 549 kB/s | 127 kB 00:00 2024-02-07T12:08:08.756 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:08:08.762 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:08:08.762 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:08:08.768 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:08:08.768 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:08:08.817 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:08:08.818 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:08:08.950 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:08:08.964 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:08:09.062 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:09.088 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-07T12:08:09.094 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-07T12:08:09.127 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T12:08:09.160 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T12:08:09.500 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:09.794 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:09.794 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:09.794 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:08:09.794 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:09.794 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:09.794 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:09.841 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T12:08:09.841 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/2 2024-02-07T12:08:10.028 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs2 2024-02-07T12:08:10.160 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-07T12:08:10.160 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:10.160 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:08:10.160 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-07T12:08:10.160 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:10.160 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:10.540 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-volume 2024-02-07T12:08:10.615 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:34 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:10.723 INFO:teuthology.orchestra.run.smithi098.stdout:Package libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:10.776 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:10.777 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-02-07T12:08:10.780 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:10.850 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs-devel 2024-02-07T12:08:11.130 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:38 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:11.296 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:11.296 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:11.296 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-07T12:08:11.296 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:11.296 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:08:11.296 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-volume noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 264 k 2024-02-07T12:08:11.296 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-07T12:08:11.296 INFO:teuthology.orchestra.run.smithi005.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-07T12:08:11.297 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:11.297 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:08:11.297 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:11.297 INFO:teuthology.orchestra.run.smithi005.stdout:Install 2 Packages 2024-02-07T12:08:11.297 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:11.297 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 332 k 2024-02-07T12:08:11.298 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 1.5 M 2024-02-07T12:08:11.298 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:08:11.414 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:35 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:11.429 INFO:teuthology.orchestra.run.smithi005.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 522 kB/s | 69 kB 00:00 2024-02-07T12:08:11.571 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:11.572 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:11.572 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-02-07T12:08:11.572 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:11.572 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:08:11.572 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 31 k 2024-02-07T12:08:11.572 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:11.572 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:08:11.572 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:11.572 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-02-07T12:08:11.572 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:11.573 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 31 k 2024-02-07T12:08:11.573 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 140 k 2024-02-07T12:08:11.573 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:08:11.604 INFO:teuthology.orchestra.run.smithi005.stdout:(2/2): ceph-volume-19.0.0-1252.g44458cce.el9.no 859 kB/s | 264 kB 00:00 2024-02-07T12:08:11.605 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:11.606 INFO:teuthology.orchestra.run.smithi005.stdout:Total 1.1 MB/s | 332 kB 00:00 2024-02-07T12:08:11.606 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:08:11.616 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:08:11.616 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:08:11.662 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:08:11.663 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:08:11.743 INFO:teuthology.orchestra.run.smithi098.stdout:libcephfs-devel-19.0.0-1252.g44458cce.el9.x86_6 183 kB/s | 31 kB 00:00 2024-02-07T12:08:11.744 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:11.744 INFO:teuthology.orchestra.run.smithi098.stdout:Total 182 kB/s | 31 kB 00:00 2024-02-07T12:08:11.744 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:08:11.747 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:08:11.747 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:08:11.777 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:08:11.777 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:08:11.819 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:08:11.822 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 12/12 2024-02-07T12:08:11.822 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458 1/12 2024-02-07T12:08:11.822 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-07T12:08:11.822 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-07T12:08:11.822 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-07T12:08:11.822 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-07T12:08:11.822 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-07T12:08:11.822 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-07T12:08:11.822 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-07T12:08:11.822 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-07T12:08:11.823 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-07T12:08:11.823 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-07T12:08:11.863 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:08:11.982 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:12.009 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-07T12:08:12.041 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T12:08:12.056 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T12:08:12.057 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:08:12.057 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-07T12:08:12.057 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:12.306 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-07T12:08:12.306 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:12.306 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:12.306 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:12.306 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-07T12:08:12.306 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-07T12:08:12.306 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-07T12:08:12.306 INFO:teuthology.orchestra.run.smithi063.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-07T12:08:12.306 INFO:teuthology.orchestra.run.smithi063.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-07T12:08:12.307 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-07T12:08:12.307 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-07T12:08:12.307 INFO:teuthology.orchestra.run.smithi063.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-07T12:08:12.307 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-07T12:08:12.307 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-07T12:08:12.307 INFO:teuthology.orchestra.run.smithi063.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-07T12:08:12.307 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:12.307 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:12.380 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:12.650 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:12.651 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:12.651 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:08:12.651 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:12.651 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:12.651 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:12.656 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-rook 2024-02-07T12:08:12.780 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 1/2 2024-02-07T12:08:12.823 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados2 2024-02-07T12:08:13.123 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-07T12:08:13.123 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:13.123 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:08:13.123 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:13.124 INFO:teuthology.orchestra.run.smithi005.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-07T12:08:13.124 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:13.124 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:13.238 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:22 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:13.394 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:37 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:13.406 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================== 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================== 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-rook noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 52 k 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-07T12:08:13.408 INFO:teuthology.orchestra.run.smithi063.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-07T12:08:13.409 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-07T12:08:13.409 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-07T12:08:13.409 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-07T12:08:13.409 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-07T12:08:13.409 INFO:teuthology.orchestra.run.smithi063.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-07T12:08:13.409 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:13.409 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:08:13.409 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================== 2024-02-07T12:08:13.409 INFO:teuthology.orchestra.run.smithi063.stdout:Install 13 Packages 2024-02-07T12:08:13.409 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:13.410 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 2.0 M 2024-02-07T12:08:13.410 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 26 M 2024-02-07T12:08:13.410 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:08:13.444 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librados-devel 2024-02-07T12:08:13.499 INFO:teuthology.orchestra.run.smithi098.stdout:Package librados2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:13.553 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:13.553 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-02-07T12:08:13.554 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:13.625 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librbd1 2024-02-07T12:08:13.911 INFO:teuthology.orchestra.run.smithi063.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 174 kB/s | 24 kB 00:00 2024-02-07T12:08:13.944 INFO:teuthology.orchestra.run.smithi063.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 104 kB/s | 18 kB 00:00 2024-02-07T12:08:13.994 INFO:teuthology.orchestra.run.smithi063.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.1 MB/s | 174 kB 00:00 2024-02-07T12:08:14.019 INFO:teuthology.orchestra.run.smithi063.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-07T12:08:14.030 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:41 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:14.047 INFO:teuthology.orchestra.run.smithi063.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-07T12:08:14.070 INFO:teuthology.orchestra.run.smithi063.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 860 kB/s | 43 kB 00:00 2024-02-07T12:08:14.095 INFO:teuthology.orchestra.run.smithi063.stdout:(7/13): ceph-mgr-rook-19.0.0-1252.g44458cce.el9 161 kB/s | 52 kB 00:00 2024-02-07T12:08:14.137 INFO:teuthology.orchestra.run.smithi063.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 224 kB/s | 15 kB 00:00 2024-02-07T12:08:14.154 INFO:teuthology.orchestra.run.smithi063.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 295 kB/s | 32 kB 00:00 2024-02-07T12:08:14.187 INFO:teuthology.orchestra.run.smithi063.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.7 MB/s | 59 kB 00:00 2024-02-07T12:08:14.192 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:38 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:14.196 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:14.196 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:14.196 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-02-07T12:08:14.196 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:14.196 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:08:14.196 INFO:teuthology.orchestra.run.smithi005.stdout: librados-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 127 k 2024-02-07T12:08:14.197 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:14.197 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:08:14.197 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:14.197 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-02-07T12:08:14.197 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:14.197 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 127 k 2024-02-07T12:08:14.197 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 456 k 2024-02-07T12:08:14.197 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:08:14.213 INFO:teuthology.orchestra.run.smithi063.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 1.7 MB/s | 203 kB 00:00 2024-02-07T12:08:14.246 INFO:teuthology.orchestra.run.smithi063.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-02-07T12:08:14.297 INFO:teuthology.orchestra.run.smithi098.stdout:Package librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:14.305 INFO:teuthology.orchestra.run.smithi063.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.1 MB/s | 1.0 MB 00:00 2024-02-07T12:08:14.307 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:14.307 INFO:teuthology.orchestra.run.smithi063.stdout:Total 2.3 MB/s | 2.0 MB 00:00 2024-02-07T12:08:14.307 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:08:14.321 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:08:14.321 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:08:14.349 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:14.350 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-02-07T12:08:14.350 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:14.411 INFO:teuthology.orchestra.run.smithi005.stdout:librados-devel-19.0.0-1252.g44458cce.el9.x86_64 593 kB/s | 127 kB 00:00 2024-02-07T12:08:14.412 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:14.412 INFO:teuthology.orchestra.run.smithi005.stdout:Total 590 kB/s | 127 kB 00:00 2024-02-07T12:08:14.412 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:08:14.418 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:08:14.418 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:08:14.421 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rados 2024-02-07T12:08:14.427 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:08:14.429 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:08:14.475 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:08:14.476 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:08:14.628 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:08:14.745 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:14.996 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:38 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:15.001 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:08:15.101 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:15.154 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:15.155 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-02-07T12:08:15.155 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:15.175 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-07T12:08:15.209 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:15.222 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rgw 2024-02-07T12:08:15.240 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-07T12:08:15.305 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-07T12:08:15.341 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-07T12:08:15.383 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-07T12:08:15.480 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-07T12:08:15.480 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:15.480 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:15.480 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:08:15.480 INFO:teuthology.orchestra.run.smithi005.stdout: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:15.481 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:15.481 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:15.610 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-07T12:08:15.660 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-07T12:08:15.712 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install libcephfs2 2024-02-07T12:08:15.792 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:39 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:15.896 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:15.948 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:15.949 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-02-07T12:08:15.949 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:16.013 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-cephfs 2024-02-07T12:08:16.296 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:43 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:16.406 INFO:teuthology.orchestra.run.smithi005.stdout:Package libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:16.431 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-07T12:08:16.463 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:16.464 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-07T12:08:16.464 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:16.481 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-07T12:08:16.514 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-07T12:08:16.544 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install libcephfs-devel 2024-02-07T12:08:16.564 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-07T12:08:16.577 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:40 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:16.592 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T12:08:16.681 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:16.733 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:16.733 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-02-07T12:08:16.734 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:16.814 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rbd 2024-02-07T12:08:17.135 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:44 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:17.304 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:17.305 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:17.305 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-02-07T12:08:17.305 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:17.305 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:08:17.306 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 31 k 2024-02-07T12:08:17.306 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:17.306 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:08:17.306 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:17.306 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-02-07T12:08:17.306 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:17.306 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 31 k 2024-02-07T12:08:17.306 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 140 k 2024-02-07T12:08:17.306 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:08:17.382 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:41 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 13/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 1/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-07T12:08:17.438 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-07T12:08:17.439 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-07T12:08:17.482 INFO:teuthology.orchestra.run.smithi005.stdout:libcephfs-devel-19.0.0-1252.g44458cce.el9.x86_6 177 kB/s | 31 kB 00:00 2024-02-07T12:08:17.483 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:17.483 INFO:teuthology.orchestra.run.smithi005.stdout:Total 176 kB/s | 31 kB 00:00 2024-02-07T12:08:17.483 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:08:17.487 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:17.487 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:08:17.488 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:08:17.516 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:08:17.516 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:08:17.539 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:17.540 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-02-07T12:08:17.540 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:17.605 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-fuse 2024-02-07T12:08:17.608 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:08:17.724 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:17.821 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-07T12:08:17.821 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:17.821 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:17.821 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-rook-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:17.821 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-07T12:08:17.821 INFO:teuthology.orchestra.run.smithi063.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-07T12:08:17.821 INFO:teuthology.orchestra.run.smithi063.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:17.822 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:18.054 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-cephadm 2024-02-07T12:08:18.119 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:18.175 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:42 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:18.333 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:18.334 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:18.334 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-02-07T12:08:18.334 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:18.334 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:08:18.334 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 85 k 2024-02-07T12:08:18.334 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:18.334 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:08:18.335 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:18.335 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-02-07T12:08:18.335 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:18.335 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 85 k 2024-02-07T12:08:18.335 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 231 k 2024-02-07T12:08:18.335 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:08:18.405 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:18.405 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:18.405 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:08:18.405 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:18.405 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:18.405 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:18.555 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-fuse-19.0.0-1252.g44458cce.el9.x86_64.rpm 388 kB/s | 85 kB 00:00 2024-02-07T12:08:18.556 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:18.556 INFO:teuthology.orchestra.run.smithi098.stdout:Total 385 kB/s | 85 kB 00:00 2024-02-07T12:08:18.556 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:08:18.562 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:08:18.563 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:08:18.591 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librados2 2024-02-07T12:08:18.618 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:08:18.618 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:08:18.630 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:27 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:18.802 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:18.802 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================== 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================== 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 138 k 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:08:18.803 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================== 2024-02-07T12:08:18.804 INFO:teuthology.orchestra.run.smithi063.stdout:Install 6 Packages 2024-02-07T12:08:18.804 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:18.804 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 6.8 M 2024-02-07T12:08:18.804 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 33 M 2024-02-07T12:08:18.805 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:08:18.805 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:08:18.911 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:19.007 INFO:teuthology.orchestra.run.smithi063.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 227 kB 00:00 2024-02-07T12:08:19.149 INFO:teuthology.orchestra.run.smithi063.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-02-07T12:08:19.171 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:46 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:19.274 INFO:teuthology.orchestra.run.smithi063.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1252.g44458cce.e 324 kB/s | 138 kB 00:00 2024-02-07T12:08:19.280 INFO:teuthology.orchestra.run.smithi005.stdout:Package librados2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:19.314 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:19.336 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:19.337 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-07T12:08:19.337 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:19.420 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librbd1 2024-02-07T12:08:19.483 INFO:teuthology.orchestra.run.smithi063.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 187 kB/s | 58 kB 00:00 2024-02-07T12:08:19.575 INFO:teuthology.orchestra.run.smithi063.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 170 kB/s | 51 kB 00:00 2024-02-07T12:08:19.608 INFO:teuthology.orchestra.run.smithi063.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 914 kB/s | 548 kB 00:00 2024-02-07T12:08:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:Total 8.4 MB/s | 6.8 MB 00:00 2024-02-07T12:08:19.612 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:08:19.622 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:08:19.622 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:08:19.625 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:19.625 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:19.625 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:08:19.625 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:19.626 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:19.626 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:19.715 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:08:19.715 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:08:19.866 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-mirror 2024-02-07T12:08:20.001 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:46 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:20.017 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:08:20.112 INFO:teuthology.orchestra.run.smithi005.stdout:Package librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:20.168 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:20.169 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-07T12:08:20.169 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:20.197 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-07T12:08:20.244 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-07T12:08:20.249 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rados 2024-02-07T12:08:20.451 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:44 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:20.609 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:20.610 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.1 M 2024-02-07T12:08:20.611 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 13 M 2024-02-07T12:08:20.611 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:08:20.791 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-07T12:08:20.834 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:47 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:20.890 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-07T12:08:20.945 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:20.959 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-07T12:08:20.988 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T12:08:21.000 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:21.001 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-07T12:08:21.001 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:21.086 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rgw 2024-02-07T12:08:21.668 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:48 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:21.779 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:21.823 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 6/6 2024-02-07T12:08:21.823 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 1/6 2024-02-07T12:08:21.823 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-07T12:08:21.823 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-07T12:08:21.823 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-07T12:08:21.823 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-07T12:08:21.836 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:21.836 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-07T12:08:21.836 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:21.850 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-mirror-19.0.0-1252.g44458cce.el9.x86_64.rpm 2.5 MB/s | 3.1 MB 00:01 2024-02-07T12:08:21.851 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:21.851 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.5 MB/s | 3.1 MB 00:01 2024-02-07T12:08:21.851 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:08:21.861 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:08:21.861 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:08:21.919 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-cephfs 2024-02-07T12:08:21.934 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:08:21.935 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:08:22.136 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-07T12:08:22.136 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:22.136 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:22.136 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-cephadm-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:22.136 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-07T12:08:22.136 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-07T12:08:22.137 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-07T12:08:22.137 INFO:teuthology.orchestra.run.smithi063.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-07T12:08:22.137 INFO:teuthology.orchestra.run.smithi063.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-07T12:08:22.137 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:22.137 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:22.360 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:08:22.366 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-fuse 2024-02-07T12:08:22.426 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:22.449 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:22.450 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:08:22.450 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-07T12:08:22.450 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-07T12:08:22.450 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-07T12:08:22.450 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:22.499 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:49 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:22.608 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:22.664 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:22.665 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-07T12:08:22.665 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:22.741 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rbd 2024-02-07T12:08:22.948 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:31 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:23.115 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:23.115 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:23.115 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T12:08:23.116 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:23.116 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:08:23.116 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 885 k 2024-02-07T12:08:23.116 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-02-07T12:08:23.116 INFO:teuthology.orchestra.run.smithi063.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-07T12:08:23.116 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:23.116 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:08:23.116 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:23.116 INFO:teuthology.orchestra.run.smithi063.stdout:Install 2 Packages 2024-02-07T12:08:23.116 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:23.117 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 964 k 2024-02-07T12:08:23.117 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 2.8 M 2024-02-07T12:08:23.117 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:08:23.326 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:50 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:23.336 INFO:teuthology.orchestra.run.smithi063.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 359 kB/s | 79 kB 00:00 2024-02-07T12:08:23.435 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:23.490 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:23.491 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-07T12:08:23.491 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:23.577 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-fuse 2024-02-07T12:08:23.598 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:23.598 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:23.598 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:08:23.598 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:23.598 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:23.598 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:23.761 INFO:teuthology.orchestra.run.smithi063.stdout:(2/2): ceph-fuse-19.0.0-1252.g44458cce.el9.x86_ 1.3 MB/s | 885 kB 00:00 2024-02-07T12:08:23.762 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:23.763 INFO:teuthology.orchestra.run.smithi063.stdout:Total 1.5 MB/s | 964 kB 00:00 2024-02-07T12:08:23.763 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:08:23.786 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:08:23.787 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:08:23.854 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-nbd 2024-02-07T12:08:23.868 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:08:23.868 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:08:24.056 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:08:24.161 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:51 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:24.200 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-07T12:08:24.280 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T12:08:24.326 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:24.327 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:24.327 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-02-07T12:08:24.327 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:24.327 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:08:24.327 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 85 k 2024-02-07T12:08:24.327 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:24.327 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:08:24.327 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:24.327 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-02-07T12:08:24.328 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:24.328 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 85 k 2024-02-07T12:08:24.328 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 231 k 2024-02-07T12:08:24.328 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:08:24.438 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:48 ago on Wed 07 Feb 2024 12:06:36 PM UTC. 2024-02-07T12:08:24.593 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-07T12:08:24.594 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:24.594 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 171 k 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 171 k 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 494 k 2024-02-07T12:08:24.595 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-07T12:08:24.644 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-fuse-19.0.0-1252.g44458cce.el9.x86_64.rpm 270 kB/s | 85 kB 00:00 2024-02-07T12:08:24.644 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:24.644 INFO:teuthology.orchestra.run.smithi005.stdout:Total 269 kB/s | 85 kB 00:00 2024-02-07T12:08:24.645 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:08:24.652 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:08:24.652 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:08:24.710 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:08:24.710 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:08:24.822 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-nbd-19.0.0-1252.g44458cce.el9.x86_64.rpm 758 kB/s | 171 kB 00:00 2024-02-07T12:08:24.822 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:24.822 INFO:teuthology.orchestra.run.smithi098.stdout:Total 753 kB/s | 171 kB 00:00 2024-02-07T12:08:24.822 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-07T12:08:24.830 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-07T12:08:24.830 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-07T12:08:24.885 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-07T12:08:24.885 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-07T12:08:24.908 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:08:25.011 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:25.018 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2/2 2024-02-07T12:08:25.018 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/2 2024-02-07T12:08:25.027 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-07T12:08:25.128 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:25.356 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-07T12:08:25.356 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:25.356 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:25.356 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-07T12:08:25.356 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:25.356 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:25.421 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:25.572 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:25.629 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-volume 2024-02-07T12:08:25.744 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:25.744 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:25.745 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:08:25.745 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:25.745 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:25.745 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:25.862 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:25.862 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:25.862 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-07T12:08:25.862 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:25.862 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:08:25.862 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-07T12:08:25.953 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-mirror 2024-02-07T12:08:26.095 DEBUG:teuthology.parallel:result is None 2024-02-07T12:08:26.216 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:35 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:26.381 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:26.381 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-volume noarch 2:19.0.0-1252.g44458cce.el9 ceph-noarch 264 k 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout:Install 2 Packages 2024-02-07T12:08:26.382 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:26.383 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 332 k 2024-02-07T12:08:26.383 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 1.5 M 2024-02-07T12:08:26.383 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:08:26.507 INFO:teuthology.orchestra.run.smithi063.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 554 kB/s | 69 kB 00:00 2024-02-07T12:08:26.539 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:53 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:26.702 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:26.703 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:26.703 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-02-07T12:08:26.703 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:26.703 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:08:26.703 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-mirror x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T12:08:26.703 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:26.703 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:08:26.703 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:26.703 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-02-07T12:08:26.703 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:26.704 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 3.1 M 2024-02-07T12:08:26.704 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 13 M 2024-02-07T12:08:26.704 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:08:26.812 INFO:teuthology.orchestra.run.smithi063.stdout:(2/2): ceph-volume-19.0.0-1252.g44458cce.el9.no 614 kB/s | 264 kB 00:00 2024-02-07T12:08:26.814 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:26.814 INFO:teuthology.orchestra.run.smithi063.stdout:Total 770 kB/s | 332 kB 00:00 2024-02-07T12:08:26.814 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:08:26.824 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:08:26.824 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:08:26.867 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:08:26.867 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:08:27.025 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:08:27.198 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-07T12:08:27.235 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T12:08:27.250 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2/2 2024-02-07T12:08:27.251 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:08:27.251 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-07T12:08:27.251 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:27.932 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-mirror-19.0.0-1252.g44458cce.el9.x86_64.rpm 2.5 MB/s | 3.1 MB 00:01 2024-02-07T12:08:27.933 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:27.933 INFO:teuthology.orchestra.run.smithi005.stdout:Total 2.5 MB/s | 3.1 MB 00:01 2024-02-07T12:08:27.934 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:08:27.944 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:08:27.944 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:08:27.992 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 1/2 2024-02-07T12:08:28.024 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:08:28.024 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:08:28.343 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-07T12:08:28.343 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:28.343 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:28.343 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-volume-2:19.0.0-1252.g44458cce.el9.noarch 2024-02-07T12:08:28.343 INFO:teuthology.orchestra.run.smithi063.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-07T12:08:28.344 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:28.344 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:28.473 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:08:28.533 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:28.557 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:28.557 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:08:28.557 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-07T12:08:28.557 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-07T12:08:28.557 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-07T12:08:28.557 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:28.689 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librados-devel 2024-02-07T12:08:29.274 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:38 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:29.439 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:29.439 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:29.439 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout: librados-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 127 k 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 127 k 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 456 k 2024-02-07T12:08:29.440 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:08:29.671 INFO:teuthology.orchestra.run.smithi063.stdout:librados-devel-19.0.0-1252.g44458cce.el9.x86_64 550 kB/s | 127 kB 00:00 2024-02-07T12:08:29.671 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:29.672 INFO:teuthology.orchestra.run.smithi063.stdout:Total 546 kB/s | 127 kB 00:00 2024-02-07T12:08:29.672 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:08:29.678 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:08:29.678 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:08:29.735 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:08:29.735 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:08:29.783 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:29.783 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:29.783 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:08:29.784 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:29.784 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:29.784 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:29.884 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:08:29.980 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:30.020 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-nbd 2024-02-07T12:08:30.435 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:30.611 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:57 ago on Wed 07 Feb 2024 12:06:33 PM UTC. 2024-02-07T12:08:30.758 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:30.759 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:30.759 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:30.759 INFO:teuthology.orchestra.run.smithi063.stdout: librados-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:30.759 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:30.759 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:30.776 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-07T12:08:30.777 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:30.777 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-02-07T12:08:30.777 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:30.777 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-02-07T12:08:30.777 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-nbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 171 k 2024-02-07T12:08:30.777 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:30.777 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-07T12:08:30.778 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-07T12:08:30.778 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-02-07T12:08:30.778 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:30.778 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 171 k 2024-02-07T12:08:30.778 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 494 k 2024-02-07T12:08:30.778 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-07T12:08:31.015 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install libcephfs2 2024-02-07T12:08:31.028 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-nbd-19.0.0-1252.g44458cce.el9.x86_64.rpm 685 kB/s | 171 kB 00:00 2024-02-07T12:08:31.028 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:31.029 INFO:teuthology.orchestra.run.smithi005.stdout:Total 682 kB/s | 171 kB 00:00 2024-02-07T12:08:31.029 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-07T12:08:31.037 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-07T12:08:31.038 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-07T12:08:31.097 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-07T12:08:31.097 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-07T12:08:31.255 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-07T12:08:31.355 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:31.604 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:40 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:31.714 INFO:teuthology.orchestra.run.smithi063.stdout:Package libcephfs2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:31.770 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:31.771 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-02-07T12:08:31.771 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:31.787 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:31.839 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install libcephfs-devel 2024-02-07T12:08:32.106 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:32.106 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:32.106 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-07T12:08:32.106 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:32.107 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:08:32.107 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-07T12:08:32.381 DEBUG:teuthology.parallel:result is None 2024-02-07T12:08:32.424 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:41 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:32.588 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:32.589 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:32.589 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-02-07T12:08:32.589 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:32.589 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:08:32.589 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-devel x86_64 2:19.0.0-1252.g44458cce.el9 ceph 31 k 2024-02-07T12:08:32.589 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:32.589 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:08:32.589 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:32.589 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-02-07T12:08:32.590 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:32.590 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 31 k 2024-02-07T12:08:32.590 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 140 k 2024-02-07T12:08:32.590 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:08:32.832 INFO:teuthology.orchestra.run.smithi063.stdout:libcephfs-devel-19.0.0-1252.g44458cce.el9.x86_6 129 kB/s | 31 kB 00:00 2024-02-07T12:08:32.833 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:32.833 INFO:teuthology.orchestra.run.smithi063.stdout:Total 128 kB/s | 31 kB 00:00 2024-02-07T12:08:32.833 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:08:32.836 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:08:32.836 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:08:32.866 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:08:32.866 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:08:32.948 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:08:33.074 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:33.479 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:33.752 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:33.752 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:33.752 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:33.752 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-devel-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:33.752 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:33.752 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:33.950 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librados2 2024-02-07T12:08:34.535 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:43 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:34.645 INFO:teuthology.orchestra.run.smithi063.stdout:Package librados2-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:34.701 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:34.702 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-02-07T12:08:34.703 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:34.764 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librbd1 2024-02-07T12:08:35.345 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:44 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:35.455 INFO:teuthology.orchestra.run.smithi063.stdout:Package librbd1-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:35.511 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:35.512 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-02-07T12:08:35.512 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:35.582 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rados 2024-02-07T12:08:36.167 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:45 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:36.279 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rados-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:36.335 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:36.336 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-02-07T12:08:36.336 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:36.401 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rgw 2024-02-07T12:08:36.985 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:45 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:37.093 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rgw-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:37.149 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:37.150 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-02-07T12:08:37.150 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:37.206 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-cephfs 2024-02-07T12:08:37.786 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:46 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:37.896 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-cephfs-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:37.952 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:37.953 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-02-07T12:08:37.953 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:38.014 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rbd 2024-02-07T12:08:38.598 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:47 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:38.707 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rbd-2:19.0.0-1252.g44458cce.el9.x86_64 is already installed. 2024-02-07T12:08:38.763 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:38.764 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-02-07T12:08:38.764 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:38.833 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-fuse 2024-02-07T12:08:39.419 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:48 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:39.590 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:39.590 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-fuse x86_64 2:19.0.0-1252.g44458cce.el9 ceph 85 k 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 85 k 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 231 k 2024-02-07T12:08:39.591 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:08:39.919 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-fuse-19.0.0-1252.g44458cce.el9.x86_64.rpm 260 kB/s | 85 kB 00:00 2024-02-07T12:08:39.920 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:39.921 INFO:teuthology.orchestra.run.smithi063.stdout:Total 258 kB/s | 85 kB 00:00 2024-02-07T12:08:39.921 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:08:39.933 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:08:39.933 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:08:39.999 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:08:39.999 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:08:40.174 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:08:40.278 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:40.766 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:41.125 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:41.126 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:41.126 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:41.126 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-fuse-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:41.126 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:41.126 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:41.372 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-mirror 2024-02-07T12:08:41.961 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:50 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:42.125 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:42.126 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:42.126 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-02-07T12:08:42.126 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:42.126 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:08:42.126 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-mirror x86_64 2:19.0.0-1252.g44458cce.el9 ceph 3.1 M 2024-02-07T12:08:42.126 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:42.126 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:08:42.126 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:42.127 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-02-07T12:08:42.127 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:42.127 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 3.1 M 2024-02-07T12:08:42.127 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 13 M 2024-02-07T12:08:42.127 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:08:43.072 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-mirror-19.0.0-1252.g44458cce.el9.x86_64.rpm 3.3 MB/s | 3.1 MB 00:00 2024-02-07T12:08:43.072 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:43.073 INFO:teuthology.orchestra.run.smithi063.stdout:Total 3.3 MB/s | 3.1 MB 00:00 2024-02-07T12:08:43.073 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:08:43.083 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:08:43.083 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:08:43.161 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:08:43.161 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:08:43.626 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:08:43.680 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:43.705 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:43.705 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-07T12:08:43.705 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-07T12:08:43.705 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-07T12:08:43.705 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-07T12:08:43.705 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:44.858 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:44.859 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:44.859 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:44.859 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-mirror-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:44.859 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:44.859 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:45.108 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-nbd 2024-02-07T12:08:45.693 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:54 ago on Wed 07 Feb 2024 12:06:51 PM UTC. 2024-02-07T12:08:45.858 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-02-07T12:08:45.858 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:45.858 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-nbd x86_64 2:19.0.0-1252.g44458cce.el9 ceph 171 k 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 171 k 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 494 k 2024-02-07T12:08:45.859 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-02-07T12:08:46.091 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-nbd-19.0.0-1252.g44458cce.el9.x86_64.rpm 739 kB/s | 171 kB 00:00 2024-02-07T12:08:46.092 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:08:46.092 INFO:teuthology.orchestra.run.smithi063.stdout:Total 734 kB/s | 171 kB 00:00 2024-02-07T12:08:46.092 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-02-07T12:08:46.100 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-02-07T12:08:46.100 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-02-07T12:08:46.158 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-02-07T12:08:46.159 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-02-07T12:08:46.310 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-02-07T12:08:46.417 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:46.850 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:47.168 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 1/1 2024-02-07T12:08:47.168 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:47.168 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-02-07T12:08:47.168 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-nbd-2:19.0.0-1252.g44458cce.el9.x86_64 2024-02-07T12:08:47.168 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-02-07T12:08:47.169 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-02-07T12:08:47.426 DEBUG:teuthology.parallel:result is None 2024-02-07T12:08:47.427 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:08:47.648 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-07T12:08:47.672 INFO:teuthology.orchestra.run.smithi005.stdout:19.0.0-1252.g44458cce.el9 2024-02-07T12:08:47.673 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1252.g44458cce.el9 2024-02-07T12:08:47.673 INFO:teuthology.task.install:The correct ceph version 19.0.0-1252.g44458cce is installed. 2024-02-07T12:08:47.676 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:08:47.890 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-07T12:08:47.912 INFO:teuthology.orchestra.run.smithi063.stdout:19.0.0-1252.g44458cce.el9 2024-02-07T12:08:47.913 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1252.g44458cce.el9 2024-02-07T12:08:47.913 INFO:teuthology.task.install:The correct ceph version 19.0.0-1252.g44458cce is installed. 2024-02-07T12:08:47.915 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:08:48.055 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-07T12:08:48.081 INFO:teuthology.orchestra.run.smithi098.stdout:19.0.0-1252.g44458cce.el9 2024-02-07T12:08:48.081 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1252.g44458cce.el9 2024-02-07T12:08:48.081 INFO:teuthology.task.install:The correct ceph version 19.0.0-1252.g44458cce is installed. 2024-02-07T12:08:48.083 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-07T12:08:48.083 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:08:48.083 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-07T12:08:48.115 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:08:48.115 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-07T12:08:48.145 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:08:48.145 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-07T12:08:48.178 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-07T12:08:48.178 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:08:48.178 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/daemon-helper 2024-02-07T12:08:48.208 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-07T12:08:48.277 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:08:48.277 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/daemon-helper 2024-02-07T12:08:48.305 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-07T12:08:48.373 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:08:48.373 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/daemon-helper 2024-02-07T12:08:48.404 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-07T12:08:48.475 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-07T12:08:48.476 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:08:48.476 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-07T12:08:48.507 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-07T12:08:48.576 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:08:48.576 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-07T12:08:48.608 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-07T12:08:48.678 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:08:48.678 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-07T12:08:48.710 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-07T12:08:48.780 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-07T12:08:48.780 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:08:48.780 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/stdin-killer 2024-02-07T12:08:48.807 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-07T12:08:48.875 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:08:48.875 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/stdin-killer 2024-02-07T12:08:48.906 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-07T12:08:48.977 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:08:48.977 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/stdin-killer 2024-02-07T12:08:49.007 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-07T12:08:49.077 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-07T12:08:49.194 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\\)'], 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261'} 2024-02-07T12:08:49.194 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:08:49.195 INFO:tasks.cephadm:Cluster fsid is a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:08:49.195 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-07T12:08:49.195 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.5', 'mon.b': '172.21.15.63', 'mon.c': '172.21.15.98'} 2024-02-07T12:08:49.195 INFO:tasks.cephadm:First mon is mon.a on smithi005 2024-02-07T12:08:49.195 INFO:tasks.cephadm:First mgr is a 2024-02-07T12:08:49.195 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-07T12:08:49.196 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2024-02-07T12:08:49.223 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-02-07T12:08:49.255 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-02-07T12:08:49.287 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-07T12:08:49.288 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:08:49.511 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '44458ccedb18241cc2e17f10cdab3d1385399261', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/76537/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1252-g44458cce', 'node_name': '172.21.2.1+braggi01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1252.g44458cce'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-02-05 21:02:35.601617', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-4-2024-02-05-1854', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-02-07T12:08:49.728 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-testing-4-2024-02-05-1854, sha1 44458ccedb18241cc2e17f10cdab3d1385399261 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:08:49.730 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/x86_64/flavors/default/cephadm 2024-02-07T12:08:49.730 DEBUG:teuthology.orchestra.run.smithi005:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-07T12:08:50.148 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-r--r--. 1 ubuntu ubuntu 766878 Feb 7 12:08 /home/ubuntu/cephtest/cephadm 2024-02-07T12:08:50.149 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-07T12:08:50.757 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-r--r--. 1 ubuntu ubuntu 766878 Feb 7 12:08 /home/ubuntu/cephtest/cephadm 2024-02-07T12:08:50.757 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-4-2024-02-05-1854/44458ccedb18241cc2e17f10cdab3d1385399261/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-07T12:08:51.193 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-r--r--. 1 ubuntu ubuntu 766878 Feb 7 12:08 /home/ubuntu/cephtest/cephadm 2024-02-07T12:08:51.193 DEBUG:teuthology.orchestra.run.smithi005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-07T12:08:51.211 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-07T12:08:51.230 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-07T12:08:51.262 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 on all hosts... 2024-02-07T12:08:51.262 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 pull 2024-02-07T12:08:51.264 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 pull 2024-02-07T12:08:51.273 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 pull 2024-02-07T12:08:52.079 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261... 2024-02-07T12:08:52.156 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261... 2024-02-07T12:08:52.242 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261... 2024-02-07T12:09:27.600 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-02-07T12:09:27.600 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev)", 2024-02-07T12:09:27.600 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f", 2024-02-07T12:09:27.600 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2024-02-07T12:09:27.601 INFO:teuthology.orchestra.run.smithi098.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe" 2024-02-07T12:09:27.601 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2024-02-07T12:09:27.601 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-02-07T12:09:34.690 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2024-02-07T12:09:34.690 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph_version": "ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev)", 2024-02-07T12:09:34.690 INFO:teuthology.orchestra.run.smithi005.stdout: "image_id": "79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f", 2024-02-07T12:09:34.690 INFO:teuthology.orchestra.run.smithi005.stdout: "repo_digests": [ 2024-02-07T12:09:34.690 INFO:teuthology.orchestra.run.smithi005.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe" 2024-02-07T12:09:34.690 INFO:teuthology.orchestra.run.smithi005.stdout: ] 2024-02-07T12:09:34.690 INFO:teuthology.orchestra.run.smithi005.stdout:} 2024-02-07T12:09:38.345 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-02-07T12:09:38.345 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph_version": "ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev)", 2024-02-07T12:09:38.345 INFO:teuthology.orchestra.run.smithi063.stdout: "image_id": "79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f", 2024-02-07T12:09:38.345 INFO:teuthology.orchestra.run.smithi063.stdout: "repo_digests": [ 2024-02-07T12:09:38.345 INFO:teuthology.orchestra.run.smithi063.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe" 2024-02-07T12:09:38.345 INFO:teuthology.orchestra.run.smithi063.stdout: ] 2024-02-07T12:09:38.345 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-02-07T12:09:38.370 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /etc/ceph 2024-02-07T12:09:38.405 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2024-02-07T12:09:38.434 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2024-02-07T12:09:38.470 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 777 /etc/ceph 2024-02-07T12:09:38.501 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2024-02-07T12:09:38.528 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2024-02-07T12:09:38.559 INFO:tasks.cephadm:Writing seed config... 2024-02-07T12:09:38.560 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-02-07T12:09:38.560 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-07T12:09:38.560 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-07T12:09:38.560 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-02-07T12:09:38.560 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-07T12:09:38.560 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-07T12:09:38.561 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-07T12:09:38.561 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-07T12:09:38.561 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-07T12:09:38.561 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:09:38.561 DEBUG:teuthology.orchestra.run.smithi005:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-07T12:09:38.579 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 = a6b6e578-c5b1-11ee-95b6-87774f69a715 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-02-07T12:09:38.579 DEBUG:teuthology.orchestra.run.smithi005:mon.a> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.a.service 2024-02-07T12:09:38.622 DEBUG:teuthology.orchestra.run.smithi005:mgr.a> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mgr.a.service 2024-02-07T12:09:38.665 INFO:tasks.cephadm:Bootstrapping... 2024-02-07T12:09:38.665 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 -v bootstrap --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.5 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-07T12:09:38.868 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-07T12:09:38.868 INFO:teuthology.orchestra.run.smithi005.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261', '-v', 'bootstrap', '--fsid', 'a6b6e578-c5b1-11ee-95b6-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.5', '--skip-admin-label'] 2024-02-07T12:09:38.891 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-07T12:09:38.892 INFO:teuthology.orchestra.run.smithi005.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-07T12:09:38.892 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying podman|docker is present... 2024-02-07T12:09:38.916 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-07T12:09:38.916 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying lvm2 is present... 2024-02-07T12:09:38.917 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying time synchronization is in place... 2024-02-07T12:09:38.924 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-07T12:09:38.924 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-07T12:09:38.930 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-07T12:09:38.930 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-02-07T12:09:38.936 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout enabled 2024-02-07T12:09:38.942 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout active 2024-02-07T12:09:38.942 INFO:teuthology.orchestra.run.smithi005.stdout:Unit chronyd.service is enabled and running 2024-02-07T12:09:38.942 INFO:teuthology.orchestra.run.smithi005.stdout:Repeating the final host check... 2024-02-07T12:09:38.965 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-07T12:09:38.965 INFO:teuthology.orchestra.run.smithi005.stdout:podman (/bin/podman) version 4.9.3 is present 2024-02-07T12:09:38.965 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl is present 2024-02-07T12:09:38.965 INFO:teuthology.orchestra.run.smithi005.stdout:lvcreate is present 2024-02-07T12:09:38.971 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-07T12:09:38.971 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-07T12:09:38.977 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-07T12:09:38.977 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-02-07T12:09:38.983 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout enabled 2024-02-07T12:09:38.989 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout active 2024-02-07T12:09:38.989 INFO:teuthology.orchestra.run.smithi005.stdout:Unit chronyd.service is enabled and running 2024-02-07T12:09:38.989 INFO:teuthology.orchestra.run.smithi005.stdout:Host looks OK 2024-02-07T12:09:38.989 INFO:teuthology.orchestra.run.smithi005.stdout:Cluster fsid: a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:09:38.989 INFO:teuthology.orchestra.run.smithi005.stdout:Acquiring lock 140032431685584 on /run/cephadm/a6b6e578-c5b1-11ee-95b6-87774f69a715.lock 2024-02-07T12:09:38.989 INFO:teuthology.orchestra.run.smithi005.stdout:Lock 140032431685584 acquired on /run/cephadm/a6b6e578-c5b1-11ee-95b6-87774f69a715.lock 2024-02-07T12:09:38.990 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying IP 172.21.15.5 port 3300 ... 2024-02-07T12:09:38.990 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying IP 172.21.15.5 port 6789 ... 2024-02-07T12:09:38.990 INFO:teuthology.orchestra.run.smithi005.stdout:Base mon IP(s) is [172.21.15.5:3300, 172.21.15.5:6789], mon addrv is [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-02-07T12:09:38.993 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.5 metric 100 2024-02-07T12:09:38.993 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2024-02-07T12:09:38.996 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-07T12:09:38.996 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-02-07T12:09:38.996 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-02-07T12:09:38.998 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-07T12:09:38.998 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-07T12:09:38.998 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-07T12:09:38.998 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-07T12:09:38.998 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1442/64 scope link noprefixroute 2024-02-07T12:09:38.998 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-07T12:09:38.999 INFO:teuthology.orchestra.run.smithi005.stdout:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2024-02-07T12:09:38.999 INFO:teuthology.orchestra.run.smithi005.stdout:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2024-02-07T12:09:38.999 INFO:teuthology.orchestra.run.smithi005.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-07T12:09:39.000 INFO:teuthology.orchestra.run.smithi005.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-07T12:09:39.000 INFO:teuthology.orchestra.run.smithi005.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261... 2024-02-07T12:09:39.477 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f 2024-02-07T12:09:39.477 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261... 2024-02-07T12:09:39.477 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Getting image source signatures 2024-02-07T12:09:39.477 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Copying blob sha256:a997f0e9fc346761d24d2a6e2e6c8569e51b56d4493dc8639d7f291d92935b5f 2024-02-07T12:09:39.477 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-07T12:09:39.477 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Copying config sha256:79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f 2024-02-07T12:09:39.477 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Writing manifest to image destination 2024-02-07T12:09:40.625 INFO:teuthology.orchestra.run.smithi005.stdout:ceph: stdout ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev) 2024-02-07T12:09:40.625 INFO:teuthology.orchestra.run.smithi005.stdout:Ceph version: ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev) 2024-02-07T12:09:40.625 INFO:teuthology.orchestra.run.smithi005.stdout:Extracting ceph user uid/gid from container image... 2024-02-07T12:09:47.723 INFO:teuthology.orchestra.run.smithi005.stdout:stat: stdout 167 167 2024-02-07T12:09:47.723 INFO:teuthology.orchestra.run.smithi005.stdout:Creating initial keys... 2024-02-07T12:09:53.352 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph-authtool: stdout AQAOc8Nlq2O+GxAA/UTPX3K+BIPdpx54fX8KFA== 2024-02-07T12:09:54.431 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph-authtool: stdout AQARc8NlxTTkKRAA03AHQeQ13KDwJWkiv0mDsg== 2024-02-07T12:09:55.889 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph-authtool: stdout AQASc8NlQ4KxLxAAWVVod16cu9F0dHgAvofI5A== 2024-02-07T12:09:55.890 INFO:teuthology.orchestra.run.smithi005.stdout:Creating initial monmap... 2024-02-07T12:09:56.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-07T12:09:56.780 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-07T12:09:56.780 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:09:56.780 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-07T12:09:56.780 INFO:teuthology.orchestra.run.smithi005.stdout:monmaptool for a [v2:172.21.15.5:3300,v1:172.21.15.5:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-07T12:09:56.780 INFO:teuthology.orchestra.run.smithi005.stdout:setting min_mon_release = quincy 2024-02-07T12:09:56.780 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: set fsid to a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:09:56.780 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-07T12:09:56.781 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:09:56.781 INFO:teuthology.orchestra.run.smithi005.stdout:Creating mon... 2024-02-07T12:09:57.717 INFO:teuthology.orchestra.run.smithi005.stdout:create mon.a on 2024-02-07T12:09:57.923 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-02-07T12:09:58.217 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-07T12:09:58.708 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715.target. 2024-02-07T12:09:58.709 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715.target. 2024-02-07T12:09:59.200 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.a 2024-02-07T12:09:59.201 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.a.service: Unit ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.a.service not loaded. 2024-02-07T12:09:59.362 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715.target.wants/ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.a.service → /etc/systemd/system/ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@.service. 2024-02-07T12:09:59.702 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:09:59 smithi005 podman[29349]: 2024-02-07 12:09:59.507084274 +0000 UTC m=+0.017577219 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:09:59.879 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-07T12:09:59.879 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2024-02-07T12:09:59.885 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-07T12:09:59.886 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-02-07T12:09:59.886 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2024-02-07T12:09:59.886 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to enable service . firewalld.service is not available 2024-02-07T12:09:59.887 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mon to start... 2024-02-07T12:09:59.887 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mon... 2024-02-07T12:10:00.109 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:09:59 smithi005 podman[29349]: 2024-02-07 12:09:59.789845199 +0000 UTC m=+0.300338158 container init ec2275c9bc02d2b3399af6f75ebcb1ea553f9b47ef0ae6d17a6a595eed03515b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, GIT_BRANCH=HEAD) 2024-02-07T12:10:00.109 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:09:59 smithi005 podman[29349]: 2024-02-07 12:09:59.794681626 +0000 UTC m=+0.305174574 container start ec2275c9bc02d2b3399af6f75ebcb1ea553f9b47ef0ae6d17a6a595eed03515b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2) 2024-02-07T12:10:00.109 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:09:59 smithi005 ceph-mon[29387]: mkfs a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:10:00.109 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:09:59 smithi005 bash[29349]: ec2275c9bc02d2b3399af6f75ebcb1ea553f9b47ef0ae6d17a6a595eed03515b 2024-02-07T12:10:00.109 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:09:59 smithi005 ceph-mon[29387]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-07T12:10:00.109 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:09:59 smithi005 systemd[1]: Started Ceph mon.a for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:10:01.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:00 smithi005 ceph-mon[29387]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-07T12:10:01.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:00 smithi005 ceph-mon[29387]: monmap e1: 1 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:10:01.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:00 smithi005 ceph-mon[29387]: fsmap 2024-02-07T12:10:01.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:00 smithi005 ceph-mon[29387]: osdmap e1: 0 total, 0 up, 0 in 2024-02-07T12:10:01.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:00 smithi005 ceph-mon[29387]: mgrmap e1: no daemons active 2024-02-07T12:10:01.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:00 smithi005 ceph-mon[29387]: from='client.? 172.21.15.5:0/4171354626' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-07T12:10:01.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout cluster: 2024-02-07T12:10:01.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout id: a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:10:01.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-07T12:10:01.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:01.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout services: 2024-02-07T12:10:01.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.555045s) 2024-02-07T12:10:01.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-07T12:10:01.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-07T12:10:01.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:01.238 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout data: 2024-02-07T12:10:01.238 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-07T12:10:01.238 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-07T12:10:01.238 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-07T12:10:01.238 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout pgs: 2024-02-07T12:10:01.238 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:01.238 INFO:teuthology.orchestra.run.smithi005.stdout:mon is available 2024-02-07T12:10:01.238 INFO:teuthology.orchestra.run.smithi005.stdout:Assimilating anything we can from ceph.conf... 2024-02-07T12:10:01.920 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:01 smithi005 ceph-mon[29387]: from='client.? 172.21.15.5:0/2070318553' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-07T12:10:01.920 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:01 smithi005 ceph-mon[29387]: from='client.? 172.21.15.5:0/2070318553' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-07T12:10:02.399 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:02.399 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [global] 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout fsid = a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [osd] 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-07T12:10:02.400 INFO:teuthology.orchestra.run.smithi005.stdout:Generating new minimal ceph.conf... 2024-02-07T12:10:03.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:03 smithi005 ceph-mon[29387]: from='client.? 172.21.15.5:0/635118162' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:10:03.547 INFO:teuthology.orchestra.run.smithi005.stdout:Restarting the monitor... 2024-02-07T12:10:03.817 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:03 smithi005 systemd[1]: Stopping Ceph mon.a for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:10:04.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:03 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a[29364]: 2024-02-07T12:10:03.813+0000 7fc2ec47a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-02-07T12:10:04.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:03 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a[29364]: 2024-02-07T12:10:03.813+0000 7fc2ec47a700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-07T12:10:04.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:03 smithi005 podman[29718]: 2024-02-07 12:10:03.927128723 +0000 UTC m=+0.222161724 container died ec2275c9bc02d2b3399af6f75ebcb1ea553f9b47ef0ae6d17a6a595eed03515b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True) 2024-02-07T12:10:04.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:04 smithi005 podman[29718]: 2024-02-07 12:10:04.477857486 +0000 UTC m=+0.772890486 container cleanup ec2275c9bc02d2b3399af6f75ebcb1ea553f9b47ef0ae6d17a6a595eed03515b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc) 2024-02-07T12:10:04.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:04 smithi005 bash[29718]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a 2024-02-07T12:10:04.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:04 smithi005 podman[29737]: 2024-02-07 12:10:04.637083229 +0000 UTC m=+0.701031063 container remove ec2275c9bc02d2b3399af6f75ebcb1ea553f9b47ef0ae6d17a6a595eed03515b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131) 2024-02-07T12:10:05.200 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:04 smithi005 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-07T12:10:05.200 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:04 smithi005 systemd[1]: Stopped Ceph mon.a for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:10:05.200 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:04 smithi005 systemd[1]: Starting Ceph mon.a for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:10:05.201 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 podman[29837]: 2024-02-07 12:10:05.062934464 +0000 UTC m=+0.107604544 container create 5580a4a894fee36121a3c4119f68829537ed26d4c1ef5590100f8a2338e7560f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-07T12:10:05.201 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 podman[29837]: 2024-02-07 12:10:04.972858401 +0000 UTC m=+0.017528446 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:10:05.379 INFO:teuthology.orchestra.run.smithi005.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-07T12:10:05.618 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 podman[29837]: 2024-02-07 12:10:05.281896101 +0000 UTC m=+0.326566176 container init 5580a4a894fee36121a3c4119f68829537ed26d4c1ef5590100f8a2338e7560f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc) 2024-02-07T12:10:05.618 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 podman[29837]: 2024-02-07 12:10:05.286903992 +0000 UTC m=+0.331574029 container start 5580a4a894fee36121a3c4119f68829537ed26d4c1ef5590100f8a2338e7560f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131) 2024-02-07T12:10:05.619 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: set uid:gid to 167:167 (ceph:ceph) 2024-02-07T12:10:05.619 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev), process ceph-mon, pid 7 2024-02-07T12:10:05.619 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: pidfile_write: ignore empty --pid-file 2024-02-07T12:10:05.619 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: load: jerasure load: lrc 2024-02-07T12:10:05.619 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: RocksDB version: 7.9.2 2024-02-07T12:10:05.619 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Git sha 0 2024-02-07T12:10:05.619 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Compile date 2024-02-05 19:41:51 2024-02-07T12:10:05.619 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: DB SUMMARY 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: DB Session ID: 4GV9VLRVQ31HGLXCLX6S 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: CURRENT file: CURRENT 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: IDENTITY file: IDENTITY 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84595 ; 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.error_if_exists: 0 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.create_if_missing: 0 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.paranoid_checks: 1 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-07T12:10:05.620 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.env: 0x55bac1368ae0 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.fs: PosixFileSystem 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.info_log: 0x55bac32958c0 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_file_opening_threads: 16 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.statistics: (nil) 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.use_fsync: 0 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_log_file_size: 0 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.keep_log_file_num: 1000 2024-02-07T12:10:05.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.recycle_log_file_num: 0 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.allow_fallocate: 1 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.allow_mmap_reads: 0 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.allow_mmap_writes: 0 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.use_direct_reads: 0 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.create_missing_column_families: 0 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.db_log_dir: 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.wal_dir: 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-07T12:10:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.advise_random_on_open: 1 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.db_write_buffer_size: 0 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.write_buffer_manager: 0x55bac3269400 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.rate_limiter: (nil) 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.wal_recovery_mode: 2 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.enable_thread_tracking: 0 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.enable_pipelined_write: 0 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.unordered_write: 0 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-07T12:10:05.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-07T12:10:05.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-07T12:10:05.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-07T12:10:05.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.row_cache: None 2024-02-07T12:10:05.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.wal_filter: None 2024-02-07T12:10:05.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-07T12:10:05.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.allow_ingest_behind: 0 2024-02-07T12:10:05.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.two_write_queues: 0 2024-02-07T12:10:05.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.manual_wal_flush: 0 2024-02-07T12:10:05.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.wal_compression: 0 2024-02-07T12:10:05.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.atomic_flush: 0 2024-02-07T12:10:05.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.log_readahead_size: 0 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.best_efforts_recovery: 0 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.allow_data_in_errors: 0 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.db_host_id: __hostname__ 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_background_jobs: 2 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_background_compactions: -1 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_subcompactions: 1 2024-02-07T12:10:05.626 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_total_wal_size: 0 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_open_files: -1 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bytes_per_sync: 0 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_readahead_size: 0 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_background_flushes: -1 2024-02-07T12:10:05.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Compression algorithms supported: 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: kZSTD supported: 0 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: kXpressCompression supported: 0 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: kLZ4HCCompression supported: 1 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: kZlibCompression supported: 1 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: kSnappyCompression supported: 1 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: kLZ4Compression supported: 1 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: kBZip2Compression supported: 0 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-07T12:10:05.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.merge_operator: 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_filter: None 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_filter_factory: None 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.sst_partitioner_factory: None 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bac32959c0) 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout: cache_index_and_filter_blocks: 1 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout: pin_top_level_index_and_filter: 1 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout: index_type: 0 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout: data_block_index_type: 0 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout: index_shortening: 1 2024-02-07T12:10:05.629 INFO:journalctl@ceph.mon.a.smithi005.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: checksum: 4 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: no_block_cache: 0 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache: 0x55bac3299090 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache_name: BinnedLRUCache 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache_options: 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: capacity : 536870912 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: num_shard_bits : 4 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: strict_capacity_limit : 0 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: high_pri_pool_ratio: 0.000 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache_compressed: (nil) 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: persistent_cache: (nil) 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_size: 4096 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_size_deviation: 10 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_restart_interval: 16 2024-02-07T12:10:05.630 INFO:journalctl@ceph.mon.a.smithi005.stdout: index_block_restart_interval: 1 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: metadata_block_size: 4096 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: partition_filters: 0 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: use_delta_encoding: 1 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: filter_policy: bloomfilter 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: whole_key_filtering: 1 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: verify_compression: 0 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: read_amp_bytes_per_bit: 0 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: format_version: 5 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: enable_index_compression: 1 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_align: 0 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: max_auto_readahead_size: 262144 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: prepopulate_block_cache: 0 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: initial_auto_readahead_size: 8192 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout: num_file_reads_for_auto_readahead: 2 2024-02-07T12:10:05.631 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.write_buffer_size: 33554432 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_write_buffer_number: 2 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compression: NoCompression 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bottommost_compression: Disabled 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.prefix_extractor: nullptr 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.num_levels: 7 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-07T12:10:05.632 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compression_opts.level: 32767 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compression_opts.strategy: 0 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-07T12:10:05.633 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compression_opts.enabled: false 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.target_file_size_base: 67108864 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-07T12:10:05.634 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.arena_block_size: 1048576 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.disable_auto_compactions: 0 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-07T12:10:05.635 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.table_properties_collectors: 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.inplace_update_support: 0 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.bloom_locality: 0 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.max_successive_merges: 0 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.paranoid_file_checks: 0 2024-02-07T12:10:05.636 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.force_consistency_checks: 1 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.report_bg_io_stats: 0 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.ttl: 2592000 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.enable_blob_files: false 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.min_blob_size: 0 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.blob_file_size: 268435456 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.blob_file_starting_level: 0 2024-02-07T12:10:05.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 574ee02a-bc4a-43ee-bb2b-02689e0f95c1 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707307805316235, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707307805317058, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81220, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79407, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 73716, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1707307805, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "574ee02a-bc4a-43ee-bb2b-02689e0f95c1", "db_session_id": "4GV9VLRVQ31HGLXCLX6S", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707307805317117, "job": 1, "event": "recovery_finished"} 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55bac338a000 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: DB pointer 0x55bac3374000 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** DB Stats ** 2024-02-07T12:10:05.638 INFO:journalctl@ceph.mon.a.smithi005.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** Compaction Stats [default] ** 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-07T12:10:05.639 INFO:journalctl@ceph.mon.a.smithi005.stdout: L0 2/0 81.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-07T12:10:05.640 INFO:journalctl@ceph.mon.a.smithi005.stdout: Sum 2/0 81.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-07T12:10:05.640 INFO:journalctl@ceph.mon.a.smithi005.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.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-07T12:10:05.640 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-02-07T12:10:05.640 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** Compaction Stats [default] ** 2024-02-07T12:10:05.640 INFO:journalctl@ceph.mon.a.smithi005.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-07T12:10:05.640 INFO:journalctl@ceph.mon.a.smithi005.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-07T12:10:05.640 INFO:journalctl@ceph.mon.a.smithi005.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.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-07T12:10:05.640 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-02-07T12:10:05.640 INFO:journalctl@ceph.mon.a.smithi005.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-07T12:10:05.640 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: Cumulative compaction: 0.00 GB write, 28.05 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: Interval compaction: 0.00 GB write, 28.05 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: Block cache BinnedLRUCache@0x55bac3299090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: starting mon.a rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:10:05.641 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: mon.a@-1(???) e1 preinit fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: mon.a@-1(???).mds e1 new map 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: mon.a@-1(???).mds e1 print_map 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout: e1 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout: legacy client fscid: -1 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout: No filesystems configured 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T12:10:05.642 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T12:10:05.643 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T12:10:05.643 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-07T12:10:05.643 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 bash[29837]: 5580a4a894fee36121a3c4119f68829537ed26d4c1ef5590100f8a2338e7560f 2024-02-07T12:10:05.643 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 systemd[1]: Started Ceph mon.a for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:10:05.643 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-07T12:10:05.643 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: monmap e1: 1 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:10:05.643 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: fsmap 2024-02-07T12:10:05.643 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: osdmap e1: 0 total, 0 up, 0 in 2024-02-07T12:10:05.643 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:05 smithi005 ceph-mon[29874]: mgrmap e1: no daemons active 2024-02-07T12:10:06.467 INFO:teuthology.orchestra.run.smithi005.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-07T12:10:06.489 INFO:teuthology.orchestra.run.smithi005.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-07T12:10:06.489 INFO:teuthology.orchestra.run.smithi005.stdout:Creating mgr... 2024-02-07T12:10:06.489 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-07T12:10:06.490 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-07T12:10:06.738 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mgr.a 2024-02-07T12:10:06.738 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mgr.a.service: Unit ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mgr.a.service not loaded. 2024-02-07T12:10:06.885 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715.target.wants/ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@.service. 2024-02-07T12:10:06.906 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:06 smithi005 systemd[1]: Starting Ceph mgr.a for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:10:07.216 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:06 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/2920711688' entity='client.admin' 2024-02-07T12:10:07.216 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:07 smithi005 podman[30116]: 2024-02-07 12:10:07.114570436 +0000 UTC m=+0.110823895 container create 46e10880b10251db8ab37866f114f493b90bdf4fc936ce1554b031efe842cb09 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131) 2024-02-07T12:10:07.216 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:07 smithi005 podman[30116]: 2024-02-07 12:10:07.021527291 +0000 UTC m=+0.017780753 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T12:10:07.465 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-07T12:10:07.465 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2024-02-07T12:10:07.473 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-07T12:10:07.473 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-02-07T12:10:07.473 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2024-02-07T12:10:07.473 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to enable service . firewalld.service is not available 2024-02-07T12:10:07.481 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-07T12:10:07.481 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2024-02-07T12:10:07.488 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-07T12:10:07.488 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-02-07T12:10:07.488 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2024-02-07T12:10:07.488 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-07T12:10:07.488 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr to start... 2024-02-07T12:10:07.488 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr... 2024-02-07T12:10:07.611 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:07 smithi005 podman[30116]: 2024-02-07 12:10:07.317016142 +0000 UTC m=+0.313269609 container init 46e10880b10251db8ab37866f114f493b90bdf4fc936ce1554b031efe842cb09 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131) 2024-02-07T12:10:07.611 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:07 smithi005 podman[30116]: 2024-02-07 12:10:07.322732389 +0000 UTC m=+0.318985850 container start 46e10880b10251db8ab37866f114f493b90bdf4fc936ce1554b031efe842cb09 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-02-07T12:10:07.611 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:07 smithi005 bash[30116]: 46e10880b10251db8ab37866f114f493b90bdf4fc936ce1554b031efe842cb09 2024-02-07T12:10:07.611 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:07 smithi005 systemd[1]: Started Ceph mgr.a for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:10:08.142 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:07 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:07.880+0000 7f326a6bc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-07T12:10:08.142 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:07 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:07.977+0000 7f326a6bc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-07T12:10:08.400 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:08 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/171528690' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-07T12:10:08.624 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:08.624 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "a6b6e578-c5b1-11ee-95b6-87774f69a715", 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:08.625 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:08.626 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:08.627 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2024-02-07T12:09:59.862558+0000", 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-07T12:10:08.628 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-02-07T12:10:08.629 INFO:teuthology.orchestra.run.smithi005.stdout:mgr not available, waiting (1/15)... 2024-02-07T12:10:08.980 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:08 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:08.656+0000 7f326a6bc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-07T12:10:08.980 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:08 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:08.749+0000 7f326a6bc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-07T12:10:08.980 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:08 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:08.891+0000 7f326a6bc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-07T12:10:09.339 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:08 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:08.988+0000 7f326a6bc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-07T12:10:09.339 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:09 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:09.072+0000 7f326a6bc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-07T12:10:09.339 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:09 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:09.337+0000 7f326a6bc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-07T12:10:09.632 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:09 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:09.448+0000 7f326a6bc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-07T12:10:09.632 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:09 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:09.534+0000 7f326a6bc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-07T12:10:09.632 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:09 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:09.629+0000 7f326a6bc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-07T12:10:09.978 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:09 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:09.806+0000 7f326a6bc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-07T12:10:11.060 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:10 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:10.800+0000 7f326a6bc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-07T12:10:11.061 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:10 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:10.939+0000 7f326a6bc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-07T12:10:11.324 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:11 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:11.280+0000 7f326a6bc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-07T12:10:11.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:11 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/1215861690' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-07T12:10:11.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:11 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:11.374+0000 7f326a6bc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-07T12:10:11.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:11 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:11.571+0000 7f326a6bc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-07T12:10:11.777 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "a6b6e578-c5b1-11ee-95b6-87774f69a715", 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-07T12:10:11.778 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-07T12:10:11.779 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-07T12:10:11.780 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-07T12:10:11.783 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:11.783 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-07T12:10:11.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2024-02-07T12:09:59.862558+0000", 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:11.785 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-07T12:10:11.786 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-02-07T12:10:11.786 INFO:teuthology.orchestra.run.smithi005.stdout:mgr not available, waiting (2/15)... 2024-02-07T12:10:12.047 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:11 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:11.757+0000 7f326a6bc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-07T12:10:12.320 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:12 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:12.044+0000 7f326a6bc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-07T12:10:12.321 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:12 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:12.318+0000 7f326a6bc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-07T12:10:12.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:12 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:12.557+0000 7f326a6bc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-07T12:10:13.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:13 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:13.380+0000 7f326a6bc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-07T12:10:14.158 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:13 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:13.967+0000 7f326a6bc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-07T12:10:14.159 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:14.071+0000 7f326a6bc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-07T12:10:14.478 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:14.294+0000 7f326a6bc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-07T12:10:14.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: Activating manager daemon a 2024-02-07T12:10:14.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: mgrmap e2: a(active, starting, since 0.00302914s) 2024-02-07T12:10:14.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='mgr.14100 172.21.15.5:0/3958928203' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-07T12:10:14.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='mgr.14100 172.21.15.5:0/3958928203' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-07T12:10:14.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='mgr.14100 172.21.15.5:0/3958928203' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-07T12:10:14.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='mgr.14100 172.21.15.5:0/3958928203' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:10:14.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='mgr.14100 172.21.15.5:0/3958928203' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-07T12:10:14.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: Manager daemon a is now available 2024-02-07T12:10:14.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='mgr.14100 172.21.15.5:0/3958928203' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-07T12:10:14.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='mgr.14100 172.21.15.5:0/3958928203' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-07T12:10:14.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='mgr.14100 172.21.15.5:0/3958928203' entity='mgr.a' 2024-02-07T12:10:14.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/1087193816' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-07T12:10:14.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='mgr.14100 172.21.15.5:0/3958928203' entity='mgr.a' 2024-02-07T12:10:14.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:14 smithi005 ceph-mon[29874]: from='mgr.14100 172.21.15.5:0/3958928203' entity='mgr.a' 2024-02-07T12:10:14.951 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:14.951 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "a6b6e578-c5b1-11ee-95b6-87774f69a715", 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:14.952 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-07T12:10:14.953 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-07T12:10:14.957 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-07T12:10:14.958 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2024-02-07T12:09:59.862558+0000", 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-02-07T12:10:14.959 INFO:teuthology.orchestra.run.smithi005.stdout:mgr not available, waiting (3/15)... 2024-02-07T12:10:16.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:16 smithi005 ceph-mon[29874]: mgrmap e3: a(active, since 1.00671s) 2024-02-07T12:10:18.270 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:18.277 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-02-07T12:10:18.277 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "a6b6e578-c5b1-11ee-95b6-87774f69a715", 2024-02-07T12:10:18.277 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2024-02-07T12:10:18.277 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:18.278 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-07T12:10:18.279 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-07T12:10:18.280 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2024-02-07T12:09:59.862558+0000", 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-02-07T12:10:18.281 INFO:teuthology.orchestra.run.smithi005.stdout:mgr is available 2024-02-07T12:10:18.570 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:18 smithi005 ceph-mon[29874]: mgrmap e4: a(active, since 3s) 2024-02-07T12:10:18.570 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:18 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/4114856073' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-07T12:10:19.575 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:19 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/3815817514' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-07T12:10:19.575 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:19 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/3815817514' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-07T12:10:19.580 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:19.580 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [global] 2024-02-07T12:10:19.580 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout fsid = a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:10:19.580 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-07T12:10:19.580 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-07T12:10:19.581 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-07T12:10:19.581 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-07T12:10:19.581 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:19.581 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-07T12:10:19.581 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-07T12:10:19.581 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-02-07T12:10:19.582 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [osd] 2024-02-07T12:10:19.582 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-07T12:10:19.582 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-07T12:10:19.582 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling cephadm module... 2024-02-07T12:10:20.630 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:20 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/960576431' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-07T12:10:20.630 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:20 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: ignoring --setuser ceph since I am not root 2024-02-07T12:10:20.630 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:20 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: ignoring --setgroup ceph since I am not root 2024-02-07T12:10:21.137 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:20 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:20.883+0000 7f00bb45b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-07T12:10:21.137 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:20 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:20.982+0000 7f00bb45b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-07T12:10:21.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:21 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/960576431' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-07T12:10:21.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:21 smithi005 ceph-mon[29874]: mgrmap e5: a(active, since 6s) 2024-02-07T12:10:21.900 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:21 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:21.657+0000 7f00bb45b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-07T12:10:21.900 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:21 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:21.754+0000 7f00bb45b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-07T12:10:21.900 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:21 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:21.897+0000 7f00bb45b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-07T12:10:22.211 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:21 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:21.995+0000 7f00bb45b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-07T12:10:22.211 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:22 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:22.080+0000 7f00bb45b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-07T12:10:22.214 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-02-07T12:10:22.214 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-07T12:10:22.214 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-07T12:10:22.214 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-07T12:10:22.214 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-07T12:10:22.214 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-02-07T12:10:22.214 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for the mgr to restart... 2024-02-07T12:10:22.215 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr epoch 5... 2024-02-07T12:10:22.465 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:22 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/3363547207' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-07T12:10:22.466 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:22 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:22.357+0000 7f00bb45b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-07T12:10:22.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:22 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:22.475+0000 7f00bb45b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-07T12:10:22.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:22 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:22.567+0000 7f00bb45b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-07T12:10:22.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:22 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:22.664+0000 7f00bb45b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-07T12:10:23.228 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:22 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:22.844+0000 7f00bb45b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-07T12:10:24.228 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:23 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:23.828+0000 7f00bb45b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-07T12:10:24.228 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:23 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:23.961+0000 7f00bb45b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-07T12:10:24.587 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:24 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:24.296+0000 7f00bb45b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-07T12:10:24.588 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:24 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:24.387+0000 7f00bb45b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-07T12:10:24.588 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:24 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:24.585+0000 7f00bb45b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-07T12:10:24.978 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:24 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:24.771+0000 7f00bb45b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-07T12:10:25.323 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:25 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:25.059+0000 7f00bb45b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-07T12:10:25.323 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:25 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:25.320+0000 7f00bb45b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-07T12:10:25.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:25 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:25.561+0000 7f00bb45b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-07T12:10:26.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:26 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:26.380+0000 7f00bb45b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-07T12:10:27.228 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:26 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:26.959+0000 7f00bb45b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-07T12:10:27.228 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:27.058+0000 7f00bb45b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-07T12:10:27.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:27.276+0000 7f00bb45b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: Active manager daemon a restarted 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: Activating manager daemon a 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: osdmap e2: 0 total, 0 up, 0 in 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: mgrmap e6: a(active, starting, since 0.00329144s) 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: Manager daemon a is now available 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:27.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:27.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:27.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:10:27.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:27 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:10:28.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:28 smithi005 ceph-mon[29874]: Found migration_current of "None". Setting to last migration. 2024-02-07T12:10:28.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:28 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:10:28.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:28 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-07T12:10:28.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:28 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-07T12:10:28.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:28 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:28.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:28 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:28.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:28 smithi005 ceph-mon[29874]: mgrmap e7: a(active, since 1.00524s) 2024-02-07T12:10:28.804 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-02-07T12:10:28.804 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-02-07T12:10:28.804 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-07T12:10:28.805 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-02-07T12:10:28.805 INFO:teuthology.orchestra.run.smithi005.stdout:mgr epoch 5 is available 2024-02-07T12:10:28.805 INFO:teuthology.orchestra.run.smithi005.stdout:Setting orchestrator backend to cephadm... 2024-02-07T12:10:29.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:29 smithi005 ceph-mon[29874]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-07T12:10:29.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:29 smithi005 ceph-mon[29874]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-07T12:10:29.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:29 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:10:30.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:30 smithi005 ceph-mon[29874]: [07/Feb/2024:12:10:28] ENGINE Bus STARTING 2024-02-07T12:10:30.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:30 smithi005 ceph-mon[29874]: [07/Feb/2024:12:10:28] ENGINE Serving on http://172.21.15.5:8765 2024-02-07T12:10:30.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:30 smithi005 ceph-mon[29874]: [07/Feb/2024:12:10:28] ENGINE Serving on https://172.21.15.5:7150 2024-02-07T12:10:30.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:30 smithi005 ceph-mon[29874]: [07/Feb/2024:12:10:28] ENGINE Bus STARTED 2024-02-07T12:10:30.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:30 smithi005 ceph-mon[29874]: mgrmap e8: a(active, since 2s) 2024-02-07T12:10:30.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:30 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:30.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:30 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:10:31.292 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout value unchanged 2024-02-07T12:10:31.293 INFO:teuthology.orchestra.run.smithi005.stdout:Generating ssh key... 2024-02-07T12:10:31.548 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:31 smithi005 ceph-mon[29874]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:10:32.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-mon[29874]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: Generating public/private rsa key pair. 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: Your identification has been saved in /tmp/tmp0hfdps1e/key. 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: Your public key has been saved in /tmp/tmp0hfdps1e/key.pub. 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: The key fingerprint is: 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: SHA256:Qz6fdUIcLlq12r3TbU+WvAgivmfDBksGhAIOGjdL3fU ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: The key's randomart image is: 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: +---[RSA 3072]----+ 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: |= +... .. o | 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: |+= +... . + o | 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: |..o . . E = | 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: | . o o = . | 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: | . S . + o | 2024-02-07T12:10:32.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: | + + o o.oo| 2024-02-07T12:10:32.730 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: | o.+.o. oo*| 2024-02-07T12:10:32.730 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: | ...*. . .=o| 2024-02-07T12:10:32.730 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: | o= . . ..| 2024-02-07T12:10:32.730 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:32 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: +----[SHA256]-----+ 2024-02-07T12:10:33.651 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:33 smithi005 ceph-mon[29874]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:10:33.651 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:33 smithi005 ceph-mon[29874]: Generating ssh key... 2024-02-07T12:10:33.651 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:33 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:33.651 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:33 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:34.212 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDfANZYdAhugQRTp4nCGKVdNWEtDpQ9gFsp7MAl6xiZeWHtNViXgk6Q2Eyz1Htns2a1zTpH0XttgJ2DzHgU7qszuRVUjM3VPaCys8POCymWE+KuhNYdB1dxymGpisDQlTSMv5cTl40YAEhHvC3v1R1Gc4UVqyXUy6PWL3/L8osEas/ZF64Z509/tK8mzMxxjhs1J4JjvVQ8Ymq4VoqPaxTF4+Altf9nyjK5ATS6kW/oyEmKUVIlb8vpTlA3nVeebRRII0UnHK7gwq/p7MJGigTPPee4QibOjwRJFUW/BJVFH2LLiPkmdZgyCbD/zJ+7pxmUbrbmz41m9P5zYhY6RRTPgUJ783c9UW7IwPj+X1eemaOxS1ZovtuSASKG9JDc60rrUgYK33bkWimGYO1EH0OIJMiFJEptnkfw0gJrxz1ZjgaO1VHV9YDnBXANIddlZeGHNN1ndGO0VFp+ibEMubdGSAyvn+vpKmtZGHtRvOeR9kKIVJXyvS0yuQEd00wxe8= ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:10:34.213 INFO:teuthology.orchestra.run.smithi005.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-07T12:10:34.213 INFO:teuthology.orchestra.run.smithi005.stdout:Adding key to root@localhost authorized_keys... 2024-02-07T12:10:34.213 INFO:teuthology.orchestra.run.smithi005.stdout:Adding host smithi005... 2024-02-07T12:10:34.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:34 smithi005 ceph-mon[29874]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:10:36.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:36 smithi005 ceph-mon[29874]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi005", "addr": "172.21.15.5", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:10:37.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:37 smithi005 ceph-mon[29874]: Deploying cephadm binary to smithi005 2024-02-07T12:10:39.878 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Added host 'smithi005' with addr '172.21.15.5' 2024-02-07T12:10:39.878 INFO:teuthology.orchestra.run.smithi005.stdout:Deploying unmanaged mon service... 2024-02-07T12:10:40.573 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:40 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:40.573 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:40 smithi005 ceph-mon[29874]: Added host smithi005 2024-02-07T12:10:40.574 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:40 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:10:41.156 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-07T12:10:41.156 INFO:teuthology.orchestra.run.smithi005.stdout:Deploying unmanaged mgr service... 2024-02-07T12:10:41.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:41 smithi005 ceph-mon[29874]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:10:41.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:41 smithi005 ceph-mon[29874]: Saving service mon spec with placement count:5 2024-02-07T12:10:41.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:41 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:43.199 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-07T12:10:43.321 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:43 smithi005 ceph-mon[29874]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:10:43.322 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:43 smithi005 ceph-mon[29874]: Saving service mgr spec with placement count:2 2024-02-07T12:10:43.322 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:43 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:43.322 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:43 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:45.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:44 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:45.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:44 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/2169985704' entity='client.admin' 2024-02-07T12:10:46.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:46 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/69354112' entity='client.admin' 2024-02-07T12:10:46.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:46 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:46.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:46 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:46.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:46 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:10:46.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:46 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' 2024-02-07T12:10:46.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:46 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi005", "caps": []}]: dispatch 2024-02-07T12:10:46.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:46 smithi005 ceph-mon[29874]: from='mgr.14120 172.21.15.5:0/235279919' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi005", "caps": []}]': finished 2024-02-07T12:10:46.572 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling the dashboard module... 2024-02-07T12:10:47.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:47 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/892164088' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-07T12:10:47.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:47 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: ignoring --setuser ceph since I am not root 2024-02-07T12:10:47.729 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:47 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: ignoring --setgroup ceph since I am not root 2024-02-07T12:10:48.110 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:47 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:47.917+0000 7f83cb5c2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-07T12:10:48.110 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:48 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:48.013+0000 7f83cb5c2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-07T12:10:48.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:48 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/892164088' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-07T12:10:48.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:48 smithi005 ceph-mon[29874]: mgrmap e9: a(active, since 20s) 2024-02-07T12:10:48.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:48 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:48.711+0000 7f83cb5c2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-07T12:10:49.144 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:48 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:48.807+0000 7f83cb5c2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-07T12:10:49.144 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:48 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:48.955+0000 7f83cb5c2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-07T12:10:49.144 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:49 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:49.053+0000 7f83cb5c2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-07T12:10:49.144 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:49 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:49.140+0000 7f83cb5c2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-07T12:10:49.413 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:49 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/298885851' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-07T12:10:49.452 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-02-07T12:10:49.452 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-02-07T12:10:49.452 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-07T12:10:49.452 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-07T12:10:49.453 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-07T12:10:49.453 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-02-07T12:10:49.453 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for the mgr to restart... 2024-02-07T12:10:49.453 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr epoch 9... 2024-02-07T12:10:49.679 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:49 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:49.410+0000 7f83cb5c2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-07T12:10:49.679 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:49 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:49.526+0000 7f83cb5c2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-07T12:10:49.679 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:49 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:49.617+0000 7f83cb5c2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-07T12:10:49.966 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:49 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:49.722+0000 7f83cb5c2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-07T12:10:49.966 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:49 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:49.907+0000 7f83cb5c2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-07T12:10:51.228 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:50 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:50.922+0000 7f83cb5c2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-07T12:10:51.229 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:51 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:51.059+0000 7f83cb5c2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-07T12:10:51.694 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:51 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:51.399+0000 7f83cb5c2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-07T12:10:51.694 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:51 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:51.491+0000 7f83cb5c2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-07T12:10:51.694 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:51 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:51.691+0000 7f83cb5c2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-07T12:10:51.978 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:51 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:51.882+0000 7f83cb5c2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-07T12:10:52.441 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:52 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:52.175+0000 7f83cb5c2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-07T12:10:52.441 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:52 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:52.438+0000 7f83cb5c2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-07T12:10:52.728 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:52 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:52.681+0000 7f83cb5c2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-07T12:10:53.978 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:53 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:53.514+0000 7f83cb5c2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-07T12:10:54.427 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:54.098+0000 7f83cb5c2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-07T12:10:54.427 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:54.199+0000 7f83cb5c2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-07T12:10:54.427 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:10:54.424+0000 7f83cb5c2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-07T12:10:54.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: Active manager daemon a restarted 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: Activating manager daemon a 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: osdmap e3: 0 total, 0 up, 0 in 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: mgrmap e10: a(active, starting, since 0.00348474s) 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: Manager daemon a is now available 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:10:54.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:54 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:10:55.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:55 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-07T12:10:55.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:55 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-07T12:10:55.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:55 smithi005 ceph-mon[29874]: [07/Feb/2024:12:10:54] ENGINE Bus STARTING 2024-02-07T12:10:55.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:55 smithi005 ceph-mon[29874]: [07/Feb/2024:12:10:54] ENGINE Serving on http://172.21.15.5:8765 2024-02-07T12:10:55.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:55 smithi005 ceph-mon[29874]: [07/Feb/2024:12:10:55] ENGINE Serving on https://172.21.15.5:7150 2024-02-07T12:10:55.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:55 smithi005 ceph-mon[29874]: [07/Feb/2024:12:10:55] ENGINE Bus STARTED 2024-02-07T12:10:55.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:55 smithi005 ceph-mon[29874]: mgrmap e11: a(active, since 1.00523s) 2024-02-07T12:10:56.059 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-02-07T12:10:56.060 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-02-07T12:10:56.060 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-07T12:10:56.060 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-02-07T12:10:56.060 INFO:teuthology.orchestra.run.smithi005.stdout:mgr epoch 9 is available 2024-02-07T12:10:56.060 INFO:teuthology.orchestra.run.smithi005.stdout:Generating a dashboard self-signed certificate... 2024-02-07T12:10:56.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:56 smithi005 ceph-mon[29874]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-07T12:10:56.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:56 smithi005 ceph-mon[29874]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-07T12:10:57.492 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-07T12:10:57.492 INFO:teuthology.orchestra.run.smithi005.stdout:Creating initial admin user... 2024-02-07T12:10:57.743 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:57 smithi005 ceph-mon[29874]: mgrmap e12: a(active, since 2s) 2024-02-07T12:10:57.744 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:57 smithi005 ceph-mon[29874]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:10:57.744 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:10:57.744 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:10:57.744 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:10:57.744 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:10:57.744 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:10:57.744 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi005", "caps": []}]: dispatch 2024-02-07T12:10:58.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:58 smithi005 ceph-mon[29874]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:10:58.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:10:58.990 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$sUi6UmOf8CSzJezoCrhcd.s7HXCLdea3bIjo0Xyjim2xaAYjxHsNm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707307858, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-07T12:10:58.990 INFO:teuthology.orchestra.run.smithi005.stdout:Fetching dashboard port number... 2024-02-07T12:10:59.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:10:59 smithi005 ceph-mon[29874]: Deploying daemon agent.smithi005 on smithi005 2024-02-07T12:11:00.213 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 8443 2024-02-07T12:11:00.221 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-07T12:11:00.221 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2024-02-07T12:11:00.228 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-07T12:11:00.228 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-02-07T12:11:00.229 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2024-02-07T12:11:00.229 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-07T12:11:00.230 INFO:teuthology.orchestra.run.smithi005.stdout:Ceph Dashboard is now available at: 2024-02-07T12:11:00.231 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:00.231 INFO:teuthology.orchestra.run.smithi005.stdout: URL: https://smithi005.front.sepia.ceph.com:8443/ 2024-02-07T12:11:00.231 INFO:teuthology.orchestra.run.smithi005.stdout: User: admin 2024-02-07T12:11:00.231 INFO:teuthology.orchestra.run.smithi005.stdout: Password: rz0gy0ibt3 2024-02-07T12:11:00.231 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:00.231 INFO:teuthology.orchestra.run.smithi005.stdout:Saving cluster configuration to /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config directory 2024-02-07T12:11:00.231 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling autotune for osd_memory_target 2024-02-07T12:11:00.611 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:00 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/4259859952' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-07T12:11:02.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:02 smithi005 ceph-mon[29874]: mgrmap e13: a(active, since 6s) 2024-02-07T12:11:03.293 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-02-07T12:11:03.293 INFO:teuthology.orchestra.run.smithi005.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-07T12:11:03.293 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:03.293 INFO:teuthology.orchestra.run.smithi005.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-07T12:11:03.293 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:03.293 INFO:teuthology.orchestra.run.smithi005.stdout:Or, if you are only running a single cluster on this host: 2024-02-07T12:11:03.293 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:03.293 INFO:teuthology.orchestra.run.smithi005.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-07T12:11:03.293 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:03.293 INFO:teuthology.orchestra.run.smithi005.stdout:Please consider enabling telemetry to help improve Ceph: 2024-02-07T12:11:03.294 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:03.294 INFO:teuthology.orchestra.run.smithi005.stdout: ceph telemetry on 2024-02-07T12:11:03.294 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:03.294 INFO:teuthology.orchestra.run.smithi005.stdout:For more information see: 2024-02-07T12:11:03.294 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:03.294 INFO:teuthology.orchestra.run.smithi005.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-02-07T12:11:03.294 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:03.294 INFO:teuthology.orchestra.run.smithi005.stdout:Bootstrap complete. 2024-02-07T12:11:03.342 INFO:tasks.cephadm:Fetching config... 2024-02-07T12:11:03.343 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:11:03.343 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-07T12:11:03.359 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-07T12:11:03.359 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:11:03.360 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-07T12:11:03.415 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-07T12:11:03.415 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:11:03.415 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/keyring of=/dev/stdout 2024-02-07T12:11:03.580 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:03 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/1878601212' entity='client.admin' 2024-02-07T12:11:03.582 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-07T12:11:03.582 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:11:03.583 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-07T12:11:03.638 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-07T12:11:03.638 DEBUG:teuthology.orchestra.run.smithi005:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDfANZYdAhugQRTp4nCGKVdNWEtDpQ9gFsp7MAl6xiZeWHtNViXgk6Q2Eyz1Htns2a1zTpH0XttgJ2DzHgU7qszuRVUjM3VPaCys8POCymWE+KuhNYdB1dxymGpisDQlTSMv5cTl40YAEhHvC3v1R1Gc4UVqyXUy6PWL3/L8osEas/ZF64Z509/tK8mzMxxjhs1J4JjvVQ8Ymq4VoqPaxTF4+Altf9nyjK5ATS6kW/oyEmKUVIlb8vpTlA3nVeebRRII0UnHK7gwq/p7MJGigTPPee4QibOjwRJFUW/BJVFH2LLiPkmdZgyCbD/zJ+7pxmUbrbmz41m9P5zYhY6RRTPgUJ783c9UW7IwPj+X1eemaOxS1ZovtuSASKG9JDc60rrUgYK33bkWimGYO1EH0OIJMiFJEptnkfw0gJrxz1ZjgaO1VHV9YDnBXANIddlZeGHNN1ndGO0VFp+ibEMubdGSAyvn+vpKmtZGHtRvOeR9kKIVJXyvS0yuQEd00wxe8= ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-07T12:11:03.789 INFO:teuthology.orchestra.run.smithi005.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDfANZYdAhugQRTp4nCGKVdNWEtDpQ9gFsp7MAl6xiZeWHtNViXgk6Q2Eyz1Htns2a1zTpH0XttgJ2DzHgU7qszuRVUjM3VPaCys8POCymWE+KuhNYdB1dxymGpisDQlTSMv5cTl40YAEhHvC3v1R1Gc4UVqyXUy6PWL3/L8osEas/ZF64Z509/tK8mzMxxjhs1J4JjvVQ8Ymq4VoqPaxTF4+Altf9nyjK5ATS6kW/oyEmKUVIlb8vpTlA3nVeebRRII0UnHK7gwq/p7MJGigTPPee4QibOjwRJFUW/BJVFH2LLiPkmdZgyCbD/zJ+7pxmUbrbmz41m9P5zYhY6RRTPgUJ783c9UW7IwPj+X1eemaOxS1ZovtuSASKG9JDc60rrUgYK33bkWimGYO1EH0OIJMiFJEptnkfw0gJrxz1ZjgaO1VHV9YDnBXANIddlZeGHNN1ndGO0VFp+ibEMubdGSAyvn+vpKmtZGHtRvOeR9kKIVJXyvS0yuQEd00wxe8= ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:11:03.804 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDfANZYdAhugQRTp4nCGKVdNWEtDpQ9gFsp7MAl6xiZeWHtNViXgk6Q2Eyz1Htns2a1zTpH0XttgJ2DzHgU7qszuRVUjM3VPaCys8POCymWE+KuhNYdB1dxymGpisDQlTSMv5cTl40YAEhHvC3v1R1Gc4UVqyXUy6PWL3/L8osEas/ZF64Z509/tK8mzMxxjhs1J4JjvVQ8Ymq4VoqPaxTF4+Altf9nyjK5ATS6kW/oyEmKUVIlb8vpTlA3nVeebRRII0UnHK7gwq/p7MJGigTPPee4QibOjwRJFUW/BJVFH2LLiPkmdZgyCbD/zJ+7pxmUbrbmz41m9P5zYhY6RRTPgUJ783c9UW7IwPj+X1eemaOxS1ZovtuSASKG9JDc60rrUgYK33bkWimGYO1EH0OIJMiFJEptnkfw0gJrxz1ZjgaO1VHV9YDnBXANIddlZeGHNN1ndGO0VFp+ibEMubdGSAyvn+vpKmtZGHtRvOeR9kKIVJXyvS0yuQEd00wxe8= ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-07T12:11:03.853 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDfANZYdAhugQRTp4nCGKVdNWEtDpQ9gFsp7MAl6xiZeWHtNViXgk6Q2Eyz1Htns2a1zTpH0XttgJ2DzHgU7qszuRVUjM3VPaCys8POCymWE+KuhNYdB1dxymGpisDQlTSMv5cTl40YAEhHvC3v1R1Gc4UVqyXUy6PWL3/L8osEas/ZF64Z509/tK8mzMxxjhs1J4JjvVQ8Ymq4VoqPaxTF4+Altf9nyjK5ATS6kW/oyEmKUVIlb8vpTlA3nVeebRRII0UnHK7gwq/p7MJGigTPPee4QibOjwRJFUW/BJVFH2LLiPkmdZgyCbD/zJ+7pxmUbrbmz41m9P5zYhY6RRTPgUJ783c9UW7IwPj+X1eemaOxS1ZovtuSASKG9JDc60rrUgYK33bkWimGYO1EH0OIJMiFJEptnkfw0gJrxz1ZjgaO1VHV9YDnBXANIddlZeGHNN1ndGO0VFp+ibEMubdGSAyvn+vpKmtZGHtRvOeR9kKIVJXyvS0yuQEd00wxe8= ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:11:03.868 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDfANZYdAhugQRTp4nCGKVdNWEtDpQ9gFsp7MAl6xiZeWHtNViXgk6Q2Eyz1Htns2a1zTpH0XttgJ2DzHgU7qszuRVUjM3VPaCys8POCymWE+KuhNYdB1dxymGpisDQlTSMv5cTl40YAEhHvC3v1R1Gc4UVqyXUy6PWL3/L8osEas/ZF64Z509/tK8mzMxxjhs1J4JjvVQ8Ymq4VoqPaxTF4+Altf9nyjK5ATS6kW/oyEmKUVIlb8vpTlA3nVeebRRII0UnHK7gwq/p7MJGigTPPee4QibOjwRJFUW/BJVFH2LLiPkmdZgyCbD/zJ+7pxmUbrbmz41m9P5zYhY6RRTPgUJ783c9UW7IwPj+X1eemaOxS1ZovtuSASKG9JDc60rrUgYK33bkWimGYO1EH0OIJMiFJEptnkfw0gJrxz1ZjgaO1VHV9YDnBXANIddlZeGHNN1ndGO0VFp+ibEMubdGSAyvn+vpKmtZGHtRvOeR9kKIVJXyvS0yuQEd00wxe8= ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-07T12:11:03.915 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDfANZYdAhugQRTp4nCGKVdNWEtDpQ9gFsp7MAl6xiZeWHtNViXgk6Q2Eyz1Htns2a1zTpH0XttgJ2DzHgU7qszuRVUjM3VPaCys8POCymWE+KuhNYdB1dxymGpisDQlTSMv5cTl40YAEhHvC3v1R1Gc4UVqyXUy6PWL3/L8osEas/ZF64Z509/tK8mzMxxjhs1J4JjvVQ8Ymq4VoqPaxTF4+Altf9nyjK5ATS6kW/oyEmKUVIlb8vpTlA3nVeebRRII0UnHK7gwq/p7MJGigTPPee4QibOjwRJFUW/BJVFH2LLiPkmdZgyCbD/zJ+7pxmUbrbmz41m9P5zYhY6RRTPgUJ783c9UW7IwPj+X1eemaOxS1ZovtuSASKG9JDc60rrUgYK33bkWimGYO1EH0OIJMiFJEptnkfw0gJrxz1ZjgaO1VHV9YDnBXANIddlZeGHNN1ndGO0VFp+ibEMubdGSAyvn+vpKmtZGHtRvOeR9kKIVJXyvS0yuQEd00wxe8= ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:11:03.930 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-07T12:11:04.314 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:11:05.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:05.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:05.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:05.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:05.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:05.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:05.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:05.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:05.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:05.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:05.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:05.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:05.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:06.864 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-07T12:11:06.865 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-07T12:11:07.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:07 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/2088772535' entity='client.admin' 2024-02-07T12:11:07.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:07 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:07.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:07 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:07.520 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:11:08.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:08.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:11.394 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi063 2024-02-07T12:11:11.395 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:11:11.395 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.conf 2024-02-07T12:11:11.413 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:11:11.413 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:11:11.470 INFO:tasks.cephadm:Adding host smithi063 to orchestrator... 2024-02-07T12:11:11.470 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch host add smithi063 2024-02-07T12:11:11.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:11 smithi005 ceph-mon[29874]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:11:11.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:11.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:11.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:11 smithi005 ceph-mon[29874]: Updating smithi005:/etc/ceph/ceph.conf 2024-02-07T12:11:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:11.871 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:11:12.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:12 smithi005 ceph-mon[29874]: Updating smithi005:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:11:12.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:12 smithi005 ceph-mon[29874]: Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:11:12.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:12 smithi005 ceph-mon[29874]: Updating smithi005:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T12:11:12.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:12.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:14.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:14 smithi005 ceph-mon[29874]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:11:16.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:16 smithi005 ceph-mon[29874]: Deploying cephadm binary to smithi063 2024-02-07T12:11:16.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:16 smithi005 ceph-mon[29874]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:18.198 INFO:teuthology.orchestra.run.smithi005.stdout:Added host 'smithi063' with addr '172.21.15.63' 2024-02-07T12:11:18.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:18 smithi005 ceph-mon[29874]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:18.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:18 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:18.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:18 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:18.831 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch host ls --format=json 2024-02-07T12:11:19.074 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:11:19.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:19 smithi005 ceph-mon[29874]: Added host smithi063 2024-02-07T12:11:19.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:19.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:19.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:19.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:11:19.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:19.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:20.462 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:20 smithi005 ceph-mon[29874]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:20.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:20 smithi005 ceph-mon[29874]: Updating smithi063:/etc/ceph/ceph.conf 2024-02-07T12:11:20.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:20 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:20.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:20 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:20.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:20 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-02-07T12:11:20.463 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:20 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-02-07T12:11:20.927 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:20.928 INFO:teuthology.orchestra.run.smithi005.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}] 2024-02-07T12:11:21.504 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:21 smithi005 ceph-mon[29874]: Updating smithi063:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:11:21.504 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:21 smithi005 ceph-mon[29874]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:11:21.504 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:21 smithi005 ceph-mon[29874]: Updating smithi063:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T12:11:21.533 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi098 2024-02-07T12:11:21.533 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:11:21.533 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.conf 2024-02-07T12:11:21.551 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:11:21.551 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:11:21.609 INFO:tasks.cephadm:Adding host smithi098 to orchestrator... 2024-02-07T12:11:21.609 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch host add smithi098 2024-02-07T12:11:21.849 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:11:22.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:22.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: Deploying daemon agent.smithi063 on smithi063 2024-02-07T12:11:22.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:11:22.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:22.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:22.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:22.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:22.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:22.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:22.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:22.712 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:22.712 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:22.712 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:22.712 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:22.712 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:22.712 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:22.712 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:24.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:24 smithi005 ceph-mon[29874]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:25.585 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:25 smithi005 ceph-mon[29874]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:11:25.585 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:25 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:25.585 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:25 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:25.585 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:25 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:26.380 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:26 smithi005 ceph-mon[29874]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:26.380 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:26 smithi005 ceph-mon[29874]: Deploying cephadm binary to smithi098 2024-02-07T12:11:26.380 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:26.380 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:26.380 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:28.336 INFO:teuthology.orchestra.run.smithi005.stdout:Added host 'smithi098' with addr '172.21.15.98' 2024-02-07T12:11:28.655 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:28 smithi005 ceph-mon[29874]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:28.655 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:28 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:28.655 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:28 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:28.929 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch host ls --format=json 2024-02-07T12:11:29.175 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:11:29.590 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:29 smithi005 ceph-mon[29874]: Added host smithi098 2024-02-07T12:11:29.590 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:29.590 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:29.590 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:29.590 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:11:29.590 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:29.591 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:30.587 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:30 smithi005 ceph-mon[29874]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:30.588 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:30 smithi005 ceph-mon[29874]: Updating smithi098:/etc/ceph/ceph.conf 2024-02-07T12:11:30.588 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:30.588 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:30.588 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-02-07T12:11:30.588 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-02-07T12:11:31.079 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:11:31.079 INFO:teuthology.orchestra.run.smithi005.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}] 2024-02-07T12:11:31.644 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:31 smithi005 ceph-mon[29874]: Updating smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:11:31.644 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:31 smithi005 ceph-mon[29874]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:11:31.644 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:31 smithi005 ceph-mon[29874]: Updating smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T12:11:31.670 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-07T12:11:31.670 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd crush tunables default 2024-02-07T12:11:31.913 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:11:32.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:32.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: Deploying daemon agent.smithi098 on smithi098 2024-02-07T12:11:32.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:33.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:33.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:33.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:34.398 INFO:teuthology.orchestra.run.smithi005.stderr:adjusted tunables profile to default 2024-02-07T12:11:34.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:34 smithi005 ceph-mon[29874]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:34.711 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:34 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/1044266291' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-07T12:11:34.995 INFO:tasks.cephadm:Adding mon.a on smithi005 2024-02-07T12:11:34.995 INFO:tasks.cephadm:Adding mon.b on smithi063 2024-02-07T12:11:34.995 INFO:tasks.cephadm:Adding mon.c on smithi098 2024-02-07T12:11:34.995 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch apply mon '3;smithi005:172.21.15.5=a;smithi063:172.21.15.63=b;smithi098:172.21.15.98=c' 2024-02-07T12:11:35.418 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:11:35.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:35 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/1044266291' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-07T12:11:35.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:35 smithi005 ceph-mon[29874]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:35.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:35 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:36.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:36 smithi005 ceph-mon[29874]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:36.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:36 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:36.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:36 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:37.220 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled mon update... 2024-02-07T12:11:37.831 DEBUG:teuthology.orchestra.run.smithi063:mon.b> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.b.service 2024-02-07T12:11:37.833 DEBUG:teuthology.orchestra.run.smithi098:mon.c> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.c.service 2024-02-07T12:11:37.839 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-07T12:11:37.839 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-07T12:11:38.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:38.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi005:172.21.15.5=a;smithi063:172.21.15.63=b;smithi098:172.21.15.98=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:11:38.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi063:172.21.15.63=b;smithi098:172.21.15.98=c;count:3 2024-02-07T12:11:38.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:38.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:38.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:38.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:38.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:38.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:11:38.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:38.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:38 smithi005 ceph-mon[29874]: Deploying daemon mon.c on smithi098 2024-02-07T12:11:38.535 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:11:40.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:40 smithi005 ceph-mon[29874]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:41.587 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:11:41.587 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"a6b6e578-c5b1-11ee-95b6-87774f69a715","modified":"2024-02-07T12:09:56.238381Z","created":"2024-02-07T12:09:56.238381Z","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.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-07T12:11:41.589 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-02-07T12:11:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 podman[31761]: 2024-02-07 12:11:42.451621274 +0000 UTC m=+0.018295487 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T12:11:42.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:42 smithi005 ceph-mon[29874]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:42.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:42 smithi005 ceph-mon[29874]: from='client.? 172.21.15.98:0/3957612079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T12:11:43.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 podman[31761]: 2024-02-07 12:11:42.74897274 +0000 UTC m=+0.315646966 container init 2a07dec7abd196eaec0bd81b5e589b8e0d211c3abd3c7c96d1854241f71c608f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-c, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, ceph=True) 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 podman[31761]: 2024-02-07 12:11:42.754499631 +0000 UTC m=+0.321173848 container start 2a07dec7abd196eaec0bd81b5e589b8e0d211c3abd3c7c96d1854241f71c608f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-c, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: set uid:gid to 167:167 (ceph:ceph) 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev), process ceph-mon, pid 7 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pidfile_write: ignore empty --pid-file 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: load: jerasure load: lrc 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: RocksDB version: 7.9.2 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Git sha 0 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Compile date 2024-02-05 19:41:51 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: DB SUMMARY 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: DB Session ID: HQZKL1IMMTK42H37PL5T 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: CURRENT file: CURRENT 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: IDENTITY file: IDENTITY 2024-02-07T12:11:43.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.error_if_exists: 0 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.create_if_missing: 0 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.paranoid_checks: 1 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.env: 0x5631ba0a5ae0 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.fs: PosixFileSystem 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.info_log: 0x5631bc5078c0 2024-02-07T12:11:43.156 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_file_opening_threads: 16 2024-02-07T12:11:43.158 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.statistics: (nil) 2024-02-07T12:11:43.158 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.use_fsync: 0 2024-02-07T12:11:43.158 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_log_file_size: 0 2024-02-07T12:11:43.158 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-07T12:11:43.158 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-07T12:11:43.158 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.keep_log_file_num: 1000 2024-02-07T12:11:43.158 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.recycle_log_file_num: 0 2024-02-07T12:11:43.158 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.allow_fallocate: 1 2024-02-07T12:11:43.159 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.allow_mmap_reads: 0 2024-02-07T12:11:43.159 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.allow_mmap_writes: 0 2024-02-07T12:11:43.159 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.use_direct_reads: 0 2024-02-07T12:11:43.159 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-07T12:11:43.159 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.create_missing_column_families: 0 2024-02-07T12:11:43.159 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.db_log_dir: 2024-02-07T12:11:43.160 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.wal_dir: 2024-02-07T12:11:43.160 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-07T12:11:43.160 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-07T12:11:43.160 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-07T12:11:43.160 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-07T12:11:43.160 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-07T12:11:43.160 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.advise_random_on_open: 1 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.db_write_buffer_size: 0 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.write_buffer_manager: 0x5631bc4db400 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.rate_limiter: (nil) 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.wal_recovery_mode: 2 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.enable_thread_tracking: 0 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.enable_pipelined_write: 0 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.unordered_write: 0 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-07T12:11:43.161 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.row_cache: None 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.wal_filter: None 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.allow_ingest_behind: 0 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.two_write_queues: 0 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.manual_wal_flush: 0 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.wal_compression: 0 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.atomic_flush: 0 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-07T12:11:43.162 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.log_readahead_size: 0 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.best_efforts_recovery: 0 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.allow_data_in_errors: 0 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.db_host_id: __hostname__ 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_background_jobs: 2 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_background_compactions: -1 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_subcompactions: 1 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_total_wal_size: 0 2024-02-07T12:11:43.163 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_open_files: -1 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bytes_per_sync: 0 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_readahead_size: 0 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_background_flushes: -1 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Compression algorithms supported: 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: kZSTD supported: 0 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: kXpressCompression supported: 0 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: kLZ4HCCompression supported: 1 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: kZlibCompression supported: 1 2024-02-07T12:11:43.164 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: kSnappyCompression supported: 1 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: kLZ4Compression supported: 1 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: kBZip2Compression supported: 0 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.merge_operator: 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_filter: None 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_filter_factory: None 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.sst_partitioner_factory: None 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-07T12:11:43.165 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5631bc5079c0) 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: cache_index_and_filter_blocks: 1 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: pin_top_level_index_and_filter: 1 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: index_type: 0 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: data_block_index_type: 0 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: index_shortening: 1 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: checksum: 4 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: no_block_cache: 0 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: block_cache: 0x5631bc50b090 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: block_cache_name: BinnedLRUCache 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: block_cache_options: 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: capacity : 536870912 2024-02-07T12:11:43.166 INFO:journalctl@ceph.mon.c.smithi098.stdout: num_shard_bits : 4 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: strict_capacity_limit : 0 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: high_pri_pool_ratio: 0.000 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: block_cache_compressed: (nil) 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: persistent_cache: (nil) 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: block_size: 4096 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: block_size_deviation: 10 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: block_restart_interval: 16 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: index_block_restart_interval: 1 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: metadata_block_size: 4096 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: partition_filters: 0 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: use_delta_encoding: 1 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: filter_policy: bloomfilter 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: whole_key_filtering: 1 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: verify_compression: 0 2024-02-07T12:11:43.167 INFO:journalctl@ceph.mon.c.smithi098.stdout: read_amp_bytes_per_bit: 0 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout: format_version: 5 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout: enable_index_compression: 1 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout: block_align: 0 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout: max_auto_readahead_size: 262144 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout: prepopulate_block_cache: 0 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout: initial_auto_readahead_size: 8192 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout: num_file_reads_for_auto_readahead: 2 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.write_buffer_size: 33554432 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_write_buffer_number: 2 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compression: NoCompression 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bottommost_compression: Disabled 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.prefix_extractor: nullptr 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-07T12:11:43.168 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.num_levels: 7 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compression_opts.level: 32767 2024-02-07T12:11:43.169 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compression_opts.strategy: 0 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compression_opts.enabled: false 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.target_file_size_base: 67108864 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-07T12:11:43.170 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.arena_block_size: 1048576 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.disable_auto_compactions: 0 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-07T12:11:43.171 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.table_properties_collectors: 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.inplace_update_support: 0 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-07T12:11:43.172 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.bloom_locality: 0 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.max_successive_merges: 0 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.paranoid_file_checks: 0 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.force_consistency_checks: 1 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.report_bg_io_stats: 0 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.ttl: 2592000 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.enable_blob_files: false 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.min_blob_size: 0 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.blob_file_size: 268435456 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-07T12:11:43.173 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.blob_file_starting_level: 0 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 08aeb689-c294-4a0e-9da2-575fb4495abb 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707307902784015, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707307902784424, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1707307902, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "08aeb689-c294-4a0e-9da2-575fb4495abb", "db_session_id": "HQZKL1IMMTK42H37PL5T", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707307902784502, "job": 1, "event": "recovery_finished"} 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-02-07T12:11:43.174 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5631bc5fc000 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: DB pointer 0x5631bc5e6000 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: ** DB Stats ** 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: ** Compaction Stats [default] ** 2024-02-07T12:11:43.175 INFO:journalctl@ceph.mon.c.smithi098.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: ** Compaction Stats [default] ** 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-07T12:11:43.176 INFO:journalctl@ceph.mon.c.smithi098.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout: Cumulative compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout: Interval compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout: Block cache BinnedLRUCache@0x5631bc50b090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout: 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: using public_addr v2:172.21.15.98:0/0 -> [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: starting mon.c rank -1 at public addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] at bind addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:11:43.177 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(???) e0 preinit fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).mds e1 new map 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).mds e1 print_map 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout: e1 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout: legacy client fscid: -1 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout: 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout: No filesystems configured 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-07T12:11:43.178 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Added host smithi063 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Updating smithi063:/etc/ceph/ceph.conf 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.179 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Updating smithi063:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Updating smithi063:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Deploying daemon agent.smithi063 on smithi063 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:43.180 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.181 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:43.181 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:43.181 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:43.181 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.181 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.181 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.181 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.181 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.181 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:11:43.182 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.182 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.182 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.182 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.182 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Deploying cephadm binary to smithi098 2024-02-07T12:11:43.182 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.182 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.182 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.182 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Added host smithi098 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Updating smithi098:/etc/ceph/ceph.conf 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-02-07T12:11:43.183 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Updating smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Updating smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Deploying daemon agent.smithi098 on smithi098 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.184 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/1044266291' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/1044266291' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.185 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi005:172.21.15.5=a;smithi063:172.21.15.63=b;smithi098:172.21.15.98=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi063:172.21.15.63=b;smithi098:172.21.15.98=c;count:3 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: Deploying daemon mon.c on smithi098 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: from='client.? 172.21.15.98:0/3957612079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 ceph-mon[31799]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 bash[31761]: 2a07dec7abd196eaec0bd81b5e589b8e0d211c3abd3c7c96d1854241f71c608f 2024-02-07T12:11:43.186 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:42 smithi098 systemd[1]: Started Ceph mon.c for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:11:43.379 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-07T12:11:43.379 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-07T12:11:43.616 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T12:11:48.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:48.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:11:48.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: mon.a calling monitor election 2024-02-07T12:11:48.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:48.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: mon.c calling monitor election 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: monmap e2: 2 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: fsmap 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: mgrmap e13: a(active, since 53s) 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: overall HEALTH_OK 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:48.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:48.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:48.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:48.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:11:48.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: mon.a calling monitor election 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: mon.c calling monitor election 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: monmap e2: 2 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: fsmap 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: mgrmap e13: a(active, since 53s) 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: overall HEALTH_OK 2024-02-07T12:11:48.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:48.406 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:48.406 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:48.406 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:48.406 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:48.502 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:11:48.503 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":2,"fsid":"a6b6e578-c5b1-11ee-95b6-87774f69a715","modified":"2024-02-07T12:11:42.809528Z","created":"2024-02-07T12:09:56.238381Z","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.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-07T12:11:48.504 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 2 2024-02-07T12:11:49.056 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:48 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:49.056 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:48 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:11:49.056 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:48 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:49.056 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:48 smithi098 ceph-mon[31799]: Deploying daemon mon.b on smithi063 2024-02-07T12:11:49.056 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:48 smithi098 ceph-mon[31799]: from='client.? 172.21.15.98:0/3245935107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T12:11:49.056 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:48 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:49.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:49.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:11:49.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:49.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:48 smithi005 ceph-mon[29874]: Deploying daemon mon.b on smithi063 2024-02-07T12:11:49.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:48 smithi005 ceph-mon[29874]: from='client.? 172.21.15.98:0/3245935107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T12:11:49.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:50.082 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-07T12:11:50.082 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-07T12:11:50.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:49 smithi005 ceph-mon[29874]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:50.327 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T12:11:50.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:49 smithi098 ceph-mon[31799]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.106 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:11:52.106 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":2,"fsid":"a6b6e578-c5b1-11ee-95b6-87774f69a715","modified":"2024-02-07T12:11:42.809528Z","created":"2024-02-07T12:09:56.238381Z","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.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-07T12:11:52.109 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 2 2024-02-07T12:11:52.111 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 podman[32007]: 2024-02-07 12:11:52.085053285 +0000 UTC m=+0.343589565 container start dd161e86b88ffbb763733ccece5ca9d801bf902f0ae66df91280d79cd5f044c3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-b, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS) 2024-02-07T12:11:52.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: set uid:gid to 167:167 (ceph:ceph) 2024-02-07T12:11:52.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: ceph version 19.0.0-1252-g44458cce (44458ccedb18241cc2e17f10cdab3d1385399261) squid (dev), process ceph-mon, pid 7 2024-02-07T12:11:52.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pidfile_write: ignore empty --pid-file 2024-02-07T12:11:52.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: load: jerasure load: lrc 2024-02-07T12:11:52.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: RocksDB version: 7.9.2 2024-02-07T12:11:52.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Git sha 0 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Compile date 2024-02-05 19:41:51 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: DB SUMMARY 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: DB Session ID: 2ZCR5K6EOX84213UX7Z0 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: CURRENT file: CURRENT 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: IDENTITY file: IDENTITY 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.error_if_exists: 0 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.create_if_missing: 0 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.paranoid_checks: 1 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-07T12:11:52.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.env: 0x56469166aae0 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.fs: PosixFileSystem 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.info_log: 0x564693a638c0 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_file_opening_threads: 16 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.statistics: (nil) 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.use_fsync: 0 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_log_file_size: 0 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.keep_log_file_num: 1000 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.recycle_log_file_num: 0 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.allow_fallocate: 1 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.allow_mmap_reads: 0 2024-02-07T12:11:52.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.allow_mmap_writes: 0 2024-02-07T12:11:52.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.use_direct_reads: 0 2024-02-07T12:11:52.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-07T12:11:52.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.create_missing_column_families: 0 2024-02-07T12:11:52.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.db_log_dir: 2024-02-07T12:11:52.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.wal_dir: 2024-02-07T12:11:52.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-07T12:11:52.550 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-07T12:11:52.550 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-07T12:11:52.550 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-07T12:11:52.550 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-07T12:11:52.550 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-07T12:11:52.550 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.advise_random_on_open: 1 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.db_write_buffer_size: 0 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.write_buffer_manager: 0x564693a37400 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.rate_limiter: (nil) 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.wal_recovery_mode: 2 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.enable_thread_tracking: 0 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.enable_pipelined_write: 0 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.unordered_write: 0 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-07T12:11:52.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.row_cache: None 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.wal_filter: None 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.allow_ingest_behind: 0 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.two_write_queues: 0 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.manual_wal_flush: 0 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.wal_compression: 0 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.atomic_flush: 0 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.log_readahead_size: 0 2024-02-07T12:11:52.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.best_efforts_recovery: 0 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.allow_data_in_errors: 0 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.db_host_id: __hostname__ 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_background_jobs: 2 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_background_compactions: -1 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_subcompactions: 1 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_total_wal_size: 0 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-07T12:11:52.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_open_files: -1 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bytes_per_sync: 0 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_readahead_size: 0 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_background_flushes: -1 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Compression algorithms supported: 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: kZSTD supported: 0 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: kXpressCompression supported: 0 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: kLZ4HCCompression supported: 1 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: kZlibCompression supported: 1 2024-02-07T12:11:52.554 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: kSnappyCompression supported: 1 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: kLZ4Compression supported: 1 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: kBZip2Compression supported: 0 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.merge_operator: 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_filter: None 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_filter_factory: None 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.sst_partitioner_factory: None 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564693a639c0) 2024-02-07T12:11:52.555 INFO:journalctl@ceph.mon.b.smithi063.stdout: cache_index_and_filter_blocks: 1 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: pin_top_level_index_and_filter: 1 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: index_type: 0 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: data_block_index_type: 0 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: index_shortening: 1 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: checksum: 4 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: no_block_cache: 0 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_cache: 0x564693a67090 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_cache_name: BinnedLRUCache 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_cache_options: 2024-02-07T12:11:52.556 INFO:journalctl@ceph.mon.b.smithi063.stdout: capacity : 536870912 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: num_shard_bits : 4 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: strict_capacity_limit : 0 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: high_pri_pool_ratio: 0.000 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_cache_compressed: (nil) 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: persistent_cache: (nil) 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_size: 4096 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_size_deviation: 10 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_restart_interval: 16 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: index_block_restart_interval: 1 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: metadata_block_size: 4096 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: partition_filters: 0 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: use_delta_encoding: 1 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: filter_policy: bloomfilter 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: whole_key_filtering: 1 2024-02-07T12:11:52.557 INFO:journalctl@ceph.mon.b.smithi063.stdout: verify_compression: 0 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout: read_amp_bytes_per_bit: 0 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout: format_version: 5 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout: enable_index_compression: 1 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_align: 0 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout: max_auto_readahead_size: 262144 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout: prepopulate_block_cache: 0 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout: initial_auto_readahead_size: 8192 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout: num_file_reads_for_auto_readahead: 2 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.write_buffer_size: 33554432 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_write_buffer_number: 2 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compression: NoCompression 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bottommost_compression: Disabled 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.prefix_extractor: nullptr 2024-02-07T12:11:52.558 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.num_levels: 7 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-07T12:11:52.559 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compression_opts.level: 32767 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compression_opts.strategy: 0 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compression_opts.enabled: false 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.target_file_size_base: 67108864 2024-02-07T12:11:52.560 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-07T12:11:52.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.arena_block_size: 1048576 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.disable_auto_compactions: 0 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-07T12:11:52.562 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.table_properties_collectors: 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.inplace_update_support: 0 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.bloom_locality: 0 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.max_successive_merges: 0 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.paranoid_file_checks: 0 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.force_consistency_checks: 1 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.report_bg_io_stats: 0 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.ttl: 2592000 2024-02-07T12:11:52.563 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.enable_blob_files: false 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.min_blob_size: 0 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.blob_file_size: 268435456 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.blob_file_starting_level: 0 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-07T12:11:52.564 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-07T12:11:52.565 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 34b9f01c-8a43-4dbb-a983-5fb0d4cd5e53 2024-02-07T12:11:52.565 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707307912127037, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-02-07T12:11:52.565 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-02-07T12:11:52.565 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707307912127496, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1707307912, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "34b9f01c-8a43-4dbb-a983-5fb0d4cd5e53", "db_session_id": "2ZCR5K6EOX84213UX7Z0", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-02-07T12:11:52.565 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707307912127588, "job": 1, "event": "recovery_finished"} 2024-02-07T12:11:52.565 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-02-07T12:11:52.565 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-07T12:11:52.565 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564693b58000 2024-02-07T12:11:52.565 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: DB pointer 0x564693b42000 2024-02-07T12:11:52.567 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-07T12:11:52.567 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-07T12:11:52.567 INFO:journalctl@ceph.mon.b.smithi063.stdout: ** DB Stats ** 2024-02-07T12:11:52.567 INFO:journalctl@ceph.mon.b.smithi063.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: ** Compaction Stats [default] ** 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2024-02-07T12:11:52.568 INFO:journalctl@ceph.mon.b.smithi063.stdout: ** Compaction Stats [default] ** 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-07T12:11:52.569 INFO:journalctl@ceph.mon.b.smithi063.stdout: Cumulative compaction: 0.00 GB write, 0.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout: Interval compaction: 0.00 GB write, 0.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout: Block cache BinnedLRUCache@0x564693a67090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 7e-06 secs_since: 0 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: using public_addr v2:172.21.15.63:0/0 -> [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: starting mon.b rank -1 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(???) e0 preinit fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).mds e1 new map 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).mds e1 print_map 2024-02-07T12:11:52.570 INFO:journalctl@ceph.mon.b.smithi063.stdout: e1 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout: legacy client fscid: -1 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout: No filesystems configured 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-07T12:11:52.571 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Added host smithi063 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Updating smithi063:/etc/ceph/ceph.conf 2024-02-07T12:11:52.572 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.573 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.573 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-02-07T12:11:52.573 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Updating smithi063:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Updating smithi063:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Deploying daemon agent.smithi063 on smithi063 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:52.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Deploying cephadm binary to smithi098 2024-02-07T12:11:52.575 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Added host smithi098 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Updating smithi098:/etc/ceph/ceph.conf 2024-02-07T12:11:52.576 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Updating smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Updating smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Deploying daemon agent.smithi098 on smithi098 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:52.577 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/1044266291' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/1044266291' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.578 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi005:172.21.15.5=a;smithi063:172.21.15.63=b;smithi098:172.21.15.98=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi063:172.21.15.63=b;smithi098:172.21.15.98=c;count:3 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Deploying daemon mon.c on smithi098 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='client.? 172.21.15.98:0/3957612079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T12:11:52.579 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.a calling monitor election 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.c calling monitor election 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: monmap e2: 2 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:11:52.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: fsmap 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mgrmap e13: a(active, since 53s) 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: overall HEALTH_OK 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: Deploying daemon mon.b on smithi063 2024-02-07T12:11:52.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='client.? 172.21.15.98:0/3245935107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T12:11:52.582 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:52.582 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:52.582 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 ceph-mon[32045]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-07T12:11:52.582 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 bash[32007]: dd161e86b88ffbb763733ccece5ca9d801bf902f0ae66df91280d79cd5f044c3 2024-02-07T12:11:52.582 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:52 smithi063 systemd[1]: Started Ceph mon.b for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:11:53.735 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-07T12:11:53.735 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-07T12:11:54.359 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T12:11:57.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:11:57.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: mon.c calling monitor election 2024-02-07T12:11:57.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: mon.a calling monitor election 2024-02-07T12:11:57.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: fsmap 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: mgrmap e13: a(active, since 62s) 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-07T12:11:57.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-07T12:11:57.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-07T12:11:57.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: mon.b (rank 2) addr [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] is down (out of quorum) 2024-02-07T12:11:57.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:57 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:11:57.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: mon.c calling monitor election 2024-02-07T12:11:57.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: mon.a calling monitor election 2024-02-07T12:11:57.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:57.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:57.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:57.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: fsmap 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: mgrmap e13: a(active, since 62s) 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: mon.b (rank 2) addr [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] is down (out of quorum) 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.731 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.731 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.731 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:57.760 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-07T12:11:57.760 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":3,"fsid":"a6b6e578-c5b1-11ee-95b6-87774f69a715","modified":"2024-02-07T12:11:52.151867Z","created":"2024-02-07T12:09:56.238381Z","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.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-07T12:11:57.762 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 3 2024-02-07T12:11:58.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:58.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='client.? 172.21.15.98:0/3177804856' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:11:58.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:11:58.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:58.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:58.599 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:58.599 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.599 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.599 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.599 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:58.599 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:58.599 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='client.? 172.21.15.98:0/3177804856' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:58.600 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:58.895 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-07T12:11:58.896 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph config generate-minimal-conf 2024-02-07T12:11:59.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:11:59.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mon.c calling monitor election 2024-02-07T12:11:59.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mon.a calling monitor election 2024-02-07T12:11:59.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:59.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:11:59.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:59.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:59.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:59.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:59.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: fsmap 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mgrmap e13: a(active, since 62s) 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mon.b (rank 2) addr [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] is down (out of quorum) 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.209 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='client.? 172.21.15.98:0/3177804856' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.210 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.211 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.211 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.211 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.211 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.211 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.211 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:11:59.211 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:11:59.211 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:11:59.211 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:11:59.331 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:11:59.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: mon.b calling monitor election 2024-02-07T12:11:59.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:59.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: mon.b calling monitor election 2024-02-07T12:11:59.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: mon.c calling monitor election 2024-02-07T12:11:59.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: mon.a calling monitor election 2024-02-07T12:11:59.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-07T12:11:59.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:11:59.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: fsmap 2024-02-07T12:11:59.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:59.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: mgrmap e13: a(active, since 64s) 2024-02-07T12:11:59.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-07T12:11:59.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: Cluster is now healthy 2024-02-07T12:11:59.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: overall HEALTH_OK 2024-02-07T12:11:59.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:11:59 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.918 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: mon.b calling monitor election 2024-02-07T12:11:59.918 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:59.918 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: mon.b calling monitor election 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: mon.c calling monitor election 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: mon.a calling monitor election 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: fsmap 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: mgrmap e13: a(active, since 64s) 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: Cluster is now healthy 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: overall HEALTH_OK 2024-02-07T12:11:59.919 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:11:59 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:11:59.933 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mon.b calling monitor election 2024-02-07T12:11:59.933 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:11:59.933 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mon.b calling monitor election 2024-02-07T12:11:59.933 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mon.c calling monitor election 2024-02-07T12:11:59.933 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mon.a calling monitor election 2024-02-07T12:11:59.933 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-07T12:11:59.933 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-07T12:11:59.934 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: fsmap 2024-02-07T12:11:59.934 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: osdmap e4: 0 total, 0 up, 0 in 2024-02-07T12:11:59.934 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: mgrmap e13: a(active, since 64s) 2024-02-07T12:11:59.934 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-07T12:11:59.934 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: Cluster is now healthy 2024-02-07T12:11:59.934 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: overall HEALTH_OK 2024-02-07T12:11:59.934 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:11:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:00.809 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:00.810 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:00.810 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:00 smithi005 ceph-mon[29874]: Reconfiguring mon.b (monmap changed)... 2024-02-07T12:12:00.810 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:12:00.810 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:12:00.810 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:00.810 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:00 smithi005 ceph-mon[29874]: Reconfiguring daemon mon.b on smithi063 2024-02-07T12:12:00.810 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:12:00.810 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:00.889 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:00.889 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:00.889 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:00 smithi098 ceph-mon[31799]: Reconfiguring mon.b (monmap changed)... 2024-02-07T12:12:00.889 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:12:00.889 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:12:00.889 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:00.889 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:00 smithi098 ceph-mon[31799]: Reconfiguring daemon mon.b on smithi063 2024-02-07T12:12:00.889 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:12:00.889 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:00 smithi063 ceph-mon[32045]: Reconfiguring mon.b (monmap changed)... 2024-02-07T12:12:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:12:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:12:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:00 smithi063 ceph-mon[32045]: Reconfiguring daemon mon.b on smithi063 2024-02-07T12:12:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:12:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:01.517 INFO:teuthology.orchestra.run.smithi005.stdout:# minimal ceph.conf for a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:12:01.518 INFO:teuthology.orchestra.run.smithi005.stdout:[global] 2024-02-07T12:12:01.518 INFO:teuthology.orchestra.run.smithi005.stdout: fsid = a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:12:01.518 INFO:teuthology.orchestra.run.smithi005.stdout: mon_host = [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2024-02-07T12:12:02.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/335649191' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:12:02.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:02.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:02.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/335649191' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:02.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:12:02.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:12:02.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:02.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:02.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/335649191' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:02.159 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.159 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:02.159 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:12:02.159 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:12:02.159 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:02.185 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-07T12:12:02.185 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:12:02.185 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.conf 2024-02-07T12:12:02.217 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:12:02.217 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:12:02.284 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:12:02.284 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.conf 2024-02-07T12:12:02.315 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:12:02.315 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:12:02.382 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:12:02.382 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2024-02-07T12:12:02.412 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:12:02.412 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:12:02.480 INFO:tasks.cephadm:Adding mgr.a on smithi005 2024-02-07T12:12:02.480 INFO:tasks.cephadm:Adding mgr.b on smithi063 2024-02-07T12:12:02.480 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch apply mgr '2;smithi005=a;smithi063=b' 2024-02-07T12:12:02.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:02 smithi098 ceph-mon[31799]: Reconfiguring mon.c (monmap changed)... 2024-02-07T12:12:02.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:02 smithi098 ceph-mon[31799]: Reconfiguring daemon mon.c on smithi098 2024-02-07T12:12:03.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:02 smithi005 ceph-mon[29874]: Reconfiguring mon.c (monmap changed)... 2024-02-07T12:12:03.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:02 smithi005 ceph-mon[29874]: Reconfiguring daemon mon.c on smithi098 2024-02-07T12:12:03.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:02 smithi063 ceph-mon[32045]: Reconfiguring mon.c (monmap changed)... 2024-02-07T12:12:03.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:02 smithi063 ceph-mon[32045]: Reconfiguring daemon mon.c on smithi098 2024-02-07T12:12:03.313 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T12:12:04.342 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:04 smithi098 ceph-mon[31799]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:04.343 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:04 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:04.343 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:04 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:04.343 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:04 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:04.343 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:04 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:04.343 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:04 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:04.343 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:04 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:04.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:04 smithi005 ceph-mon[29874]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:04.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:04 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:04.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:04 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:04.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:04 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:04.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:04 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:04.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:04 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:04.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:04 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:04.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:04 smithi063 ceph-mon[32045]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:04.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:04 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:04.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:04 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:04.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:04 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:04.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:04 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:04.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:04 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:04.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:04 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:05.066 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled mgr update... 2024-02-07T12:12:05.705 DEBUG:teuthology.orchestra.run.smithi063:mgr.b> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mgr.b.service 2024-02-07T12:12:05.707 INFO:tasks.cephadm:Deploying OSDs... 2024-02-07T12:12:05.707 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-07T12:12:05.707 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-02-07T12:12:05.727 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-07T12:12:05.727 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_1 2024-02-07T12:12:05.786 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-07T12:12:05.786 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:05.786 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-02-07T12:12:05.786 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:05.786 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:05.786 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-07 12:12:04.113392974 +0000 2024-02-07T12:12:05.786 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-07 12:05:45.383575745 +0000 2024-02-07T12:12:05.786 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-07 12:05:45.383575745 +0000 2024-02-07T12:12:05.786 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: 2024-02-07 12:05:45.383575745 +0000 2024-02-07T12:12:05.787 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-07T12:12:05.859 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-07T12:12:05.859 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-07T12:12:05.859 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000122418 s, 4.2 MB/s 2024-02-07T12:12:05.860 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-07T12:12:05.919 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_2 2024-02-07T12:12:05.977 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-07T12:12:05.977 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:05.977 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-02-07T12:12:05.977 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:05.977 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:05.977 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-07 12:12:04.113392974 +0000 2024-02-07T12:12:05.977 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-07 12:05:45.726568759 +0000 2024-02-07T12:12:05.977 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-07 12:05:45.726568759 +0000 2024-02-07T12:12:05.977 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: 2024-02-07 12:05:45.726568759 +0000 2024-02-07T12:12:05.977 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-07T12:12:06.046 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-07T12:12:06.046 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-07T12:12:06.046 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.00012277 s, 4.2 MB/s 2024-02-07T12:12:06.047 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-07T12:12:06.106 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_3 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi005=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: Saving service mgr spec with placement smithi005=a;smithi063=b;count:2 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T12:12:06.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:06.232 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:06 smithi005 ceph-mon[29874]: Deploying daemon mgr.b on smithi063 2024-02-07T12:12:06.248 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-07T12:12:06.248 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:06.248 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-02-07T12:12:06.248 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:06.248 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:06.248 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-07 12:12:04.113392974 +0000 2024-02-07T12:12:06.248 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-07 12:05:46.067561813 +0000 2024-02-07T12:12:06.249 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-07 12:05:46.067561813 +0000 2024-02-07T12:12:06.249 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: 2024-02-07 12:05:46.067561813 +0000 2024-02-07T12:12:06.249 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-07T12:12:06.320 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-07T12:12:06.320 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-07T12:12:06.321 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000111158 s, 4.6 MB/s 2024-02-07T12:12:06.321 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-07T12:12:06.382 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_4 2024-02-07T12:12:06.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:06.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi005=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:12:06.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: Saving service mgr spec with placement smithi005=a;smithi063=b;count:2 2024-02-07T12:12:06.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:06.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:06.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:06.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:06.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:06.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T12:12:06.403 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-07T12:12:06.403 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T12:12:06.403 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:06.403 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:06 smithi063 ceph-mon[32045]: Deploying daemon mgr.b on smithi063 2024-02-07T12:12:06.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:06.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi005=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:12:06.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: Saving service mgr spec with placement smithi005=a;smithi063=b;count:2 2024-02-07T12:12:06.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:06.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:06.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:06.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:06.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:06.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T12:12:06.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-07T12:12:06.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T12:12:06.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:06.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:06 smithi098 ceph-mon[31799]: Deploying daemon mgr.b on smithi063 2024-02-07T12:12:06.439 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-07T12:12:06.440 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:06.440 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-02-07T12:12:06.440 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:06.440 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:06.440 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-07 12:12:04.113392974 +0000 2024-02-07T12:12:06.440 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-07 12:05:46.385555336 +0000 2024-02-07T12:12:06.440 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-07 12:05:46.385555336 +0000 2024-02-07T12:12:06.440 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: 2024-02-07 12:05:46.385555336 +0000 2024-02-07T12:12:06.440 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-07T12:12:06.509 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-07T12:12:06.509 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-07T12:12:06.509 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000125786 s, 4.1 MB/s 2024-02-07T12:12:06.510 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-07T12:12:06.568 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-02-07T12:12:06.568 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-02-07T12:12:06.587 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-07T12:12:06.587 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2024-02-07T12:12:06.646 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-07T12:12:06.646 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:06.646 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-02-07T12:12:06.646 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:06.646 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:06.646 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-02-07 12:11:59.800066024 +0000 2024-02-07T12:12:06.646 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-02-07 12:05:46.430141386 +0000 2024-02-07T12:12:06.646 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-02-07 12:05:46.430141386 +0000 2024-02-07T12:12:06.646 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-02-07 12:05:46.430141386 +0000 2024-02-07T12:12:06.646 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-07T12:12:06.718 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-02-07T12:12:06.718 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-02-07T12:12:06.718 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000271388 s, 1.9 MB/s 2024-02-07T12:12:06.719 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-07T12:12:06.778 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2024-02-07T12:12:06.836 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-07T12:12:06.837 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:06.837 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-02-07T12:12:06.837 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:06.837 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:06.837 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-02-07 12:11:59.800066024 +0000 2024-02-07T12:12:06.837 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-02-07 12:05:46.795137712 +0000 2024-02-07T12:12:06.837 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-02-07 12:05:46.795137712 +0000 2024-02-07T12:12:06.837 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-02-07 12:05:46.795137712 +0000 2024-02-07T12:12:06.837 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-07T12:12:06.984 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-02-07T12:12:06.984 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-02-07T12:12:06.984 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000218772 s, 2.3 MB/s 2024-02-07T12:12:06.985 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-07T12:12:07.000 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2024-02-07T12:12:07.057 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-07T12:12:07.057 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:07.057 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-02-07T12:12:07.057 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:07.057 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:07.057 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-02-07 12:12:06.936995405 +0000 2024-02-07T12:12:07.057 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-02-07 12:05:47.144134199 +0000 2024-02-07T12:12:07.057 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-02-07 12:05:47.144134199 +0000 2024-02-07T12:12:07.057 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-02-07 12:05:47.144134199 +0000 2024-02-07T12:12:07.058 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-07T12:12:07.157 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-02-07T12:12:07.158 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-02-07T12:12:07.158 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000197324 s, 2.6 MB/s 2024-02-07T12:12:07.159 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-07T12:12:07.174 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2024-02-07T12:12:07.230 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-07T12:12:07.230 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:07.231 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-02-07T12:12:07.231 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:07.231 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:07.231 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-02-07 12:12:07.112993663 +0000 2024-02-07T12:12:07.231 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-02-07 12:05:47.476130857 +0000 2024-02-07T12:12:07.231 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-02-07 12:05:47.476130857 +0000 2024-02-07T12:12:07.231 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-02-07 12:05:47.476130857 +0000 2024-02-07T12:12:07.231 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-07T12:12:07.294 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:07 smithi063 systemd[1]: Starting Ceph mgr.b for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:12:07.299 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-02-07T12:12:07.299 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-02-07T12:12:07.299 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000181118 s, 2.8 MB/s 2024-02-07T12:12:07.301 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-07T12:12:07.357 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-07T12:12:07.357 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-02-07T12:12:07.377 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-07T12:12:07.377 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2024-02-07T12:12:07.437 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-07T12:12:07.437 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:07.437 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-02-07T12:12:07.437 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:07.437 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:07.437 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-07 12:12:00.168042566 +0000 2024-02-07T12:12:07.437 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-07 12:05:42.010512669 +0000 2024-02-07T12:12:07.438 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-07 12:05:42.010512669 +0000 2024-02-07T12:12:07.438 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: 2024-02-07 12:05:42.010512669 +0000 2024-02-07T12:12:07.438 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-07T12:12:07.509 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-07T12:12:07.509 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-07T12:12:07.509 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000228707 s, 2.2 MB/s 2024-02-07T12:12:07.510 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-07T12:12:07.568 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2024-02-07T12:12:07.615 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:07 smithi063 podman[33676]: 2024-02-07 12:12:07.293555099 +0000 UTC m=+0.018262233 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T12:12:07.615 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:07 smithi063 podman[33676]: 2024-02-07 12:12:07.403119084 +0000 UTC m=+0.127826217 container create 929cd61046f246c60931202c034dada514fa0b155835fe8105a96e4549e27c03 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T12:12:07.615 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:07 smithi063 podman[33676]: 2024-02-07 12:12:07.61382595 +0000 UTC m=+0.338533098 container init 929cd61046f246c60931202c034dada514fa0b155835fe8105a96e4549e27c03 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240131) 2024-02-07T12:12:07.625 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-07T12:12:07.625 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:07.625 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-02-07T12:12:07.625 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:07.625 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:07.625 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-07 12:12:00.168042566 +0000 2024-02-07T12:12:07.625 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-07 12:05:42.346508405 +0000 2024-02-07T12:12:07.625 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-07 12:05:42.346508405 +0000 2024-02-07T12:12:07.625 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: 2024-02-07 12:05:42.346508405 +0000 2024-02-07T12:12:07.625 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-07T12:12:07.692 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-07T12:12:07.692 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-07T12:12:07.692 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000228498 s, 2.2 MB/s 2024-02-07T12:12:07.694 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-07T12:12:07.751 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2024-02-07T12:12:07.806 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-07T12:12:07.807 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:07.807 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-02-07T12:12:07.807 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:07.807 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:07.807 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-07 12:12:00.168042566 +0000 2024-02-07T12:12:07.807 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-07 12:05:42.692504013 +0000 2024-02-07T12:12:07.807 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-07 12:05:42.692504013 +0000 2024-02-07T12:12:07.807 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: 2024-02-07 12:05:42.692504013 +0000 2024-02-07T12:12:07.807 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-07T12:12:07.872 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-07T12:12:07.872 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-07T12:12:07.872 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.00016932 s, 3.0 MB/s 2024-02-07T12:12:07.873 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-07T12:12:07.930 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2024-02-07T12:12:07.984 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-07T12:12:07.984 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-07T12:12:07.984 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-02-07T12:12:07.984 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-07T12:12:07.984 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-02-07T12:12:07.984 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-07 12:12:00.168042566 +0000 2024-02-07T12:12:07.984 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-07 12:05:43.016499902 +0000 2024-02-07T12:12:07.984 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-07 12:05:43.016499902 +0000 2024-02-07T12:12:07.984 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: 2024-02-07 12:05:43.016499902 +0000 2024-02-07T12:12:07.984 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-07T12:12:08.044 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:07 smithi063 podman[33676]: 2024-02-07 12:12:07.619092759 +0000 UTC m=+0.343799895 container start 929cd61046f246c60931202c034dada514fa0b155835fe8105a96e4549e27c03 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-02-07T12:12:08.044 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:07 smithi063 ceph-mgr[33752]: -- 172.21.15.63:0/92242623 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564456aad520 con 0x564456a82c00 2024-02-07T12:12:08.044 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:07 smithi063 bash[33676]: 929cd61046f246c60931202c034dada514fa0b155835fe8105a96e4549e27c03 2024-02-07T12:12:08.045 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:07 smithi063 systemd[1]: Started Ceph mgr.b for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:12:08.050 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-07T12:12:08.050 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-07T12:12:08.050 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000285334 s, 1.8 MB/s 2024-02-07T12:12:08.051 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-07T12:12:08.106 INFO:tasks.cephadm:Deploying osd.0 on smithi005 with /dev/vg_nvme/lv_4... 2024-02-07T12:12:08.107 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-07T12:12:08.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:08.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:08.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:08.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:08.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.360 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:12:08.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:08.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.513 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:08.513 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.513 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:08.178+0000 7f5a58140200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-07T12:12:08.514 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:08.273+0000 7f5a58140200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-07T12:12:09.062 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:08 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:08.964+0000 7f5a58140200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-07T12:12:09.063 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:09.059+0000 7f5a58140200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-07T12:12:09.326 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:09 smithi005 ceph-mon[29874]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-07T12:12:09.326 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:09 smithi005 ceph-mon[29874]: Reconfiguring mgr.a (unknown last config time)... 2024-02-07T12:12:09.326 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T12:12:09.326 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T12:12:09.326 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:09.326 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:09 smithi005 ceph-mon[29874]: Reconfiguring daemon mgr.a on smithi005 2024-02-07T12:12:09.396 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:09.210+0000 7f5a58140200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-07T12:12:09.396 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:09.308+0000 7f5a58140200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-07T12:12:09.396 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:09.393+0000 7f5a58140200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-07T12:12:09.397 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-mon[32045]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-07T12:12:09.397 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-mon[32045]: Reconfiguring mgr.a (unknown last config time)... 2024-02-07T12:12:09.397 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T12:12:09.397 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T12:12:09.397 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:09.397 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-mon[32045]: Reconfiguring daemon mgr.a on smithi005 2024-02-07T12:12:09.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:09 smithi098 ceph-mon[31799]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-07T12:12:09.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:09 smithi098 ceph-mon[31799]: Reconfiguring mgr.a (unknown last config time)... 2024-02-07T12:12:09.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:09 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T12:12:09.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:09 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T12:12:09.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:09 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:09.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:09 smithi098 ceph-mon[31799]: Reconfiguring daemon mgr.a on smithi005 2024-02-07T12:12:09.923 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:09.681+0000 7f5a58140200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-07T12:12:09.923 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:09.801+0000 7f5a58140200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-07T12:12:09.923 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:09 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:09.898+0000 7f5a58140200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-07T12:12:10.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:10 smithi005 ceph-mon[29874]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:10.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:10 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:10.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:10 smithi063 ceph-mon[32045]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:10.208 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:10 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:10.208 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:10 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:10.000+0000 7f5a58140200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-07T12:12:10.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:10 smithi098 ceph-mon[31799]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:10.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:10 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:10.478 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:10 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:10.204+0000 7f5a58140200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-07T12:12:11.421 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.421 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.421 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:11.421 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:11.422 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:11.422 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.422 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-mon[32045]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-07T12:12:11.422 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.422 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:11.281+0000 7f5a58140200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-07T12:12:11.422 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:11.417+0000 7f5a58140200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-07T12:12:11.432 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-07T12:12:11.432 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-07T12:12:11.433 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2024-02-07T12:12:11.433 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2024-02-07T12:12:11.433 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00862238 s, 1.2 GB/s 2024-02-07T12:12:11.433 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2024-02-07T12:12:11.433 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.433 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.433 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:11.433 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:11.433 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:11.433 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.433 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:11 smithi005 ceph-mon[29874]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-07T12:12:11.433 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:11.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:11.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:11.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:11.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:11 smithi098 ceph-mon[31799]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-07T12:12:11.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.041 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi005:vg_nvme/lv_4 2024-02-07T12:12:12.044 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:11.760+0000 7f5a58140200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-07T12:12:12.044 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:11 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:11.853+0000 7f5a58140200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-07T12:12:12.282 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:12:12.345 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:12.055+0000 7f5a58140200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-07T12:12:12.346 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:12.245+0000 7f5a58140200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-07T12:12:12.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:12 smithi005 ceph-mon[29874]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:12.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:12.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:12.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:12.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:12 smithi098 ceph-mon[31799]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:12.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:12 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:12 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:12 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:12 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:12.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:12 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:12.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:12 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:12.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:12 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.794 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:12.538+0000 7f5a58140200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-07T12:12:12.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-mon[32045]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:12.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:12.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:12.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:12.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:12.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:13.294 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:12 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:12.800+0000 7f5a58140200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-07T12:12:13.294 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:13 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:13.043+0000 7f5a58140200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-07T12:12:14.294 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:13 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:13.873+0000 7f5a58140200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-07T12:12:14.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:14 smithi098 ceph-mon[31799]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:14.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:14 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:12:14.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:14 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:12:14.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:14 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:14.661 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:14 smithi005 ceph-mon[29874]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:14.661 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:12:14.661 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:12:14.661 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:14.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:14 smithi063 ceph-mon[32045]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:14.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:12:14.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:12:14.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:14.779 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:14 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:14.452+0000 7f5a58140200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-07T12:12:14.779 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:14 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:14.553+0000 7f5a58140200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-07T12:12:14.779 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:12:14 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b[33729]: 2024-02-07T12:12:14.776+0000 7f5a58140200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-07T12:12:15.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:15 smithi005 ceph-mon[29874]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:12:15.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:15 smithi005 ceph-mon[29874]: Standby manager daemon b started 2024-02-07T12:12:15.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:15 smithi005 ceph-mon[29874]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-07T12:12:15.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:15 smithi005 ceph-mon[29874]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-07T12:12:15.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:15 smithi005 ceph-mon[29874]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-07T12:12:15.628 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:15 smithi005 ceph-mon[29874]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-07T12:12:15.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:15 smithi098 ceph-mon[31799]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:12:15.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:15 smithi098 ceph-mon[31799]: Standby manager daemon b started 2024-02-07T12:12:15.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:15 smithi098 ceph-mon[31799]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-07T12:12:15.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:15 smithi098 ceph-mon[31799]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-07T12:12:15.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:15 smithi098 ceph-mon[31799]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-07T12:12:15.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:15 smithi098 ceph-mon[31799]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-07T12:12:15.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:15 smithi063 ceph-mon[32045]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:12:15.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:15 smithi063 ceph-mon[32045]: Standby manager daemon b started 2024-02-07T12:12:15.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:15 smithi063 ceph-mon[32045]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-07T12:12:15.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:15 smithi063 ceph-mon[32045]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-07T12:12:15.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:15 smithi063 ceph-mon[32045]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-07T12:12:15.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:15 smithi063 ceph-mon[32045]: from='mgr.? 172.21.15.63:0/2253055659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-07T12:12:16.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:16 smithi098 ceph-mon[31799]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:16.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:16 smithi098 ceph-mon[31799]: mgrmap e14: a(active, since 80s), standbys: b 2024-02-07T12:12:16.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:16 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-07T12:12:16.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:16 smithi005 ceph-mon[29874]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:16.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:16 smithi005 ceph-mon[29874]: mgrmap e14: a(active, since 80s), standbys: b 2024-02-07T12:12:16.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:16 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-07T12:12:16.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:16 smithi063 ceph-mon[32045]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:16.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:16 smithi063 ceph-mon[32045]: mgrmap e14: a(active, since 80s), standbys: b 2024-02-07T12:12:16.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:16 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-07T12:12:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:17 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/411240819' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "391ad20a-9118-413d-9eed-14147ab3687a"}]: dispatch 2024-02-07T12:12:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:17 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/411240819' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "391ad20a-9118-413d-9eed-14147ab3687a"}]': finished 2024-02-07T12:12:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:17 smithi098 ceph-mon[31799]: osdmap e5: 1 total, 0 up, 1 in 2024-02-07T12:12:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:17 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:17 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/896546561' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:12:17.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:17 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/411240819' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "391ad20a-9118-413d-9eed-14147ab3687a"}]: dispatch 2024-02-07T12:12:17.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:17 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/411240819' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "391ad20a-9118-413d-9eed-14147ab3687a"}]': finished 2024-02-07T12:12:17.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:17 smithi005 ceph-mon[29874]: osdmap e5: 1 total, 0 up, 1 in 2024-02-07T12:12:17.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:17 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:17.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:17 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/896546561' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:12:17.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:17 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/411240819' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "391ad20a-9118-413d-9eed-14147ab3687a"}]: dispatch 2024-02-07T12:12:17.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:17 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/411240819' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "391ad20a-9118-413d-9eed-14147ab3687a"}]': finished 2024-02-07T12:12:17.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:17 smithi063 ceph-mon[32045]: osdmap e5: 1 total, 0 up, 1 in 2024-02-07T12:12:17.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:17 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:17.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:17 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/896546561' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:12:18.629 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:18 smithi005 ceph-mon[29874]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:18.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:18 smithi098 ceph-mon[31799]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:18.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:18 smithi063 ceph-mon[32045]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:20.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:20 smithi098 ceph-mon[31799]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:20.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:20 smithi005 ceph-mon[29874]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:20.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:20 smithi063 ceph-mon[32045]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:22.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:22 smithi005 ceph-mon[29874]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:22.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:22.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:22.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:22.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:22 smithi098 ceph-mon[31799]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:22.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:22 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:22.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:22 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:22.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:22 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:22.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:22 smithi063 ceph-mon[32045]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:22.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:22.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:22.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:24.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:24 smithi005 ceph-mon[29874]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:24.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-07T12:12:24.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:24.337 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:24 smithi005 ceph-mon[29874]: Deploying daemon osd.0 on smithi005 2024-02-07T12:12:24.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:24 smithi098 ceph-mon[31799]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:24.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:24 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-07T12:12:24.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:24 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:24.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:24 smithi098 ceph-mon[31799]: Deploying daemon osd.0 on smithi005 2024-02-07T12:12:24.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:24 smithi063 ceph-mon[32045]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:24.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-07T12:12:24.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:24.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:24 smithi063 ceph-mon[32045]: Deploying daemon osd.0 on smithi005 2024-02-07T12:12:26.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:26 smithi005 ceph-mon[29874]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:26.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:26 smithi098 ceph-mon[31799]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:26.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:26 smithi063 ceph-mon[32045]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:28.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:28 smithi005 ceph-mon[29874]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:28.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:28 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:28.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:28 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:28.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:28 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:28.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:28 smithi098 ceph-mon[31799]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:28.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:28 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:28.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:28 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:28.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:28 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:28.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:28 smithi063 ceph-mon[32045]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:28.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:28 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:28.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:28 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:28.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:28 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:30.473 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:30 smithi063 ceph-mon[32045]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:30.473 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:30 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:30.474 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:30 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:30.474 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:30 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:30.474 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:30 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:30.474 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:30 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:30.474 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:30 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:30.532 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:30 smithi005 ceph-mon[29874]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:30.532 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:30.532 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:30.532 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:30.532 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:30.532 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:30.532 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:30.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:30 smithi098 ceph-mon[31799]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:30.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:30 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:30.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:30 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:30.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:30 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:30.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:30 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:30.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:30 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:30.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:30 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:32.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:31 smithi063 ceph-mon[32045]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:32.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:32.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:32.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:32.099 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:31 smithi005 ceph-mon[29874]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:32.099 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:32.099 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:32.099 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:32.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:31 smithi098 ceph-mon[31799]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:32.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:32.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:32.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:33.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:32 smithi098 ceph-mon[31799]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-07T12:12:33.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:32 smithi005 ceph-mon[29874]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-07T12:12:33.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:32 smithi063 ceph-mon[32045]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-07T12:12:33.352 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 0 on host 'smithi005' 2024-02-07T12:12:33.939 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:33.939 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-07T12:12:33.939 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: osdmap e6: 1 total, 0 up, 1 in 2024-02-07T12:12:33.939 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-07T12:12:33.939 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:33.939 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:33.940 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:33.940 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:33.940 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:12:33.940 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: Adjusting osd_memory_target on smithi005 to 16069M 2024-02-07T12:12:33.940 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:33.940 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:33.940 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:33.940 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:33.967 DEBUG:teuthology.orchestra.run.smithi005:osd.0> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.0.service 2024-02-07T12:12:33.969 INFO:tasks.cephadm:Deploying osd.1 on smithi005 with /dev/vg_nvme/lv_3... 2024-02-07T12:12:33.969 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-07T12:12:34.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:34.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-07T12:12:34.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: osdmap e6: 1 total, 0 up, 1 in 2024-02-07T12:12:34.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-07T12:12:34.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:34.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:34.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:34.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:34.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:12:34.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: Adjusting osd_memory_target on smithi005 to 16069M 2024-02-07T12:12:34.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:34.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:34.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:34.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:34.228 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:12:34 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0[42194]: 2024-02-07T12:12:34.116+0000 7fd30c700700 -1 osd.0 0 waiting for initial osdmap 2024-02-07T12:12:34.228 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:12:34 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0[42194]: 2024-02-07T12:12:34.118+0000 7fd3044f2700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-07T12:12:34.255 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:12:34.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: osdmap e6: 1 total, 0 up, 1 in 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: Adjusting osd_memory_target on smithi005 to 16069M 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:34.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:34 smithi005 ceph-mon[29874]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-07T12:12:34.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:34 smithi005 ceph-mon[29874]: osdmap e7: 1 total, 0 up, 1 in 2024-02-07T12:12:34.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:34 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:34.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:34 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:34.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:34 smithi005 ceph-mon[29874]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' 2024-02-07T12:12:34.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:34 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:35.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:34 smithi098 ceph-mon[31799]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-07T12:12:35.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:34 smithi098 ceph-mon[31799]: osdmap e7: 1 total, 0 up, 1 in 2024-02-07T12:12:35.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:34 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:35.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:34 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:35.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:34 smithi098 ceph-mon[31799]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' 2024-02-07T12:12:35.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:34 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:35.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:34 smithi063 ceph-mon[32045]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-07T12:12:35.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:34 smithi063 ceph-mon[32045]: osdmap e7: 1 total, 0 up, 1 in 2024-02-07T12:12:35.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:34 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:35.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:34 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:35.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:34 smithi063 ceph-mon[32045]: from='osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024]' entity='osd.0' 2024-02-07T12:12:35.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:34 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:36.223 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-07T12:12:36.223 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-07T12:12:36.223 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2024-02-07T12:12:36.224 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2024-02-07T12:12:36.224 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00972102 s, 1.1 GB/s 2024-02-07T12:12:36.224 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2024-02-07T12:12:36.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:36 smithi098 ceph-mon[31799]: purged_snaps scrub starts 2024-02-07T12:12:36.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:36 smithi098 ceph-mon[31799]: purged_snaps scrub ok 2024-02-07T12:12:36.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:36 smithi098 ceph-mon[31799]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:36.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:36 smithi098 ceph-mon[31799]: osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024] boot 2024-02-07T12:12:36.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:36 smithi098 ceph-mon[31799]: osdmap e8: 1 total, 1 up, 1 in 2024-02-07T12:12:36.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:36 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:36.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:36 smithi005 ceph-mon[29874]: purged_snaps scrub starts 2024-02-07T12:12:36.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:36 smithi005 ceph-mon[29874]: purged_snaps scrub ok 2024-02-07T12:12:36.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:36 smithi005 ceph-mon[29874]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:36.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:36 smithi005 ceph-mon[29874]: osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024] boot 2024-02-07T12:12:36.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:36 smithi005 ceph-mon[29874]: osdmap e8: 1 total, 1 up, 1 in 2024-02-07T12:12:36.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:36 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:36.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:36 smithi063 ceph-mon[32045]: purged_snaps scrub starts 2024-02-07T12:12:36.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:36 smithi063 ceph-mon[32045]: purged_snaps scrub ok 2024-02-07T12:12:36.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:36 smithi063 ceph-mon[32045]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-07T12:12:36.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:36 smithi063 ceph-mon[32045]: osd.0 [v2:172.21.15.5:6802/1313577024,v1:172.21.15.5:6803/1313577024] boot 2024-02-07T12:12:36.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:36 smithi063 ceph-mon[32045]: osdmap e8: 1 total, 1 up, 1 in 2024-02-07T12:12:36.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:36 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-07T12:12:36.888 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi005:vg_nvme/lv_3 2024-02-07T12:12:37.133 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:12:37.512 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:37 smithi005 ceph-mon[29874]: osdmap e9: 1 total, 1 up, 1 in 2024-02-07T12:12:37.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:37 smithi098 ceph-mon[31799]: osdmap e9: 1 total, 1 up, 1 in 2024-02-07T12:12:37.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:37 smithi063 ceph-mon[32045]: osdmap e9: 1 total, 1 up, 1 in 2024-02-07T12:12:38.535 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:38 smithi098 ceph-mon[31799]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:38.637 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:38 smithi005 ceph-mon[29874]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:38.726 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:38 smithi063 ceph-mon[32045]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:39.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:39 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:12:39.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:39 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:12:39.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:39 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:39.674 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:39 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:12:39.675 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:39 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:12:39.675 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:39 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:39.697 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:39 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:12:39.697 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:39 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:12:39.697 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:39 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:40.558 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:40 smithi005 ceph-mon[29874]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:40.559 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:40 smithi005 ceph-mon[29874]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:12:40.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:40 smithi098 ceph-mon[31799]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:40.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:40 smithi098 ceph-mon[31799]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:12:40.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:40 smithi063 ceph-mon[32045]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:40.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:40 smithi063 ceph-mon[32045]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:12:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:42 smithi063 ceph-mon[32045]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:42 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:42 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:42 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:42 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/3763738960' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8cfd8193-5f96-4715-8c72-8850292073b9"}]: dispatch 2024-02-07T12:12:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:42 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/3763738960' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8cfd8193-5f96-4715-8c72-8850292073b9"}]': finished 2024-02-07T12:12:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:42 smithi063 ceph-mon[32045]: osdmap e10: 2 total, 1 up, 2 in 2024-02-07T12:12:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:42 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:12:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:42 smithi098 ceph-mon[31799]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:42 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/3763738960' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8cfd8193-5f96-4715-8c72-8850292073b9"}]: dispatch 2024-02-07T12:12:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:42 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/3763738960' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8cfd8193-5f96-4715-8c72-8850292073b9"}]': finished 2024-02-07T12:12:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:42 smithi098 ceph-mon[31799]: osdmap e10: 2 total, 1 up, 2 in 2024-02-07T12:12:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:12:42.733 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:42 smithi005 ceph-mon[29874]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:42.733 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:42 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:42.733 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:42 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:42.733 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:42 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:42.734 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:42 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/3763738960' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8cfd8193-5f96-4715-8c72-8850292073b9"}]: dispatch 2024-02-07T12:12:42.734 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:42 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/3763738960' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8cfd8193-5f96-4715-8c72-8850292073b9"}]': finished 2024-02-07T12:12:42.734 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:42 smithi005 ceph-mon[29874]: osdmap e10: 2 total, 1 up, 2 in 2024-02-07T12:12:42.734 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:42 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:12:43.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:43 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/2803499919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:12:43.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:43 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/2803499919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:12:43.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:43 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/2803499919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:12:44.544 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:44 smithi005 ceph-mon[29874]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:44.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:44 smithi063 ceph-mon[32045]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:44.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:44 smithi098 ceph-mon[31799]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:46.616 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:46 smithi005 ceph-mon[29874]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:46.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:46 smithi098 ceph-mon[31799]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:46.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:46 smithi063 ceph-mon[32045]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:48.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:48 smithi005 ceph-mon[29874]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:48.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:48.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:48.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:48.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:48 smithi098 ceph-mon[31799]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:48.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:48 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:48.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:48 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:48.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:48 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:48.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:48 smithi063 ceph-mon[32045]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:48.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:48 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:48.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:48 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:48.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:48 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:49.521 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:49 smithi005 ceph-mon[29874]: Detected new or changed devices on smithi005 2024-02-07T12:12:49.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:49 smithi063 ceph-mon[32045]: Detected new or changed devices on smithi005 2024-02-07T12:12:49.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:49 smithi098 ceph-mon[31799]: Detected new or changed devices on smithi005 2024-02-07T12:12:50.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:50 smithi098 ceph-mon[31799]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:50.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-07T12:12:50.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:50.722 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:50 smithi005 ceph-mon[29874]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:50.722 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-07T12:12:50.722 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:50.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:50 smithi063 ceph-mon[32045]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:50.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-07T12:12:50.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:51.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:51 smithi063 ceph-mon[32045]: Deploying daemon osd.1 on smithi005 2024-02-07T12:12:51.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:51 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:51.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:51 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:51.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:51 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:51.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:51 smithi098 ceph-mon[31799]: Deploying daemon osd.1 on smithi005 2024-02-07T12:12:51.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:51 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:51.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:51 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:51.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:51 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:51.671 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:51 smithi005 ceph-mon[29874]: Deploying daemon osd.1 on smithi005 2024-02-07T12:12:51.671 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:51 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:51.671 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:51 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:51.671 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:51 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:52.415 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:52 smithi063 ceph-mon[32045]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:52.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:52 smithi005 ceph-mon[29874]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:52.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:52 smithi098 ceph-mon[31799]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:54.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:54 smithi005 ceph-mon[29874]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:54.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:54 smithi098 ceph-mon[31799]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:54.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:54 smithi063 ceph-mon[32045]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:56.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:56 smithi005 ceph-mon[29874]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:56.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:56.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:56.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:56.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:56.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:56.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:56.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:56 smithi098 ceph-mon[31799]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:56.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:56 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:56.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:56 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:56.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:56 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:56.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:56 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:56.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:56 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:56.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:56 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:56.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:56 smithi063 ceph-mon[32045]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:56.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:56.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:56.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:12:56.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:12:56.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:12:56.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:12:58.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:12:58 smithi098 ceph-mon[31799]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:58.668 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:12:58 smithi005 ceph-mon[29874]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:58.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:12:58 smithi063 ceph-mon[32045]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:12:59.319 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 1 on host 'smithi005' 2024-02-07T12:13:00.017 DEBUG:teuthology.orchestra.run.smithi005:osd.1> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.1.service 2024-02-07T12:13:00.019 INFO:tasks.cephadm:Deploying osd.2 on smithi063 with /dev/vg_nvme/lv_4... 2024-02-07T12:13:00.020 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-07T12:13:00.274 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.b/config 2024-02-07T12:13:00.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:13:00.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:00.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:00.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:00.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: Adjusting osd_memory_target on smithi005 to 8034M 2024-02-07T12:13:00.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:00.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:00.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:00 smithi098 ceph-mon[31799]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-07T12:13:00.617 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:13:00.617 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.617 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.617 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:00.617 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:00.617 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:00.618 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: Adjusting osd_memory_target on smithi005 to 8034M 2024-02-07T12:13:00.618 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.618 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:00.618 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:00.618 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.618 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:00 smithi063 ceph-mon[32045]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-07T12:13:00.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: Adjusting osd_memory_target on smithi005 to 8034M 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:00.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:00 smithi005 ceph-mon[29874]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-07T12:13:01.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:01 smithi005 ceph-mon[29874]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-07T12:13:01.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:01 smithi005 ceph-mon[29874]: osdmap e11: 2 total, 1 up, 2 in 2024-02-07T12:13:01.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:01 smithi005 ceph-mon[29874]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-07T12:13:01.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:01 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:01.479 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:13:01 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1[46090]: 2024-02-07T12:13:01.388+0000 7f227d488700 -1 osd.1 0 waiting for initial osdmap 2024-02-07T12:13:01.479 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:13:01 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1[46090]: 2024-02-07T12:13:01.391+0000 7f2279282700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-07T12:13:01.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:01 smithi063 ceph-mon[32045]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-07T12:13:01.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:01 smithi063 ceph-mon[32045]: osdmap e11: 2 total, 1 up, 2 in 2024-02-07T12:13:01.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:01 smithi063 ceph-mon[32045]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-07T12:13:01.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:01 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:01.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:01 smithi098 ceph-mon[31799]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-07T12:13:01.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:01 smithi098 ceph-mon[31799]: osdmap e11: 2 total, 1 up, 2 in 2024-02-07T12:13:01.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:01 smithi098 ceph-mon[31799]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-07T12:13:01.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:01 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:02.235 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-07T12:13:02.235 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-07T12:13:02.235 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-02-07T12:13:02.235 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-02-07T12:13:02.235 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113754 s, 922 MB/s 2024-02-07T12:13:02.236 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-02-07T12:13:02.518 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:02 smithi063 ceph-mon[32045]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:13:02.518 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:02 smithi063 ceph-mon[32045]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-07T12:13:02.518 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:02 smithi063 ceph-mon[32045]: osdmap e12: 2 total, 1 up, 2 in 2024-02-07T12:13:02.518 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:02.518 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:02.519 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:02.519 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:02.519 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:02.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:02 smithi098 ceph-mon[31799]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:13:02.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:02 smithi098 ceph-mon[31799]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-07T12:13:02.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:02 smithi098 ceph-mon[31799]: osdmap e12: 2 total, 1 up, 2 in 2024-02-07T12:13:02.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:02 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:02.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:02 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:02.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:02 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:02.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:02 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:02.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:02 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:02.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:02 smithi005 ceph-mon[29874]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:13:02.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:02 smithi005 ceph-mon[29874]: from='osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-07T12:13:02.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:02 smithi005 ceph-mon[29874]: osdmap e12: 2 total, 1 up, 2 in 2024-02-07T12:13:02.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:02.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:02.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:02.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:02.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:02.797 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi063:vg_nvme/lv_4 2024-02-07T12:13:03.037 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.b/config 2024-02-07T12:13:03.422 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:03 smithi063 ceph-mon[32045]: purged_snaps scrub starts 2024-02-07T12:13:03.422 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:03 smithi063 ceph-mon[32045]: purged_snaps scrub ok 2024-02-07T12:13:03.422 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:03 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:03.422 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:03 smithi063 ceph-mon[32045]: osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922] boot 2024-02-07T12:13:03.422 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:03 smithi063 ceph-mon[32045]: osdmap e13: 2 total, 2 up, 2 in 2024-02-07T12:13:03.422 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:03 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:03.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:03 smithi098 ceph-mon[31799]: purged_snaps scrub starts 2024-02-07T12:13:03.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:03 smithi098 ceph-mon[31799]: purged_snaps scrub ok 2024-02-07T12:13:03.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:03 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:03.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:03 smithi098 ceph-mon[31799]: osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922] boot 2024-02-07T12:13:03.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:03 smithi098 ceph-mon[31799]: osdmap e13: 2 total, 2 up, 2 in 2024-02-07T12:13:03.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:03 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:03.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:03 smithi005 ceph-mon[29874]: purged_snaps scrub starts 2024-02-07T12:13:03.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:03 smithi005 ceph-mon[29874]: purged_snaps scrub ok 2024-02-07T12:13:03.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:03 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:03.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:03 smithi005 ceph-mon[29874]: osd.1 [v2:172.21.15.5:6810/3467098922,v1:172.21.15.5:6811/3467098922] boot 2024-02-07T12:13:03.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:03 smithi005 ceph-mon[29874]: osdmap e13: 2 total, 2 up, 2 in 2024-02-07T12:13:03.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:03 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-07T12:13:04.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:04 smithi063 ceph-mon[32045]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:13:04.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:04 smithi063 ceph-mon[32045]: osdmap e14: 2 total, 2 up, 2 in 2024-02-07T12:13:04.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:04 smithi005 ceph-mon[29874]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:13:04.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:04 smithi005 ceph-mon[29874]: osdmap e14: 2 total, 2 up, 2 in 2024-02-07T12:13:04.824 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:04 smithi098 ceph-mon[31799]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-07T12:13:04.824 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:04 smithi098 ceph-mon[31799]: osdmap e14: 2 total, 2 up, 2 in 2024-02-07T12:13:05.675 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:05 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:13:05.676 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:05 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:13:05.676 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:05 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:05.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:13:05.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:13:05.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:05.736 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:05 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:13:05.736 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:05 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:13:05.736 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:05 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:06.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:06 smithi005 ceph-mon[29874]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:06.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:06 smithi005 ceph-mon[29874]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:13:06.726 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:06 smithi063 ceph-mon[32045]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:06.727 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:06 smithi063 ceph-mon[32045]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:13:06.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:06 smithi098 ceph-mon[31799]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:06.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:06 smithi098 ceph-mon[31799]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:13:07.476 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:07 smithi005 ceph-mon[29874]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:07.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:07 smithi063 ceph-mon[32045]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:07.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:07 smithi098 ceph-mon[31799]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:08.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: Detected new or changed devices on smithi005 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='client.? 172.21.15.63:0/3820983089' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d87c3b2-9754-4aa7-abb9-8ea314c5539e"}]: dispatch 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d87c3b2-9754-4aa7-abb9-8ea314c5539e"}]: dispatch 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d87c3b2-9754-4aa7-abb9-8ea314c5539e"}]': finished 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: osdmap e15: 3 total, 2 up, 3 in 2024-02-07T12:13:08.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:08.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:08 smithi005 ceph-mon[29874]: from='client.? 172.21.15.63:0/2407144919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:13:08.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: Detected new or changed devices on smithi005 2024-02-07T12:13:08.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:08.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:08.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:08.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:08.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='client.? 172.21.15.63:0/3820983089' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d87c3b2-9754-4aa7-abb9-8ea314c5539e"}]: dispatch 2024-02-07T12:13:08.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d87c3b2-9754-4aa7-abb9-8ea314c5539e"}]: dispatch 2024-02-07T12:13:08.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d87c3b2-9754-4aa7-abb9-8ea314c5539e"}]': finished 2024-02-07T12:13:08.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: osdmap e15: 3 total, 2 up, 3 in 2024-02-07T12:13:08.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:08.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:08 smithi098 ceph-mon[31799]: from='client.? 172.21.15.63:0/2407144919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:13:08.936 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: Detected new or changed devices on smithi005 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='client.? 172.21.15.63:0/3820983089' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d87c3b2-9754-4aa7-abb9-8ea314c5539e"}]: dispatch 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d87c3b2-9754-4aa7-abb9-8ea314c5539e"}]: dispatch 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d87c3b2-9754-4aa7-abb9-8ea314c5539e"}]': finished 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: osdmap e15: 3 total, 2 up, 3 in 2024-02-07T12:13:08.937 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:08.938 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:08 smithi063 ceph-mon[32045]: from='client.? 172.21.15.63:0/2407144919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:13:09.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:09 smithi098 ceph-mon[31799]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-07T12:13:09.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:09 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:09.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:09 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:09.918 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:09 smithi063 ceph-mon[32045]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-07T12:13:09.918 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:09.919 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:09.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:09 smithi005 ceph-mon[29874]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-07T12:13:09.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:09.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:10.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:10 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:10.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:10 smithi098 ceph-mon[31799]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:10.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:10 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:10.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:10 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:10.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:10 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:10.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:10 smithi098 ceph-mon[31799]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:10.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:10 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:10.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:10 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:10.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:10 smithi005 ceph-mon[29874]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:10.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:10 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:10.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:10 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:10.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:10 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:10.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:10 smithi005 ceph-mon[29874]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:10.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:10 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:10 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:10 smithi063 ceph-mon[32045]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:10 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:10 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:10 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:10 smithi063 ceph-mon[32045]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:10 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:11 smithi063 ceph-mon[32045]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-07T12:13:11.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:11 smithi063 ceph-mon[32045]: Cluster is now healthy 2024-02-07T12:13:11.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:11 smithi098 ceph-mon[31799]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-07T12:13:11.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:11 smithi098 ceph-mon[31799]: Cluster is now healthy 2024-02-07T12:13:11.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:11 smithi005 ceph-mon[29874]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-07T12:13:11.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:11 smithi005 ceph-mon[29874]: Cluster is now healthy 2024-02-07T12:13:11.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:11.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:12.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:12 smithi098 ceph-mon[31799]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:12.904 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:12 smithi063 ceph-mon[32045]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:12.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:12 smithi005 ceph-mon[29874]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:14.915 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:14 smithi063 ceph-mon[32045]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:14.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:14 smithi005 ceph-mon[29874]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:15.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:14 smithi098 ceph-mon[31799]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:16 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-07T12:13:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:16 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:16.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:16 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-07T12:13:16.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:16 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:16.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:16 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-07T12:13:16.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:16 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:17.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:17 smithi063 ceph-mon[32045]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:17.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:17 smithi063 ceph-mon[32045]: Deploying daemon osd.2 on smithi063 2024-02-07T12:13:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:17 smithi098 ceph-mon[31799]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:17 smithi098 ceph-mon[31799]: Deploying daemon osd.2 on smithi063 2024-02-07T12:13:17.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:17 smithi005 ceph-mon[29874]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:17.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:17 smithi005 ceph-mon[29874]: Deploying daemon osd.2 on smithi063 2024-02-07T12:13:19.536 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:19 smithi098 ceph-mon[31799]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:19.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:19 smithi005 ceph-mon[29874]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:19.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:19 smithi063 ceph-mon[32045]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:21.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:21 smithi098 ceph-mon[31799]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:21.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:21 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:21.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:21 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:21.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:21 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:21.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:21 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:21.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:21 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:21.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:21 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:21.718 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:21 smithi063 ceph-mon[32045]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:21.718 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:21 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:21.718 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:21 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:21.718 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:21 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:21.718 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:21 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:21.718 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:21 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:21.718 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:21 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:21 smithi005 ceph-mon[29874]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:21 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:21 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:21 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:21 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:21 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:21 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:22.714 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:22.715 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:22.715 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:22.715 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:22 smithi063 ceph-mon[32045]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:22.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:22 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:22.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:22 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:22.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:22 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:22.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:22 smithi098 ceph-mon[31799]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:22.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:22.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:22.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:22.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:22 smithi005 ceph-mon[29874]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:24.288 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 2 on host 'smithi063' 2024-02-07T12:13:24.944 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:24.944 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: from='osd.2 [v2:172.21.15.63:6800/2192646879,v1:172.21.15.63:6801/2192646879]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T12:13:24.944 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T12:13:24.944 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:24.944 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:24.944 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:24.944 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:24.944 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: Adjusting osd_memory_target on smithi063 to 16064M 2024-02-07T12:13:24.945 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:24.945 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:24.945 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:24.945 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:24.971 DEBUG:teuthology.orchestra.run.smithi063:osd.2> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.2.service 2024-02-07T12:13:24.974 INFO:tasks.cephadm:Deploying osd.3 on smithi063 with /dev/vg_nvme/lv_3... 2024-02-07T12:13:24.974 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-07T12:13:24.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:24.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: from='osd.2 [v2:172.21.15.63:6800/2192646879,v1:172.21.15.63:6801/2192646879]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T12:13:24.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T12:13:24.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:24.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:24.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:24.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:24.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: Adjusting osd_memory_target on smithi063 to 16064M 2024-02-07T12:13:24.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:24.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:24.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:24.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:25.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:25.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: from='osd.2 [v2:172.21.15.63:6800/2192646879,v1:172.21.15.63:6801/2192646879]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T12:13:25.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-07T12:13:25.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:25.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:25.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:25.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:25.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: Adjusting osd_memory_target on smithi063 to 16064M 2024-02-07T12:13:25.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:25.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:25.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:25.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:24 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:25.252 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.b/config 2024-02-07T12:13:25.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:25 smithi005 ceph-mon[29874]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-07T12:13:25.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:25 smithi005 ceph-mon[29874]: osdmap e16: 3 total, 2 up, 3 in 2024-02-07T12:13:25.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:25 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:25.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:25 smithi005 ceph-mon[29874]: from='osd.2 [v2:172.21.15.63:6800/2192646879,v1:172.21.15.63:6801/2192646879]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:25.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:25 smithi005 ceph-mon[29874]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:26.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:25 smithi063 ceph-mon[32045]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-07T12:13:26.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:25 smithi063 ceph-mon[32045]: osdmap e16: 3 total, 2 up, 3 in 2024-02-07T12:13:26.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:25 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:26.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:25 smithi063 ceph-mon[32045]: from='osd.2 [v2:172.21.15.63:6800/2192646879,v1:172.21.15.63:6801/2192646879]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:26.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:25 smithi063 ceph-mon[32045]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:26.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:25 smithi098 ceph-mon[31799]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-07T12:13:26.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:25 smithi098 ceph-mon[31799]: osdmap e16: 3 total, 2 up, 3 in 2024-02-07T12:13:26.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:25 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:26.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:25 smithi098 ceph-mon[31799]: from='osd.2 [v2:172.21.15.63:6800/2192646879,v1:172.21.15.63:6801/2192646879]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:26.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:25 smithi098 ceph-mon[31799]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:26.457 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:13:26 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2[37802]: 2024-02-07T12:13:26.135+0000 7f8ab9c90700 -1 osd.2 0 waiting for initial osdmap 2024-02-07T12:13:26.457 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:13:26 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2[37802]: 2024-02-07T12:13:26.140+0000 7f8ab1a82700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-07T12:13:26.716 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:26 smithi063 ceph-mon[32045]: pgmap v83: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:26.717 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:26 smithi063 ceph-mon[32045]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-02-07T12:13:26.717 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:26 smithi063 ceph-mon[32045]: osdmap e17: 3 total, 2 up, 3 in 2024-02-07T12:13:26.717 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:26 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:26.717 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:26 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:26.717 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:26 smithi063 ceph-mon[32045]: from='osd.2 ' entity='osd.2' 2024-02-07T12:13:26.717 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:26 smithi005 ceph-mon[29874]: pgmap v83: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:26.717 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:26 smithi005 ceph-mon[29874]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-02-07T12:13:26.718 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:26 smithi005 ceph-mon[29874]: osdmap e17: 3 total, 2 up, 3 in 2024-02-07T12:13:26.718 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:26.718 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:26.718 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:26 smithi005 ceph-mon[29874]: from='osd.2 ' entity='osd.2' 2024-02-07T12:13:27.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:26 smithi098 ceph-mon[31799]: pgmap v83: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:27.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:26 smithi098 ceph-mon[31799]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-02-07T12:13:27.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:26 smithi098 ceph-mon[31799]: osdmap e17: 3 total, 2 up, 3 in 2024-02-07T12:13:27.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:26 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:27.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:26 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:27.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:26 smithi098 ceph-mon[31799]: from='osd.2 ' entity='osd.2' 2024-02-07T12:13:27.345 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-07T12:13:27.346 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-07T12:13:27.346 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-02-07T12:13:27.346 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-02-07T12:13:27.346 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012329 s, 850 MB/s 2024-02-07T12:13:27.346 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-02-07T12:13:27.940 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:27 smithi063 ceph-mon[32045]: purged_snaps scrub starts 2024-02-07T12:13:27.940 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:27 smithi063 ceph-mon[32045]: purged_snaps scrub ok 2024-02-07T12:13:27.940 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:27 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:27.940 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:27 smithi063 ceph-mon[32045]: osd.2 [v2:172.21.15.63:6800/2192646879,v1:172.21.15.63:6801/2192646879] boot 2024-02-07T12:13:27.940 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:27 smithi063 ceph-mon[32045]: osdmap e18: 3 total, 3 up, 3 in 2024-02-07T12:13:27.940 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:27 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:27.976 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi063:vg_nvme/lv_3 2024-02-07T12:13:27.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:27 smithi005 ceph-mon[29874]: purged_snaps scrub starts 2024-02-07T12:13:27.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:27 smithi005 ceph-mon[29874]: purged_snaps scrub ok 2024-02-07T12:13:27.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:27 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:27.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:27 smithi005 ceph-mon[29874]: osd.2 [v2:172.21.15.63:6800/2192646879,v1:172.21.15.63:6801/2192646879] boot 2024-02-07T12:13:27.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:27 smithi005 ceph-mon[29874]: osdmap e18: 3 total, 3 up, 3 in 2024-02-07T12:13:27.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:27 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:28.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:27 smithi098 ceph-mon[31799]: purged_snaps scrub starts 2024-02-07T12:13:28.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:27 smithi098 ceph-mon[31799]: purged_snaps scrub ok 2024-02-07T12:13:28.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:27 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:28.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:27 smithi098 ceph-mon[31799]: osd.2 [v2:172.21.15.63:6800/2192646879,v1:172.21.15.63:6801/2192646879] boot 2024-02-07T12:13:28.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:27 smithi098 ceph-mon[31799]: osdmap e18: 3 total, 3 up, 3 in 2024-02-07T12:13:28.155 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:27 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-07T12:13:28.237 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.b/config 2024-02-07T12:13:29.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:28 smithi063 ceph-mon[32045]: pgmap v86: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:29.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:28 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:29.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:28 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:29.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:28 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:29.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:28 smithi063 ceph-mon[32045]: osdmap e19: 3 total, 3 up, 3 in 2024-02-07T12:13:29.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:28 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-02-07T12:13:29.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:28 smithi098 ceph-mon[31799]: pgmap v86: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:29.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:28 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:29.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:28 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:29.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:28 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:29.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:28 smithi098 ceph-mon[31799]: osdmap e19: 3 total, 3 up, 3 in 2024-02-07T12:13:29.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:28 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-02-07T12:13:29.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:28 smithi005 ceph-mon[29874]: pgmap v86: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-07T12:13:29.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:28 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:29.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:28 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:29.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:28 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:29.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:28 smithi005 ceph-mon[29874]: osdmap e19: 3 total, 3 up, 3 in 2024-02-07T12:13:29.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:28 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-02-07T12:13:30.292 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:30 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-02-07T12:13:30.293 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:30 smithi063 ceph-mon[32045]: osdmap e20: 3 total, 3 up, 3 in 2024-02-07T12:13:30.293 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:30 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-07T12:13:30.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:30 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-02-07T12:13:30.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:30 smithi098 ceph-mon[31799]: osdmap e20: 3 total, 3 up, 3 in 2024-02-07T12:13:30.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:30 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-07T12:13:30.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-02-07T12:13:30.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:30 smithi005 ceph-mon[29874]: osdmap e20: 3 total, 3 up, 3 in 2024-02-07T12:13:30.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:30 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-07T12:13:31.228 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:13:30 smithi005 sudo[47781]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T12:13:31.228 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:13:30 smithi005 sudo[47781]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:31.228 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:13:30 smithi005 sudo[47781]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:31.229 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:13:30 smithi005 sudo[47781]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: pgmap v89: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: osdmap e21: 3 total, 3 up, 3 in 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: Detected new or changed devices on smithi063 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:13:31.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:31.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: pgmap v89: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:31.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-07T12:13:31.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-07T12:13:31.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: osdmap e21: 3 total, 3 up, 3 in 2024-02-07T12:13:31.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:31.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:31.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: Detected new or changed devices on smithi063 2024-02-07T12:13:31.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:31.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:13:31.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:13:31.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:31.493 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: pgmap v89: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:31.493 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-07T12:13:31.494 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-07T12:13:31.494 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: osdmap e21: 3 total, 3 up, 3 in 2024-02-07T12:13:31.494 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:31.494 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:31.494 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: Detected new or changed devices on smithi063 2024-02-07T12:13:31.494 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:31.494 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:13:31.494 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:13:31.494 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:31.524 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47784]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T12:13:31.524 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47784]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:31.524 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47784]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:31.524 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47784]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:31.789 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47787]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T12:13:31.789 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47787]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:31.790 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47787]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:31.790 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47787]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:32.228 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47790]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T12:13:32.228 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47790]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:32.228 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47790]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:32.229 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:13:31 smithi005 sudo[47790]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:32.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:32 smithi063 ceph-mon[32045]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:13:32.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:32 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:32.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:32 smithi063 ceph-mon[32045]: osdmap e22: 3 total, 3 up, 3 in 2024-02-07T12:13:32.317 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:13:32 smithi063 sudo[39560]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T12:13:32.317 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:13:32 smithi063 sudo[39560]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:32.317 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:13:32 smithi063 sudo[39560]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:32.317 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:13:32 smithi063 sudo[39560]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:32.569 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:13:32 smithi063 sudo[39566]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T12:13:32.569 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:13:32 smithi063 sudo[39566]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:32.569 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:13:32 smithi063 sudo[39566]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:32.569 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:13:32 smithi063 sudo[39566]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:32.591 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 ceph-mon[29874]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:13:32.591 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:32.591 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 ceph-mon[29874]: osdmap e22: 3 total, 3 up, 3 in 2024-02-07T12:13:32.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:32 smithi098 ceph-mon[31799]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:13:32.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:32 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:32.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:32 smithi098 ceph-mon[31799]: osdmap e22: 3 total, 3 up, 3 in 2024-02-07T12:13:32.860 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 sudo[47793]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T12:13:32.860 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 sudo[47793]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:32.860 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 sudo[47793]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:32.860 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 sudo[47793]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:33.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 sudo[47796]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T12:13:33.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 sudo[47796]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:33.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 sudo[47796]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:33.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:32 smithi005 sudo[47796]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:33.354 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 sudo[35528]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T12:13:33.354 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 sudo[35528]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:33.355 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 sudo[35528]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:33.355 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 sudo[35528]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:33.355 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 sudo[35531]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T12:13:33.355 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 sudo[35531]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:33.497 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: pgmap v92: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:33.497 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: mgrmap e15: a(active, since 2m), standbys: b 2024-02-07T12:13:33.497 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:33.497 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T12:13:33.497 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T12:13:33.497 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-07T12:13:33.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: Cluster is now healthy 2024-02-07T12:13:33.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:13:33.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:13:33.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:13:33.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:13:33.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:13:33.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:13:33.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 sudo[35531]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:33.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 sudo[35531]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:33.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: pgmap v92: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:33.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: mgrmap e15: a(active, since 2m), standbys: b 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: Cluster is now healthy 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:13:33.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:33 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:13:33.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: pgmap v92: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:33.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: mgrmap e15: a(active, since 2m), standbys: b 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: Cluster is now healthy 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:13:33.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:33 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:13:33.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 sudo[39705]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-07T12:13:33.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 sudo[39705]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:33.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 sudo[39705]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:33.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 sudo[39705]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 sudo[39710]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-07T12:13:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 sudo[39710]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-07T12:13:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 sudo[39710]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-07T12:13:34.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:33 smithi063 sudo[39710]: pam_unix(sudo:session): session closed for user root 2024-02-07T12:13:34.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T12:13:34.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T12:13:34.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:34.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T12:13:34.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:13:34.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:13:34.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:13:34.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T12:13:34.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='client.? 172.21.15.63:0/392716581' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c85abf1-3806-4ccb-b157-cf5c36bbe947"}]: dispatch 2024-02-07T12:13:34.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c85abf1-3806-4ccb-b157-cf5c36bbe947"}]: dispatch 2024-02-07T12:13:34.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c85abf1-3806-4ccb-b157-cf5c36bbe947"}]': finished 2024-02-07T12:13:34.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: osdmap e23: 4 total, 3 up, 4 in 2024-02-07T12:13:34.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:34 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:34.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='client.? 172.21.15.63:0/392716581' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c85abf1-3806-4ccb-b157-cf5c36bbe947"}]: dispatch 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c85abf1-3806-4ccb-b157-cf5c36bbe947"}]: dispatch 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c85abf1-3806-4ccb-b157-cf5c36bbe947"}]': finished 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: osdmap e23: 4 total, 3 up, 4 in 2024-02-07T12:13:34.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:34 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:34.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T12:13:34.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T12:13:34.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:34.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-07T12:13:34.797 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:13:34.797 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:13:34.797 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-07T12:13:34.797 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-07T12:13:34.797 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='client.? 172.21.15.63:0/392716581' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c85abf1-3806-4ccb-b157-cf5c36bbe947"}]: dispatch 2024-02-07T12:13:34.797 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c85abf1-3806-4ccb-b157-cf5c36bbe947"}]: dispatch 2024-02-07T12:13:34.798 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c85abf1-3806-4ccb-b157-cf5c36bbe947"}]': finished 2024-02-07T12:13:34.798 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: osdmap e23: 4 total, 3 up, 4 in 2024-02-07T12:13:34.798 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:34 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:35.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:35 smithi098 ceph-mon[31799]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:35.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:35 smithi098 ceph-mon[31799]: from='client.? 172.21.15.63:0/2725506601' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:13:35.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:35 smithi005 ceph-mon[29874]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:35.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:35 smithi005 ceph-mon[29874]: from='client.? 172.21.15.63:0/2725506601' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:13:35.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:35 smithi063 ceph-mon[32045]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:35.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:35 smithi063 ceph-mon[32045]: from='client.? 172.21.15.63:0/2725506601' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:13:37.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:37 smithi098 ceph-mon[31799]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:37.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:37 smithi063 ceph-mon[32045]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:37.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:37 smithi005 ceph-mon[29874]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:39.455 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:39 smithi063 ceph-mon[32045]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:39.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:39 smithi098 ceph-mon[31799]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:39.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:39 smithi005 ceph-mon[29874]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:41.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:41 smithi063 ceph-mon[32045]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-02-07T12:13:41.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-07T12:13:41.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:41.563 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:41 smithi098 ceph-mon[31799]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-02-07T12:13:41.563 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-07T12:13:41.563 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:41.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:41 smithi005 ceph-mon[29874]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-02-07T12:13:41.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-07T12:13:41.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:42.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:42 smithi063 ceph-mon[32045]: Deploying daemon osd.3 on smithi063 2024-02-07T12:13:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:42 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:42 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:42.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:42 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:42 smithi098 ceph-mon[31799]: Deploying daemon osd.3 on smithi063 2024-02-07T12:13:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:42.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:42 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:42.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:42 smithi005 ceph-mon[29874]: Deploying daemon osd.3 on smithi063 2024-02-07T12:13:42.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:42 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:42.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:42 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:42.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:42 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:43.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:43 smithi098 ceph-mon[31799]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-02-07T12:13:43.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:43 smithi063 ceph-mon[32045]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-02-07T12:13:43.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:43 smithi005 ceph-mon[29874]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-02-07T12:13:45.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:45 smithi098 ceph-mon[31799]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-02-07T12:13:45.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:45 smithi063 ceph-mon[32045]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-02-07T12:13:45.699 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:45 smithi005 ceph-mon[29874]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-02-07T12:13:47.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:47 smithi063 ceph-mon[32045]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 68 KiB/s wr, 4 op/s 2024-02-07T12:13:47.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:47.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:47.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:47.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:47.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:47.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:47.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:47 smithi098 ceph-mon[31799]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 68 KiB/s wr, 4 op/s 2024-02-07T12:13:47.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:47.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:47.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:47.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:47.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:47.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:47 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:47.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:47 smithi005 ceph-mon[29874]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 68 KiB/s wr, 4 op/s 2024-02-07T12:13:47.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:47.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:49.130 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:48 smithi005 ceph-mon[29874]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-02-07T12:13:49.130 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:49.130 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:49.130 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:49.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:48 smithi098 ceph-mon[31799]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-02-07T12:13:49.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:48 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:49.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:48 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:49.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:48 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:49.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:48 smithi063 ceph-mon[32045]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-02-07T12:13:49.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:48 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:49.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:48 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:49.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:48 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:49.993 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 3 on host 'smithi063' 2024-02-07T12:13:50.650 DEBUG:teuthology.orchestra.run.smithi063:osd.3> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.3.service 2024-02-07T12:13:50.653 INFO:tasks.cephadm:Deploying osd.4 on smithi098 with /dev/vg_nvme/lv_4... 2024-02-07T12:13:50.653 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-07T12:13:50.901 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T12:13:51.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-02-07T12:13:51.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:51.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:51.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: Adjusting osd_memory_target on smithi063 to 8032M 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='osd.3 [v2:172.21.15.63:6808/1788245706,v1:172.21.15.63:6809/1788245706]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: Detected new or changed devices on smithi063 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:51.013 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:51.014 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: Adjusting osd_memory_target on smithi063 to 8032M 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='osd.3 [v2:172.21.15.63:6808/1788245706,v1:172.21.15.63:6809/1788245706]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-07T12:13:51.023 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-07T12:13:51.024 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.024 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.024 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: Detected new or changed devices on smithi063 2024-02-07T12:13:51.024 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.024 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:51.024 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:51.024 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:51.024 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:50 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: Adjusting osd_memory_target on smithi063 to 8032M 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='osd.3 [v2:172.21.15.63:6808/1788245706,v1:172.21.15.63:6809/1788245706]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: Detected new or changed devices on smithi063 2024-02-07T12:13:51.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:51.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:51.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:51.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:51.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:52.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:51 smithi063 ceph-mon[32045]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-07T12:13:52.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:51 smithi063 ceph-mon[32045]: osdmap e24: 4 total, 3 up, 4 in 2024-02-07T12:13:52.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:51 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:52.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:51 smithi063 ceph-mon[32045]: from='osd.3 [v2:172.21.15.63:6808/1788245706,v1:172.21.15.63:6809/1788245706]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:52.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:51 smithi063 ceph-mon[32045]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:52.322 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:51 smithi098 ceph-mon[31799]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-07T12:13:52.322 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:51 smithi098 ceph-mon[31799]: osdmap e24: 4 total, 3 up, 4 in 2024-02-07T12:13:52.322 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:51 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:52.322 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:51 smithi098 ceph-mon[31799]: from='osd.3 [v2:172.21.15.63:6808/1788245706,v1:172.21.15.63:6809/1788245706]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:52.322 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:51 smithi098 ceph-mon[31799]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:52.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:51 smithi005 ceph-mon[29874]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-07T12:13:52.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:51 smithi005 ceph-mon[29874]: osdmap e24: 4 total, 3 up, 4 in 2024-02-07T12:13:52.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:51 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:52.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:51 smithi005 ceph-mon[29874]: from='osd.3 [v2:172.21.15.63:6808/1788245706,v1:172.21.15.63:6809/1788245706]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:52.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:51 smithi005 ceph-mon[29874]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-02-07T12:13:52.771 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-07T12:13:52.771 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-07T12:13:52.771 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2024-02-07T12:13:52.771 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2024-02-07T12:13:52.771 INFO:teuthology.orchestra.run.smithi098.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0126773 s, 827 MB/s 2024-02-07T12:13:52.771 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2024-02-07T12:13:52.794 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:13:52 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3[41621]: 2024-02-07T12:13:52.416+0000 7f25ff872700 -1 osd.3 0 waiting for initial osdmap 2024-02-07T12:13:52.794 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:13:52 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3[41621]: 2024-02-07T12:13:52.419+0000 7f25f6e63700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-07T12:13:53.084 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:53.084 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-02-07T12:13:53.084 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: osdmap e25: 4 total, 3 up, 4 in 2024-02-07T12:13:53.084 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:53.084 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:53.084 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.084 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.084 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:53.084 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:53.085 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:53.085 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.085 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.085 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:52 smithi098 ceph-mon[31799]: from='osd.3 ' entity='osd.3' 2024-02-07T12:13:53.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: osdmap e25: 4 total, 3 up, 4 in 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:53 smithi063 ceph-mon[32045]: from='osd.3 ' entity='osd.3' 2024-02-07T12:13:53.395 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi098:vg_nvme/lv_4 2024-02-07T12:13:53.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-02-07T12:13:53.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-02-07T12:13:53.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: osdmap e25: 4 total, 3 up, 4 in 2024-02-07T12:13:53.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:53.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:53.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:13:53.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:53.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:13:53.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:13:53.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:52 smithi005 ceph-mon[29874]: from='osd.3 ' entity='osd.3' 2024-02-07T12:13:53.625 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T12:13:54.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:54 smithi063 ceph-mon[32045]: purged_snaps scrub starts 2024-02-07T12:13:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:54 smithi063 ceph-mon[32045]: purged_snaps scrub ok 2024-02-07T12:13:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:54 smithi063 ceph-mon[32045]: osd.3 [v2:172.21.15.63:6808/1788245706,v1:172.21.15.63:6809/1788245706] boot 2024-02-07T12:13:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:54 smithi063 ceph-mon[32045]: osdmap e26: 4 total, 4 up, 4 in 2024-02-07T12:13:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:54 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:54 smithi063 ceph-mon[32045]: osdmap e27: 4 total, 4 up, 4 in 2024-02-07T12:13:54.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:54 smithi098 ceph-mon[31799]: purged_snaps scrub starts 2024-02-07T12:13:54.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:54 smithi098 ceph-mon[31799]: purged_snaps scrub ok 2024-02-07T12:13:54.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:54 smithi098 ceph-mon[31799]: osd.3 [v2:172.21.15.63:6808/1788245706,v1:172.21.15.63:6809/1788245706] boot 2024-02-07T12:13:54.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:54 smithi098 ceph-mon[31799]: osdmap e26: 4 total, 4 up, 4 in 2024-02-07T12:13:54.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:54 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:54.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:54 smithi098 ceph-mon[31799]: osdmap e27: 4 total, 4 up, 4 in 2024-02-07T12:13:54.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:54 smithi005 ceph-mon[29874]: purged_snaps scrub starts 2024-02-07T12:13:54.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:54 smithi005 ceph-mon[29874]: purged_snaps scrub ok 2024-02-07T12:13:54.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:54 smithi005 ceph-mon[29874]: osd.3 [v2:172.21.15.63:6808/1788245706,v1:172.21.15.63:6809/1788245706] boot 2024-02-07T12:13:54.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:54 smithi005 ceph-mon[29874]: osdmap e26: 4 total, 4 up, 4 in 2024-02-07T12:13:54.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:54 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-07T12:13:54.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:54 smithi005 ceph-mon[29874]: osdmap e27: 4 total, 4 up, 4 in 2024-02-07T12:13:55.121 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:55 smithi098 ceph-mon[31799]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 180 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:13:55.121 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:55 smithi098 ceph-mon[31799]: osdmap e28: 4 total, 4 up, 4 in 2024-02-07T12:13:55.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:55 smithi063 ceph-mon[32045]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 180 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:13:55.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:55 smithi063 ceph-mon[32045]: osdmap e28: 4 total, 4 up, 4 in 2024-02-07T12:13:55.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:55 smithi005 ceph-mon[29874]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 180 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:13:55.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:55 smithi005 ceph-mon[29874]: osdmap e28: 4 total, 4 up, 4 in 2024-02-07T12:13:56.190 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:56 smithi098 ceph-mon[31799]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:13:56.191 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:56 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:13:56.191 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:56 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:13:56.191 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:56 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:56.191 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:56 smithi098 ceph-mon[31799]: osdmap e29: 4 total, 4 up, 4 in 2024-02-07T12:13:56.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:56 smithi063 ceph-mon[32045]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:13:56.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:13:56.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:13:56.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:56.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:56 smithi063 ceph-mon[32045]: osdmap e29: 4 total, 4 up, 4 in 2024-02-07T12:13:56.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:56 smithi005 ceph-mon[29874]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:13:56.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:13:56.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:13:56.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:13:56.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:56 smithi005 ceph-mon[29874]: osdmap e29: 4 total, 4 up, 4 in 2024-02-07T12:13:57.516 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:57 smithi063 ceph-mon[32045]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 180 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:13:57.516 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:57 smithi063 ceph-mon[32045]: osdmap e30: 4 total, 4 up, 4 in 2024-02-07T12:13:57.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:57 smithi098 ceph-mon[31799]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 180 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:13:57.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:57 smithi098 ceph-mon[31799]: osdmap e30: 4 total, 4 up, 4 in 2024-02-07T12:13:57.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:57 smithi005 ceph-mon[29874]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 180 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:13:57.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:57 smithi005 ceph-mon[29874]: osdmap e30: 4 total, 4 up, 4 in 2024-02-07T12:13:58.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:58 smithi098 ceph-mon[31799]: from='client.? 172.21.15.98:0/4109204067' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08687a52-af88-48bf-9814-e85e00c2a6ae"}]: dispatch 2024-02-07T12:13:58.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:58 smithi098 ceph-mon[31799]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08687a52-af88-48bf-9814-e85e00c2a6ae"}]: dispatch 2024-02-07T12:13:58.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:58 smithi098 ceph-mon[31799]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08687a52-af88-48bf-9814-e85e00c2a6ae"}]': finished 2024-02-07T12:13:58.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:58 smithi098 ceph-mon[31799]: osdmap e31: 5 total, 4 up, 5 in 2024-02-07T12:13:58.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:58 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:13:58.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:58 smithi005 ceph-mon[29874]: from='client.? 172.21.15.98:0/4109204067' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08687a52-af88-48bf-9814-e85e00c2a6ae"}]: dispatch 2024-02-07T12:13:58.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:58 smithi005 ceph-mon[29874]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08687a52-af88-48bf-9814-e85e00c2a6ae"}]: dispatch 2024-02-07T12:13:58.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:58 smithi005 ceph-mon[29874]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08687a52-af88-48bf-9814-e85e00c2a6ae"}]': finished 2024-02-07T12:13:58.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:58 smithi005 ceph-mon[29874]: osdmap e31: 5 total, 4 up, 5 in 2024-02-07T12:13:58.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:58 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:13:58.729 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:58 smithi063 ceph-mon[32045]: from='client.? 172.21.15.98:0/4109204067' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08687a52-af88-48bf-9814-e85e00c2a6ae"}]: dispatch 2024-02-07T12:13:58.729 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:58 smithi063 ceph-mon[32045]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08687a52-af88-48bf-9814-e85e00c2a6ae"}]: dispatch 2024-02-07T12:13:58.729 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:58 smithi063 ceph-mon[32045]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08687a52-af88-48bf-9814-e85e00c2a6ae"}]': finished 2024-02-07T12:13:58.729 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:58 smithi063 ceph-mon[32045]: osdmap e31: 5 total, 4 up, 5 in 2024-02-07T12:13:58.729 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:58 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:13:59.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:59 smithi098 ceph-mon[31799]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 180 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:13:59.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:13:59 smithi098 ceph-mon[31799]: from='client.? 172.21.15.98:0/1448828709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:13:59.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:59 smithi005 ceph-mon[29874]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 180 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:13:59.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:13:59 smithi005 ceph-mon[29874]: from='client.? 172.21.15.98:0/1448828709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:13:59.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:59 smithi063 ceph-mon[32045]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 180 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:13:59.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:13:59 smithi063 ceph-mon[32045]: from='client.? 172.21.15.98:0/1448828709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:14:01.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:01 smithi098 ceph-mon[31799]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 125 KiB/s, 0 objects/s recovering 2024-02-07T12:14:01.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:01 smithi005 ceph-mon[29874]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 125 KiB/s, 0 objects/s recovering 2024-02-07T12:14:01.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:01 smithi063 ceph-mon[32045]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 125 KiB/s, 0 objects/s recovering 2024-02-07T12:14:03.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:02 smithi098 ceph-mon[31799]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-02-07T12:14:03.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:02 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:03.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:02 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:03.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:02 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:03.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:02 smithi005 ceph-mon[29874]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-02-07T12:14:03.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:03.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:03.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:02 smithi063 ceph-mon[32045]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-02-07T12:14:03.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:03.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:03.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:04.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:04 smithi005 ceph-mon[29874]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-07T12:14:04.997 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:04 smithi098 ceph-mon[31799]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-07T12:14:05.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:04 smithi063 ceph-mon[32045]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-07T12:14:05.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:05 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-07T12:14:05.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:05 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:05.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:05 smithi098 ceph-mon[31799]: Deploying daemon osd.4 on smithi098 2024-02-07T12:14:06.062 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-07T12:14:06.062 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:05 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:06.062 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:05 smithi005 ceph-mon[29874]: Deploying daemon osd.4 on smithi098 2024-02-07T12:14:06.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:05 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-07T12:14:06.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:05 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:06.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:05 smithi063 ceph-mon[32045]: Deploying daemon osd.4 on smithi098 2024-02-07T12:14:07.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:07 smithi098 ceph-mon[31799]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-02-07T12:14:07.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:07 smithi005 ceph-mon[29874]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-02-07T12:14:07.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:07 smithi063 ceph-mon[32045]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-02-07T12:14:09.073 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:08 smithi063 ceph-mon[32045]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-02-07T12:14:09.073 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:09.073 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:09.073 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:08 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:09.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:08 smithi005 ceph-mon[29874]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-02-07T12:14:09.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:09.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:09.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:08 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:09.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:08 smithi098 ceph-mon[31799]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-02-07T12:14:09.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:09.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:09.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:08 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.627 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:11 smithi098 ceph-mon[31799]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:11.627 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.627 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.627 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:11.627 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:11.627 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:11.627 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.627 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.627 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.627 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:11 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:11 smithi005 ceph-mon[29874]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:11.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:11 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:11 smithi063 ceph-mon[32045]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:11.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:11.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:11.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:11.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:11.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:11 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:13.402 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 4 on host 'smithi098' 2024-02-07T12:14:13.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:13 smithi098 ceph-mon[31799]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:13.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:13 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:13.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:13 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:13.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:13 smithi005 ceph-mon[29874]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:13.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:13 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:13.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:13 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:13.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:13 smithi063 ceph-mon[32045]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:13.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:13 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:13.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:13 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:14.014 DEBUG:teuthology.orchestra.run.smithi098:osd.4> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.4.service 2024-02-07T12:14:14.017 INFO:tasks.cephadm:Deploying osd.5 on smithi098 with /dev/vg_nvme/lv_3... 2024-02-07T12:14:14.017 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-07T12:14:14.288 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T12:14:14.649 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:14 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:14.649 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:14 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:14:14.649 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:14 smithi098 ceph-mon[31799]: Adjusting osd_memory_target on smithi098 to 20160M 2024-02-07T12:14:14.650 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:14 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:14.650 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:14 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:14.650 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:14 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:14.650 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:14 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:14.650 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:14 smithi098 ceph-mon[31799]: from='osd.4 [v2:172.21.15.98:6800/401669741,v1:172.21.15.98:6801/401669741]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-07T12:14:14.650 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:14 smithi098 ceph-mon[31799]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-07T12:14:14.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:14.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:14:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:14 smithi005 ceph-mon[29874]: Adjusting osd_memory_target on smithi098 to 20160M 2024-02-07T12:14:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:14 smithi005 ceph-mon[29874]: from='osd.4 [v2:172.21.15.98:6800/401669741,v1:172.21.15.98:6801/401669741]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-07T12:14:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:14 smithi005 ceph-mon[29874]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-07T12:14:14.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:14:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:14 smithi063 ceph-mon[32045]: Adjusting osd_memory_target on smithi098 to 20160M 2024-02-07T12:14:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:14 smithi063 ceph-mon[32045]: from='osd.4 [v2:172.21.15.98:6800/401669741,v1:172.21.15.98:6801/401669741]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-07T12:14:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:14 smithi063 ceph-mon[32045]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-07T12:14:15.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:15 smithi063 ceph-mon[32045]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:15.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:15 smithi063 ceph-mon[32045]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-07T12:14:15.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:15 smithi063 ceph-mon[32045]: from='osd.4 [v2:172.21.15.98:6800/401669741,v1:172.21.15.98:6801/401669741]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:15.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:15 smithi063 ceph-mon[32045]: osdmap e32: 5 total, 4 up, 5 in 2024-02-07T12:14:15.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:15 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:15.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:15 smithi063 ceph-mon[32045]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:15.631 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:15 smithi098 ceph-mon[31799]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:15.631 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:15 smithi098 ceph-mon[31799]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-07T12:14:15.632 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:15 smithi098 ceph-mon[31799]: from='osd.4 [v2:172.21.15.98:6800/401669741,v1:172.21.15.98:6801/401669741]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:15.632 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:15 smithi098 ceph-mon[31799]: osdmap e32: 5 total, 4 up, 5 in 2024-02-07T12:14:15.632 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:15 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:15.632 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:15 smithi098 ceph-mon[31799]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:15.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:15 smithi005 ceph-mon[29874]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:15.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:15 smithi005 ceph-mon[29874]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-07T12:14:15.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:15 smithi005 ceph-mon[29874]: from='osd.4 [v2:172.21.15.98:6800/401669741,v1:172.21.15.98:6801/401669741]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:15.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:15 smithi005 ceph-mon[29874]: osdmap e32: 5 total, 4 up, 5 in 2024-02-07T12:14:15.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:15 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:15.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:15 smithi005 ceph-mon[29874]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:15.904 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:14:15 smithi098 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4[38644]: 2024-02-07T12:14:15.830+0000 7f54a7dd9700 -1 osd.4 0 waiting for initial osdmap 2024-02-07T12:14:15.904 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:14:15 smithi098 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4[38644]: 2024-02-07T12:14:15.834+0000 7f549fbcb700 -1 osd.4 33 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-07T12:14:16.125 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-07T12:14:16.125 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-07T12:14:16.125 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2024-02-07T12:14:16.125 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2024-02-07T12:14:16.126 INFO:teuthology.orchestra.run.smithi098.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0138018 s, 760 MB/s 2024-02-07T12:14:16.126 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2024-02-07T12:14:16.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:16 smithi063 ceph-mon[32045]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-07T12:14:16.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:16 smithi063 ceph-mon[32045]: osdmap e33: 5 total, 4 up, 5 in 2024-02-07T12:14:16.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:16 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:16.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:16 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:16.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:16 smithi063 ceph-mon[32045]: from='osd.4 ' entity='osd.4' 2024-02-07T12:14:16.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:16 smithi098 ceph-mon[31799]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-07T12:14:16.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:16 smithi098 ceph-mon[31799]: osdmap e33: 5 total, 4 up, 5 in 2024-02-07T12:14:16.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:16 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:16.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:16 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:16.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:16 smithi098 ceph-mon[31799]: from='osd.4 ' entity='osd.4' 2024-02-07T12:14:16.720 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi098:vg_nvme/lv_3 2024-02-07T12:14:16.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:16 smithi005 ceph-mon[29874]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-07T12:14:16.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:16 smithi005 ceph-mon[29874]: osdmap e33: 5 total, 4 up, 5 in 2024-02-07T12:14:16.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:16 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:16.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:16 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:16.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:16 smithi005 ceph-mon[29874]: from='osd.4 ' entity='osd.4' 2024-02-07T12:14:16.955 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.c/config 2024-02-07T12:14:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:17 smithi098 ceph-mon[31799]: purged_snaps scrub starts 2024-02-07T12:14:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:17 smithi098 ceph-mon[31799]: purged_snaps scrub ok 2024-02-07T12:14:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:17 smithi098 ceph-mon[31799]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:17.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:17 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:17.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:17 smithi098 ceph-mon[31799]: osd.4 [v2:172.21.15.98:6800/401669741,v1:172.21.15.98:6801/401669741] boot 2024-02-07T12:14:17.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:17 smithi098 ceph-mon[31799]: osdmap e34: 5 total, 5 up, 5 in 2024-02-07T12:14:17.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:17 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:17.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:17 smithi005 ceph-mon[29874]: purged_snaps scrub starts 2024-02-07T12:14:17.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:17 smithi005 ceph-mon[29874]: purged_snaps scrub ok 2024-02-07T12:14:17.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:17 smithi005 ceph-mon[29874]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:17.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:17 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:17.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:17 smithi005 ceph-mon[29874]: osd.4 [v2:172.21.15.98:6800/401669741,v1:172.21.15.98:6801/401669741] boot 2024-02-07T12:14:17.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:17 smithi005 ceph-mon[29874]: osdmap e34: 5 total, 5 up, 5 in 2024-02-07T12:14:17.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:17 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:17.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:17 smithi063 ceph-mon[32045]: purged_snaps scrub starts 2024-02-07T12:14:17.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:17 smithi063 ceph-mon[32045]: purged_snaps scrub ok 2024-02-07T12:14:17.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:17 smithi063 ceph-mon[32045]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:14:17.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:17 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:17.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:17 smithi063 ceph-mon[32045]: osd.4 [v2:172.21.15.98:6800/401669741,v1:172.21.15.98:6801/401669741] boot 2024-02-07T12:14:17.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:17 smithi063 ceph-mon[32045]: osdmap e34: 5 total, 5 up, 5 in 2024-02-07T12:14:17.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:17 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-07T12:14:18.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:18 smithi098 ceph-mon[31799]: osdmap e35: 5 total, 5 up, 5 in 2024-02-07T12:14:18.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:18 smithi005 ceph-mon[29874]: osdmap e35: 5 total, 5 up, 5 in 2024-02-07T12:14:18.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:18 smithi063 ceph-mon[32045]: osdmap e35: 5 total, 5 up, 5 in 2024-02-07T12:14:19.653 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:19 smithi005 ceph-mon[29874]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:19.653 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:19 smithi005 ceph-mon[29874]: osdmap e36: 5 total, 5 up, 5 in 2024-02-07T12:14:19.653 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:14:19.653 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:14:19.653 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:19.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:19 smithi098 ceph-mon[31799]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:19.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:19 smithi098 ceph-mon[31799]: osdmap e36: 5 total, 5 up, 5 in 2024-02-07T12:14:19.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:19 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:14:19.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:19 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:14:19.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:19 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:19.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:19 smithi063 ceph-mon[32045]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:19.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:19 smithi063 ceph-mon[32045]: osdmap e36: 5 total, 5 up, 5 in 2024-02-07T12:14:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-07T12:14:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-07T12:14:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:20.662 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:20 smithi098 ceph-mon[31799]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:14:20.663 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:20 smithi098 ceph-mon[31799]: osdmap e37: 5 total, 5 up, 5 in 2024-02-07T12:14:20.663 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:20 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:20.663 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:20 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:20.663 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:20 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:20.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:20 smithi005 ceph-mon[29874]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:14:20.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:20 smithi005 ceph-mon[29874]: osdmap e37: 5 total, 5 up, 5 in 2024-02-07T12:14:20.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:20 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:20.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:20 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:20.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:20 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:20.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:20 smithi063 ceph-mon[32045]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:14:20.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:20 smithi063 ceph-mon[32045]: osdmap e37: 5 total, 5 up, 5 in 2024-02-07T12:14:20.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:20 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:20.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:20 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:20.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:20 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:21 smithi005 ceph-mon[29874]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:21 smithi005 ceph-mon[29874]: Detected new or changed devices on smithi098 2024-02-07T12:14:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:21 smithi005 ceph-mon[29874]: osdmap e38: 5 total, 5 up, 5 in 2024-02-07T12:14:21.744 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:21 smithi098 ceph-mon[31799]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:21.744 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:21 smithi098 ceph-mon[31799]: Detected new or changed devices on smithi098 2024-02-07T12:14:21.744 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:21 smithi098 ceph-mon[31799]: osdmap e38: 5 total, 5 up, 5 in 2024-02-07T12:14:21.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:21 smithi063 ceph-mon[32045]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:21.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:21 smithi063 ceph-mon[32045]: Detected new or changed devices on smithi098 2024-02-07T12:14:21.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:21 smithi063 ceph-mon[32045]: osdmap e38: 5 total, 5 up, 5 in 2024-02-07T12:14:22.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:22 smithi005 ceph-mon[29874]: from='client.? 172.21.15.98:0/3351217218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "705beb82-1640-464c-993d-0b023ad1ddb6"}]: dispatch 2024-02-07T12:14:22.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:22 smithi005 ceph-mon[29874]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "705beb82-1640-464c-993d-0b023ad1ddb6"}]: dispatch 2024-02-07T12:14:22.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:22 smithi005 ceph-mon[29874]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "705beb82-1640-464c-993d-0b023ad1ddb6"}]': finished 2024-02-07T12:14:22.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:22 smithi005 ceph-mon[29874]: osdmap e39: 6 total, 5 up, 6 in 2024-02-07T12:14:22.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:22.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:22 smithi063 ceph-mon[32045]: from='client.? 172.21.15.98:0/3351217218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "705beb82-1640-464c-993d-0b023ad1ddb6"}]: dispatch 2024-02-07T12:14:22.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:22 smithi063 ceph-mon[32045]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "705beb82-1640-464c-993d-0b023ad1ddb6"}]: dispatch 2024-02-07T12:14:22.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:22 smithi063 ceph-mon[32045]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "705beb82-1640-464c-993d-0b023ad1ddb6"}]': finished 2024-02-07T12:14:22.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:22 smithi063 ceph-mon[32045]: osdmap e39: 6 total, 5 up, 6 in 2024-02-07T12:14:22.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:22.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:22 smithi098 ceph-mon[31799]: from='client.? 172.21.15.98:0/3351217218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "705beb82-1640-464c-993d-0b023ad1ddb6"}]: dispatch 2024-02-07T12:14:22.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:22 smithi098 ceph-mon[31799]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "705beb82-1640-464c-993d-0b023ad1ddb6"}]: dispatch 2024-02-07T12:14:22.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:22 smithi098 ceph-mon[31799]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "705beb82-1640-464c-993d-0b023ad1ddb6"}]': finished 2024-02-07T12:14:22.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:22 smithi098 ceph-mon[31799]: osdmap e39: 6 total, 5 up, 6 in 2024-02-07T12:14:22.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:22 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:23.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:23 smithi005 ceph-mon[29874]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:23.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:23 smithi005 ceph-mon[29874]: from='client.? 172.21.15.98:0/3832263511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:14:23.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:23 smithi063 ceph-mon[32045]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:23.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:23 smithi063 ceph-mon[32045]: from='client.? 172.21.15.98:0/3832263511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:14:23.903 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:23 smithi098 ceph-mon[31799]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:23.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:23 smithi098 ceph-mon[31799]: from='client.? 172.21.15.98:0/3832263511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-07T12:14:25.443 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:25 smithi005 ceph-mon[29874]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 110 KiB/s, 0 objects/s recovering 2024-02-07T12:14:25.704 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:25 smithi098 ceph-mon[31799]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 110 KiB/s, 0 objects/s recovering 2024-02-07T12:14:25.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:25 smithi063 ceph-mon[32045]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 110 KiB/s, 0 objects/s recovering 2024-02-07T12:14:27.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:27 smithi005 ceph-mon[29874]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-02-07T12:14:27.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:27 smithi063 ceph-mon[32045]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-02-07T12:14:27.835 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:27 smithi098 ceph-mon[31799]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-02-07T12:14:29.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:29 smithi098 ceph-mon[31799]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-07T12:14:29.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:29 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:29.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:29 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:29.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:29 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:29.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:29 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-07T12:14:29.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:29 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:29.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:29 smithi005 ceph-mon[29874]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-07T12:14:29.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:29.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:29.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:29.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-07T12:14:29.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:29.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:29 smithi063 ceph-mon[32045]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-07T12:14:29.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:29.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:29.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:29.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-07T12:14:29.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:30.280 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:30 smithi098 ceph-mon[31799]: Deploying daemon osd.5 on smithi098 2024-02-07T12:14:30.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:30 smithi005 ceph-mon[29874]: Deploying daemon osd.5 on smithi098 2024-02-07T12:14:30.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:30 smithi063 ceph-mon[32045]: Deploying daemon osd.5 on smithi098 2024-02-07T12:14:31.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:31 smithi098 ceph-mon[31799]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-02-07T12:14:31.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:31.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:31.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:31 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:31.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:31 smithi005 ceph-mon[29874]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-02-07T12:14:31.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:31.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:31.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:31 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:31.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:31 smithi063 ceph-mon[32045]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-02-07T12:14:31.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:31.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:31.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:31 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:33.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:33 smithi098 ceph-mon[31799]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-02-07T12:14:33.650 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:33 smithi063 ceph-mon[32045]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-02-07T12:14:33.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:33 smithi005 ceph-mon[29874]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-02-07T12:14:35.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:35 smithi098 ceph-mon[31799]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-02-07T12:14:35.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:35 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:35.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:35 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:35.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:35 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:35.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:35 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:35.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:35 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:35.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:35 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:35.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:35 smithi005 ceph-mon[29874]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-02-07T12:14:35.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:35 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:35.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:35 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:35.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:35 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:35.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:35 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:35.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:35 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:35.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:35 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:35.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:35 smithi063 ceph-mon[32045]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-02-07T12:14:35.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:35 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:35.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:35 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:35.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:35 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:35.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:35 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:35.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:35 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:35.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:35 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:37.440 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 5 on host 'smithi098' 2024-02-07T12:14:37.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:37 smithi098 ceph-mon[31799]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:37.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:37 smithi005 ceph-mon[29874]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:37.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:37 smithi063 ceph-mon[32045]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:38.068 DEBUG:teuthology.orchestra.run.smithi098:osd.5> sudo journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.5.service 2024-02-07T12:14:38.070 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-02-07T12:14:38.074 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-07T12:14:38.329 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='osd.5 [v2:172.21.15.98:6808/3086249882,v1:172.21.15.98:6809/3086249882]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-07T12:14:38.677 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:38 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.727 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:14:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:14:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='osd.5 [v2:172.21.15.98:6808/3086249882,v1:172.21.15.98:6809/3086249882]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-07T12:14:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-07T12:14:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:38 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:38.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:14:38.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-07T12:14:38.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:38.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:38.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='osd.5 [v2:172.21.15.98:6808/3086249882,v1:172.21.15.98:6809/3086249882]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-07T12:14:38.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:38.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-07T12:14:38.905 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:38 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:39.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:39 smithi005 ceph-mon[29874]: Adjusting osd_memory_target on smithi098 to 10080M 2024-02-07T12:14:39.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:39 smithi005 ceph-mon[29874]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:39.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:39 smithi005 ceph-mon[29874]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-07T12:14:39.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:39 smithi005 ceph-mon[29874]: osdmap e40: 6 total, 5 up, 6 in 2024-02-07T12:14:39.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:39 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:39.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:39 smithi005 ceph-mon[29874]: from='osd.5 [v2:172.21.15.98:6808/3086249882,v1:172.21.15.98:6809/3086249882]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:39.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:39 smithi005 ceph-mon[29874]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:39.667 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:39 smithi098 ceph-mon[31799]: Adjusting osd_memory_target on smithi098 to 10080M 2024-02-07T12:14:39.667 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:39 smithi098 ceph-mon[31799]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:39.667 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:39 smithi098 ceph-mon[31799]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-07T12:14:39.668 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:39 smithi098 ceph-mon[31799]: osdmap e40: 6 total, 5 up, 6 in 2024-02-07T12:14:39.668 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:39 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:39.668 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:39 smithi098 ceph-mon[31799]: from='osd.5 [v2:172.21.15.98:6808/3086249882,v1:172.21.15.98:6809/3086249882]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:39.668 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:39 smithi098 ceph-mon[31799]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:39.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:39 smithi063 ceph-mon[32045]: Adjusting osd_memory_target on smithi098 to 10080M 2024-02-07T12:14:39.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:39 smithi063 ceph-mon[32045]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:39.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:39 smithi063 ceph-mon[32045]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-07T12:14:39.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:39 smithi063 ceph-mon[32045]: osdmap e40: 6 total, 5 up, 6 in 2024-02-07T12:14:39.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:39 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:39.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:39 smithi063 ceph-mon[32045]: from='osd.5 [v2:172.21.15.98:6808/3086249882,v1:172.21.15.98:6809/3086249882]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:39.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:39 smithi063 ceph-mon[32045]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-07T12:14:40.154 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:14:39 smithi098 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5[42419]: 2024-02-07T12:14:39.882+0000 7f45521a8700 -1 osd.5 0 waiting for initial osdmap 2024-02-07T12:14:40.154 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:14:39 smithi098 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5[42419]: 2024-02-07T12:14:39.888+0000 7f4549f9a700 -1 osd.5 41 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-07T12:14:40.299 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:14:40.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: purged_snaps scrub starts 2024-02-07T12:14:40.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: purged_snaps scrub ok 2024-02-07T12:14:40.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: osdmap e41: 6 total, 5 up, 6 in 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: Detected new or changed devices on smithi098 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:40.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:40.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='osd.5 ' entity='osd.5' 2024-02-07T12:14:40.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/2051526294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-07T12:14:40.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: osd.5 [v2:172.21.15.98:6808/3086249882,v1:172.21.15.98:6809/3086249882] boot 2024-02-07T12:14:40.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: osdmap e42: 6 total, 6 up, 6 in 2024-02-07T12:14:40.656 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:40 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:40.662 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: purged_snaps scrub starts 2024-02-07T12:14:40.662 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: purged_snaps scrub ok 2024-02-07T12:14:40.662 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-07T12:14:40.662 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: osdmap e41: 6 total, 5 up, 6 in 2024-02-07T12:14:40.662 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:40.662 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:40.662 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: Detected new or changed devices on smithi098 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='osd.5 ' entity='osd.5' 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/2051526294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: osd.5 [v2:172.21.15.98:6808/3086249882,v1:172.21.15.98:6809/3086249882] boot 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: osdmap e42: 6 total, 6 up, 6 in 2024-02-07T12:14:40.663 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:40 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:40.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: purged_snaps scrub starts 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: purged_snaps scrub ok 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: osdmap e41: 6 total, 5 up, 6 in 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: Detected new or changed devices on smithi098 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:40.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:40.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:40.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:40.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='osd.5 ' entity='osd.5' 2024-02-07T12:14:40.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/2051526294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-07T12:14:40.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: osd.5 [v2:172.21.15.98:6808/3086249882,v1:172.21.15.98:6809/3086249882] boot 2024-02-07T12:14:40.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: osdmap e42: 6 total, 6 up, 6 in 2024-02-07T12:14:40.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:40 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-07T12:14:41.115 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":41,"num_osds":6,"num_up_osds":5,"osd_up_since":1707308056,"num_in_osds":6,"osd_in_since":1707308061,"num_remapped_pgs":0} 2024-02-07T12:14:42.116 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-07T12:14:42.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:42.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:42.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:42.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:41 smithi005 ceph-mon[29874]: osdmap e43: 6 total, 6 up, 6 in 2024-02-07T12:14:42.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:42.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:42.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:42.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:41 smithi063 ceph-mon[32045]: osdmap e43: 6 total, 6 up, 6 in 2024-02-07T12:14:42.371 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:14:42.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:14:42.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:14:42.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:14:42.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:42.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:41 smithi098 ceph-mon[31799]: osdmap e43: 6 total, 6 up, 6 in 2024-02-07T12:14:43.653 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:43 smithi005 ceph-mon[29874]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 302 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:43.653 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:43 smithi005 ceph-mon[29874]: osdmap e44: 6 total, 6 up, 6 in 2024-02-07T12:14:43.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:43 smithi098 ceph-mon[31799]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 302 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:43.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:43 smithi098 ceph-mon[31799]: osdmap e44: 6 total, 6 up, 6 in 2024-02-07T12:14:43.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:43 smithi063 ceph-mon[32045]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 302 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:43.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:43 smithi063 ceph-mon[32045]: osdmap e44: 6 total, 6 up, 6 in 2024-02-07T12:14:44.297 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:14:44.617 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:44 smithi005 ceph-mon[29874]: osdmap e45: 6 total, 6 up, 6 in 2024-02-07T12:14:44.617 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:44 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/301734037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-07T12:14:44.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:44 smithi098 ceph-mon[31799]: osdmap e45: 6 total, 6 up, 6 in 2024-02-07T12:14:44.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:44 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/301734037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-07T12:14:44.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:44 smithi063 ceph-mon[32045]: osdmap e45: 6 total, 6 up, 6 in 2024-02-07T12:14:44.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:44 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/301734037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-07T12:14:44.998 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":45,"num_osds":6,"num_up_osds":6,"osd_up_since":1707308080,"num_in_osds":6,"osd_in_since":1707308061,"num_remapped_pgs":0} 2024-02-07T12:14:44.999 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-07T12:14:45.241 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:14:45.629 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:45 smithi005 ceph-mon[29874]: pgmap v151: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 302 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-02-07T12:14:45.629 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:45 smithi005 ceph-mon[29874]: osdmap e46: 6 total, 6 up, 6 in 2024-02-07T12:14:45.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:45 smithi098 ceph-mon[31799]: pgmap v151: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 302 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-02-07T12:14:45.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:45 smithi098 ceph-mon[31799]: osdmap e46: 6 total, 6 up, 6 in 2024-02-07T12:14:45.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:45 smithi063 ceph-mon[32045]: pgmap v151: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 302 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-02-07T12:14:45.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:45 smithi063 ceph-mon[32045]: osdmap e46: 6 total, 6 up, 6 in 2024-02-07T12:14:47.432 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:14:47.432 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":46,"fsid":"a6b6e578-c5b1-11ee-95b6-87774f69a715","created":"2024-02-07T12:09:59.862099+0000","modified":"2024-02-07T12:14:44.395496+0000","last_up_change":"2024-02-07T12:14:40.372346+0000","last_in_change":"2024-02-07T12:14:21.789652+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-02-07T12:13:28.778164+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"391ad20a-9118-413d-9eed-14147ab3687a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6803","nonce":1313577024}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6805","nonce":1313577024}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6809","nonce":1313577024}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6807","nonce":1313577024}]},"public_addr":"172.21.15.5:6803/1313577024","cluster_addr":"172.21.15.5:6805/1313577024","heartbeat_back_addr":"172.21.15.5:6809/1313577024","heartbeat_front_addr":"172.21.15.5:6807/1313577024","state":["exists","up"]},{"osd":1,"uuid":"8cfd8193-5f96-4715-8c72-8850292073b9","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.5:6810","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6811","nonce":3467098922}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6813","nonce":3467098922}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6817","nonce":3467098922}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6815","nonce":3467098922}]},"public_addr":"172.21.15.5:6811/3467098922","cluster_addr":"172.21.15.5:6813/3467098922","heartbeat_back_addr":"172.21.15.5:6817/3467098922","heartbeat_front_addr":"172.21.15.5:6815/3467098922","state":["exists","up"]},{"osd":2,"uuid":"3d87c3b2-9754-4aa7-abb9-8ea314c5539e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6801","nonce":2192646879}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6803","nonce":2192646879}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6807","nonce":2192646879}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6805","nonce":2192646879}]},"public_addr":"172.21.15.63:6801/2192646879","cluster_addr":"172.21.15.63:6803/2192646879","heartbeat_back_addr":"172.21.15.63:6807/2192646879","heartbeat_front_addr":"172.21.15.63:6805/2192646879","state":["exists","up"]},{"osd":3,"uuid":"1c85abf1-3806-4ccb-b157-cf5c36bbe947","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6809","nonce":1788245706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6811","nonce":1788245706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6815","nonce":1788245706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6813","nonce":1788245706}]},"public_addr":"172.21.15.63:6809/1788245706","cluster_addr":"172.21.15.63:6811/1788245706","heartbeat_back_addr":"172.21.15.63:6815/1788245706","heartbeat_front_addr":"172.21.15.63:6813/1788245706","state":["exists","up"]},{"osd":4,"uuid":"08687a52-af88-48bf-9814-e85e00c2a6ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6801","nonce":401669741}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6803","nonce":401669741}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6807","nonce":401669741}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6805","nonce":401669741}]},"public_addr":"172.21.15.98:6801/401669741","cluster_addr":"172.21.15.98:6803/401669741","heartbeat_back_addr":"172.21.15.98:6807/401669741","heartbeat_front_addr":"172.21.15.98:6805/401669741","state":["exists","up"]},{"osd":5,"uuid":"705beb82-1640-464c-993d-0b023ad1ddb6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6809","nonce":3086249882}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6811","nonce":3086249882}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6815","nonce":3086249882}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6813","nonce":3086249882}]},"public_addr":"172.21.15.98:6809/3086249882","cluster_addr":"172.21.15.98:6811/3086249882","heartbeat_back_addr":"172.21.15.98:6815/3086249882","heartbeat_front_addr":"172.21.15.98:6813/3086249882","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:12:33.500084+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:13:00.399747+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:13:25.252471+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:13:50.964704+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:14:14.417722+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:14:38.418901+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/524172639":"2024-02-08T12:10:54.437817+0000","172.21.15.5:6801/593520213":"2024-02-08T12:10:54.437817+0000","172.21.15.5:6800/593520213":"2024-02-08T12:10:54.437817+0000","172.21.15.5:0/3880771664":"2024-02-08T12:10:54.437817+0000","172.21.15.5:0/1496611344":"2024-02-08T12:10:27.289890+0000","172.21.15.5:6800/2433214015":"2024-02-08T12:10:27.289890+0000","172.21.15.5:0/4170494557":"2024-02-08T12:10:27.289890+0000","172.21.15.5:0/3126090921":"2024-02-08T12:10:27.289890+0000","172.21.15.5:6801/2433214015":"2024-02-08T12:10:27.289890+0000","172.21.15.5:0/734084931":"2024-02-08T12:10:54.437817+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-07T12:14:47.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:47 smithi005 ceph-mon[29874]: pgmap v153: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-02-07T12:14:47.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:47 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/2535497059' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T12:14:47.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:47 smithi063 ceph-mon[32045]: pgmap v153: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-02-07T12:14:47.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:47 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/2535497059' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T12:14:47.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:47 smithi098 ceph-mon[31799]: pgmap v153: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-02-07T12:14:47.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:47 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/2535497059' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T12:14:47.939 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-02-07T12:13:28.778164+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 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-02-07T12:14:47.940 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-02-07T12:14:48.603 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:14:49.467 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:49 smithi005 ceph-mon[29874]: pgmap v154: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-02-07T12:14:49.467 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:49.467 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:49.467 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:49.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:49 smithi063 ceph-mon[32045]: pgmap v154: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-02-07T12:14:49.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:49.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:49.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:49.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:49 smithi098 ceph-mon[31799]: pgmap v154: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-02-07T12:14:49.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:49 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:49.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:49 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:49.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:49 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:51.125 INFO:teuthology.orchestra.run.smithi005.stdout:pg_num: 1 2024-02-07T12:14:51.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:51 smithi098 ceph-mon[31799]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-02-07T12:14:51.655 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:51 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/4009184098' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-07T12:14:51.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:51 smithi005 ceph-mon[29874]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-02-07T12:14:51.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:51 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/4009184098' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-07T12:14:51.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:51 smithi063 ceph-mon[32045]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-02-07T12:14:51.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:51 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/4009184098' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-07T12:14:51.826 INFO:tasks.cephadm:Setting up client nodes... 2024-02-07T12:14:51.827 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-07T12:14:51.827 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-07T12:14:51.827 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph mgr dump --format=json 2024-02-07T12:14:52.066 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:14:52.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:52.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:52.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:52.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:52 smithi005 ceph-mon[29874]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:52.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:52.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:52.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:52.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:52 smithi063 ceph-mon[32045]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:52.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:52.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:52.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:52 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:14:52.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:52 smithi098 ceph-mon[31799]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:53.960 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:14:54.567 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6800","nonce":948270921},{"type":"v1","addr":"172.21.15.5:6801","nonce":948270921}]},"active_addr":"172.21.15.5:6801/948270921","active_change":"2024-02-07T12:10:54.437977+0000","active_mgr_features":4540701272860131327,"available":true,"standbys":[{"gid":24116,"name":"b","mgr_features":4540701272860131327,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.5: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.5:0","nonce":2992111293}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":3479482580}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":2268209925}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":3642374327}]}]} 2024-02-07T12:14:54.572 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-07T12:14:54.572 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-07T12:14:54.572 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-07T12:14:54.811 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:14:54.933 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:54 smithi005 ceph-mon[29874]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:54.933 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:54 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/3837902635' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-07T12:14:55.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:54 smithi063 ceph-mon[32045]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:55.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:54 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/3837902635' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-07T12:14:55.153 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:54 smithi098 ceph-mon[31799]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:55.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:54 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/3837902635' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-07T12:14:56.745 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:14:56.746 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":46,"fsid":"a6b6e578-c5b1-11ee-95b6-87774f69a715","created":"2024-02-07T12:09:59.862099+0000","modified":"2024-02-07T12:14:44.395496+0000","last_up_change":"2024-02-07T12:14:40.372346+0000","last_in_change":"2024-02-07T12:14:21.789652+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-02-07T12:13:28.778164+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"391ad20a-9118-413d-9eed-14147ab3687a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6803","nonce":1313577024}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6805","nonce":1313577024}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6809","nonce":1313577024}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6807","nonce":1313577024}]},"public_addr":"172.21.15.5:6803/1313577024","cluster_addr":"172.21.15.5:6805/1313577024","heartbeat_back_addr":"172.21.15.5:6809/1313577024","heartbeat_front_addr":"172.21.15.5:6807/1313577024","state":["exists","up"]},{"osd":1,"uuid":"8cfd8193-5f96-4715-8c72-8850292073b9","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.5:6810","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6811","nonce":3467098922}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6813","nonce":3467098922}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6817","nonce":3467098922}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6815","nonce":3467098922}]},"public_addr":"172.21.15.5:6811/3467098922","cluster_addr":"172.21.15.5:6813/3467098922","heartbeat_back_addr":"172.21.15.5:6817/3467098922","heartbeat_front_addr":"172.21.15.5:6815/3467098922","state":["exists","up"]},{"osd":2,"uuid":"3d87c3b2-9754-4aa7-abb9-8ea314c5539e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6801","nonce":2192646879}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6803","nonce":2192646879}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6807","nonce":2192646879}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6805","nonce":2192646879}]},"public_addr":"172.21.15.63:6801/2192646879","cluster_addr":"172.21.15.63:6803/2192646879","heartbeat_back_addr":"172.21.15.63:6807/2192646879","heartbeat_front_addr":"172.21.15.63:6805/2192646879","state":["exists","up"]},{"osd":3,"uuid":"1c85abf1-3806-4ccb-b157-cf5c36bbe947","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6809","nonce":1788245706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6811","nonce":1788245706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6815","nonce":1788245706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6813","nonce":1788245706}]},"public_addr":"172.21.15.63:6809/1788245706","cluster_addr":"172.21.15.63:6811/1788245706","heartbeat_back_addr":"172.21.15.63:6815/1788245706","heartbeat_front_addr":"172.21.15.63:6813/1788245706","state":["exists","up"]},{"osd":4,"uuid":"08687a52-af88-48bf-9814-e85e00c2a6ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6801","nonce":401669741}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6803","nonce":401669741}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6807","nonce":401669741}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6805","nonce":401669741}]},"public_addr":"172.21.15.98:6801/401669741","cluster_addr":"172.21.15.98:6803/401669741","heartbeat_back_addr":"172.21.15.98:6807/401669741","heartbeat_front_addr":"172.21.15.98:6805/401669741","state":["exists","up"]},{"osd":5,"uuid":"705beb82-1640-464c-993d-0b023ad1ddb6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6809","nonce":3086249882}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6811","nonce":3086249882}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6815","nonce":3086249882}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6813","nonce":3086249882}]},"public_addr":"172.21.15.98:6809/3086249882","cluster_addr":"172.21.15.98:6811/3086249882","heartbeat_back_addr":"172.21.15.98:6815/3086249882","heartbeat_front_addr":"172.21.15.98:6813/3086249882","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:12:33.500084+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:13:00.399747+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:13:25.252471+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:13:50.964704+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:14:14.417722+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:14:38.418901+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/524172639":"2024-02-08T12:10:54.437817+0000","172.21.15.5:6801/593520213":"2024-02-08T12:10:54.437817+0000","172.21.15.5:6800/593520213":"2024-02-08T12:10:54.437817+0000","172.21.15.5:0/3880771664":"2024-02-08T12:10:54.437817+0000","172.21.15.5:0/1496611344":"2024-02-08T12:10:27.289890+0000","172.21.15.5:6800/2433214015":"2024-02-08T12:10:27.289890+0000","172.21.15.5:0/4170494557":"2024-02-08T12:10:27.289890+0000","172.21.15.5:0/3126090921":"2024-02-08T12:10:27.289890+0000","172.21.15.5:6801/2433214015":"2024-02-08T12:10:27.289890+0000","172.21.15.5:0/734084931":"2024-02-08T12:10:54.437817+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-07T12:14:57.503 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-07T12:14:57.503 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-07T12:14:57.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:57 smithi098 ceph-mon[31799]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:57.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:57 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/2278542992' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T12:14:57.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:57 smithi005 ceph-mon[29874]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:57.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:57 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/2278542992' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T12:14:57.748 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:14:57.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:57 smithi063 ceph-mon[32045]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:57.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:57 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/2278542992' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T12:14:59.548 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:14:59.548 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":46,"fsid":"a6b6e578-c5b1-11ee-95b6-87774f69a715","created":"2024-02-07T12:09:59.862099+0000","modified":"2024-02-07T12:14:44.395496+0000","last_up_change":"2024-02-07T12:14:40.372346+0000","last_in_change":"2024-02-07T12:14:21.789652+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-02-07T12:13:28.778164+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"391ad20a-9118-413d-9eed-14147ab3687a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6803","nonce":1313577024}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6805","nonce":1313577024}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6809","nonce":1313577024}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":1313577024},{"type":"v1","addr":"172.21.15.5:6807","nonce":1313577024}]},"public_addr":"172.21.15.5:6803/1313577024","cluster_addr":"172.21.15.5:6805/1313577024","heartbeat_back_addr":"172.21.15.5:6809/1313577024","heartbeat_front_addr":"172.21.15.5:6807/1313577024","state":["exists","up"]},{"osd":1,"uuid":"8cfd8193-5f96-4715-8c72-8850292073b9","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.5:6810","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6811","nonce":3467098922}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6813","nonce":3467098922}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6817","nonce":3467098922}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3467098922},{"type":"v1","addr":"172.21.15.5:6815","nonce":3467098922}]},"public_addr":"172.21.15.5:6811/3467098922","cluster_addr":"172.21.15.5:6813/3467098922","heartbeat_back_addr":"172.21.15.5:6817/3467098922","heartbeat_front_addr":"172.21.15.5:6815/3467098922","state":["exists","up"]},{"osd":2,"uuid":"3d87c3b2-9754-4aa7-abb9-8ea314c5539e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6801","nonce":2192646879}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6803","nonce":2192646879}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6807","nonce":2192646879}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":2192646879},{"type":"v1","addr":"172.21.15.63:6805","nonce":2192646879}]},"public_addr":"172.21.15.63:6801/2192646879","cluster_addr":"172.21.15.63:6803/2192646879","heartbeat_back_addr":"172.21.15.63:6807/2192646879","heartbeat_front_addr":"172.21.15.63:6805/2192646879","state":["exists","up"]},{"osd":3,"uuid":"1c85abf1-3806-4ccb-b157-cf5c36bbe947","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6809","nonce":1788245706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6811","nonce":1788245706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6815","nonce":1788245706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":1788245706},{"type":"v1","addr":"172.21.15.63:6813","nonce":1788245706}]},"public_addr":"172.21.15.63:6809/1788245706","cluster_addr":"172.21.15.63:6811/1788245706","heartbeat_back_addr":"172.21.15.63:6815/1788245706","heartbeat_front_addr":"172.21.15.63:6813/1788245706","state":["exists","up"]},{"osd":4,"uuid":"08687a52-af88-48bf-9814-e85e00c2a6ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6801","nonce":401669741}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6803","nonce":401669741}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6807","nonce":401669741}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":401669741},{"type":"v1","addr":"172.21.15.98:6805","nonce":401669741}]},"public_addr":"172.21.15.98:6801/401669741","cluster_addr":"172.21.15.98:6803/401669741","heartbeat_back_addr":"172.21.15.98:6807/401669741","heartbeat_front_addr":"172.21.15.98:6805/401669741","state":["exists","up"]},{"osd":5,"uuid":"705beb82-1640-464c-993d-0b023ad1ddb6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6809","nonce":3086249882}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6811","nonce":3086249882}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6815","nonce":3086249882}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":3086249882},{"type":"v1","addr":"172.21.15.98:6813","nonce":3086249882}]},"public_addr":"172.21.15.98:6809/3086249882","cluster_addr":"172.21.15.98:6811/3086249882","heartbeat_back_addr":"172.21.15.98:6815/3086249882","heartbeat_front_addr":"172.21.15.98:6813/3086249882","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:12:33.500084+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:13:00.399747+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:13:25.252471+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:13:50.964704+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:14:14.417722+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2024-02-07T12:14:38.418901+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/524172639":"2024-02-08T12:10:54.437817+0000","172.21.15.5:6801/593520213":"2024-02-08T12:10:54.437817+0000","172.21.15.5:6800/593520213":"2024-02-08T12:10:54.437817+0000","172.21.15.5:0/3880771664":"2024-02-08T12:10:54.437817+0000","172.21.15.5:0/1496611344":"2024-02-08T12:10:27.289890+0000","172.21.15.5:6800/2433214015":"2024-02-08T12:10:27.289890+0000","172.21.15.5:0/4170494557":"2024-02-08T12:10:27.289890+0000","172.21.15.5:0/3126090921":"2024-02-08T12:10:27.289890+0000","172.21.15.5:6801/2433214015":"2024-02-08T12:10:27.289890+0000","172.21.15.5:0/734084931":"2024-02-08T12:10:54.437817+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-07T12:14:59.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:14:59 smithi098 ceph-mon[31799]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:59.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:14:59 smithi005 ceph-mon[29874]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:14:59.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:14:59 smithi063 ceph-mon[32045]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:00.150 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-07T12:15:00.150 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-07T12:15:00.151 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-07T12:15:00.151 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-07T12:15:00.152 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-07T12:15:00.152 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-07T12:15:00.438 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:00.440 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:00.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:00 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/1802928049' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T12:15:00.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:00.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:00.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:00 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:00.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:00 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/1802928049' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T12:15:00.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:00.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:00.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:00.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:00 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/1802928049' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-07T12:15:00.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:00.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:00.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:01.437 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:01.437 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:01.438 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:01.438 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:01.562 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:01 smithi005 ceph-mon[29874]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:01.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:01 smithi098 ceph-mon[31799]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:01.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:01 smithi063 ceph-mon[32045]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:03.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:03 smithi098 ceph-mon[31799]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:03.672 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:03 smithi005 ceph-mon[29874]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:03.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:03 smithi063 ceph-mon[32045]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:05.587 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:05 smithi098 ceph-mon[31799]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:05.613 INFO:teuthology.orchestra.run.smithi005.stdout:77309411351 2024-02-07T12:15:05.613 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-07T12:15:05.684 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:05 smithi005 ceph-mon[29874]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:05.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:05 smithi063 ceph-mon[32045]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:07.595 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:07 smithi005 ceph-mon[29874]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:07.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:07 smithi098 ceph-mon[31799]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:07.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:07 smithi063 ceph-mon[32045]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:07.933 INFO:teuthology.orchestra.run.smithi005.stdout:111669149713 2024-02-07T12:15:07.933 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-07T12:15:09.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:09 smithi098 ceph-mon[31799]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:09.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:09 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:09.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:09 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:09.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:09 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:09.715 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:09 smithi005 ceph-mon[29874]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:09.715 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:09.715 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:09.715 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:09.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:09 smithi063 ceph-mon[32045]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:09.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:09.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:09.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:10.026 INFO:teuthology.orchestra.run.smithi005.stdout:180388626439 2024-02-07T12:15:10.027 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-07T12:15:11.157 INFO:teuthology.orchestra.run.smithi005.stdout:146028888077 2024-02-07T12:15:11.157 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-07T12:15:11.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:11 smithi098 ceph-mon[31799]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:11.717 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:11 smithi005 ceph-mon[29874]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:11.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:11 smithi063 ceph-mon[32045]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:12.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:12 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:12.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:12 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:12.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:12 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:12.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:12 smithi098 ceph-mon[31799]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:12.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:12.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:12.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:12.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:12 smithi005 ceph-mon[29874]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:13.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:13.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:12 smithi063 ceph-mon[32045]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:13.232 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:13.233 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:14.934 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:14 smithi005 ceph-mon[29874]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:14.976 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:14 smithi063 ceph-mon[32045]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:15.154 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:14 smithi098 ceph-mon[31799]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:15.246 INFO:teuthology.orchestra.run.smithi005.stdout:55834574878 2024-02-07T12:15:15.247 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-07T12:15:16.736 INFO:teuthology.orchestra.run.smithi005.stdout:34359738403 2024-02-07T12:15:16.737 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-07T12:15:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:17.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:17 smithi005 ceph-mon[29874]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:17.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:17 smithi098 ceph-mon[31799]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:17.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:17 smithi063 ceph-mon[32045]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:18.900 INFO:teuthology.orchestra.run.smithi005.stdout:180388626441 2024-02-07T12:15:19.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:19 smithi005 ceph-mon[29874]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:19.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:19 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/4178914951' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-07T12:15:19.571 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:19.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:19 smithi098 ceph-mon[31799]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:19.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:19 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/4178914951' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-07T12:15:19.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:19 smithi063 ceph-mon[32045]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:19 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/4178914951' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-07T12:15:20.827 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626439 got 180388626441 for osd.5 2024-02-07T12:15:20.828 DEBUG:teuthology.parallel:result is None 2024-02-07T12:15:21.160 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:21.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:21 smithi005 ceph-mon[29874]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:21.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:21 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:21.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:21 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:21.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:21 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:21.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:21 smithi063 ceph-mon[32045]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:21.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:21 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:21.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:21 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:21.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:21 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:21.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:21 smithi098 ceph-mon[31799]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:21.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:21 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:21.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:21 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:21.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:21 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:22.035 INFO:teuthology.orchestra.run.smithi005.stdout:77309411354 2024-02-07T12:15:22.383 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:22 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/1606848486' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-07T12:15:22.476 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:22 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/1606848486' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-07T12:15:22.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:22 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/1606848486' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-07T12:15:23.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:23 smithi005 ceph-mon[29874]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:23.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:23 smithi098 ceph-mon[31799]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:23.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:23 smithi063 ceph-mon[32045]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:23.907 INFO:teuthology.orchestra.run.smithi005.stdout:146028888079 2024-02-07T12:15:24.211 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411351 got 77309411354 for osd.2 2024-02-07T12:15:24.212 DEBUG:teuthology.parallel:result is None 2024-02-07T12:15:24.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:24 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/1556871150' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-07T12:15:24.449 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:24 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/1556871150' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-07T12:15:24.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:24 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/1556871150' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-07T12:15:24.640 INFO:teuthology.orchestra.run.smithi005.stdout:111669149717 2024-02-07T12:15:25.208 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:25 smithi005 ceph-mon[29874]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:25.208 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:25 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/3736189106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-07T12:15:25.239 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149713 got 111669149717 for osd.3 2024-02-07T12:15:25.239 DEBUG:teuthology.parallel:result is None 2024-02-07T12:15:25.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:25 smithi063 ceph-mon[32045]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:25.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:25 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/3736189106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-07T12:15:25.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:25 smithi098 ceph-mon[31799]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:25.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:25 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/3736189106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-07T12:15:26.878 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888077 got 146028888079 for osd.4 2024-02-07T12:15:26.878 DEBUG:teuthology.parallel:result is None 2024-02-07T12:15:27.342 INFO:teuthology.orchestra.run.smithi005.stdout:34359738405 2024-02-07T12:15:27.575 INFO:teuthology.orchestra.run.smithi005.stdout:55834574880 2024-02-07T12:15:27.650 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:27 smithi005 ceph-mon[29874]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:27.650 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:27 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/1710570910' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-07T12:15:27.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:27 smithi098 ceph-mon[31799]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:27.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:27 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/1710570910' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-07T12:15:27.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:27 smithi063 ceph-mon[32045]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:27.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:27 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/1710570910' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-07T12:15:27.969 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738403 got 34359738405 for osd.0 2024-02-07T12:15:27.969 DEBUG:teuthology.parallel:result is None 2024-02-07T12:15:28.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:28 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/2419805294' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-07T12:15:28.671 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:28 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/2419805294' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-07T12:15:28.698 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574878 got 55834574880 for osd.1 2024-02-07T12:15:28.698 DEBUG:teuthology.parallel:result is None 2024-02-07T12:15:28.698 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-07T12:15:28.698 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-07T12:15:28.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:28 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/2419805294' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-07T12:15:28.938 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:29.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:29 smithi098 ceph-mon[31799]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:29.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:29 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:29.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:29 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:29.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:29 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:29.660 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:29 smithi005 ceph-mon[29874]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:29.660 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:29.660 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:29.660 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:29.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:29 smithi063 ceph-mon[32045]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:29.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:29.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:29.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:30.789 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:15:30.790 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2024-02-07T12:15:31.435 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":175,"stamp":"2024-02-07T12:15:29.631656+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":174636,"kb_used_data":4188,"kb_used_omap":9,"kb_used_meta":170358,"kb_avail":562296276,"statfs":{"total":575970213888,"available":575791386624,"internally_reserved":0,"allocated":4288512,"data_stored":2749482,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":174447264},"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.002752"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":261,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-02-07T12:14:44.407278+0000","last_change":"2024-02-07T12:14:44.407278+0000","last_active":"2024-02-07T12:14:44.407278+0000","last_peered":"2024-02-07T12:14:44.407278+0000","last_clean":"2024-02-07T12:14:44.407278+0000","last_became_active":"2024-02-07T12:14:44.406880+0000","last_became_peered":"2024-02-07T12:14:44.406880+0000","last_unstale":"2024-02-07T12:14:44.407278+0000","last_undegraded":"2024-02-07T12:14:44.407278+0000","last_fullsized":"2024-02-07T12:14:44.407278+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-07T12:13:29.143674+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-07T12:13:29.143674+0000","last_clean_scrub_stamp":"2024-02-07T12:13:29.143674+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-02-08T14:35:47.749305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":42,"seq":180388626443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753431,"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42899999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40899999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56899999999999995}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44900000000000001}]}]},{"osd":4,"up_from":34,"seq":146028888081,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717720,"statfs":{"total":95995035648,"available":95966945280,"internally_reserved":0,"allocated":417792,"data_stored":163063,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 7 12:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.313},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.38300000000000001}]},{"osd":1,"last update":"Wed Feb 7 12:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.35399999999999998}]},{"osd":2,"last update":"Wed Feb 7 12:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.55900000000000005}]},{"osd":3,"last update":"Wed Feb 7 12:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.54100000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28799999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753431,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 7 12:14:55 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.437}]},{"osd":1,"last update":"Wed Feb 7 12:14:55 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.499},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.41199999999999998}]},{"osd":2,"last update":"Wed Feb 7 12:14:55 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.45100000000000001}]},{"osd":4,"last update":"Wed Feb 7 12:15:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.58799999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60899999999999999}]}]},{"osd":2,"up_from":18,"seq":77309411356,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32168,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712984,"statfs":{"total":95995035648,"available":95962095616,"internally_reserved":0,"allocated":1011712,"data_stored":753431,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 7 12:14:27 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.36399999999999999}]},{"osd":1,"last update":"Wed Feb 7 12:14:27 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.308},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.40999999999999998}]},{"osd":3,"last update":"Wed Feb 7 12:14:53 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.25600000000000001},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.34399999999999997}]},{"osd":4,"last update":"Wed Feb 7 12:15:16 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.46000000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.499}]}]},{"osd":0,"up_from":8,"seq":34359738406,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31588,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713564,"statfs":{"total":95995035648,"available":95962689536,"internally_reserved":0,"allocated":417792,"data_stored":163063,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[],"network_ping_times":[{"osd":1,"last update":"Wed Feb 7 12:15:07 2024","interfaces":[{"interface":"back","average":{"1min":0.30099999999999999,"5min":0.315,"15min":0.317},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.248},{"interface":"front","average":{"1min":0.32000000000000001,"5min":0.33600000000000002,"15min":0.33900000000000002},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.221}]},{"osd":2,"last update":"Wed Feb 7 12:14:27 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.59799999999999998}]},{"osd":3,"last update":"Wed Feb 7 12:14:54 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.56399999999999995}]},{"osd":4,"last update":"Wed Feb 7 12:15:19 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.54800000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40500000000000003}]}]},{"osd":1,"up_from":13,"seq":55834574881,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717720,"statfs":{"total":95995035648,"available":95966945280,"internally_reserved":0,"allocated":417792,"data_stored":163063,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 7 12:15:08 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.33300000000000002,"15min":0.33100000000000002},"min":{"1min":0.25900000000000001,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.23000000000000001,"5min":0.223,"15min":0.223},"max":{"1min":0.5,"5min":0.5,"15min":0.5},"last":0.45100000000000001}]},{"osd":2,"last update":"Wed Feb 7 12:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.48899999999999999}]},{"osd":3,"last update":"Wed Feb 7 12:14:55 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.51800000000000002}]},{"osd":4,"last update":"Wed Feb 7 12:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.58299999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.621}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-07T12:15:31.436 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-07T12:15:31.653 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:31 smithi098 ceph-mon[31799]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:31.675 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:31.718 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:31 smithi063 ceph-mon[32045]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:31.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:31 smithi005 ceph-mon[29874]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:32.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:32 smithi005 ceph-mon[29874]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:15:32.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:32.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:32.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:32.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:32 smithi063 ceph-mon[32045]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:15:32.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:32 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:32.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:32 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:32.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:32 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:32.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:32 smithi098 ceph-mon[31799]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:15:32.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:32 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:32.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:32 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:32.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:32 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:33.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:33 smithi005 ceph-mon[29874]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:33.654 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:15:33.656 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2024-02-07T12:15:33.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:33 smithi063 ceph-mon[32045]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:33.903 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:33 smithi098 ceph-mon[31799]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:34.452 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":177,"stamp":"2024-02-07T12:15:33.632458+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":174636,"kb_used_data":4188,"kb_used_omap":9,"kb_used_meta":170358,"kb_avail":562296276,"statfs":{"total":575970213888,"available":575791386624,"internally_reserved":0,"allocated":4288512,"data_stored":2749482,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":174447264},"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.002764"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":261,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-02-07T12:14:44.407278+0000","last_change":"2024-02-07T12:14:44.407278+0000","last_active":"2024-02-07T12:14:44.407278+0000","last_peered":"2024-02-07T12:14:44.407278+0000","last_clean":"2024-02-07T12:14:44.407278+0000","last_became_active":"2024-02-07T12:14:44.406880+0000","last_became_peered":"2024-02-07T12:14:44.406880+0000","last_unstale":"2024-02-07T12:14:44.407278+0000","last_undegraded":"2024-02-07T12:14:44.407278+0000","last_fullsized":"2024-02-07T12:14:44.407278+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-07T12:13:29.143674+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-07T12:13:29.143674+0000","last_clean_scrub_stamp":"2024-02-07T12:13:29.143674+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-02-08T14:35:47.749305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":42,"seq":180388626444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753431,"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46700000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.497}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51500000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41999999999999998}]}]},{"osd":4,"up_from":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717720,"statfs":{"total":95995035648,"available":95966945280,"internally_reserved":0,"allocated":417792,"data_stored":163063,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 7 12:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.65000000000000002}]},{"osd":1,"last update":"Wed Feb 7 12:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.503},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.60599999999999998}]},{"osd":2,"last update":"Wed Feb 7 12:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.55900000000000005}]},{"osd":3,"last update":"Wed Feb 7 12:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.623}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46400000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753431,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 7 12:14:55 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.38},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.36399999999999999}]},{"osd":1,"last update":"Wed Feb 7 12:14:55 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.33100000000000002}]},{"osd":2,"last update":"Wed Feb 7 12:14:55 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"last":0.435},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.34799999999999998}]},{"osd":4,"last update":"Wed Feb 7 12:15:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.46100000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]}]},{"osd":2,"up_from":18,"seq":77309411357,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32168,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712984,"statfs":{"total":95995035648,"available":95962095616,"internally_reserved":0,"allocated":1011712,"data_stored":753431,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 7 12:15:29 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.49399999999999999,"15min":0.498},"min":{"1min":0.35499999999999998,"5min":0.312,"15min":0.312},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.442,"15min":0.44},"min":{"1min":0.34300000000000003,"5min":0.255,"15min":0.255},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.40300000000000002}]},{"osd":1,"last update":"Wed Feb 7 12:15:29 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.48299999999999998,"15min":0.48099999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.436},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.48199999999999998,"15min":0.48299999999999998},"min":{"1min":0.38500000000000001,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.60399999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.38500000000000001}]},{"osd":3,"last update":"Wed Feb 7 12:14:53 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.45700000000000002}]},{"osd":4,"last update":"Wed Feb 7 12:15:16 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.57899999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77000000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738407,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31588,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713564,"statfs":{"total":95995035648,"available":95962689536,"internally_reserved":0,"allocated":417792,"data_stored":163063,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[],"network_ping_times":[{"osd":1,"last update":"Wed Feb 7 12:15:07 2024","interfaces":[{"interface":"back","average":{"1min":0.30099999999999999,"5min":0.315,"15min":0.317},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.255},{"interface":"front","average":{"1min":0.32000000000000001,"5min":0.33600000000000002,"15min":0.33900000000000002},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.23400000000000001}]},{"osd":2,"last update":"Wed Feb 7 12:15:27 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.47799999999999998,"15min":0.46800000000000003},"min":{"1min":0.39700000000000002,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.47699999999999998,"15min":0.46899999999999997},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.60199999999999998}]},{"osd":3,"last update":"Wed Feb 7 12:14:54 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.56499999999999995}]},{"osd":4,"last update":"Wed Feb 7 12:15:19 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.63200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55000000000000004}]}]},{"osd":1,"up_from":13,"seq":55834574882,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717720,"statfs":{"total":95995035648,"available":95966945280,"internally_reserved":0,"allocated":417792,"data_stored":163063,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 7 12:15:08 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.33300000000000002,"15min":0.33100000000000002},"min":{"1min":0.25900000000000001,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.23000000000000001,"5min":0.223,"15min":0.223},"max":{"1min":0.5,"5min":0.5,"15min":0.5},"last":0.44600000000000001}]},{"osd":2,"last update":"Wed Feb 7 12:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.53500000000000003}]},{"osd":3,"last update":"Wed Feb 7 12:14:55 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.626}]},{"osd":4,"last update":"Wed Feb 7 12:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.498}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-07T12:15:34.453 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-07T12:15:34.453 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-07T12:15:34.453 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-07T12:15:34.453 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- ceph health --format=json 2024-02-07T12:15:35.604 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:35 smithi005 ceph-mon[29874]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:35.604 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:35 smithi005 ceph-mon[29874]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:15:35.708 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:35 smithi098 ceph-mon[31799]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:35.708 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:35 smithi098 ceph-mon[31799]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:15:35.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:35 smithi063 ceph-mon[32045]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:35.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:35 smithi063 ceph-mon[32045]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:15:35.895 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:37.682 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:37 smithi005 ceph-mon[29874]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:37.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:37 smithi063 ceph-mon[32045]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:37.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:37 smithi098 ceph-mon[31799]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:38.290 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-07T12:15:38.290 INFO:teuthology.orchestra.run.smithi005.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-07T12:15:38.639 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:38 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/3021595150' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-07T12:15:38.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:38 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/3021595150' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-07T12:15:38.903 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:38 smithi098 ceph-mon[31799]: from='client.? 172.21.15.5:0/3021595150' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-07T12:15:38.938 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-07T12:15:38.938 INFO:tasks.cephadm:Setup complete, yielding 2024-02-07T12:15:38.939 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-07T12:15:38.949 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-02-07T12:15:38.950 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 -- bash -c 'set -ex 2024-02-07T12:15:38.950 DEBUG:teuthology.orchestra.run.smithi005:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> for host in $HOSTNAMES; do 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> # find the hostname for "host.c" which will have no mgr 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> if [ "$HAS_MGRS" == "false" ]; then 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> HOST_C="${host}" 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> fi 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> done 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> # One last thing to worry about before draining the host 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> # is that the teuthology test tends to put the explicit 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> # hostnames in the placement for the mon service. 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> # We want to make sure we can drain without providing 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> # --force and there is a check for the host being removed 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> # being listed explicitly in the placements. Therefore, 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> # we should remove it from the mon placement. 2024-02-07T12:15:38.951 DEBUG:teuthology.orchestra.run.smithi005:> ceph orch ls mon --export > mon.yaml 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> ceph orch apply -i mon_adjusted.yaml 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> # now drain that host 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> ceph orch host drain $HOST_C --zap-osd-devices 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> # wait for drain to complete 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> sleep 15 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> done 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> # we want to check the ability to remove the host from 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> # the CRUSH map, so we should first verify the host is in 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> # the CRUSH map. 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> ceph osd getcrushmap -o compiled-crushmap 2024-02-07T12:15:38.952 DEBUG:teuthology.orchestra.run.smithi005:> crushtool -d compiled-crushmap -o crushmap.txt 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> CRUSH_MAP=$(cat crushmap.txt) 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> exit 1 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> fi 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> # If the drain was successful, we should be able to remove the 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> # host without force with no issues. If there are still daemons 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> # we will get a response telling us to drain the host and a 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> # non-zero return code 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> ceph orch host rm $HOST_C --rm-crush-entry 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> sleep 30 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> ceph osd getcrushmap -o compiled-crushmap 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> crushtool -d compiled-crushmap -o crushmap.txt 2024-02-07T12:15:38.953 DEBUG:teuthology.orchestra.run.smithi005:> CRUSH_MAP=$(cat crushmap.txt) 2024-02-07T12:15:38.954 DEBUG:teuthology.orchestra.run.smithi005:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-02-07T12:15:38.954 DEBUG:teuthology.orchestra.run.smithi005:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-02-07T12:15:38.954 DEBUG:teuthology.orchestra.run.smithi005:> exit 1 2024-02-07T12:15:38.954 DEBUG:teuthology.orchestra.run.smithi005:> fi 2024-02-07T12:15:38.954 DEBUG:teuthology.orchestra.run.smithi005:> ' 2024-02-07T12:15:39.199 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/mon.a/config 2024-02-07T12:15:39.645 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:39 smithi005 ceph-mon[29874]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:39.668 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:39 smithi063 ceph-mon[32045]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:39.904 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:39 smithi098 ceph-mon[31799]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:40.985 INFO:teuthology.orchestra.run.smithi005.stderr:++ ceph orch host ls --format json 2024-02-07T12:15:40.986 INFO:teuthology.orchestra.run.smithi005.stderr:++ jq -r '.[] | .hostname' 2024-02-07T12:15:41.231 INFO:teuthology.orchestra.run.smithi005.stderr:+ HOSTNAMES='smithi005 2024-02-07T12:15:41.231 INFO:teuthology.orchestra.run.smithi005.stderr:smithi063 2024-02-07T12:15:41.231 INFO:teuthology.orchestra.run.smithi005.stderr:smithi098' 2024-02-07T12:15:41.231 INFO:teuthology.orchestra.run.smithi005.stderr:+ for host in $HOSTNAMES 2024-02-07T12:15:41.231 INFO:teuthology.orchestra.run.smithi005.stderr:++ ceph orch ps --hostname smithi005 --format json 2024-02-07T12:15:41.231 INFO:teuthology.orchestra.run.smithi005.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-02-07T12:15:41.564 INFO:teuthology.orchestra.run.smithi005.stderr:+ HAS_MGRS=true 2024-02-07T12:15:41.564 INFO:teuthology.orchestra.run.smithi005.stderr:+ '[' true == false ']' 2024-02-07T12:15:41.564 INFO:teuthology.orchestra.run.smithi005.stderr:+ for host in $HOSTNAMES 2024-02-07T12:15:41.564 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:41 smithi005 ceph-mon[29874]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:41.565 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.565 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.565 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.565 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:15:41.565 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:15:41.565 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:15:41.565 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:41 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.565 INFO:teuthology.orchestra.run.smithi005.stderr:++ ceph orch ps --hostname smithi063 --format json 2024-02-07T12:15:41.565 INFO:teuthology.orchestra.run.smithi005.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-02-07T12:15:41.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:41 smithi098 ceph-mon[31799]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:41.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:15:41.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:15:41.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:15:41.654 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:41 smithi098 ceph-mon[31799]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:41 smithi063 ceph-mon[32045]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:41.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:15:41.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:15:41.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:15:41.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:41 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:41.896 INFO:teuthology.orchestra.run.smithi005.stderr:+ HAS_MGRS=true 2024-02-07T12:15:41.896 INFO:teuthology.orchestra.run.smithi005.stderr:+ '[' true == false ']' 2024-02-07T12:15:41.896 INFO:teuthology.orchestra.run.smithi005.stderr:+ for host in $HOSTNAMES 2024-02-07T12:15:41.897 INFO:teuthology.orchestra.run.smithi005.stderr:++ ceph orch ps --hostname smithi098 --format json 2024-02-07T12:15:41.897 INFO:teuthology.orchestra.run.smithi005.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-02-07T12:15:42.231 INFO:teuthology.orchestra.run.smithi005.stderr:+ HAS_MGRS=false 2024-02-07T12:15:42.231 INFO:teuthology.orchestra.run.smithi005.stderr:+ '[' false == false ']' 2024-02-07T12:15:42.232 INFO:teuthology.orchestra.run.smithi005.stderr:+ HOST_C=smithi098 2024-02-07T12:15:42.232 INFO:teuthology.orchestra.run.smithi005.stderr:+ ceph orch ls mon --export 2024-02-07T12:15:42.534 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:42 smithi098 ceph-mon[31799]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:15:42.567 INFO:teuthology.orchestra.run.smithi005.stderr:+ sed /smithi098/d mon.yaml 2024-02-07T12:15:42.567 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:42 smithi005 ceph-mon[29874]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:15:42.568 INFO:teuthology.orchestra.run.smithi005.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-02-07T12:15:42.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:42 smithi063 ceph-mon[32045]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-07T12:15:42.890 INFO:teuthology.orchestra.run.smithi005.stdout:Scheduled mon update... 2024-02-07T12:15:42.903 INFO:teuthology.orchestra.run.smithi005.stderr:+ ceph orch host drain smithi098 --zap-osd-devices 2024-02-07T12:15:43.474 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:43 smithi098 podman[44431]: 2024-02-07 12:15:43.206575305 +0000 UTC m=+0.250619014 container died 2a07dec7abd196eaec0bd81b5e589b8e0d211c3abd3c7c96d1854241f71c608f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-c, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=) 2024-02-07T12:15:43.867 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:43 smithi098 podman[44431]: 2024-02-07 12:15:43.698252656 +0000 UTC m=+0.742296372 container remove 2a07dec7abd196eaec0bd81b5e589b8e0d211c3abd3c7c96d1854241f71c608f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, ceph=True, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-02-07T12:15:44.907 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:44 smithi098 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.c.service: Deactivated successfully. 2024-02-07T12:15:44.907 INFO:journalctl@ceph.mon.c.smithi098.stdout:Feb 07 12:15:44 smithi098 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.c.service: Consumed 3.759s CPU time. 2024-02-07T12:15:45.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:15:45.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:15:45.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi063:172.21.15.63=b;count:3 2024-02-07T12:15:45.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-02-07T12:15:45.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: Removing monitor c from monmap... 2024-02-07T12:15:45.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-02-07T12:15:45.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:15:45.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:15:45.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: mon.b calling monitor election 2024-02-07T12:15:45.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:45.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: mon.a calling monitor election 2024-02-07T12:15:45.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-02-07T12:15:45.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: monmap e4: 2 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-02-07T12:15:45.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: fsmap 2024-02-07T12:15:45.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: osdmap e46: 6 total, 6 up, 6 in 2024-02-07T12:15:45.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: mgrmap e15: a(active, since 4m), standbys: b 2024-02-07T12:15:45.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:45 smithi063 ceph-mon[32045]: overall HEALTH_OK 2024-02-07T12:15:45.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:15:45.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi063:172.21.15.63=b;count:3 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: Removing monitor c from monmap... 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: mon.b calling monitor election 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: mon.a calling monitor election 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: monmap e4: 2 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: fsmap 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: osdmap e46: 6 total, 6 up, 6 in 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: mgrmap e15: a(active, since 4m), standbys: b 2024-02-07T12:15:45.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:45 smithi005 ceph-mon[29874]: overall HEALTH_OK 2024-02-07T12:15:46.246 INFO:teuthology.orchestra.run.smithi005.stdout:Scheduled to remove the following daemons from host 'smithi098' 2024-02-07T12:15:46.246 INFO:teuthology.orchestra.run.smithi005.stdout:type id 2024-02-07T12:15:46.247 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------- --------------- 2024-02-07T12:15:46.247 INFO:teuthology.orchestra.run.smithi005.stdout:agent smithi098 2024-02-07T12:15:46.247 INFO:teuthology.orchestra.run.smithi005.stdout:osd 4 2024-02-07T12:15:46.247 INFO:teuthology.orchestra.run.smithi005.stdout:osd 5 2024-02-07T12:15:46.260 INFO:teuthology.orchestra.run.smithi005.stderr:++ ceph orch ps --hostname smithi098 2024-02-07T12:15:46.605 INFO:teuthology.orchestra.run.smithi005.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-07T12:15:46.605 INFO:teuthology.orchestra.run.smithi005.stderr:agent.smithi098 smithi098 running 6s ago 4m - - 2024-02-07T12:15:46.605 INFO:teuthology.orchestra.run.smithi005.stderr:osd.4 smithi098 running (96s) 6s ago 96s 46.8M 9.84G 19.0.0-1252-g44458cce 79957b372307 dab28c9a9abe 2024-02-07T12:15:46.605 INFO:teuthology.orchestra.run.smithi005.stderr:osd.5 smithi098 running (72s) 6s ago 72s 46.0M 9.84G 19.0.0-1252-g44458cce 79957b372307 f839ecde339d ' 2024-02-07T12:15:46.605 INFO:teuthology.orchestra.run.smithi005.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-07T12:15:46.605 INFO:teuthology.orchestra.run.smithi005.stderr:agent.smithi098 smithi098 running 6s ago 4m - - 2024-02-07T12:15:46.605 INFO:teuthology.orchestra.run.smithi005.stderr:osd.4 smithi098 running (96s) 6s ago 96s 46.8M 9.84G 19.0.0-1252-g44458cce 79957b372307 dab28c9a9abe 2024-02-07T12:15:46.605 INFO:teuthology.orchestra.run.smithi005.stderr:osd.5 smithi098 running (72s) 6s ago 72s 46.0M 9.84G 19.0.0-1252-g44458cce 79957b372307 f839ecde339d ' '!=' 'No daemons reported' ']' 2024-02-07T12:15:46.606 INFO:teuthology.orchestra.run.smithi005.stderr:+ sleep 15 2024-02-07T12:15:46.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:46 smithi005 ceph-mon[29874]: Removing daemon mon.c from smithi098 -- ports [] 2024-02-07T12:15:46.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:46 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:46.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:46 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:46.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:46 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:15:46.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:46 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:15:46.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:46 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:15:46.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:46 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:46.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:46 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:46.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:46 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-02-07T12:15:46.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:46 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-02-07T12:15:46.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:46 smithi063 ceph-mon[32045]: Removing daemon mon.c from smithi098 -- ports [] 2024-02-07T12:15:46.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:46 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:46.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:46 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:46.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:46 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:15:46.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:46 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:15:46.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:46 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:15:46.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:46 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:46.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:46 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:46.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:46 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-02-07T12:15:46.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:46 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-02-07T12:15:47.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: Updating smithi005:/etc/ceph/ceph.conf 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: Updating smithi063:/etc/ceph/ceph.conf 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: Updating smithi098:/etc/ceph/ceph.conf 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: Updating smithi005:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: Updating smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: Updating smithi063:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi098", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: Added label _no_schedule to host smithi098 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi098 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: osd.4 crush weight is 0.0872955322265625 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: osd.5 crush weight is 0.0872955322265625 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:47.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:47.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-02-07T12:15:47.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-02-07T12:15:47.730 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:47 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a[29851]: 2024-02-07T12:15:47.528+0000 7f8f900c7700 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-02-07T12:15:47.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:47.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: Updating smithi005:/etc/ceph/ceph.conf 2024-02-07T12:15:47.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: Updating smithi063:/etc/ceph/ceph.conf 2024-02-07T12:15:47.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: Updating smithi098:/etc/ceph/ceph.conf 2024-02-07T12:15:47.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: Updating smithi005:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:15:47.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: Updating smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:15:47.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: Updating smithi063:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi098", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: Added label _no_schedule to host smithi098 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi098 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: osd.4 crush weight is 0.0872955322265625 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: osd.5 crush weight is 0.0872955322265625 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:47.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:47.797 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:47.797 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-02-07T12:15:47.797 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:47 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-02-07T12:15:48.657 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:48 smithi005 ceph-mon[29874]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:48.657 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:48 smithi005 ceph-mon[29874]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:48.657 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:48 smithi005 ceph-mon[29874]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-02-07T12:15:48.657 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:48 smithi005 ceph-mon[29874]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:15:48.657 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-02-07T12:15:48.657 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:48 smithi005 ceph-mon[29874]: osdmap e47: 6 total, 6 up, 6 in 2024-02-07T12:15:48.657 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:48.658 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-02-07T12:15:48.658 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:48 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-02-07T12:15:48.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:48 smithi063 ceph-mon[32045]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:48.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:48 smithi063 ceph-mon[32045]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:48.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:48 smithi063 ceph-mon[32045]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-02-07T12:15:48.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:48 smithi063 ceph-mon[32045]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:15:48.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:48 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-02-07T12:15:48.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:48 smithi063 ceph-mon[32045]: osdmap e47: 6 total, 6 up, 6 in 2024-02-07T12:15:48.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:48 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:48.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:48 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-02-07T12:15:48.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:48 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-02-07T12:15:49.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: osd.5 weight is now 0.0 2024-02-07T12:15:49.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: osdmap e48: 6 total, 5 up, 6 in 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: osd.5 weight is now 0.0 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: osdmap e48: 6 total, 5 up, 6 in 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:49.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:50.089 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:49 smithi098 systemd[1]: Stopping Ceph osd.4 for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:15:50.404 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:50 smithi098 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4[38644]: 2024-02-07T12:15:50.087+0000 7f54a8ddb700 -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-02-07T12:15:50.404 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:50 smithi098 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4[38644]: 2024-02-07T12:15:50.087+0000 7f54a8ddb700 -1 osd.4 47 *** Got signal Terminated *** 2024-02-07T12:15:50.404 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:50 smithi098 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4[38644]: 2024-02-07T12:15:50.087+0000 7f54a8ddb700 -1 osd.4 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-07T12:15:50.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:50 smithi063 ceph-mon[32045]: osd.4 now down 2024-02-07T12:15:50.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:50 smithi063 ceph-mon[32045]: Removing daemon osd.4 from smithi098 -- ports [] 2024-02-07T12:15:50.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:50.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:50 smithi063 ceph-mon[32045]: osdmap e49: 6 total, 5 up, 6 in 2024-02-07T12:15:50.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:50.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:50.658 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:50 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:50.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:50 smithi005 ceph-mon[29874]: osd.4 now down 2024-02-07T12:15:50.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:50 smithi005 ceph-mon[29874]: Removing daemon osd.4 from smithi098 -- ports [] 2024-02-07T12:15:50.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:50.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:50 smithi005 ceph-mon[29874]: osdmap e49: 6 total, 5 up, 6 in 2024-02-07T12:15:50.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:50.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:50.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:50 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:50.879 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:50 smithi098 podman[45717]: 2024-02-07 12:15:50.609961396 +0000 UTC m=+0.623342632 container died dab28c9a9abe757ae6ba01c7830530cb756964e145ad6cea07032cb58103abff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-07T12:15:51.154 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:50 smithi098 podman[45717]: 2024-02-07 12:15:50.976964915 +0000 UTC m=+0.990346145 container cleanup dab28c9a9abe757ae6ba01c7830530cb756964e145ad6cea07032cb58103abff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-07T12:15:51.154 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:50 smithi098 bash[45717]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4 2024-02-07T12:15:51.564 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:51 smithi098 podman[45739]: 2024-02-07 12:15:51.236665045 +0000 UTC m=+0.621772085 container remove dab28c9a9abe757ae6ba01c7830530cb756964e145ad6cea07032cb58103abff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux ) 2024-02-07T12:15:51.582 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:51 smithi005 ceph-mon[29874]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:51.582 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:51 smithi005 ceph-mon[29874]: osdmap e50: 6 total, 5 up, 6 in 2024-02-07T12:15:51.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:51 smithi063 ceph-mon[32045]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:51.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:51 smithi063 ceph-mon[32045]: osdmap e50: 6 total, 5 up, 6 in 2024-02-07T12:15:51.833 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:51 smithi098 podman[45833]: 2024-02-07 12:15:51.562651317 +0000 UTC m=+0.094955275 container create 519161076b57e6cc4f7900d62530607894d67831a988e459a8a05c6cf305ceff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2) 2024-02-07T12:15:51.833 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:51 smithi098 podman[45833]: 2024-02-07 12:15:51.485152982 +0000 UTC m=+0.017456939 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T12:15:51.833 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:51 smithi098 podman[45833]: 2024-02-07 12:15:51.75655782 +0000 UTC m=+0.288861778 container init 519161076b57e6cc4f7900d62530607894d67831a988e459a8a05c6cf305ceff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=) 2024-02-07T12:15:51.833 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:51 smithi098 podman[45833]: 2024-02-07 12:15:51.762170182 +0000 UTC m=+0.294474146 container start 519161076b57e6cc4f7900d62530607894d67831a988e459a8a05c6cf305ceff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True) 2024-02-07T12:15:51.833 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:51 smithi098 podman[45833]: 2024-02-07 12:15:51.831465635 +0000 UTC m=+0.363769602 container attach 519161076b57e6cc4f7900d62530607894d67831a988e459a8a05c6cf305ceff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-02-07T12:15:52.154 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:52 smithi098 podman[45833]: 2024-02-07 12:15:52.050728603 +0000 UTC m=+0.583032565 container died 519161076b57e6cc4f7900d62530607894d67831a988e459a8a05c6cf305ceff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc) 2024-02-07T12:15:52.904 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:52 smithi098 podman[45879]: 2024-02-07 12:15:52.618139116 +0000 UTC m=+0.562330765 container remove 519161076b57e6cc4f7900d62530607894d67831a988e459a8a05c6cf305ceff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-4-deactivate, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2) 2024-02-07T12:15:52.904 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:52 smithi098 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.4.service: Deactivated successfully. 2024-02-07T12:15:52.904 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:52 smithi098 systemd[1]: Stopped Ceph osd.4 for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:15:52.904 INFO:journalctl@ceph.osd.4.smithi098.stdout:Feb 07 12:15:52 smithi098 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.4.service: Consumed 1.941s CPU time. 2024-02-07T12:15:52.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:52 smithi005 ceph-mon[29874]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:52.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:52.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:52.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:52 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:53.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:52 smithi063 ceph-mon[32045]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-02-07T12:15:53.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:52 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:54.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: Removing key for osd.4 2024-02-07T12:15:54.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-02-07T12:15:54.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-02-07T12:15:54.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: Successfully removed osd.4 on smithi098 2024-02-07T12:15:54.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-02-07T12:15:54.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-07T12:15:54.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: Cluster is now healthy 2024-02-07T12:15:54.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-02-07T12:15:54.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: osdmap e51: 5 total, 5 up, 5 in 2024-02-07T12:15:54.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: Successfully purged osd.4 on smithi098 2024-02-07T12:15:54.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:53 smithi005 ceph-mon[29874]: Zapping devices for osd.4 on smithi098 2024-02-07T12:15:54.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: Removing key for osd.4 2024-02-07T12:15:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-02-07T12:15:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-02-07T12:15:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: Successfully removed osd.4 on smithi098 2024-02-07T12:15:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-02-07T12:15:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-07T12:15:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: Cluster is now healthy 2024-02-07T12:15:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-02-07T12:15:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: osdmap e51: 5 total, 5 up, 5 in 2024-02-07T12:15:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: Successfully purged osd.4 on smithi098 2024-02-07T12:15:54.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:53 smithi063 ceph-mon[32045]: Zapping devices for osd.4 on smithi098 2024-02-07T12:15:55.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:54 smithi005 ceph-mon[29874]: pgmap v192: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:15:55.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:54 smithi005 ceph-mon[29874]: osdmap e52: 5 total, 5 up, 5 in 2024-02-07T12:15:55.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:54 smithi063 ceph-mon[32045]: pgmap v192: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:15:55.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:54 smithi063 ceph-mon[32045]: osdmap e52: 5 total, 5 up, 5 in 2024-02-07T12:15:56.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:55 smithi063 ceph-mon[32045]: osdmap e53: 5 total, 5 up, 5 in 2024-02-07T12:15:56.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:55 smithi063 ceph-mon[32045]: osdmap e54: 5 total, 5 up, 5 in 2024-02-07T12:15:56.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:55 smithi005 ceph-mon[29874]: osdmap e53: 5 total, 5 up, 5 in 2024-02-07T12:15:56.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:55 smithi005 ceph-mon[29874]: osdmap e54: 5 total, 5 up, 5 in 2024-02-07T12:15:57.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: pgmap v196: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:15:57.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: Successfully zapped devices for osd.4 on smithi098 2024-02-07T12:15:57.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:57.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:57.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:57.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: Removing daemon agent.smithi098 from smithi098 -- ports [] 2024-02-07T12:15:57.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: osdmap e55: 5 total, 5 up, 5 in 2024-02-07T12:15:57.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2024-02-07T12:15:57.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2024-02-07T12:15:57.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:57.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:56 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:57.272 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: pgmap v196: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:15:57.318 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: Successfully zapped devices for osd.4 on smithi098 2024-02-07T12:15:57.318 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:57.318 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:15:57.318 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:57.318 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: Removing daemon agent.smithi098 from smithi098 -- ports [] 2024-02-07T12:15:57.318 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: osdmap e55: 5 total, 5 up, 5 in 2024-02-07T12:15:57.318 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2024-02-07T12:15:57.318 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2024-02-07T12:15:57.319 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:57.319 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:56 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:58.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:57 smithi005 ceph-mon[29874]: Removing key for client.agent.smithi098 2024-02-07T12:15:58.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:57 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:15:58.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:57 smithi063 ceph-mon[32045]: Removing key for client.agent.smithi098 2024-02-07T12:15:58.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:57 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:15:59.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:59 smithi063 ceph-mon[32045]: pgmap v198: 1 pgs: 1 remapped+peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:15:59.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:59.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:59.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:59.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:15:59 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:59.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:59 smithi005 ceph-mon[29874]: pgmap v198: 1 pgs: 1 remapped+peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail 2024-02-07T12:15:59.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:59 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:59.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:59 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:59.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:59 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:15:59.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:15:59 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:00.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:00 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:00.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:00 smithi005 ceph-mon[29874]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-02-07T12:16:00.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:00 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:00.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:00 smithi063 ceph-mon[32045]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-02-07T12:16:01.609 INFO:teuthology.orchestra.run.smithi005.stderr:++ ceph orch ps --hostname smithi098 2024-02-07T12:16:01.967 INFO:teuthology.orchestra.run.smithi005.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-07T12:16:01.967 INFO:teuthology.orchestra.run.smithi005.stderr:osd.5 smithi098 running (88s) 3s ago 87s 46.9M 9.84G 19.0.0-1252-g44458cce 79957b372307 f839ecde339d ' 2024-02-07T12:16:01.967 INFO:teuthology.orchestra.run.smithi005.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-07T12:16:01.968 INFO:teuthology.orchestra.run.smithi005.stderr:osd.5 smithi098 running (88s) 3s ago 87s 46.9M 9.84G 19.0.0-1252-g44458cce 79957b372307 f839ecde339d ' '!=' 'No daemons reported' ']' 2024-02-07T12:16:01.968 INFO:teuthology.orchestra.run.smithi005.stderr:+ sleep 15 2024-02-07T12:16:02.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a[29851]: 2024-02-07T12:16:02.066+0000 7f8f900c7700 -1 mon.a@0(leader).osd e55 definitely_dead 0 2024-02-07T12:16:03.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-02-07T12:16:03.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: Detected new or changed devices on smithi098 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: Removing smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: Removing smithi098:/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: Removing smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-02-07T12:16:03.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-02-07T12:16:03.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:02 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-02-07T12:16:03.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-02-07T12:16:03.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: Detected new or changed devices on smithi098 2024-02-07T12:16:03.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:03.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:03.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:03.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:16:03.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: Removing smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.conf 2024-02-07T12:16:03.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: Removing smithi098:/etc/ceph/ceph.client.admin.keyring 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: Removing smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/config/ceph.client.admin.keyring 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-02-07T12:16:03.296 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-02-07T12:16:03.297 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:02 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-02-07T12:16:03.790 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:03 smithi098 systemd[1]: Stopping Ceph osd.5 for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:16:04.154 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:03 smithi098 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5[42419]: 2024-02-07T12:16:03.788+0000 7f45531aa700 -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-02-07T12:16:04.154 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:03 smithi098 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5[42419]: 2024-02-07T12:16:03.788+0000 7f45531aa700 -1 osd.5 55 *** Got signal Terminated *** 2024-02-07T12:16:04.154 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:03 smithi098 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5[42419]: 2024-02-07T12:16:03.788+0000 7f45531aa700 -1 osd.5 55 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-07T12:16:04.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:03 smithi005 ceph-mon[29874]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-07T12:16:04.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:03 smithi005 ceph-mon[29874]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-02-07T12:16:04.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:03 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-02-07T12:16:04.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:03 smithi005 ceph-mon[29874]: osdmap e56: 5 total, 4 up, 5 in 2024-02-07T12:16:04.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:03 smithi005 ceph-mon[29874]: osd.5 now down 2024-02-07T12:16:04.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:03 smithi005 ceph-mon[29874]: Removing daemon osd.5 from smithi098 -- ports [] 2024-02-07T12:16:04.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:03 smithi063 ceph-mon[32045]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-07T12:16:04.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:03 smithi063 ceph-mon[32045]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-02-07T12:16:04.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:03 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-02-07T12:16:04.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:03 smithi063 ceph-mon[32045]: osdmap e56: 5 total, 4 up, 5 in 2024-02-07T12:16:04.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:03 smithi063 ceph-mon[32045]: osd.5 now down 2024-02-07T12:16:04.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:03 smithi063 ceph-mon[32045]: Removing daemon osd.5 from smithi098 -- ports [] 2024-02-07T12:16:04.605 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:04 smithi098 podman[49244]: 2024-02-07 12:16:04.3195989 +0000 UTC m=+0.653846957 container died f839ecde339dac02772843d2a728758881e185c84c322d8817385b81fc2f77c8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True) 2024-02-07T12:16:04.904 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:04 smithi098 podman[49244]: 2024-02-07 12:16:04.684785623 +0000 UTC m=+1.019033677 container cleanup f839ecde339dac02772843d2a728758881e185c84c322d8817385b81fc2f77c8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS) 2024-02-07T12:16:04.904 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:04 smithi098 bash[49244]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5 2024-02-07T12:16:05.245 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:04 smithi098 podman[49266]: 2024-02-07 12:16:04.928897681 +0000 UTC m=+0.611942372 container remove f839ecde339dac02772843d2a728758881e185c84c322d8817385b81fc2f77c8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240131) 2024-02-07T12:16:05.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:05 smithi005 ceph-mon[29874]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-07T12:16:05.524 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:05 smithi098 podman[49362]: 2024-02-07 12:16:05.147248703 +0000 UTC m=+0.017276713 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T12:16:05.524 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:05 smithi098 podman[49362]: 2024-02-07 12:16:05.253158976 +0000 UTC m=+0.123187028 container create 105ec7746ee9727f576ef8853465ea88a6a59e8bab869b11318e06eb86d6256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5-deactivate, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-02-07T12:16:05.524 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:05 smithi098 podman[49362]: 2024-02-07 12:16:05.447165858 +0000 UTC m=+0.317193868 container init 105ec7746ee9727f576ef8853465ea88a6a59e8bab869b11318e06eb86d6256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2) 2024-02-07T12:16:05.524 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:05 smithi098 podman[49362]: 2024-02-07 12:16:05.452576161 +0000 UTC m=+0.322604176 container start 105ec7746ee9727f576ef8853465ea88a6a59e8bab869b11318e06eb86d6256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=) 2024-02-07T12:16:05.524 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:05 smithi098 podman[49362]: 2024-02-07 12:16:05.522056676 +0000 UTC m=+0.392084694 container attach 105ec7746ee9727f576ef8853465ea88a6a59e8bab869b11318e06eb86d6256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, ceph=True, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-02-07T12:16:05.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:05 smithi063 ceph-mon[32045]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-07T12:16:05.904 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:05 smithi098 podman[49362]: 2024-02-07 12:16:05.738723719 +0000 UTC m=+0.608751729 container died 105ec7746ee9727f576ef8853465ea88a6a59e8bab869b11318e06eb86d6256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=) 2024-02-07T12:16:06.554 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:06 smithi098 podman[49408]: 2024-02-07 12:16:06.275169962 +0000 UTC m=+0.528281177 container remove 105ec7746ee9727f576ef8853465ea88a6a59e8bab869b11318e06eb86d6256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-02-07T12:16:06.554 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:06 smithi098 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.5.service: Deactivated successfully. 2024-02-07T12:16:06.554 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:06 smithi098 systemd[1]: Stopped Ceph osd.5 for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:16:06.554 INFO:journalctl@ceph.osd.5.smithi098.stdout:Feb 07 12:16:06 smithi098 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.5.service: Consumed 1.974s CPU time. 2024-02-07T12:16:07.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:07 smithi005 ceph-mon[29874]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-02-07T12:16:07.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:07 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-02-07T12:16:07.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:07 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-02-07T12:16:07.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:07 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-02-07T12:16:07.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:07 smithi005 ceph-mon[29874]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-07T12:16:07.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:07 smithi005 ceph-mon[29874]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-02-07T12:16:07.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:07 smithi005 ceph-mon[29874]: Cluster is now healthy 2024-02-07T12:16:07.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:07 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-02-07T12:16:07.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:07 smithi005 ceph-mon[29874]: osdmap e57: 4 total, 4 up, 4 in 2024-02-07T12:16:07.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:07 smithi063 ceph-mon[32045]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-02-07T12:16:07.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:07 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-02-07T12:16:07.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:07 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-02-07T12:16:07.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:07 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-02-07T12:16:07.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:07 smithi063 ceph-mon[32045]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-07T12:16:07.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:07 smithi063 ceph-mon[32045]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-02-07T12:16:07.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:07 smithi063 ceph-mon[32045]: Cluster is now healthy 2024-02-07T12:16:07.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:07 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-02-07T12:16:07.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:07 smithi063 ceph-mon[32045]: osdmap e57: 4 total, 4 up, 4 in 2024-02-07T12:16:08.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:08 smithi005 ceph-mon[29874]: Removing key for osd.5 2024-02-07T12:16:08.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:08 smithi005 ceph-mon[29874]: Successfully removed osd.5 on smithi098 2024-02-07T12:16:08.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:08 smithi005 ceph-mon[29874]: Successfully purged osd.5 on smithi098 2024-02-07T12:16:08.480 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:08 smithi005 ceph-mon[29874]: Zapping devices for osd.5 on smithi098 2024-02-07T12:16:08.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:08 smithi063 ceph-mon[32045]: Removing key for osd.5 2024-02-07T12:16:08.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:08 smithi063 ceph-mon[32045]: Successfully removed osd.5 on smithi098 2024-02-07T12:16:08.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:08 smithi063 ceph-mon[32045]: Successfully purged osd.5 on smithi098 2024-02-07T12:16:08.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:08 smithi063 ceph-mon[32045]: Zapping devices for osd.5 on smithi098 2024-02-07T12:16:09.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:09 smithi005 ceph-mon[29874]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:09.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:09.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:09.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:09 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:09.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:09 smithi063 ceph-mon[32045]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:09.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:09.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:09.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:09 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:10.840 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:10 smithi005 ceph-mon[29874]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:10.841 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:10 smithi005 ceph-mon[29874]: Successfully zapped devices for osd.5 on smithi098 2024-02-07T12:16:10.841 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:10 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:10.841 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:10 smithi005 ceph-mon[29874]: Reconfiguring mon.a (monmap changed)... 2024-02-07T12:16:10.841 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:10 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:16:10.841 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:10 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:16:10.841 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:10 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:10.841 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:10 smithi005 ceph-mon[29874]: Reconfiguring daemon mon.a on smithi005 2024-02-07T12:16:11.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:10 smithi063 ceph-mon[32045]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:11.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:10 smithi063 ceph-mon[32045]: Successfully zapped devices for osd.5 on smithi098 2024-02-07T12:16:11.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:10 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:10 smithi063 ceph-mon[32045]: Reconfiguring mon.a (monmap changed)... 2024-02-07T12:16:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:10 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:16:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:10 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:16:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:10 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:11.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:10 smithi063 ceph-mon[32045]: Reconfiguring daemon mon.a on smithi005 2024-02-07T12:16:12.980 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:12.980 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:12.980 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:12.980 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: Reconfiguring mgr.a (monmap changed)... 2024-02-07T12:16:12.980 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T12:16:12.980 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T12:16:12.980 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:12.980 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: Reconfiguring daemon mgr.a on smithi005 2024-02-07T12:16:12.980 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:12.980 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:12.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:12 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: Reconfiguring mgr.a (monmap changed)... 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: Reconfiguring daemon mgr.a on smithi005 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:13.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:12 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:14.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:14.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:14.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:14 smithi005 ceph-mon[29874]: Reconfiguring osd.0 (monmap changed)... 2024-02-07T12:16:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-07T12:16:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:14 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:14 smithi005 ceph-mon[29874]: Reconfiguring daemon osd.0 on smithi005 2024-02-07T12:16:14.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:14 smithi005 ceph-mon[29874]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:14.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:14.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:14 smithi063 ceph-mon[32045]: Reconfiguring osd.0 (monmap changed)... 2024-02-07T12:16:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-07T12:16:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:14 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:14 smithi063 ceph-mon[32045]: Reconfiguring daemon osd.0 on smithi005 2024-02-07T12:16:14.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:14 smithi063 ceph-mon[32045]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:16.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:16 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:16.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:16 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:16.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:16 smithi005 ceph-mon[29874]: Reconfiguring osd.1 (monmap changed)... 2024-02-07T12:16:16.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:16 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-07T12:16:16.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:16 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:16.479 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:16 smithi005 ceph-mon[29874]: Reconfiguring daemon osd.1 on smithi005 2024-02-07T12:16:16.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:16 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:16.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:16 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:16.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:16 smithi063 ceph-mon[32045]: Reconfiguring osd.1 (monmap changed)... 2024-02-07T12:16:16.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:16 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-07T12:16:16.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:16 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:16.545 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:16 smithi063 ceph-mon[32045]: Reconfiguring daemon osd.1 on smithi005 2024-02-07T12:16:16.969 INFO:teuthology.orchestra.run.smithi005.stderr:++ ceph orch ps --hostname smithi098 2024-02-07T12:16:17.304 INFO:teuthology.orchestra.run.smithi005.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-02-07T12:16:17.304 INFO:teuthology.orchestra.run.smithi005.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-02-07T12:16:17.304 INFO:teuthology.orchestra.run.smithi005.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-02-07T12:16:17.613 INFO:teuthology.orchestra.run.smithi005.stderr:17 2024-02-07T12:16:17.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:17 smithi005 ceph-mon[29874]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:17.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:17 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:17.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:17 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:17.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:17 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:16:17.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:17 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:16:17.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:17 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:17.623 INFO:teuthology.orchestra.run.smithi005.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-02-07T12:16:17.636 INFO:teuthology.orchestra.run.smithi005.stderr:++ cat crushmap.txt 2024-02-07T12:16:17.637 INFO:teuthology.orchestra.run.smithi005.stderr:+ CRUSH_MAP='# begin crush map 2024-02-07T12:16:17.637 INFO:teuthology.orchestra.run.smithi005.stderr:tunable choose_local_tries 0 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:tunable choose_local_fallback_tries 0 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:tunable choose_total_tries 50 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:tunable chooseleaf_descend_once 1 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:tunable chooseleaf_vary_r 1 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:tunable chooseleaf_stable 1 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:tunable straw_calc_version 1 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:tunable allowed_bucket_algs 54 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:# devices 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:device 0 osd.0 class ssd 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:device 1 osd.1 class ssd 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:device 2 osd.2 class ssd 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr:device 3 osd.3 class ssd 2024-02-07T12:16:17.638 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:# types 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 0 osd 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 1 host 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 2 chassis 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 3 rack 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 4 row 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 5 pdu 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 6 pod 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 7 room 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 8 datacenter 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 9 zone 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 10 region 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:type 11 root 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:16:17.639 INFO:teuthology.orchestra.run.smithi005.stderr:# buckets 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr:host smithi005 { 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr: id -3 # do not change unnecessarily 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr: id -4 class ssd # do not change unnecessarily 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr: # weight 0.17459 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr: alg straw2 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr: hash 0 # rjenkins1 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr: item osd.0 weight 0.08730 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr: item osd.1 weight 0.08730 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr:} 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr:host smithi063 { 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr: id -5 # do not change unnecessarily 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr: id -6 class ssd # do not change unnecessarily 2024-02-07T12:16:17.640 INFO:teuthology.orchestra.run.smithi005.stderr: # weight 0.17459 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr: alg straw2 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr: hash 0 # rjenkins1 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr: item osd.2 weight 0.08730 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr: item osd.3 weight 0.08730 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr:} 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr:host smithi098 { 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr: id -7 # do not change unnecessarily 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr: id -8 class ssd # do not change unnecessarily 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr: # weight 0.00000 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr: alg straw2 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr: hash 0 # rjenkins1 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr:} 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr:root default { 2024-02-07T12:16:17.641 INFO:teuthology.orchestra.run.smithi005.stderr: id -1 # do not change unnecessarily 2024-02-07T12:16:17.642 INFO:teuthology.orchestra.run.smithi005.stderr: id -2 class ssd # do not change unnecessarily 2024-02-07T12:16:17.642 INFO:teuthology.orchestra.run.smithi005.stderr: # weight 0.34918 2024-02-07T12:16:17.642 INFO:teuthology.orchestra.run.smithi005.stderr: alg straw2 2024-02-07T12:16:17.642 INFO:teuthology.orchestra.run.smithi005.stderr: hash 0 # rjenkins1 2024-02-07T12:16:17.642 INFO:teuthology.orchestra.run.smithi005.stderr: item smithi005 weight 0.17459 2024-02-07T12:16:17.642 INFO:teuthology.orchestra.run.smithi005.stderr: item smithi063 weight 0.17459 2024-02-07T12:16:17.642 INFO:teuthology.orchestra.run.smithi005.stderr: item smithi098 weight 0.00000 2024-02-07T12:16:17.642 INFO:teuthology.orchestra.run.smithi005.stderr:} 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr:# rules 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr:rule replicated_rule { 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr: id 0 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr: type replicated 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr: step take default 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr: step choose firstn 0 type osd 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr: step emit 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr:} 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr:# end crush map' 2024-02-07T12:16:17.643 INFO:teuthology.orchestra.run.smithi005.stderr:+ grep -q smithi098 2024-02-07T12:16:17.644 INFO:teuthology.orchestra.run.smithi005.stderr:+ ceph orch host rm smithi098 --rm-crush-entry 2024-02-07T12:16:17.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:17 smithi063 ceph-mon[32045]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:17.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:17 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:17.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:17 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:17.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:17 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-07T12:16:17.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:17 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-07T12:16:17.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:17 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:18.415 INFO:teuthology.orchestra.run.smithi005.stdout:Removed host 'smithi098' 2024-02-07T12:16:18.429 INFO:teuthology.orchestra.run.smithi005.stderr:+ sleep 30 2024-02-07T12:16:18.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:18 smithi005 ceph-mon[29874]: Reconfiguring mon.b (monmap changed)... 2024-02-07T12:16:18.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:18 smithi005 ceph-mon[29874]: Reconfiguring daemon mon.b on smithi063 2024-02-07T12:16:18.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:18 smithi005 ceph-mon[29874]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:16:18.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:18 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/2749418017' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-02-07T12:16:18.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:18 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi098"}]: dispatch 2024-02-07T12:16:18.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:18 smithi063 ceph-mon[32045]: Reconfiguring mon.b (monmap changed)... 2024-02-07T12:16:18.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:18 smithi063 ceph-mon[32045]: Reconfiguring daemon mon.b on smithi063 2024-02-07T12:16:18.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:18 smithi063 ceph-mon[32045]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:16:18.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:18 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/2749418017' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-02-07T12:16:18.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:18 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi098"}]: dispatch 2024-02-07T12:16:19.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi098", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi098"}]': finished 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: osdmap e58: 4 total, 4 up, 4 in 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi098"}]: dispatch 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi098"}]': finished 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: Removed host smithi098 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T12:16:19.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:19 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi098", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi098"}]': finished 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: osdmap e58: 4 total, 4 up, 4 in 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi098"}]: dispatch 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi098"}]': finished 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: Removed host smithi098 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-07T12:16:19.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-07T12:16:19.796 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:19 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:20.478 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:20 smithi063 ceph-mon[32045]: Reconfiguring mgr.b (monmap changed)... 2024-02-07T12:16:20.479 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:20 smithi063 ceph-mon[32045]: Reconfiguring daemon mgr.b on smithi063 2024-02-07T12:16:20.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:20 smithi005 ceph-mon[29874]: Reconfiguring mgr.b (monmap changed)... 2024-02-07T12:16:20.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:20 smithi005 ceph-mon[29874]: Reconfiguring daemon mgr.b on smithi063 2024-02-07T12:16:21.709 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:21 smithi063 ceph-mon[32045]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:21.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:21 smithi005 ceph-mon[29874]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:23.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:22 smithi063 ceph-mon[32045]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:23.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:23.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:23.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:22 smithi063 ceph-mon[32045]: Reconfiguring osd.2 (monmap changed)... 2024-02-07T12:16:23.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-07T12:16:23.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:22 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:23.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:22 smithi063 ceph-mon[32045]: Reconfiguring daemon osd.2 on smithi063 2024-02-07T12:16:23.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:22 smithi005 ceph-mon[29874]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:23.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:23.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:23.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:22 smithi005 ceph-mon[29874]: Reconfiguring osd.2 (monmap changed)... 2024-02-07T12:16:23.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-07T12:16:23.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:22 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:23.229 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:22 smithi005 ceph-mon[29874]: Reconfiguring daemon osd.2 on smithi063 2024-02-07T12:16:24.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:24.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:24.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:24 smithi063 ceph-mon[32045]: Reconfiguring osd.3 (monmap changed)... 2024-02-07T12:16:24.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-07T12:16:24.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:24 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:24.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:24 smithi063 ceph-mon[32045]: Reconfiguring daemon osd.3 on smithi063 2024-02-07T12:16:24.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:24 smithi063 ceph-mon[32045]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:24.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:24.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:24.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:24 smithi005 ceph-mon[29874]: Reconfiguring osd.3 (monmap changed)... 2024-02-07T12:16:24.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-07T12:16:24.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:24 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:24.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:24 smithi005 ceph-mon[29874]: Reconfiguring daemon osd.3 on smithi063 2024-02-07T12:16:24.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:24 smithi005 ceph-mon[29874]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:26.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:26.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:26.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:16:26.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:26.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:16:26.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:26 smithi005 ceph-mon[29874]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:26.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:26 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:26.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:26 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:26.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:26 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:26.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:26 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-07T12:16:26.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:26 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-07T12:16:26.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:26 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-07T12:16:26.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:26 smithi063 ceph-mon[32045]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:26.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:26 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:27.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:27 smithi005 ceph-mon[29874]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-02-07T12:16:27.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:27 smithi063 ceph-mon[32045]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-02-07T12:16:28.684 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:28 smithi005 ceph-mon[29874]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:28.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:28 smithi063 ceph-mon[32045]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:30.061 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:30.061 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:30.061 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:29 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:30.061 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:29 smithi005 ceph-mon[29874]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:30.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:30.294 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:30.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:29 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:30.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:29 smithi063 ceph-mon[32045]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:32.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:32 smithi005 ceph-mon[29874]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:32.729 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:32 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:32.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:32 smithi063 ceph-mon[32045]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:32.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:32 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:32.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:32 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:32.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:32 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:34.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:34 smithi005 ceph-mon[29874]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:34.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:34 smithi063 ceph-mon[32045]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:36.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:36 smithi005 ceph-mon[29874]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:36.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:36 smithi063 ceph-mon[32045]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:38.544 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:38 smithi063 ceph-mon[32045]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:38.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:38 smithi005 ceph-mon[29874]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:40.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:40 smithi005 ceph-mon[29874]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:40.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:40 smithi063 ceph-mon[32045]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:42.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:42 smithi005 ceph-mon[29874]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:42.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:42 smithi063 ceph-mon[32045]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:44.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:44 smithi005 ceph-mon[29874]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:44.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:44 smithi063 ceph-mon[32045]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:46.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:46 smithi005 ceph-mon[29874]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:46.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:46 smithi063 ceph-mon[32045]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:48.433 INFO:teuthology.orchestra.run.smithi005.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-02-07T12:16:48.728 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:48 smithi005 ceph-mon[29874]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:48.752 INFO:teuthology.orchestra.run.smithi005.stderr:18 2024-02-07T12:16:48.762 INFO:teuthology.orchestra.run.smithi005.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-02-07T12:16:48.775 INFO:teuthology.orchestra.run.smithi005.stderr:++ cat crushmap.txt 2024-02-07T12:16:48.776 INFO:teuthology.orchestra.run.smithi005.stderr:+ CRUSH_MAP='# begin crush map 2024-02-07T12:16:48.776 INFO:teuthology.orchestra.run.smithi005.stderr:tunable choose_local_tries 0 2024-02-07T12:16:48.776 INFO:teuthology.orchestra.run.smithi005.stderr:tunable choose_local_fallback_tries 0 2024-02-07T12:16:48.776 INFO:teuthology.orchestra.run.smithi005.stderr:tunable choose_total_tries 50 2024-02-07T12:16:48.776 INFO:teuthology.orchestra.run.smithi005.stderr:tunable chooseleaf_descend_once 1 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:tunable chooseleaf_vary_r 1 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:tunable chooseleaf_stable 1 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:tunable straw_calc_version 1 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:tunable allowed_bucket_algs 54 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:# devices 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:device 0 osd.0 class ssd 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:device 1 osd.1 class ssd 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:device 2 osd.2 class ssd 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:device 3 osd.3 class ssd 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:# types 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:type 0 osd 2024-02-07T12:16:48.777 INFO:teuthology.orchestra.run.smithi005.stderr:type 1 host 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:type 2 chassis 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:type 3 rack 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:type 4 row 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:type 5 pdu 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:type 6 pod 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:type 7 room 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:type 8 datacenter 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:type 9 zone 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:type 10 region 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:type 11 root 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:# buckets 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr:host smithi005 { 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr: id -3 # do not change unnecessarily 2024-02-07T12:16:48.778 INFO:teuthology.orchestra.run.smithi005.stderr: id -4 class ssd # do not change unnecessarily 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: # weight 0.17459 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: alg straw2 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: hash 0 # rjenkins1 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: item osd.0 weight 0.08730 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: item osd.1 weight 0.08730 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr:} 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr:host smithi063 { 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: id -5 # do not change unnecessarily 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: id -6 class ssd # do not change unnecessarily 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: # weight 0.17459 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: alg straw2 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: hash 0 # rjenkins1 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: item osd.2 weight 0.08730 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr: item osd.3 weight 0.08730 2024-02-07T12:16:48.779 INFO:teuthology.orchestra.run.smithi005.stderr:} 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr:root default { 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: id -1 # do not change unnecessarily 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: id -2 class ssd # do not change unnecessarily 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: # weight 0.34918 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: alg straw2 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: hash 0 # rjenkins1 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: item smithi005 weight 0.17459 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: item smithi063 weight 0.17459 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr:} 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr:# rules 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr:rule replicated_rule { 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: id 0 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: type replicated 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: step take default 2024-02-07T12:16:48.780 INFO:teuthology.orchestra.run.smithi005.stderr: step choose firstn 0 type osd 2024-02-07T12:16:48.781 INFO:teuthology.orchestra.run.smithi005.stderr: step emit 2024-02-07T12:16:48.781 INFO:teuthology.orchestra.run.smithi005.stderr:} 2024-02-07T12:16:48.781 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:16:48.781 INFO:teuthology.orchestra.run.smithi005.stderr:# end crush map' 2024-02-07T12:16:48.781 INFO:teuthology.orchestra.run.smithi005.stderr:+ grep -q smithi098 2024-02-07T12:16:48.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:48 smithi063 ceph-mon[32045]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:49.483 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-07T12:16:49.495 INFO:tasks.cephadm:Teardown begin 2024-02-07T12:16:49.495 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T12:16:49.526 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T12:16:49.562 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T12:16:49.598 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-07T12:16:49.599 DEBUG:teuthology.orchestra.run.smithi005:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-07T12:16:49.614 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-07T12:16:49.631 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-07T12:16:49.657 INFO:tasks.cephadm:Stopping all daemons... 2024-02-07T12:16:49.658 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-02-07T12:16:49.658 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.a 2024-02-07T12:16:49.681 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:49 smithi005 ceph-mon[29874]: from='client.? 172.21.15.5:0/2294784475' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-02-07T12:16:49.681 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:49.682 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:49.682 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:49 smithi005 ceph-mon[29874]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:49.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:49 smithi063 ceph-mon[32045]: from='client.? 172.21.15.5:0/2294784475' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-02-07T12:16:49.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:49.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:49.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:49 smithi063 ceph-mon[32045]: from='mgr.14152 172.21.15.5:0/3293742196' entity='mgr.a' 2024-02-07T12:16:49.933 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:49 smithi005 systemd[1]: Stopping Ceph mon.a for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:16:50.536 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:50 smithi005 ceph-mon[29874]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:50.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:50 smithi063 ceph-mon[32045]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-02-07T12:16:51.430 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:51 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a[29851]: 2024-02-07T12:16:51.117+0000 7f8f958d2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-02-07T12:16:51.430 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:51 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a[29851]: 2024-02-07T12:16:51.117+0000 7f8f958d2700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-02-07T12:16:51.430 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:51 smithi005 podman[56736]: 2024-02-07 12:16:51.302051809 +0000 UTC m=+1.111883546 container died 5580a4a894fee36121a3c4119f68829537ed26d4c1ef5590100f8a2338e7560f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS) 2024-02-07T12:16:51.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:51 smithi005 podman[56736]: 2024-02-07 12:16:51.690660528 +0000 UTC m=+1.500492271 container cleanup 5580a4a894fee36121a3c4119f68829537ed26d4c1ef5590100f8a2338e7560f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-02-07T12:16:51.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:51 smithi005 bash[56736]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a 2024-02-07T12:16:51.979 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:51 smithi005 podman[56828]: 2024-02-07 12:16:51.864946069 +0000 UTC m=+0.561842414 container remove 5580a4a894fee36121a3c4119f68829537ed26d4c1ef5590100f8a2338e7560f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-a, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, ceph=True, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-07T12:16:52.659 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.a.service' 2024-02-07T12:16:52.684 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:52 smithi005 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-07T12:16:52.684 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:52 smithi005 systemd[1]: Stopped Ceph mon.a for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:16:52.685 INFO:journalctl@ceph.mon.a.smithi005.stdout:Feb 07 12:16:52 smithi005 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.a.service: Consumed 7.495s CPU time. 2024-02-07T12:16:52.709 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:16:52.710 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-02-07T12:16:52.710 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-02-07T12:16:52.710 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.b 2024-02-07T12:16:53.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:52 smithi063 systemd[1]: Stopping Ceph mon.b for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:16:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:53 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-b[32022]: 2024-02-07T12:16:53.009+0000 7ff001aae700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-02-07T12:16:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:53 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-b[32022]: 2024-02-07T12:16:53.009+0000 7ff001aae700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-02-07T12:16:53.295 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:53 smithi063 podman[46480]: 2024-02-07 12:16:53.255195675 +0000 UTC m=+0.350282721 container died dd161e86b88ffbb763733ccece5ca9d801bf902f0ae66df91280d79cd5f044c3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-b, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-07T12:16:53.794 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:53 smithi063 podman[46480]: 2024-02-07 12:16:53.656716056 +0000 UTC m=+0.751803090 container cleanup dd161e86b88ffbb763733ccece5ca9d801bf902f0ae66df91280d79cd5f044c3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-b, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-07T12:16:53.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Feb 07 12:16:53 smithi063 bash[46480]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mon-b 2024-02-07T12:16:54.038 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.b.service' 2024-02-07T12:16:54.098 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:16:54.098 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-02-07T12:16:54.098 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-02-07T12:16:54.099 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.c 2024-02-07T12:16:54.145 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mon.c.service' 2024-02-07T12:16:54.202 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:16:54.202 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-02-07T12:16:54.202 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-02-07T12:16:54.202 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mgr.a 2024-02-07T12:16:54.485 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:16:54 smithi005 systemd[1]: Stopping Ceph mgr.a for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:16:54.806 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:16:54 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a[30131]: 2024-02-07T12:16:54.481+0000 7f83bffe8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-07T12:16:54.806 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:16:54 smithi005 podman[56980]: 2024-02-07 12:16:54.513422744 +0000 UTC m=+0.119065276 container died 46e10880b10251db8ab37866f114f493b90bdf4fc936ce1554b031efe842cb09 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc) 2024-02-07T12:16:54.806 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:16:54 smithi005 podman[56980]: 2024-02-07 12:16:54.804580669 +0000 UTC m=+0.410223208 container cleanup 46e10880b10251db8ab37866f114f493b90bdf4fc936ce1554b031efe842cb09 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44458ccedb18241cc2e17f10cdab3d1385399261, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-02-07T12:16:55.057 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Feb 07 12:16:54 smithi005 bash[56980]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-a 2024-02-07T12:16:55.181 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mgr.a.service' 2024-02-07T12:16:55.218 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:16:55.218 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-02-07T12:16:55.218 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-02-07T12:16:55.218 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mgr.b 2024-02-07T12:16:55.527 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:16:55 smithi063 systemd[1]: Stopping Ceph mgr.b for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:16:55.794 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:16:55 smithi063 podman[46612]: 2024-02-07 12:16:55.526272093 +0000 UTC m=+0.121038692 container died 929cd61046f246c60931202c034dada514fa0b155835fe8105a96e4549e27c03 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-02-07T12:16:56.155 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:16:55 smithi063 podman[46612]: 2024-02-07 12:16:55.885653535 +0000 UTC m=+0.480420089 container cleanup 929cd61046f246c60931202c034dada514fa0b155835fe8105a96e4549e27c03 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-02-07T12:16:56.155 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Feb 07 12:16:55 smithi063 bash[46612]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-mgr-b 2024-02-07T12:16:56.289 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@mgr.b.service' 2024-02-07T12:16:56.325 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:16:56.325 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-02-07T12:16:56.325 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-07T12:16:56.325 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.0 2024-02-07T12:16:56.646 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:16:56 smithi005 systemd[1]: Stopping Ceph osd.0 for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:16:56.978 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:16:56 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0[42194]: 2024-02-07T12:16:56.643+0000 7fd30d702700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-07T12:16:56.978 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:16:56 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0[42194]: 2024-02-07T12:16:56.643+0000 7fd30d702700 -1 osd.0 58 *** Got signal Terminated *** 2024-02-07T12:16:56.978 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:16:56 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0[42194]: 2024-02-07T12:16:56.643+0000 7fd30d702700 -1 osd.0 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-07T12:17:02.370 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:02 smithi005 podman[57112]: 2024-02-07 12:17:02.064074708 +0000 UTC m=+5.547567994 container died db7f66b90a72e21cb01caad9ca654cfe6065c4d56d5d36f5563f842f059c72a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-02-07T12:17:02.728 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:02 smithi005 podman[57112]: 2024-02-07 12:17:02.541786391 +0000 UTC m=+6.025279718 container cleanup db7f66b90a72e21cb01caad9ca654cfe6065c4d56d5d36f5563f842f059c72a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-02-07T12:17:02.728 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:02 smithi005 bash[57112]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0 2024-02-07T12:17:03.118 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:02 smithi005 podman[57135]: 2024-02-07 12:17:02.809697831 +0000 UTC m=+0.743946112 container remove db7f66b90a72e21cb01caad9ca654cfe6065c4d56d5d36f5563f842f059c72a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-02-07T12:17:03.423 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:03 smithi005 podman[57230]: 2024-02-07 12:17:03.019601893 +0000 UTC m=+0.017739246 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T12:17:03.423 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:03 smithi005 podman[57230]: 2024-02-07 12:17:03.127166284 +0000 UTC m=+0.125303672 container create 4186ca7e6a849de728627d09f7b5f98842e6c75ecbd70e2f01d82698eb6354d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131) 2024-02-07T12:17:03.423 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:03 smithi005 podman[57230]: 2024-02-07 12:17:03.337835441 +0000 UTC m=+0.335972802 container init 4186ca7e6a849de728627d09f7b5f98842e6c75ecbd70e2f01d82698eb6354d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0-deactivate, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-07T12:17:03.423 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:03 smithi005 podman[57230]: 2024-02-07 12:17:03.343392864 +0000 UTC m=+0.341530213 container start 4186ca7e6a849de728627d09f7b5f98842e6c75ecbd70e2f01d82698eb6354d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0-deactivate, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True) 2024-02-07T12:17:03.423 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:03 smithi005 podman[57230]: 2024-02-07 12:17:03.421397104 +0000 UTC m=+0.419534461 container attach 4186ca7e6a849de728627d09f7b5f98842e6c75ecbd70e2f01d82698eb6354d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T12:17:03.728 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:03 smithi005 podman[57230]: 2024-02-07 12:17:03.637273383 +0000 UTC m=+0.635410731 container died 4186ca7e6a849de728627d09f7b5f98842e6c75ecbd70e2f01d82698eb6354d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0-deactivate, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-02-07T12:17:04.159 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.0.service' 2024-02-07T12:17:04.185 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:04 smithi005 podman[57276]: 2024-02-07 12:17:04.141081241 +0000 UTC m=+0.499140747 container remove 4186ca7e6a849de728627d09f7b5f98842e6c75ecbd70e2f01d82698eb6354d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-0-deactivate, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-02-07T12:17:04.185 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:04 smithi005 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.0.service: Deactivated successfully. 2024-02-07T12:17:04.185 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:04 smithi005 systemd[1]: Stopped Ceph osd.0 for a6b6e578-c5b1-11ee-95b6-87774f69a715. 2024-02-07T12:17:04.185 INFO:journalctl@ceph.osd.0.smithi005.stdout:Feb 07 12:17:04 smithi005 systemd[1]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.0.service: Consumed 3.020s CPU time. 2024-02-07T12:17:04.199 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:17:04.200 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-07T12:17:04.200 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-07T12:17:04.200 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.1 2024-02-07T12:17:04.478 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:04 smithi005 systemd[1]: Stopping Ceph osd.1 for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:17:04.769 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:04 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1[46090]: 2024-02-07T12:17:04.512+0000 7f227e48a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-07T12:17:04.769 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:04 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1[46090]: 2024-02-07T12:17:04.512+0000 7f227e48a700 -1 osd.1 58 *** Got signal Terminated *** 2024-02-07T12:17:04.769 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:04 smithi005 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1[46090]: 2024-02-07T12:17:04.512+0000 7f227e48a700 -1 osd.1 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-07T12:17:10.180 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:09 smithi005 podman[57361]: 2024-02-07 12:17:09.907558878 +0000 UTC m=+5.486460552 container died 8624a984a37d032c90c9b4c9be34025b1d2fbe112127afb1a6e7e939cb6fccf1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-07T12:17:10.478 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:10 smithi005 podman[57361]: 2024-02-07 12:17:10.310239795 +0000 UTC m=+5.889141466 container cleanup 8624a984a37d032c90c9b4c9be34025b1d2fbe112127afb1a6e7e939cb6fccf1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T12:17:10.479 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:10 smithi005 bash[57361]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1 2024-02-07T12:17:10.891 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:10 smithi005 podman[57668]: 2024-02-07 12:17:10.553634311 +0000 UTC m=+0.645214776 container remove 8624a984a37d032c90c9b4c9be34025b1d2fbe112127afb1a6e7e939cb6fccf1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-07T12:17:11.948 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:11 smithi005 podman[57826]: 2024-02-07 12:17:11.724546052 +0000 UTC m=+0.019813141 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T12:17:11.949 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:11 smithi005 podman[57826]: 2024-02-07 12:17:11.843340646 +0000 UTC m=+0.138607727 container create 5bd15f1e557844bd3e5e1e6251cfafc1db5b3a0c4d18957d251b3a47fd6dce22 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1-deactivate, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-07T12:17:12.584 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:12 smithi005 podman[57826]: 2024-02-07 12:17:12.482167318 +0000 UTC m=+0.777434415 container init 5bd15f1e557844bd3e5e1e6251cfafc1db5b3a0c4d18957d251b3a47fd6dce22 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1-deactivate, org.label-schema.build-date=20240131, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-07T12:17:12.584 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:12 smithi005 podman[57826]: 2024-02-07 12:17:12.488473549 +0000 UTC m=+0.783740641 container start 5bd15f1e557844bd3e5e1e6251cfafc1db5b3a0c4d18957d251b3a47fd6dce22 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1-deactivate, io.buildah.version=1.33.2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, GIT_CLEAN=True, ceph=True) 2024-02-07T12:17:12.584 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:12 smithi005 podman[57826]: 2024-02-07 12:17:12.582124813 +0000 UTC m=+0.877391915 container attach 5bd15f1e557844bd3e5e1e6251cfafc1db5b3a0c4d18957d251b3a47fd6dce22 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1-deactivate, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc) 2024-02-07T12:17:13.728 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:13 smithi005 podman[57826]: 2024-02-07 12:17:13.530354338 +0000 UTC m=+1.825621412 container died 5bd15f1e557844bd3e5e1e6251cfafc1db5b3a0c4d18957d251b3a47fd6dce22 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-02-07T12:17:14.015 INFO:journalctl@ceph.osd.1.smithi005.stdout:Feb 07 12:17:14 smithi005 podman[57952]: 2024-02-07 12:17:14.013349378 +0000 UTC m=+1.208412183 container remove 5bd15f1e557844bd3e5e1e6251cfafc1db5b3a0c4d18957d251b3a47fd6dce22 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, ceph=True) 2024-02-07T12:17:14.036 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.1.service' 2024-02-07T12:17:14.082 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:17:14.083 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-07T12:17:14.083 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-07T12:17:14.083 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.2 2024-02-07T12:17:14.393 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:14 smithi063 systemd[1]: Stopping Ceph osd.2 for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:17:14.794 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:14 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2[37802]: 2024-02-07T12:17:14.390+0000 7f8abac92700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-07T12:17:14.794 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:14 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2[37802]: 2024-02-07T12:17:14.390+0000 7f8abac92700 -1 osd.2 58 *** Got signal Terminated *** 2024-02-07T12:17:14.794 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:14 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2[37802]: 2024-02-07T12:17:14.390+0000 7f8abac92700 -1 osd.2 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-07T12:17:20.023 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:19 smithi063 podman[47216]: 2024-02-07 12:17:19.717109589 +0000 UTC m=+5.433099196 container died dc3d44a619de9ab4050d7cfb0d4269f66260806f94df8d190b7fa88f605341f5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, ceph=True, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2) 2024-02-07T12:17:20.294 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:20 smithi063 podman[47216]: 2024-02-07 12:17:20.121084093 +0000 UTC m=+5.837073701 container cleanup dc3d44a619de9ab4050d7cfb0d4269f66260806f94df8d190b7fa88f605341f5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, GIT_CLEAN=True) 2024-02-07T12:17:20.294 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:20 smithi063 bash[47216]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2 2024-02-07T12:17:20.676 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:20 smithi063 podman[47378]: 2024-02-07 12:17:20.312370212 +0000 UTC m=+0.594300785 container remove dc3d44a619de9ab4050d7cfb0d4269f66260806f94df8d190b7fa88f605341f5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, ceph=True, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2) 2024-02-07T12:17:21.544 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:21 smithi063 podman[47496]: 2024-02-07 12:17:21.258781042 +0000 UTC m=+0.107147815 container create f88fe65f9bc7730699e3000a4136c70a1eb1031eafc229f894c0bb2fbb28f87a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-07T12:17:21.545 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:21 smithi063 podman[47496]: 2024-02-07 12:17:21.16921137 +0000 UTC m=+0.017578148 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T12:17:21.545 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:21 smithi063 podman[47496]: 2024-02-07 12:17:21.461210792 +0000 UTC m=+0.309577561 container init f88fe65f9bc7730699e3000a4136c70a1eb1031eafc229f894c0bb2fbb28f87a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-02-07T12:17:21.545 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:21 smithi063 podman[47496]: 2024-02-07 12:17:21.466183219 +0000 UTC m=+0.314549993 container start f88fe65f9bc7730699e3000a4136c70a1eb1031eafc229f894c0bb2fbb28f87a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2-deactivate, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240131) 2024-02-07T12:17:22.044 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:21 smithi063 podman[47496]: 2024-02-07 12:17:21.544197415 +0000 UTC m=+0.392564194 container attach f88fe65f9bc7730699e3000a4136c70a1eb1031eafc229f894c0bb2fbb28f87a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD) 2024-02-07T12:17:22.045 INFO:journalctl@ceph.osd.2.smithi063.stdout:Feb 07 12:17:21 smithi063 podman[47496]: 2024-02-07 12:17:21.763659593 +0000 UTC m=+0.612026353 container died f88fe65f9bc7730699e3000a4136c70a1eb1031eafc229f894c0bb2fbb28f87a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-2-deactivate, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-02-07T12:17:22.332 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.2.service' 2024-02-07T12:17:22.373 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:17:22.373 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-07T12:17:22.373 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-07T12:17:22.374 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.3 2024-02-07T12:17:22.697 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:22 smithi063 systemd[1]: Stopping Ceph osd.3 for a6b6e578-c5b1-11ee-95b6-87774f69a715... 2024-02-07T12:17:23.044 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:22 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3[41621]: 2024-02-07T12:17:22.735+0000 7f2600073700 -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-02-07T12:17:23.044 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:22 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3[41621]: 2024-02-07T12:17:22.735+0000 7f2600073700 -1 osd.3 58 *** Got signal Terminated *** 2024-02-07T12:17:23.044 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:22 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3[41621]: 2024-02-07T12:17:22.735+0000 7f2600073700 -1 osd.3 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-07T12:17:25.294 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:24 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3[41621]: 2024-02-07T12:17:24.825+0000 7f25f8666700 -1 osd.3 58 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-02-07T12:17:01.620030+0000 front 2024-02-07T12:17:01.619919+0000 (oldest deadline 2024-02-07T12:17:24.519716+0000) 2024-02-07T12:17:26.044 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:25 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3[41621]: 2024-02-07T12:17:25.788+0000 7f25f8666700 -1 osd.3 58 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-02-07T12:17:01.620030+0000 front 2024-02-07T12:17:01.619919+0000 (oldest deadline 2024-02-07T12:17:24.519716+0000) 2024-02-07T12:17:27.294 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:26 smithi063 ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3[41621]: 2024-02-07T12:17:26.804+0000 7f25f8666700 -1 osd.3 58 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-02-07T12:17:01.620030+0000 front 2024-02-07T12:17:01.619919+0000 (oldest deadline 2024-02-07T12:17:24.519716+0000) 2024-02-07T12:17:28.452 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:28 smithi063 podman[47626]: 2024-02-07 12:17:28.156512021 +0000 UTC m=+5.556510633 container died 9ef683526ed280b32a9e375b85e45c570f2167301131c73f44733488accb7fd7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, ceph=True, org.label-schema.vendor=CentOS) 2024-02-07T12:17:28.777 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:28 smithi063 podman[47626]: 2024-02-07 12:17:28.566218035 +0000 UTC m=+5.966216652 container cleanup 9ef683526ed280b32a9e375b85e45c570f2167301131c73f44733488accb7fd7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-02-07T12:17:28.777 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:28 smithi063 bash[47626]: ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3 2024-02-07T12:17:29.044 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:28 smithi063 podman[47648]: 2024-02-07 12:17:28.775214868 +0000 UTC m=+0.617280375 container remove 9ef683526ed280b32a9e375b85e45c570f2167301131c73f44733488accb7fd7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-02-07T12:17:29.438 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:29 smithi063 podman[47744]: 2024-02-07 12:17:29.175927564 +0000 UTC m=+0.099413740 container create e4cb3de3e54df5621585f96275d28d8964d86c22fd1e9c201a245ea1c0848836 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3-deactivate, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2) 2024-02-07T12:17:29.438 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:29 smithi063 podman[47744]: 2024-02-07 12:17:29.09412394 +0000 UTC m=+0.017610126 image pull 79957b3723074dc4d7b43e7345862a464daec6a6b69febcfe25c399b70e0301f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe 2024-02-07T12:17:29.438 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:29 smithi063 podman[47744]: 2024-02-07 12:17:29.353275568 +0000 UTC m=+0.276761759 container init e4cb3de3e54df5621585f96275d28d8964d86c22fd1e9c201a245ea1c0848836 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3-deactivate, org.label-schema.build-date=20240131, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-02-07T12:17:29.438 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:29 smithi063 podman[47744]: 2024-02-07 12:17:29.358228872 +0000 UTC m=+0.281715048 container start e4cb3de3e54df5621585f96275d28d8964d86c22fd1e9c201a245ea1c0848836 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3-deactivate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240131) 2024-02-07T12:17:29.438 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:29 smithi063 podman[47744]: 2024-02-07 12:17:29.43627559 +0000 UTC m=+0.359761784 container attach e4cb3de3e54df5621585f96275d28d8964d86c22fd1e9c201a245ea1c0848836 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2) 2024-02-07T12:17:29.795 INFO:journalctl@ceph.osd.3.smithi063.stdout:Feb 07 12:17:29 smithi063 podman[47744]: 2024-02-07 12:17:29.664501674 +0000 UTC m=+0.587987844 container died e4cb3de3e54df5621585f96275d28d8964d86c22fd1e9c201a245ea1c0848836 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c53d1d048facb107ddbb5178fea4d5ae496b0f9f9f34c5f63d4bece0be7a8bbe, name=ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715-osd-3-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-4-2024-02-05-1854-44458cc, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-02-07T12:17:30.376 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.3.service' 2024-02-07T12:17:30.414 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:17:30.415 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-07T12:17:30.415 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-07T12:17:30.415 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.4 2024-02-07T12:17:30.460 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.4.service' 2024-02-07T12:17:30.498 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:17:30.498 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-07T12:17:30.498 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-07T12:17:30.498 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.5 2024-02-07T12:17:30.577 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a6b6e578-c5b1-11ee-95b6-87774f69a715@osd.5.service' 2024-02-07T12:17:30.651 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-07T12:17:30.651 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-07T12:17:30.651 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-07T12:17:30.840 INFO:teuthology.orchestra.run.smithi005.stdout:Deleting cluster with fsid: a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:17:32.289 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-07T12:17:32.486 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:17:33.945 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-07T12:17:34.131 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:17:34.553 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T12:17:34.587 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T12:17:34.620 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-07T12:17:34.648 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-07T12:17:34.651 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723/remote/smithi005/crash 2024-02-07T12:17:34.652 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/crash -- . 2024-02-07T12:17:34.717 INFO:teuthology.orchestra.run.smithi005.stderr:tar: /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/crash: Cannot open: No such file or directory 2024-02-07T12:17:34.717 INFO:teuthology.orchestra.run.smithi005.stderr:tar: Error is not recoverable: exiting now 2024-02-07T12:17:34.719 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723/remote/smithi063/crash 2024-02-07T12:17:34.719 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/crash -- . 2024-02-07T12:17:34.759 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/crash: Cannot open: No such file or directory 2024-02-07T12:17:34.759 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2024-02-07T12:17:34.761 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723/remote/smithi098/crash 2024-02-07T12:17:34.762 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/crash -- . 2024-02-07T12:17:34.812 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/crash: Cannot open: No such file or directory 2024-02-07T12:17:34.813 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-02-07T12:17:34.814 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-07T12:17:34.814 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-07T12:17:34.847 INFO:teuthology.orchestra.run.smithi005.stdout:2024-02-07T12:11:57.188303+0000 mon.a (mon.0) 248 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-07T12:17:34.847 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-07T12:17:34.847 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[SEC\]' /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-07T12:17:34.919 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]' /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-07T12:17:34.991 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[WRN\]' /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-07T12:17:35.065 INFO:teuthology.orchestra.run.smithi005.stdout:2024-02-07T12:11:57.188303+0000 mon.a (mon.0) 248 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-07T12:17:35.065 INFO:tasks.cephadm:Compressing logs... 2024-02-07T12:17:35.065 DEBUG:teuthology.orchestra.run.smithi005:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-07T12:17:35.108 DEBUG:teuthology.orchestra.run.smithi063:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-07T12:17:35.110 DEBUG:teuthology.orchestra.run.smithi098:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-07T12:17:35.134 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-07T12:17:35.134 INFO:teuthology.orchestra.run.smithi005.stderr:: No such file or directory 2024-02-07T12:17:35.134 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mon.a.log 2024-02-07T12:17:35.135 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-07T12:17:35.135 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mgr.a.log 2024-02-07T12:17:35.135 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.1.log 2024-02-07T12:17:35.135 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.0.log 2024-02-07T12:17:35.136 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mgr.a.log: /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-07T12:17:35.138 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log 2024-02-07T12:17:35.138 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-07T12:17:35.138 INFO:teuthology.orchestra.run.smithi005.stderr: 82.3% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-07T12:17:35.138 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log: 90.1% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-07T12:17:35.138 INFO:teuthology.orchestra.run.smithi005.stderr: 85.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-07T12:17:35.138 INFO:teuthology.orchestra.run.smithi005.stderr: 85.7% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-07T12:17:35.143 INFO:teuthology.orchestra.run.smithi063.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-07T12:17:35.143 INFO:teuthology.orchestra.run.smithi063.stderr:: No such file or directory 2024-02-07T12:17:35.143 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-07T12:17:35.143 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.3.log 2024-02-07T12:17:35.143 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-07T12:17:35.143 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.2.log 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi063.stderr: 84.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log: 81.1% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mgr.b.log 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi063.stderr: 90.3% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mon.b.log 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mgr.b.log: 85.5% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi098.stderr:: No such file or directory 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.4.log/var/log/ceph/cephadm.log: 2024-02-07T12:17:35.144 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.5.log 2024-02-07T12:17:35.145 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.audit.log: /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-07T12:17:35.145 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log 2024-02-07T12:17:35.145 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.5.log: /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-07T12:17:35.145 INFO:teuthology.orchestra.run.smithi098.stderr: 90.3% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-07T12:17:35.145 INFO:teuthology.orchestra.run.smithi098.stderr: 78.8% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-07T12:17:35.145 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mon.c.log 2024-02-07T12:17:35.145 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-volume.log: 84.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-07T12:17:35.145 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mon.c.log: 85.0% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-07T12:17:35.145 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-volume.log: /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mon.b.log: 91.0% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mgr.b.log.gz 2024-02-07T12:17:35.151 INFO:teuthology.orchestra.run.smithi098.stderr: 91.5% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-07T12:17:35.155 INFO:teuthology.orchestra.run.smithi063.stderr: 91.4% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-07T12:17:35.159 INFO:teuthology.orchestra.run.smithi098.stderr: 92.7% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.4.log.gz 2024-02-07T12:17:35.159 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-volume.log: 91.4% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-07T12:17:35.160 INFO:teuthology.orchestra.run.smithi098.stderr: 92.7% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.5.log.gz 2024-02-07T12:17:35.175 INFO:teuthology.orchestra.run.smithi005.stderr: 93.3% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.1.log.gz 2024-02-07T12:17:35.190 INFO:teuthology.orchestra.run.smithi005.stderr: 93.1% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.0.log.gz 2024-02-07T12:17:35.190 INFO:teuthology.orchestra.run.smithi063.stderr: 92.9% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.3.log.gz 2024-02-07T12:17:35.201 INFO:teuthology.orchestra.run.smithi098.stderr: 92.7% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mon.c.log.gz 2024-02-07T12:17:35.202 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-07T12:17:35.202 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.078s 2024-02-07T12:17:35.203 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.129s 2024-02-07T12:17:35.203 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.024s 2024-02-07T12:17:35.221 INFO:teuthology.orchestra.run.smithi005.stderr: 87.6% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mgr.a.log.gz 2024-02-07T12:17:35.231 INFO:teuthology.orchestra.run.smithi063.stderr: 93.3% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-osd.2.log.gz 2024-02-07T12:17:35.239 INFO:teuthology.orchestra.run.smithi063.stderr: 92.4% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mon.b.log.gz 2024-02-07T12:17:35.241 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-02-07T12:17:35.241 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.117s 2024-02-07T12:17:35.242 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.261s 2024-02-07T12:17:35.242 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.035s 2024-02-07T12:17:35.392 INFO:teuthology.orchestra.run.smithi005.stderr: 91.2% -- replaced with /var/log/ceph/a6b6e578-c5b1-11ee-95b6-87774f69a715/ceph-mon.a.log.gz 2024-02-07T12:17:35.393 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-07T12:17:35.393 INFO:teuthology.orchestra.run.smithi005.stderr:real 0m0.273s 2024-02-07T12:17:35.393 INFO:teuthology.orchestra.run.smithi005.stderr:user 0m0.457s 2024-02-07T12:17:35.394 INFO:teuthology.orchestra.run.smithi005.stderr:sys 0m0.042s 2024-02-07T12:17:35.394 INFO:tasks.cephadm:Archiving logs... 2024-02-07T12:17:35.394 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723/remote/smithi005/log 2024-02-07T12:17:35.395 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-07T12:17:35.549 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723/remote/smithi063/log 2024-02-07T12:17:35.550 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-07T12:17:35.619 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723/remote/smithi098/log 2024-02-07T12:17:35.620 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-07T12:17:35.673 INFO:tasks.cephadm:Removing cluster... 2024-02-07T12:17:35.673 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 --force 2024-02-07T12:17:35.854 INFO:teuthology.orchestra.run.smithi005.stdout:Deleting cluster with fsid: a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:17:36.114 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 --force 2024-02-07T12:17:36.310 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:17:36.553 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a6b6e578-c5b1-11ee-95b6-87774f69a715 --force 2024-02-07T12:17:36.741 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: a6b6e578-c5b1-11ee-95b6-87774f69a715 2024-02-07T12:17:36.984 INFO:tasks.cephadm:Removing cephadm ... 2024-02-07T12:17:36.985 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-07T12:17:37.002 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-07T12:17:37.017 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-07T12:17:37.032 INFO:tasks.cephadm:Teardown complete 2024-02-07T12:17:37.032 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-02-07T12:17:37.043 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-02-07T12:17:37.043 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-07T12:17:37.045 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-07T12:17:37.059 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-07T12:17:37.171 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-07T12:17:37.181 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-07T12:17:37.181 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T12:17:37.184 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T12:17:37.187 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-07T12:17:37.197 INFO:teuthology.orchestra.run.smithi005.stderr:bash: line 1: ntpq: command not found 2024-02-07T12:17:37.198 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: ntpq: command not found 2024-02-07T12:17:37.200 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-02-07T12:17:37.201 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T12:17:37.201 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-02-07T12:17:37.201 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 35 -576us[ -576us] +/- 91ms 2024-02-07T12:17:37.201 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 377 35 -707us[ -670us] +/- 62ms 2024-02-07T12:17:37.202 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 34 +1526us[+1526us] +/- 86ms 2024-02-07T12:17:37.202 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:17:37.203 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T12:17:37.203 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-02-07T12:17:37.203 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 37 -558us[ -561us] +/- 91ms 2024-02-07T12:17:37.203 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv02.front.sepia.ceph.com 3 6 377 34 -699us[ -702us] +/- 62ms 2024-02-07T12:17:37.203 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 34 +1556us[+1554us] +/- 86ms 2024-02-07T12:17:37.203 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:17:37.204 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-07T12:17:37.205 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-02-07T12:17:37.205 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 34 -583us[ -568us] +/- 91ms 2024-02-07T12:17:37.205 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv02.front.sepia.ceph.com 3 6 377 33 -689us[ -674us] +/- 62ms 2024-02-07T12:17:37.205 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 33 +1542us[+1557us] +/- 86ms 2024-02-07T12:17:37.205 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-07T12:17:37.205 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-07T12:17:37.214 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-07T12:17:37.215 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-07T12:17:37.223 DEBUG:teuthology.orchestra.run.smithi005:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-07T12:17:37.324 DEBUG:teuthology.orchestra.run.smithi063:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-07T12:17:37.395 DEBUG:teuthology.orchestra.run.smithi098:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-07T12:17:37.465 DEBUG:teuthology.orchestra.run.smithi005:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-07T12:17:37.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T12:17:37.497 DEBUG:teuthology.orchestra.run.smithi063:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-07T12:17:37.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T12:17:37.527 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-07T12:17:37.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T12:17:37.557 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-07T12:17:37.566 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-07T12:17:37.574 INFO:teuthology.task.internal:Duration was 943.974270 seconds 2024-02-07T12:17:37.575 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-07T12:17:37.583 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-07T12:17:37.583 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-07T12:17:37.586 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-07T12:17:37.588 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-07T12:17:37.628 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T12:17:37.630 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T12:17:37.639 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-07T12:17:38.082 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-07T12:17:38.082 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2024-02-07T12:17:38.082 DEBUG:teuthology.orchestra.run.smithi005:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-07T12:17:38.105 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-02-07T12:17:38.106 DEBUG:teuthology.orchestra.run.smithi063:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-07T12:17:38.146 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-02-07T12:17:38.146 DEBUG:teuthology.orchestra.run.smithi098:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-07T12:17:38.166 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-07T12:17:38.167 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-07T12:17:38.170 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-07T12:17:38.188 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-07T12:17:38.236 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-07T12:17:38.236 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-07T12:17:38.242 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-07T12:17:38.256 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-07T12:17:38.437 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-07T12:17:38.447 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-07T12:17:38.448 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-07T12:17:38.474 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-07T12:17:38.500 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-07T12:17:38.527 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-07T12:17:38.536 DEBUG:teuthology.orchestra.run.smithi005:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-07T12:17:38.539 DEBUG:teuthology.orchestra.run.smithi063:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-07T12:17:38.542 DEBUG:teuthology.orchestra.run.smithi098:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-07T12:17:38.562 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2024-02-07T12:17:38.567 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-02-07T12:17:38.592 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-02-07T12:17:38.635 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-07T12:17:38.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T12:17:38.655 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-07T12:17:38.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T12:17:38.668 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-07T12:17:38.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T12:17:38.689 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-07T12:17:38.699 INFO:teuthology.task.internal:Transferring archived files... 2024-02-07T12:17:38.700 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723/remote/smithi005 2024-02-07T12:17:38.700 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-07T12:17:38.740 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723/remote/smithi063 2024-02-07T12:17:38.740 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-07T12:17:38.777 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723/remote/smithi098 2024-02-07T12:17:38.777 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-07T12:17:38.814 INFO:teuthology.task.internal:Removing archive directory... 2024-02-07T12:17:38.814 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-07T12:17:38.816 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-07T12:17:38.818 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-07T12:17:38.863 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-07T12:17:38.875 INFO:teuthology.task.internal:Not uploading archives. 2024-02-07T12:17:38.875 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-07T12:17:38.900 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-07T12:17:38.900 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-07T12:17:38.902 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-07T12:17:38.904 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-07T12:17:38.914 INFO:teuthology.orchestra.run.smithi005.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 7 12:17 /home/ubuntu/cephtest 2024-02-07T12:17:38.916 INFO:teuthology.orchestra.run.smithi063.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 7 12:17 /home/ubuntu/cephtest 2024-02-07T12:17:38.918 INFO:teuthology.orchestra.run.smithi098.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 7 12:17 /home/ubuntu/cephtest 2024-02-07T12:17:38.920 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-07T12:17:38.930 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-07T12:17:38.950 INFO:teuthology.nuke:Checking targets against current locks 2024-02-07T12:17:38.981 DEBUG:teuthology.nuke:shortname: smithi005 2024-02-07T12:17:38.982 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T12:17:39.004 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-07 11:53:04.741426', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBtcCSSUoIGPxLdEyKop1GHfJONf2jpoVoZW5a1HmIUuCd69WXH82s1YBQytKggakCcj/TRCfSrhcJpkNRwx7Qk='} 2024-02-07T12:17:39.008 DEBUG:teuthology.nuke:shortname: smithi063 2024-02-07T12:17:39.008 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T12:17:39.028 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-07 11:53:04.740287', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMsHFWCZ9WpXhjM+PqoOei8QbcuYAzBYjMhDU909A/WxJgOuWYkO9d6GgwG8C/CD6GvAHTmuRT+y1CHiEjnPhqY='} 2024-02-07T12:17:39.033 DEBUG:teuthology.nuke:shortname: smithi098 2024-02-07T12:17:39.033 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T12:17:39.053 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548723', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-07 11:53:04.738910', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBEYpDLKs5XRgv+puoebH8UEKUj9UecGDUO2QX1jT1Pl1WieElHRgthY9mEOaCiau3EIZCEaYiaiSftvezuUh5c='} 2024-02-07T12:17:39.063 INFO:teuthology.orchestra.console.smithi005:Power off 2024-02-07T12:17:39.063 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-07T12:17:39.089 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2024-02-07T12:17:39.089 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T12:17:39.107 INFO:teuthology.orchestra.console.smithi063:Power off 2024-02-07T12:17:39.108 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-07T12:17:39.117 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-02-07T12:17:39.129 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-02-07T12:17:39.129 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T12:17:39.143 INFO:teuthology.orchestra.console.smithi098:Power off 2024-02-07T12:17:39.144 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-07T12:17:39.154 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-02-07T12:17:39.167 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2024-02-07T12:17:39.168 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T12:17:39.193 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-02-07T12:17:43.119 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T12:17:43.156 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T12:17:43.194 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T12:17:43.231 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-02-07T12:17:43.266 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-02-07T12:17:43.304 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-02-07T12:17:47.236 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T12:17:47.268 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T12:17:47.306 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T12:17:47.347 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2024-02-07T12:17:47.378 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-02-07T12:17:47.417 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2024-02-07T12:17:47.448 INFO:teuthology.orchestra.console.smithi005:Power off completed 2024-02-07T12:17:47.479 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-02-07T12:17:47.518 INFO:teuthology.orchestra.console.smithi098:Power off completed 2024-02-07T12:17:47.622 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} duration: 943.9742698669434 failure_reason: '"2024-02-07T12:11:57.188303+0000 mon.a (mon.0) 248 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_gabrioux@teuthology success: false 2024-02-07T12:17:47.622 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-07T12:17:47.701 INFO:teuthology.run:FAIL